hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ad577afebef9fb7e39af5af01b882bacaa11b9ae | diff --git a/iputil.go b/iputil.go
index <HASH>..<HASH> 100644
--- a/iputil.go
+++ b/iputil.go
@@ -154,25 +154,14 @@ func makeNilZero(ip, ip2 net.IP) (net.IP, net.IP) {
}
func makeSameLength(ip, ip2 net.IP) (net.IP, net.IP) {
- var ph1 []byte
- var ph2 []byte
-
if len(ip) < len(ip2) {
- ph1 = append(ph1, ip2[:le... | simplify makesamelength and add test for no change of underlying values | TrilliumIT_iputil | train |
de432325f5e94a0cb50069252f0e61c40ac2531e | diff --git a/src/views/group/index-group.blade.php b/src/views/group/index-group.blade.php
index <HASH>..<HASH> 100644
--- a/src/views/group/index-group.blade.php
+++ b/src/views/group/index-group.blade.php
@@ -11,7 +11,7 @@
<b>{{ trans('syntara::groups.all') }}</b>
</div>
... | [Fix] items list views in config | MrJuliuss_syntara | train |
812102e6ee4c07c757af096ec341996875842334 | diff --git a/source/awesome_tool/mvc/controllers/graphical_editor.py b/source/awesome_tool/mvc/controllers/graphical_editor.py
index <HASH>..<HASH> 100644
--- a/source/awesome_tool/mvc/controllers/graphical_editor.py
+++ b/source/awesome_tool/mvc/controllers/graphical_editor.py
@@ -429,7 +429,7 @@ class GraphicalEditor... | Fix bug #<I>
When moving several items at once, the wrong data was
read from the models (meta instead of temp). This is
fixed in this commit. | DLR-RM_RAFCON | train |
06938c6c12e814c3d99fb13ed73806a47153b54f | diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/parser_spec.rb
+++ b/spec/parser_spec.rb
@@ -12,6 +12,10 @@ class TestParser < OpenStruct
attr_accessor :version
def links
+ links_object
+ end
+
+ def links_object
@links ||= PMP::Links.new(self)
end | Lazy initialize attributes and links, lazy retrieve before accessing them | PRX_pmp | train |
78720f3219939df31d2a19a4b5438c25c6f43958 | diff --git a/fleetctl/journal.go b/fleetctl/journal.go
index <HASH>..<HASH> 100644
--- a/fleetctl/journal.go
+++ b/fleetctl/journal.go
@@ -55,7 +55,7 @@ func journalAction(c *cli.Context) {
sshClient, err = ssh.NewSSHClient("core", addr)
}
if err != nil {
- log.Fatalf("Unable to establish SSH connection: %v", e... | feat(ssh): Timeout ssh connections at <I>s
Fix #<I> | coreos_fleet | train |
a6cc0159fa0009062f4c0baceb268495487c4550 | diff --git a/.babelrc b/.babelrc
index <HASH>..<HASH> 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,5 @@
{
"presets": [
- "es2015",
"stage-0"
],
"plugins": [
diff --git a/dist/index.js b/dist/index.js
index <HASH>..<HASH> 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -18,7 +18,7 @@ function stor... | Stops transforming dist file to ES5 | zaplab_base-dom-data | train |
0b169d8d4d88d0043524f53d1920a405d5f7fde2 | diff --git a/lib/Sabre/DAV/Property/GetLastModified.php b/lib/Sabre/DAV/Property/GetLastModified.php
index <HASH>..<HASH> 100644
--- a/lib/Sabre/DAV/Property/GetLastModified.php
+++ b/lib/Sabre/DAV/Property/GetLastModified.php
@@ -20,6 +20,12 @@ class Sabre_DAV_Property_GetLastModified extends Sabre_DAV_Property {
... | Added the ability to return the time | sabre-io_dav | train |
eadf72866ea5c2bfaa216ba35b6066d18f720f25 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@ Gemfile.lock
/.sass-cache
coverage/
/storage
-db/cms_fixtures/test-site/
\ No newline at end of file
+db/cms_fixtures/test-site/
+.idea
diff --git a/app/controllers/comfy/cms/base_controller.rb b/app/... | Allow CMS content controller to inherit from a custom base class in the same way admin base controller can | comfy_comfortable-mexican-sofa | train |
8348d4179c3335cf9f0a814904efc0989e025e6f | diff --git a/packages/ra-tree-ui-materialui/src/NodeActions.js b/packages/ra-tree-ui-materialui/src/NodeActions.js
index <HASH>..<HASH> 100644
--- a/packages/ra-tree-ui-materialui/src/NodeActions.js
+++ b/packages/ra-tree-ui-materialui/src/NodeActions.js
@@ -1,34 +1,33 @@
-import React, { cloneElement, Children, Compon... | Change to useStyles for NodeActions | marmelab_react-admin | train |
8e527a641c095916648f3a70672a5ba7ea248018 | diff --git a/src/RequestWrapper.php b/src/RequestWrapper.php
index <HASH>..<HASH> 100644
--- a/src/RequestWrapper.php
+++ b/src/RequestWrapper.php
@@ -22,6 +22,7 @@ use Google\Auth\CredentialsLoader;
use Google\Auth\FetchAuthTokenInterface;
use Google\Auth\HttpHandler\HttpHandlerFactory;
use Google\Cloud\Exception;
... | return full message instead of truncated with guzzle exceptions (#<I>) | googleapis_google-cloud-php | train |
98b3f73bd0f30034e3f6848eb75d38c30c8b60b4 | diff --git a/python/mxnet/autograd.py b/python/mxnet/autograd.py
index <HASH>..<HASH> 100644
--- a/python/mxnet/autograd.py
+++ b/python/mxnet/autograd.py
@@ -28,6 +28,7 @@ from .base import NDArrayHandle, c_array, c_handle_array, c_array_buf, MXCallbac
from .ndarray import NDArray, _ndarray_cls
from .ndarray import ... | add support for np.ndarray in autograd.function (#<I>) | apache_incubator-mxnet | train |
ced672cc6a1ca5d918eaa230ca1d3eb89e0933ab | diff --git a/lib/circuit_components/beamsplitter_cc.py b/lib/circuit_components/beamsplitter_cc.py
index <HASH>..<HASH> 100755
--- a/lib/circuit_components/beamsplitter_cc.py
+++ b/lib/circuit_components/beamsplitter_cc.py
@@ -7,7 +7,7 @@ Created by Nikolas Tezak on 2011-02-14.
Copyright (c) 2011 . All rights reserved... | added default tex() behavior to components | mabuchilab_QNET | train |
7e20f3db8db74d9056757eefcfef30731eeb5606 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "dist/brinkbit.js",
"scripts": {
"preversion": "npm test && yarn build && git add -A && git commit -m 'Rebuild'",
- "postversion": "git push origin master && hub pull-request ... | Add missing trailing slash in base | Brinkbit_brinkbit.js | train |
c7d49d22853cc993bed3f2a11f2b82b69ca8dd81 | diff --git a/src/Illuminate/Foundation/Console/Presets/react-stubs/webpack.mix.js b/src/Illuminate/Foundation/Console/Presets/react-stubs/webpack.mix.js
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Console/Presets/react-stubs/webpack.mix.js
+++ b/src/Illuminate/Foundation/Console/Presets/react-stubs/webp... | Simplify mix require (#<I>) | laravel_framework | train |
fddc45eb25ef1bbb8d6d588a83869540f1308401 | diff --git a/nats.go b/nats.go
index <HASH>..<HASH> 100644
--- a/nats.go
+++ b/nats.go
@@ -1838,8 +1838,8 @@ func (s *Subscription) AutoUnsubscribe(max int) error {
func (nc *Conn) unsubscribe(sub *Subscription, max int) error {
nc.mu.Lock()
// ok here, but defer is expensive
- defer nc.kickFlusher()
defer nc.mu... | Fix order of defer calls.
When a function returns, its deferred calls are executed in last-in-first-out order.
kickFlusher() needs to be invoked under nc.mu.Lock(). | nats-io_go-nats | train |
54c21fe69f9ae720836bcbc6370e7fd01a8c41b2 | diff --git a/py/dynesty/nestedsamplers.py b/py/dynesty/nestedsamplers.py
index <HASH>..<HASH> 100644
--- a/py/dynesty/nestedsamplers.py
+++ b/py/dynesty/nestedsamplers.py
@@ -131,11 +131,14 @@ class SuperSampler(Sampler):
self.walks = max(2, self.kwargs.get('walks', 25))
self.facc = self.kwargs.get('f... | ensure all the information from blobs is used to update proposals | joshspeagle_dynesty | train |
86cdf5f72b5330b2d99e475304cb1e10a46c97f2 | diff --git a/src/main/java/com/buschmais/jqassistant/plugin/cdi/impl/scanner/BeansXmlScannerPlugin.java b/src/main/java/com/buschmais/jqassistant/plugin/cdi/impl/scanner/BeansXmlScannerPlugin.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/plugin/cdi/impl/scanner/BeansXmlScannerPlugin.jav... | Reversed introduction of the getThis() method for scanner plugins. | buschmais_jqa-cdi-plugin | train |
c8e755a273df1341040b32775db35179efe5890c | diff --git a/Model/Behavior/AttachmentBehavior.php b/Model/Behavior/AttachmentBehavior.php
index <HASH>..<HASH> 100644
--- a/Model/Behavior/AttachmentBehavior.php
+++ b/Model/Behavior/AttachmentBehavior.php
@@ -17,6 +17,7 @@ use Transit\Transformer\Image\ResizeTransformer;
use Transit\Transformer\Image\ScaleTransforme... | Added FitTransformer to transformations | milesj_uploader | train |
f37ffcb74ba436294d0834bd186492a498cdd23c | diff --git a/motion/ruby_motion_query/validation.rb b/motion/ruby_motion_query/validation.rb
index <HASH>..<HASH> 100644
--- a/motion/ruby_motion_query/validation.rb
+++ b/motion/ruby_motion_query/validation.rb
@@ -120,7 +120,7 @@ module RubyMotionQuery
# allow blank data if specified
return true if (opti... | utility test for white_list and test cleanup | infinitered_rmq | train |
55657d151feb7c4a1ca1f4763e6cf442804854ab | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -721,19 +721,6 @@
}
/**
- * @author Leo Fajardo (@leorw)
- * @since 1.2.2
- *
- * @param number $module_id
- *
- * @return array... | [cleanup] Removed an unused static method of "Freemius" (get_slug_and_type_info method). | Freemius_wordpress-sdk | train |
bbaa4105d4ea563a2d59f869d0b5bcf05730b7c6 | diff --git a/includes/old_messages.php b/includes/old_messages.php
index <HASH>..<HASH> 100644
--- a/includes/old_messages.php
+++ b/includes/old_messages.php
@@ -80,6 +80,7 @@ exit;
/* I18N: This message is deleted in webtrees-1.2.8 */ WT_I18N::translate('Normal, postfix, prefix, both');
/* I18N: This message is de... | Fix: now that we initialise the modules during setup, we need the privacy constants defined there too. | fisharebest_webtrees | train |
cdb6045d54ed16c33d0dc201ecc89d56eabda9fb | diff --git a/backup/moodle2/restore_stepslib.php b/backup/moodle2/restore_stepslib.php
index <HASH>..<HASH> 100644
--- a/backup/moodle2/restore_stepslib.php
+++ b/backup/moodle2/restore_stepslib.php
@@ -477,6 +477,8 @@ class restore_rebuild_course_cache extends restore_execution_step {
// Rebuild cache now t... | MDL-<I> Purge coursecat cache on course restore | moodle_moodle | train |
768ba5edc17323c368ed21b1fc9d57e1a894cd8e | diff --git a/lib/ProMotion/screen/screen_module.rb b/lib/ProMotion/screen/screen_module.rb
index <HASH>..<HASH> 100644
--- a/lib/ProMotion/screen/screen_module.rb
+++ b/lib/ProMotion/screen/screen_module.rb
@@ -249,7 +249,7 @@ module ProMotion
def self.included(base)
base.extend(ClassMethods)
base.ex... | Rename TabClassMethods to Tabs::ClassMethods. | infinitered_ProMotion | train |
ea7d0f63507860f0777ad426771abfad9c578d8e | diff --git a/src/collectors/processmemory/test/testprocessmemory.py b/src/collectors/processmemory/test/testprocessmemory.py
index <HASH>..<HASH> 100644
--- a/src/collectors/processmemory/test/testprocessmemory.py
+++ b/src/collectors/processmemory/test/testprocessmemory.py
@@ -77,9 +77,14 @@ class TestProcessMemoryCol... | make sure ^regex matches longer string | python-diamond_Diamond | train |
3e5679eae825c3fbf407b725ac81f0672098e518 | diff --git a/scripts/main.py b/scripts/main.py
index <HASH>..<HASH> 100644
--- a/scripts/main.py
+++ b/scripts/main.py
@@ -14,11 +14,6 @@ def main():
if args is None:
return
-
- print("WRITE = '{}'".format(args.write_events))
-
- return
-
catalog = Catalog.Catalog(args)
git_vers = get_gi... | BUG: forgot to remove diagnostic return statement. | astrocatalogs_astrocats | train |
6ae928504c48f3b6d7bde485faa4eb5f3eae6d16 | diff --git a/lib/guard/jasmine/task.rb b/lib/guard/jasmine/task.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/jasmine/task.rb
+++ b/lib/guard/jasmine/task.rb
@@ -34,7 +34,7 @@ module Guard
desc 'Run all Jasmine specs'
task(name) do
begin
- Guard::Jasmine::CLI.start(options.split... | Access Jasmine from the top-level constant hierarchy (Fixes #<I>). | guard_guard-jasmine | train |
7293437e66c24be368f01f18e144cddf4396b1b8 | diff --git a/scout/server/links.py b/scout/server/links.py
index <HASH>..<HASH> 100644
--- a/scout/server/links.py
+++ b/scout/server/links.py
@@ -392,7 +392,6 @@ def str_source_link(variant_obj):
if source["type"] == "PubMed":
url_template = "https://pubmed.ncbi.nlm.nih.gov/{}/"
- pp("returns ok!")
... | Update scout/server/links.py | Clinical-Genomics_scout | train |
18f955716ac2ea72eab945b24b84f0847a404e0e | diff --git a/ffjson.go b/ffjson.go
index <HASH>..<HASH> 100644
--- a/ffjson.go
+++ b/ffjson.go
@@ -19,7 +19,7 @@ package main
import (
_ "github.com/pquerna/ffjson/fflib/v1"
- "github.com/kipal/ffjson/generator"
+ "github.com/pquerna/ffjson/generator"
_ "github.com/pquerna/ffjson/inception"
"flag" | Merge branch 'force-regeneration' (original generator package) (reverted from commit 6fb7b<I>d4d<I>c1de3bf<I>f9d<I>aa3aa5c9) | pquerna_ffjson | train |
133dc3b6d0d270fff4a728c8f9f717b6d209b599 | diff --git a/activerecord/lib/active_record/aggregations.rb b/activerecord/lib/active_record/aggregations.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/aggregations.rb
+++ b/activerecord/lib/active_record/aggregations.rb
@@ -177,9 +177,9 @@ module ActiveRecord
#
# Once a #composed_of... | Fix the example of 'finding records by a value object' (#<I>)
This example was added in abdf<I>ad6d<I>ecb<I>e<I>cd3c<I>a<I>c<I>de
but was inconsistent with `composed_of :balance` definition in the
'Customer'.
[Ryuta Kamizono & bogdanvlviv]
[ci skip] | rails_rails | train |
b56952506047d70cb1754423f287d27b2586cc77 | diff --git a/config.ru b/config.ru
index <HASH>..<HASH> 100644
--- a/config.ru
+++ b/config.ru
@@ -6,5 +6,5 @@ require 'amnesia'
Encoding.default_internal = 'utf-8'
Encoding.default_external = 'utf-8'
-use Amnesia::Application, hosts: ['localhost:11211', 'example.local:10987']
+use Amnesia::Application, hosts: ['lo... | append default port to server addresses
amnesia crashed when trying to fetch results for a server without port number because dalli always appends the default port to addresses. | benschwarz_amnesia | train |
12404b79eac557cd89d4f851bc80c6bf9004402c | diff --git a/core-bundle/tests/Test/ImageTest.php b/core-bundle/tests/Test/ImageTest.php
index <HASH>..<HASH> 100644
--- a/core-bundle/tests/Test/ImageTest.php
+++ b/core-bundle/tests/Test/ImageTest.php
@@ -942,6 +942,14 @@ class ImageTest extends \PHPUnit_Framework_TestCase
->setConstructorArgs(array('dum... | [Core] Fixed zoom out of bounds methods not testing what they should | contao_contao | train |
6b1f1747fb755b547c6ea3577fd9c93b10e87bcf | diff --git a/version_template.py b/version_template.py
index <HASH>..<HASH> 100644
--- a/version_template.py
+++ b/version_template.py
@@ -25,7 +25,7 @@ import the expand_ function and invoke it directly with either no or exactly one
# - don't import at module level unless you want the imported value to be included i... | Preparing <I>.x dev cycle | DataBiosphere_toil | train |
2b38e1443d2375feb4f4a67c192bf1605daac848 | diff --git a/src/Project/PhpProjectType.php b/src/Project/PhpProjectType.php
index <HASH>..<HASH> 100644
--- a/src/Project/PhpProjectType.php
+++ b/src/Project/PhpProjectType.php
@@ -259,7 +259,7 @@ abstract class PhpProjectType extends ProjectType
$stack->mirror("{$project_root}/patches", "{$build_root}/p... | Copy composer.lock on php build. | droath_project-x | train |
c0878f99b77c49e963837fc3997484f50571564a | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/analyzer/Analyzer.java b/presto-main/src/main/java/com/facebook/presto/sql/analyzer/Analyzer.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/analyzer/Analyzer.java
+++ b/presto-main/src/main/java/com/facebook/presto/... | Rewrite "using" in terms of fully qualified attribute names | prestodb_presto | train |
fdd3bb63d47ee389d8777e8057881e215752877b | diff --git a/client/allocrunnerv2/taskrunner/task_runner_hooks.go b/client/allocrunnerv2/taskrunner/task_runner_hooks.go
index <HASH>..<HASH> 100644
--- a/client/allocrunnerv2/taskrunner/task_runner_hooks.go
+++ b/client/allocrunnerv2/taskrunner/task_runner_hooks.go
@@ -51,7 +51,7 @@ func (tr *TaskRunner) prerun() erro... | tr: improve skip log line | hashicorp_nomad | train |
5cc02b953db8aae42e5f9571970af78598053af7 | diff --git a/tests/unit/ModuleTest.php b/tests/unit/ModuleTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/ModuleTest.php
+++ b/tests/unit/ModuleTest.php
@@ -37,6 +37,12 @@ class ModuleTest extends \PHPUnit_Framework_TestCase
'class' => Module::className(),
],
],
... | added test for get/setOrderButton | hiqdev_yii2-cart | train |
53814bde324b993a3f516fe7ebf9ccf6464e0c5b | diff --git a/ndb/model.py b/ndb/model.py
index <HASH>..<HASH> 100644
--- a/ndb/model.py
+++ b/ndb/model.py
@@ -107,6 +107,9 @@ accept several optional keyword arguments:
example: a validator that returns value.strip() or value.lower() is
fine, but one that returns value + '$' is not.)
+- verbose_name=<value>: A... | Add verbose_name. By Jim Morrison. Fixes issue <I>. | GoogleCloudPlatform_datastore-ndb-python | train |
b963818ecd65737d0bee493ad1680cc72d343686 | diff --git a/raw.go b/raw.go
index <HASH>..<HASH> 100644
--- a/raw.go
+++ b/raw.go
@@ -8,6 +8,8 @@ import (
// RawSpan encapsulates all state associated with a (finished) Span.
type RawSpan struct {
+ // The RawSpan embeds its StandardContext. Those recording the RawSpan
+ // should also record the contents of its ... | the ProcessIdentifier wasn't really needed; removed it. | opentracing_basictracer-go | train |
cdd0d03c32b60a8c33f5cad874416db292d9f3f8 | diff --git a/src/toil/jobStores/__init__.py b/src/toil/jobStores/__init__.py
index <HASH>..<HASH> 100644
--- a/src/toil/jobStores/__init__.py
+++ b/src/toil/jobStores/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ i... | Add new line at end of file and reorder azure imports | DataBiosphere_toil | train |
4c7f20cd800a34d2e2d4bf81e99fcbffeba431b1 | diff --git a/lib/serializer.js b/lib/serializer.js
index <HASH>..<HASH> 100644
--- a/lib/serializer.js
+++ b/lib/serializer.js
@@ -379,7 +379,7 @@ Swiz.prototype._serializeXml = function(stype, elem, obj, arrayItem, key) {
var i, def, fields, field, keys, item, singular, src, value, selem, attribute;
if (obj in... | Fix a bug in XML serialization - empty lists weren't serialized. | racker_node-swiz | train |
0023f4e84d525d2d95a672597e1219dd0954c0fd | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface... | bumped Symfony version to <I> | symfony_symfony | train |
191f70a43b4a91f02d7f8ccb0f6fb8c3469a0935 | diff --git a/test/sortable.e2e.multi.spec.js b/test/sortable.e2e.multi.spec.js
index <HASH>..<HASH> 100644
--- a/test/sortable.e2e.multi.spec.js
+++ b/test/sortable.e2e.multi.spec.js
@@ -353,11 +353,11 @@ describe('uiSortable', function() {
elementTree = $compile(''.concat(
'<ul ui-sortable="sorta... | test(sortable): add test for dragging items from parent list into nested list | angular-ui_ui-sortable | train |
32c7254e6fe963d4f78648d394f30fd80cd9ce85 | diff --git a/cas-server-support-ldap/src/main/java/org/apereo/cas/config/LdapAuthenticationConfiguration.java b/cas-server-support-ldap/src/main/java/org/apereo/cas/config/LdapAuthenticationConfiguration.java
index <HASH>..<HASH> 100644
--- a/cas-server-support-ldap/src/main/java/org/apereo/cas/config/LdapAuthenticatio... | Updated docs; fixed cs errors | apereo_cas | train |
f366534e11c38746fae660b95eaa17eaf131b049 | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -259,7 +259,7 @@ If you haven't already, install the rspec gem, then create an empty database
called "multi_db_test" (you might want to tweak the spec/config/database.yml).
From the plugin directory, run:
- sp... | bringin rspec tests up to date with rails3 and the latest rspec | schoefmann_multi_db | train |
98782708b0ac89925a707002ed8144a799512aff | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
general_requirements = [
'dpath >= 1.5.0, < 2.0.0',
'pytest >= 4.4.1, < 6.0.0', # For openfisca test
- 'numpy >= 1.11, < 1.19',
+ 'numpy >= 1.11, < 1.2... | Update numpy
Needed for M1 processors | openfisca_openfisca-core | train |
88bab3999a5d5a26fbd06be822b3dcfab16f3c73 | diff --git a/lib/punchblock/component/input.rb b/lib/punchblock/component/input.rb
index <HASH>..<HASH> 100644
--- a/lib/punchblock/component/input.rb
+++ b/lib/punchblock/component/input.rb
@@ -149,7 +149,8 @@ module Punchblock
private
def result_node(xml)
- xml.at_xpath 'ns:result',... | [BUGFIX] Input match documents should be in CDATA | adhearsion_punchblock | train |
050d7b1b921b7ce782fab23b5e418e6c539e78e0 | diff --git a/actionpack/test/dispatch/routing/direct_url_helpers_test.rb b/actionpack/test/dispatch/routing/direct_url_helpers_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/dispatch/routing/direct_url_helpers_test.rb
+++ b/actionpack/test/dispatch/routing/direct_url_helpers_test.rb
@@ -27,6 +27,7 @@ class T... | Removed `model_name` method to prevent warning | rails_rails | train |
da0a8260d970d353b1fba2b8de1b315ac33e45b9 | diff --git a/compiler/js.py b/compiler/js.py
index <HASH>..<HASH> 100644
--- a/compiler/js.py
+++ b/compiler/js.py
@@ -62,7 +62,13 @@ class component_generator(object):
for target, value in self.assignments.iteritems():
t = type(value)
#print self.name, target, value
- if t is str:
+ if target == "id":
+... | store id in _local dictionaries | pureqml_qmlcore | train |
2ced058790332ab452a7dbf253c40d366932d454 | diff --git a/core/src/main/java/org/infinispan/config/Configuration.java b/core/src/main/java/org/infinispan/config/Configuration.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/config/Configuration.java
+++ b/core/src/main/java/org/infinispan/config/Configuration.java
@@ -1160,8 +1160,10 @@ pu... | [ISPN-<I>] (asyncMarshalling should be turned off by default to avoid reordering) Done. | infinispan_infinispan | train |
765f6e93d28885358c2b14c885a63424d8bd68a8 | diff --git a/sqlite3_opt_fts5.go b/sqlite3_opt_fts5.go
index <HASH>..<HASH> 100644
--- a/sqlite3_opt_fts5.go
+++ b/sqlite3_opt_fts5.go
@@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
-// +build fts5
+// +build sqlite_fts5 fts5
package sql... | Update prefix of build tags to `sqlite_`
* Keep current build tags backwards compliant
* Added alias for `sqlite_json1` => `sqlite_json` | xeodou_go-sqlcipher | train |
c039c0bc44a62704c1e516d74f849ee2e732d8af | diff --git a/tests/unit/test_ipe_interface.py b/tests/unit/test_ipe_interface.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_ipe_interface.py
+++ b/tests/unit/test_ipe_interface.py
@@ -3,13 +3,19 @@ Unit tests for the gbdxtools.ipe.interface module
"""
import unittest
+import types
+from gbdxtools import In... | not using thing that would require tricky mocking | DigitalGlobe_gbdxtools | train |
ea101c495598b899c272c2a54a3040c84a78ff64 | diff --git a/client/extensions/woocommerce/app/order/order-details/add-items.js b/client/extensions/woocommerce/app/order/order-details/add-items.js
index <HASH>..<HASH> 100644
--- a/client/extensions/woocommerce/app/order/order-details/add-items.js
+++ b/client/extensions/woocommerce/app/order/order-details/add-items.... | Store Orders: UI updates (#<I>)
* Left-align order actions & remove primary from the buttons when editing an existing order
* Add a “placeholder” text when there are no items
* Check for deleted items on the order, and show the message if all products are deleted
* Swap Add Product & Add Fee
* order action... | Automattic_wp-calypso | train |
b2eda03956633103dce1f0a07c319d65ccb35a40 | diff --git a/mozilla_django_oidc/urls.py b/mozilla_django_oidc/urls.py
index <HASH>..<HASH> 100644
--- a/mozilla_django_oidc/urls.py
+++ b/mozilla_django_oidc/urls.py
@@ -5,4 +5,6 @@ from mozilla_django_oidc import views
urlpatterns = [
url(r'^oidc/authorization_callback/$', views.OIDCAuthorizationCallbackView.as... | Implement initialization of OIDC authorization code flow
* RP initiates user authentication by redirecting to OP auth endpoint | mozilla_mozilla-django-oidc | train |
e370bcfa56e80f5837708c02b8cc1445c0ea0af8 | diff --git a/examples/upload_file.rb b/examples/upload_file.rb
index <HASH>..<HASH> 100644
--- a/examples/upload_file.rb
+++ b/examples/upload_file.rb
@@ -7,4 +7,4 @@ client.api_username = "YOUR_USERNAME"
# Upload a file
file = Faraday::UploadIO.new('grumpy_cat.pdf', "application/pdf")
-client.upload_file(file: 'gr... | Update the example for uploading file with correct argument | discourse_discourse_api | train |
6d1a283bbf3176eaa7bf23ebee81d7993815e38c | diff --git a/spec/tunnel/plugin_spec.rb b/spec/tunnel/plugin_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/tunnel/plugin_spec.rb
+++ b/spec/tunnel/plugin_spec.rb
@@ -4,7 +4,7 @@ describe CFTunnelPlugin::Tunnel do
describe "#tunnel_clients" do
context "when the user has a custom clients.yml in their cf director... | Tweaked the spec to reveal possible bugs in private interface. | cloudfoundry-attic_cf | train |
611eceb533e70ff7b5462a15a9a9afd9ead7c461 | diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index <HASH>..<HASH> 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -13,6 +13,7 @@
- Add sampler stats `process_time_diff`, `perf_counter_diff` and `perf_counter_start`, that record wall and CPU times for each NUTS and HMC sample (see [ #3986](https://github.co... | add potentials to priors when running abc (#<I>)
* add potentials to priors when running abc
* update release notes
* add message about potentials being added to the prior term | pymc-devs_pymc | train |
d693328a6b82e0a2978ff5910ac05d2858c8fe6c | diff --git a/api/app_test.go b/api/app_test.go
index <HASH>..<HASH> 100644
--- a/api/app_test.go
+++ b/api/app_test.go
@@ -1936,7 +1936,6 @@ func (s *S) TestAppLogFollowWithPubSub(c *check.C) {
c.Assert(logs, check.HasLen, 1)
c.Assert(logs[0].Message, check.Equals, "x")
}()
- time.Sleep(1e8)
factory, err := q... | api,queue: improved log tests with queue | tsuru_tsuru | train |
80b73b45a0f71bb0bf3d0467f533ba9476c9c1fe | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -48,6 +48,8 @@ const config = {
entry: {
angular2: [
// Angular 2 Deps
+ 'es6-shim',
+ 'es6-promise',
'zone.js',
'reflect-metadata',
'angular2/c... | fix(demo): including es6-shim and es6-promise (fixes #<I>) | valor-software_ngx-bootstrap | train |
68f1ab49b35e028f23c597427721a71f64aa6ead | diff --git a/lib/easyzpl/label.rb b/lib/easyzpl/label.rb
index <HASH>..<HASH> 100644
--- a/lib/easyzpl/label.rb
+++ b/lib/easyzpl/label.rb
@@ -65,7 +65,7 @@ module Easyzpl
label_data.map! { |l| "#{l}" }.join('') + '^PQ' + quantity.to_s + '^XZ'
end
- private
+ protected
# Returns true if a var... | Adds new rspec test and adds a label that can be stored. | mgrigajtis_easyzpl | train |
79f55569f8a1c355a5b28e82dff3663cdb587429 | diff --git a/actions/TestTaker.php b/actions/TestTaker.php
index <HASH>..<HASH> 100644
--- a/actions/TestTaker.php
+++ b/actions/TestTaker.php
@@ -229,7 +229,7 @@ class TestTaker extends tao_actions_SaSModule
/**
* overwrite the parent moveAllInstances to add the requiresRight only in TestTakers
* @see... | fix: enable user to move class with test takers | oat-sa_extension-tao-testtaker | train |
5bce91a54c7d8d48783c3ea94276da905d1bcdce | diff --git a/slave/core.py b/slave/core.py
index <HASH>..<HASH> 100644
--- a/slave/core.py
+++ b/slave/core.py
@@ -127,7 +127,7 @@ class Command(object):
or not isinstance(value, collections.Sequence)):
value = [value]
if len(self._write_parms) != len(value):
- raise ValueError... | Removed dict comprehension and zero length field names in str.format() to improve backwards compatibility. | p3trus_slave | train |
aead80a8ca3932b130207053c590e965ca57630b | diff --git a/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapLongLongMap.java b/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapLongLongMap.java
index <HASH>..<HASH> 100644
--- a/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapLongLongMap.java
+++ b/plugins/memory/src/main/java/org/mwg/... | * added (deep) clone method for OffHeapLongLongMap | datathings_greycat | train |
a1bbff4afcd8939f85f45560ee14b17dbef27a2d | diff --git a/lib/intercom/service/contact.rb b/lib/intercom/service/contact.rb
index <HASH>..<HASH> 100644
--- a/lib/intercom/service/contact.rb
+++ b/lib/intercom/service/contact.rb
@@ -33,6 +33,16 @@ module Intercom
user.from_response(response)
end
+ def archive(contact)
+ @client.post("... | Add ability to archive/unarchive contacts (#<I>) | intercom_intercom-ruby | train |
ba21eb1ab459e30d23b13298f0af9b9df8600387 | diff --git a/bench.rb b/bench.rb
index <HASH>..<HASH> 100644
--- a/bench.rb
+++ b/bench.rb
@@ -43,10 +43,10 @@ Benchmark.bmbm do |x|
N.times {Book.find BOOKS.rand}
end
x.report 'find (in-table slug)' do
- N.times {Journalist.find JOURNALISTS.rand}
+ N.times {Journalist.friendly.find JOURNALISTS.rand}
... | Update benchmark script to for FriendlyId 5 | norman_friendly_id | train |
3828507302dcad2f37718ab4e9d5fb4502257277 | diff --git a/core/src/test/java/com/google/common/truth/ComparableSubjectTest.java b/core/src/test/java/com/google/common/truth/ComparableSubjectTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/com/google/common/truth/ComparableSubjectTest.java
+++ b/core/src/test/java/com/google/common/truth/ComparableSu... | Reword error message to the common denominator between Java7 and Java8 messaging. | google_truth | train |
531ade12c5bc82d1f3f58517b87e3b57eda3d7b6 | diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index <HASH>..<HASH> 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -266,7 +266,13 @@ abstract class ViewDataTable
}
foreach ($properties[$visualizationId] as $key => $value) {
- ... | we might have to pass the property to the config | matomo-org_matomo | train |
f8a8d96427333cb50de0066d6439e569b51511cd | diff --git a/actstream/models.py b/actstream/models.py
index <HASH>..<HASH> 100644
--- a/actstream/models.py
+++ b/actstream/models.py
@@ -8,6 +8,7 @@ from django.utils.timesince import timesince as timesince_
from django.contrib.contenttypes import generic
from django.contrib.contenttypes.models import ContentType
... | Fixed an issue with follow creating duplicate Follow records | justquick_django-activity-stream | train |
eed9a583708e44b5588f0611b445a2d2ea7d6e7d | diff --git a/src/Illuminate/Console/Command.php b/src/Illuminate/Console/Command.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Console/Command.php
+++ b/src/Illuminate/Console/Command.php
@@ -228,6 +228,16 @@ class Command extends SymfonyCommand
}
/**
+ * Get all of the arguments passed to the co... | add more expressive methods for getting all args or options | laravel_framework | train |
e39c16536cb40ba43426d50f6e74bf7891ecd5e6 | diff --git a/socialregistration/views.py b/socialregistration/views.py
index <HASH>..<HASH> 100644
--- a/socialregistration/views.py
+++ b/socialregistration/views.py
@@ -46,7 +46,7 @@ def _get_next(request):
def _login(request, user, profile, client):
# we need to persist 'next' across the call to login() as
... | Fixed a bug in my fix - silly me. Works much better now. | flashingpumpkin_django-socialregistration | train |
8af18273cdd3c4103b1c1e087b94ffff495c6347 | diff --git a/args4j/src/org/kohsuke/args4j/CmdLineParser.java b/args4j/src/org/kohsuke/args4j/CmdLineParser.java
index <HASH>..<HASH> 100644
--- a/args4j/src/org/kohsuke/args4j/CmdLineParser.java
+++ b/args4j/src/org/kohsuke/args4j/CmdLineParser.java
@@ -533,7 +533,9 @@ public class CmdLineParser {
while( cmdL... | Using the new delimiter for parsing as well | kohsuke_args4j | train |
54db5927ef03de9b54ce2031cd9feb3d044f0f93 | diff --git a/cxfhttp/src/main/java/org/apache/cxf/transport/undertow/wildfly/subsystem/extension/CxfDefaultBusHandler.java b/cxfhttp/src/main/java/org/apache/cxf/transport/undertow/wildfly/subsystem/extension/CxfDefaultBusHandler.java
index <HASH>..<HASH> 100644
--- a/cxfhttp/src/main/java/org/apache/cxf/transport/unde... | [fixup #<I>] not only set the Bus on CxfRsEndpoint but also check that buses set are correct | wildfly-extras_wildfly-camel | train |
cc4c3277e502b0e3b50621de1eaa92bc3397c32f | diff --git a/helpers/services/broker.go b/helpers/services/broker.go
index <HASH>..<HASH> 100644
--- a/helpers/services/broker.go
+++ b/helpers/services/broker.go
@@ -32,7 +32,15 @@ type PlanSchemas struct {
Create struct {
Parameters map[string]interface{} `json:"parameters"`
} `json:"create"`
+ Update stru... | Add Update Instance / Create Binding Service Schemas (#<I>)
* Add tests for broker update service instance schema | cloudfoundry_cf-acceptance-tests | train |
788fe2558d34e153af38eb391dd3d4f6a4004129 | diff --git a/src/sap.ui.core/test/sap/ui/qunit/TestRunner.js b/src/sap.ui.core/test/sap/ui/qunit/TestRunner.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/test/sap/ui/qunit/TestRunner.js
+++ b/src/sap.ui.core/test/sap/ui/qunit/TestRunner.js
@@ -161,6 +161,9 @@
var nBarwidth = parseFloat(jQuery("div#innerBar... | [INTERNAL] Modified TestRunner for local test execution
1. In case of test failures, the progress bar color turns to red now!
2. In case a QUnit test has not tilte given, it appeared as empty line
in the report so far. This change makes sure, that meaningful
information about the test is displayed in the Web UI!
Cha... | SAP_openui5 | train |
ed76868ed562797b4a489b33e4d0069b1530f05c | diff --git a/proso/models/option_selection.py b/proso/models/option_selection.py
index <HASH>..<HASH> 100644
--- a/proso/models/option_selection.py
+++ b/proso/models/option_selection.py
@@ -41,13 +41,14 @@ class OptionSelection(metaclass=abc.ABCMeta):
result = []
for item in items:
predi... | handle situation when an asked item is with available options | adaptive-learning_proso-apps | train |
be9ba9442824222e01c30134507c17090cb1e364 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -30,20 +30,7 @@ module.exports = {
devServer: {
inline: true,
},
- plugins: [
- new webpack.BannerPlugin({
- banner:
- 'List.js v' +
- PACKAGE.version +
- ... | Remove banner plugin since it don't work with new release strategy | javve_list.js | train |
e9192de5e8f5c8b311ee05cac552c2da4664dc2e | diff --git a/api/graph.go b/api/graph.go
index <HASH>..<HASH> 100644
--- a/api/graph.go
+++ b/api/graph.go
@@ -142,7 +142,7 @@ type Graph struct {
Datapoints []GraphDatapoint `json:"datapoints,omitempt"` // [] len >= 0
Description string `json:"description,omi... | Graph and Line Styles can be null. | circonus-labs_circonus-gometrics | train |
29e846c2a3a63b4211a76f1a95ed870b3dbdeeaf | diff --git a/grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/springboot/autoconfigure/grpc/server/security/interceptors/AuthenticatingServerInterceptor.java b/grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/springboot/autoconfigure/grpc/server/security/interceptors/AuthenticatingServerIntercep... | Change AuthenticatingServerInterceptor to work similar to Contexts
According to SO: Each callback can be called on a different thread, so
the thread-local has to be set and cleared for each callback. | yidongnan_grpc-spring-boot-starter | train |
9a19939f4881e0959743ce8f7cfe4ce5d55c4bfb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -49,11 +49,8 @@ setup(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
- 'License :: OSI Approved :: Apache Software License',
... | Classifiers' license did not match the real license | alobbs_webest | train |
2f9603aae7c11daf0a1071b083d7b7a88925bcf5 | diff --git a/chef/lib/chef/knife/cookbook_site_share.rb b/chef/lib/chef/knife/cookbook_site_share.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/knife/cookbook_site_share.rb
+++ b/chef/lib/chef/knife/cookbook_site_share.rb
@@ -30,15 +30,9 @@ class Chef
:short => "-o PATH:PATH",
:long => "--cookboo... | move cookbook_path logic to cli proc | chef_chef | train |
7399f9c808c98d6866944725c9ae5c89f097d15d | diff --git a/rinoh/document.py b/rinoh/document.py
index <HASH>..<HASH> 100644
--- a/rinoh/document.py
+++ b/rinoh/document.py
@@ -129,7 +129,7 @@ class DocumentPart(object):
for flowable_target in self.flowable_targets:
flowable_target.prepare()
- def render(self):
+ def render(self, docu... | Refactor tracking of the current page count | brechtm_rinohtype | train |
70155bd5c34981f159e92e13f301e415d42acc83 | diff --git a/pymc3/step_methods/hmc/quadpotential.py b/pymc3/step_methods/hmc/quadpotential.py
index <HASH>..<HASH> 100644
--- a/pymc3/step_methods/hmc/quadpotential.py
+++ b/pymc3/step_methods/hmc/quadpotential.py
@@ -513,8 +513,8 @@ class QuadPotentialFullAdapt(QuadPotentialFull):
self._background_cov = _Wei... | Name quadpotential adaptation windows consistently (#<I>) | pymc-devs_pymc | train |
de9d0548265c825f2a9ca03c6d12f0a4ca3b6df9 | diff --git a/imagemounter/__init__.py b/imagemounter/__init__.py
index <HASH>..<HASH> 100644
--- a/imagemounter/__init__.py
+++ b/imagemounter/__init__.py
@@ -11,8 +11,8 @@ import os
from imagemounter import util
from termcolor import colored
-__ALL__ = ['ImagePartition', 'ImageParser']
-__version__ = '1.2.0'
+__AL... | Fix issue where 'extended' is detected as ext | ralphje_imagemounter | train |
c76d292ab92f03360f28174fea42f34f0801bdff | diff --git a/foolbox/attacks/lbfgs.py b/foolbox/attacks/lbfgs.py
index <HASH>..<HASH> 100644
--- a/foolbox/attacks/lbfgs.py
+++ b/foolbox/attacks/lbfgs.py
@@ -88,6 +88,9 @@ class LBFGSAttack(Attack):
target_class = a.target_class()
if target_class is None:
+ if num_random_targets == 0 and... | fixed approx lbfgs attack to not use gradients for target initialization | bethgelab_foolbox | train |
de2a389ae3689114714b768e27f215e23f35a59b | diff --git a/servers/src/main/java/tachyon/worker/block/TieredBlockStore.java b/servers/src/main/java/tachyon/worker/block/TieredBlockStore.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/worker/block/TieredBlockStore.java
+++ b/servers/src/main/java/tachyon/worker/block/TieredBlockStore.java
@@ -3... | Update evictor usage to handle absent plans. | Alluxio_alluxio | train |
47bbb8cf7bef0ac78cd74832e4ed5c297ab17001 | diff --git a/media/boom/js/boom.plugins.js b/media/boom/js/boom.plugins.js
index <HASH>..<HASH> 100755
--- a/media/boom/js/boom.plugins.js
+++ b/media/boom/js/boom.plugins.js
@@ -999,6 +999,8 @@ boom.plugins.js
}
self._bind_events( $child );
});
+
+ self._toggle( $item, toggle, data.ch... | bugfix – click to open a tree node | boomcms_boom-core | train |
34ed4590481605296ea7b08a3542b6ce937c8631 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -9,6 +9,7 @@
* number of the inn.
*
* @type {Array}
+ * @public
*/
exports.mii = exports.MII = [
'ISO/TC 68 and other industry assignments'
@@ -24,10 +25,11 @@ exports.mii = exports.MII = [
];
/**
- * Test nu... | [minor] Fixed out of date and incorrect JSDoc | observing_creditcard | train |
ab3cb5b86278a8f2b85b52676ba84f59f3097594 | diff --git a/app/models/alchemy/page.rb b/app/models/alchemy/page.rb
index <HASH>..<HASH> 100644
--- a/app/models/alchemy/page.rb
+++ b/app/models/alchemy/page.rb
@@ -149,6 +149,21 @@ module Alchemy
# Class methods
#
class << self
+ # The url_path class
+ # @see Alchemy::Page::UrlPath
+ de... | Allow to set a custom Page::UrlPath class (#<I>)
Closes #<I> | AlchemyCMS_alchemy_cms | train |
612b3d2cbfc2f654bec5f7e9af670667e8d53d1f | diff --git a/addon/hint/show-hint.js b/addon/hint/show-hint.js
index <HASH>..<HASH> 100644
--- a/addon/hint/show-hint.js
+++ b/addon/hint/show-hint.js
@@ -113,11 +113,12 @@ CodeMirror.showHint = function(cm, getHints, options) {
CodeMirror.on(hints, "dblclick", function(e) {
var t = e.target || e.srcElement... | [show-hint addon] Re-focus editor when pop-up is clicked
Closes #<I> | codemirror_CodeMirror | train |
8067af0c58ad3815fb15b530708bcb96a1874f3c | diff --git a/tests/test_basic.py b/tests/test_basic.py
index <HASH>..<HASH> 100644
--- a/tests/test_basic.py
+++ b/tests/test_basic.py
@@ -18,6 +18,15 @@ class TestOrderingBasic(TestCase):
self.assertIn(0, ordering)
self.assertNotIn(1, ordering)
+ def test_remove(self) -> None:
+ ordering ... | Add unit test for removing an element from an Ordering | madman-bob_python-order-maintenance | train |
ffbf225e19090c66690fc16e61a4699faa414fcb | diff --git a/collatex-pythonport/collatex/linsuffarr.py b/collatex-pythonport/collatex/linsuffarr.py
index <HASH>..<HASH> 100644
--- a/collatex-pythonport/collatex/linsuffarr.py
+++ b/collatex-pythonport/collatex/linsuffarr.py
@@ -21,13 +21,15 @@ To get more information:
- about the command line usage, type
... | Ported linsuffarr from Python 2 to Python 3. | interedition_collatex | train |
988b49ab1e4d978e5e4db68b781b996b36617b38 | diff --git a/scout/server/blueprints/variants/controllers.py b/scout/server/blueprints/variants/controllers.py
index <HASH>..<HASH> 100644
--- a/scout/server/blueprints/variants/controllers.py
+++ b/scout/server/blueprints/variants/controllers.py
@@ -18,9 +18,6 @@ from scout.constants import (
CANCER_TIER_OPTIONS,... | generalise class selection and clinical filter base | Clinical-Genomics_scout | train |
997fc04f375b7b938492c080a2ac3d21f02260e7 | diff --git a/util/src/main/java/io/kubernetes/client/util/KubeConfig.java b/util/src/main/java/io/kubernetes/client/util/KubeConfig.java
index <HASH>..<HASH> 100644
--- a/util/src/main/java/io/kubernetes/client/util/KubeConfig.java
+++ b/util/src/main/java/io/kubernetes/client/util/KubeConfig.java
@@ -73,12 +73,10 @@ p... | Remove some extraneous error lines. | kubernetes-client_java | train |
eeb0c6dbd080235b3c8b35039e056b54891823e9 | diff --git a/src/Bkwld/Decoy/Models/Base.php b/src/Bkwld/Decoy/Models/Base.php
index <HASH>..<HASH> 100644
--- a/src/Bkwld/Decoy/Models/Base.php
+++ b/src/Bkwld/Decoy/Models/Base.php
@@ -72,14 +72,14 @@ abstract class Base extends Eloquent {
$files = new Files();
// Built in Laravel model events. Note the sp... | Saving handler actually wasn't firing on delete (#<I> #<I>) | BKWLD_decoy | train |
98d2bd74681d5b1f1a47d607bb0917f817818c3f | diff --git a/teamcity/pytest_plugin.py b/teamcity/pytest_plugin.py
index <HASH>..<HASH> 100644
--- a/teamcity/pytest_plugin.py
+++ b/teamcity/pytest_plugin.py
@@ -92,10 +92,10 @@ class EchoTeamCityMessages(object):
duration = timedelta(seconds=report.duration)
self.teamcity.testFinishe... | py.test: fix flowId in teardown + test | JetBrains_teamcity-messages | train |
00787fc2418bb73ae01a567e96b6675c0254bc1d | diff --git a/lib/byebug.rb b/lib/byebug.rb
index <HASH>..<HASH> 100644
--- a/lib/byebug.rb
+++ b/lib/byebug.rb
@@ -111,8 +111,8 @@ module Kernel
# events occur. Before entering byebug the init script is read.
#
def byebug(steps_out = 1, before = true)
- Byebug.run_init_script(StringIO.new)
Byebug.start... | Init scripts should be run after Byebug is started | deivid-rodriguez_byebug | train |
a194758bdf2bdfa47d97a1b0e0c433da5c50394e | diff --git a/pyrtl/core.py b/pyrtl/core.py
index <HASH>..<HASH> 100644
--- a/pyrtl/core.py
+++ b/pyrtl/core.py
@@ -37,7 +37,7 @@ class LogicNet(collections.namedtuple('LogicNet', ['op', 'op_param', 'args', 'de
in the comments of Block, and is checked by `block.sanity_check`
- `Operators`::
+ `Logical Ope... | Tweaked some things for logic quickrefs (still not missing some) | UCSBarchlab_PyRTL | train |
1ebdf396bc84f8f7a6fa5c7851b477f0a191be04 | diff --git a/src/Illuminate/Foundation/ComposerScripts.php b/src/Illuminate/Foundation/ComposerScripts.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/ComposerScripts.php
+++ b/src/Illuminate/Foundation/ComposerScripts.php
@@ -4,7 +4,7 @@ namespace Illuminate\Foundation;
use Composer\Script\Event;
... | Rename ComposerScripts class | laravel_framework | train |
23f271c9abc74fc0b42752de0609dbf093d80862 | diff --git a/lib/puppet/functions/reverse_each.rb b/lib/puppet/functions/reverse_each.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/functions/reverse_each.rb
+++ b/lib/puppet/functions/reverse_each.rb
@@ -1,5 +1,74 @@
-# Reverses the order of the elements of something that is iterable.
-# (Documentation in 3.x stub)
... | (docs) Copy docs for `reverse_each` from 3.x to 4.x | puppetlabs_puppet | train |
b074b2a1d0915f701a8c06e69fa53e7fd0cb8cdc | diff --git a/h2o-algos/src/main/java/hex/tree/SharedTree.java b/h2o-algos/src/main/java/hex/tree/SharedTree.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/main/java/hex/tree/SharedTree.java
+++ b/h2o-algos/src/main/java/hex/tree/SharedTree.java
@@ -466,6 +466,7 @@ public abstract class SharedTree<M extends Shared... | PUBDEV-<I>: Fix R^2 based stopping criterion for tree algos.
Add scoring after early stopping. Update JUnits to not stop early. | h2oai_h2o-3 | train |
96b499e14c8fa2f31f9d1db65d019b3d01d887f5 | diff --git a/test/remote/gateways/remote_worldpay_test.rb b/test/remote/gateways/remote_worldpay_test.rb
index <HASH>..<HASH> 100644
--- a/test/remote/gateways/remote_worldpay_test.rb
+++ b/test/remote/gateways/remote_worldpay_test.rb
@@ -289,7 +289,7 @@ class RemoteWorldpayTest < Test::Unit::TestCase
# Worldpay h... | RuboCop: fix regression introduced in f<I>ecc4b<I>ee | activemerchant_active_merchant | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.