hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6a71d414d19068a6e4dd42d903c0276faf32b4d4 | diff --git a/libpebble2/protocol/base/types.py b/libpebble2/protocol/base/types.py
index <HASH>..<HASH> 100644
--- a/libpebble2/protocol/base/types.py
+++ b/libpebble2/protocol/base/types.py
@@ -262,7 +262,11 @@ class Embed(Field):
def value_to_bytes(self, obj, value, default_endianness=DEFAULT_ENDIANNESS):
... | Fix bug and py3 tests. | pebble_libpebble2 | train |
b2a838bf15ba45c3e9b89c0f583b90b98cdfb18b | diff --git a/src/Util/Guid.php b/src/Util/Guid.php
index <HASH>..<HASH> 100644
--- a/src/Util/Guid.php
+++ b/src/Util/Guid.php
@@ -33,7 +33,9 @@ class Guid
public static function generateAsHex(): string
{
- return self::generate()->getHex();
+ // string cast is a BC layer for ramsey/uuid v3
+ ... | Make Guid class compatible with gedmo uuid 4 (#<I>)
Problem: the composer.json was updated so it's possible to have
gedmo/uuid 4, besides the project is not compatible with it.
Solution: update Guid class. | prooph_event-store | train |
968dd537b7ab3201b5026650bc99428da8fb4af3 | diff --git a/lib/SQL/Relation.php b/lib/SQL/Relation.php
index <HASH>..<HASH> 100644
--- a/lib/SQL/Relation.php
+++ b/lib/SQL/Relation.php
@@ -46,6 +46,12 @@ class SQL_Relation extends AbstractModel
return $f;
}
+ public function addExpression($n, $expression = null)
+ {
+ $f = $this->owner... | proxy addExpression method too for consistancy | atk4_atk4 | train |
7a5694c50387180acfbe7807a2e2599126433223 | diff --git a/integration-tests/src/test/java/tachyon/worker/DataServerIntegrationTest.java b/integration-tests/src/test/java/tachyon/worker/DataServerIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/integration-tests/src/test/java/tachyon/worker/DataServerIntegrationTest.java
+++ b/integration-tests/src/test/java... | Update and clean up DataServer integration test. | Alluxio_alluxio | train |
1413605a358ad1dc171a4a81ebf836d701dab07c | diff --git a/src/Format/Xml.php b/src/Format/Xml.php
index <HASH>..<HASH> 100644
--- a/src/Format/Xml.php
+++ b/src/Format/Xml.php
@@ -35,40 +35,38 @@ final class Xml extends Format
$output = $this->elementNode($node);
break;
}
-
return $output;
}
p... | XML tidy up, still needs refactoring, it is not pretty | nark3d_PhalueObjects | train |
605c9eac8e638bc32b5dfb4a6f894c7188e4d7a5 | diff --git a/cognito/__init__.py b/cognito/__init__.py
index <HASH>..<HASH> 100644
--- a/cognito/__init__.py
+++ b/cognito/__init__.py
@@ -3,6 +3,7 @@ import boto3
import ast
import json
import base64
+import jwt
def attribute_dict(attributes):
@@ -12,19 +13,6 @@ def attribute_dict(attributes):
"""
re... | removed unused imports in django.views and removed homegrown decode_jwt in favor of jwt.decode verify false | capless_warrant | train |
6698955d1bf9c325da05abde3a0f44c838e4b8b2 | diff --git a/agent/tcs/client/client.go b/agent/tcs/client/client.go
index <HASH>..<HASH> 100644
--- a/agent/tcs/client/client.go
+++ b/agent/tcs/client/client.go
@@ -190,7 +190,7 @@ func (cs *clientServer) metricsToPublishMetricRequests() ([]*ecstcs.PublishMetri
requestMetadata := fromMetricsMetadata(metadata, fin)... | Fix generating duplicate arns in PublishMetricsRequest due to incorrect slice copy | aws_amazon-ecs-agent | train |
661f38b355b21a574a3501399cf9d5bdcc2aa5ae | diff --git a/Menu/MenuBuilder.php b/Menu/MenuBuilder.php
index <HASH>..<HASH> 100644
--- a/Menu/MenuBuilder.php
+++ b/Menu/MenuBuilder.php
@@ -179,6 +179,22 @@ class MenuBuilder implements MenuBuilderInterface
)
{
$options = $this->getMenuOptions($name);
+
+ return $this->createMenuFromOptions... | added create menu from options method into builder | zerkalica_MillwrightMenuBundle | train |
2152023f390a7dc45cf16cd5cc283d0cfa93b8ee | diff --git a/manticore/native/cpu/x86.py b/manticore/native/cpu/x86.py
index <HASH>..<HASH> 100644
--- a/manticore/native/cpu/x86.py
+++ b/manticore/native/cpu/x86.py
@@ -961,6 +961,10 @@ class X86Cpu(Cpu):
0x0: (0x00000000, 0x00000000, 0x00000000, 0x00000000),
0x1: (0x00000000, 0x0000... | native/cpu/x<I>: Add support for CPUID EAX=<I>h (#<I>) | trailofbits_manticore | train |
64b8ffa8b91d2a01c3cafaf20f1559cfb3bd796d | diff --git a/bulbs/indexable/tests.py b/bulbs/indexable/tests.py
index <HASH>..<HASH> 100644
--- a/bulbs/indexable/tests.py
+++ b/bulbs/indexable/tests.py
@@ -24,16 +24,31 @@ class IndexableTestCase(TestCase):
ParentIndexable.search.refresh()
SeparateIndexable.search.refresh()
-
def test_index_... | Added tests for indexable mapping type names | theonion_django-bulbs | train |
af1139d911a4e0a043a081fac7e1d09873ef8b0a | diff --git a/dist/tagify.js b/dist/tagify.js
index <HASH>..<HASH> 100644
--- a/dist/tagify.js
+++ b/dist/tagify.js
@@ -2152,7 +2152,7 @@ Tagify.prototype = {
// 2. dropdown is disabled
// 3. loader is showing (controlled outside of this code)
- if (noWhitelist && !allowNewTags || _s.dropdown.enable... | fixes #<I> - allowNewTags in "show" should include "dropdownItemNoMatch" template check | yairEO_tagify | train |
f204540da359cb05ebc27577c76e673b16582021 | diff --git a/tasks/compile-example.js b/tasks/compile-example.js
index <HASH>..<HASH> 100644
--- a/tasks/compile-example.js
+++ b/tasks/compile-example.js
@@ -447,7 +447,10 @@ module.exports = function(config, indexPath, updateTimestamp) {
if (!document.isAmpStory) {
return string;
}
- return string... | filter amp-story-auto-ads extension (#<I>) | ampproject_amp-by-example | train |
d5ea4795301074fc2deb6f32edff615fe916eb16 | diff --git a/packages/plugin-team/test/unit/spec/team.js b/packages/plugin-team/test/unit/spec/team.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-team/test/unit/spec/team.js
+++ b/packages/plugin-team/test/unit/spec/team.js
@@ -5,8 +5,10 @@
*/
import {assert} from '@ciscospark/test-helper-chai';
-import Tea... | test(plugin-team): Add unit test coverage for teams.js | webex_spark-js-sdk | train |
f254c963fa13de52be7e57d590a4be70bd305f9e | diff --git a/flask_security/datastore.py b/flask_security/datastore.py
index <HASH>..<HASH> 100644
--- a/flask_security/datastore.py
+++ b/flask_security/datastore.py
@@ -234,18 +234,17 @@ class SQLAlchemyUserDatastore(SQLAlchemyDatastore, UserDatastore):
def get_user(self, identifier):
from sqlalchemy ... | Make `roles` in user model query optimization "optional". | mattupstate_flask-security | train |
a420b6982ba66c125853d438ecea61073b752ea5 | diff --git a/satpy/tests/__init__.py b/satpy/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/satpy/tests/__init__.py
+++ b/satpy/tests/__init__.py
@@ -23,6 +23,11 @@
"""The tests package.
"""
+import sys
+if sys.version_info < (2, 7):
+ import unittest2 as unittest
+else:
+ import unittest
from satpy.tes... | Fix resample test from moved resample import
The 'resample' method imported at the top of projectable.py was moved to inside the resample method to avoid circular imports. The resample tests were still patching the global import. Now they modify the original function. I also imported unittest2 in a few modules to be m... | pytroll_satpy | train |
9a33c99dfb2cc00238c9ebb46afa4ac1741989e4 | diff --git a/lib/requester/request-wrapper.js b/lib/requester/request-wrapper.js
index <HASH>..<HASH> 100644
--- a/lib/requester/request-wrapper.js
+++ b/lib/requester/request-wrapper.js
@@ -25,6 +25,7 @@ var _ = require('lodash'),
* Gets the certificate from the options.certificate
* And appends it with th... | FIx lint issues in `request-wrapper.js` | postmanlabs_postman-runtime | train |
26530244097796ae0766c63215f871cd7665aefc | diff --git a/_pytest/junitxml.py b/_pytest/junitxml.py
index <HASH>..<HASH> 100644
--- a/_pytest/junitxml.py
+++ b/_pytest/junitxml.py
@@ -206,7 +206,7 @@ class LogXML(object):
def pytest_sessionfinish(self):
dirname = os.path.dirname(os.path.abspath(self.logfile))
- if not os.path.exists(dirname... | Use os.path.isdir instead of os.path.exists
As suggested during review | pytest-dev_pytest | train |
11d4f7f59660300ae92859789a1c71929a26a7d3 | diff --git a/lib/achoo.rb b/lib/achoo.rb
index <HASH>..<HASH> 100644
--- a/lib/achoo.rb
+++ b/lib/achoo.rb
@@ -82,7 +82,6 @@ class Achoo
form.remark = get_remark(date)
form.hours = hours_chooser(date)
-
form.print_values
if confirm
puts "Submitting ..."
@@ -94,7 +93,7 @@ class Achoo
... | Refactoring. Renamed a method | kjellm_achoo | train |
1a781fe2cf943c1a70ca73c4b4b860f4cebc25f3 | diff --git a/library-core/src/main/java/com/mikepenz/iconics/IconicsDrawable.java b/library-core/src/main/java/com/mikepenz/iconics/IconicsDrawable.java
index <HASH>..<HASH> 100644
--- a/library-core/src/main/java/com/mikepenz/iconics/IconicsDrawable.java
+++ b/library-core/src/main/java/com/mikepenz/iconics/IconicsDra... | * fix issue with wrong opacity of icons displayed in drawer | mikepenz_Android-Iconics | train |
dafa017d9ebeede370d97525f2f99c6958eb40e3 | diff --git a/lib/functions/packLocal.js b/lib/functions/packLocal.js
index <HASH>..<HASH> 100755
--- a/lib/functions/packLocal.js
+++ b/lib/functions/packLocal.js
@@ -61,7 +61,7 @@ function packLocal() {
// If extension is correct and file does not start with a dot
if ((extension === '.js' || ... | small fix to only have forward slashes in google drive | MaartenDesnouck_google-apps-script | train |
440cc83c839111e6b33d7b0986f4f46775664033 | diff --git a/src/game/structures.js b/src/game/structures.js
index <HASH>..<HASH> 100644
--- a/src/game/structures.js
+++ b/src/game/structures.js
@@ -297,7 +297,7 @@ exports.make = function(_runtimeData, _intents, _register, _globals) {
return C.ERR_NOT_ENOUGH_RESOURCES;
}
if(this.safeMo... | feat: made downgrade timer half-empty on level upgrades/downgrades, made attackController downgrade damage overflow on level downgrade
DEV-<I> | screeps_engine | train |
377b5e21732bcbc6227406559267b922bf847b71 | diff --git a/datapackage/resource.py b/datapackage/resource.py
index <HASH>..<HASH> 100644
--- a/datapackage/resource.py
+++ b/datapackage/resource.py
@@ -18,6 +18,7 @@ if sys.version_info[0] < 3:
from . import sources
from . import licenses
from .util import is_local, is_url, is_mimetype
+from .util import get_size... | Return helper function for getting the file size from a url | frictionlessdata_datapackage-py | train |
1f7d0cac33a134676c4b595c1328d203f5dfea2b | diff --git a/implementations/micrometer-registry-statsd/src/main/java/io/micrometer/statsd/internal/DatadogStatsdLineBuilder.java b/implementations/micrometer-registry-statsd/src/main/java/io/micrometer/statsd/internal/DatadogStatsdLineBuilder.java
index <HASH>..<HASH> 100644
--- a/implementations/micrometer-registry-s... | Prevent StringIndexOutOfBoundsException in Datadog statsD on empty tag value (#<I>)
Interpret an empty tag value as valueless tag for DogstatsD, since an empty-value tag is not allowed. | micrometer-metrics_micrometer | train |
88e464f32100878ac60383c22baf89043036dd02 | diff --git a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.java b/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.java
index <HASH>..<HASH> 100644
--- a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnectionFactory.... | Add synchronized to getConnectionProperties | ironjacamar_ironjacamar | train |
f8470e0b3b25d7d4d4b30e711a0730f086174969 | diff --git a/resource_aws_eip.go b/resource_aws_eip.go
index <HASH>..<HASH> 100644
--- a/resource_aws_eip.go
+++ b/resource_aws_eip.go
@@ -97,7 +97,7 @@ func resourceAwsEipUpdate(d *schema.ResourceData, meta interface{}) error {
domain := resourceAwsEipDomain(d)
// Only register with an instance if we have one
- ... | providers/aws: check if instance is set on eip | terraform-providers_terraform-provider-aws | train |
3ded14df6ab4cf153ca9463e2bea8f84ae321e11 | diff --git a/parseany.go b/parseany.go
index <HASH>..<HASH> 100644
--- a/parseany.go
+++ b/parseany.go
@@ -280,18 +280,33 @@ iterRunes:
// Mon, 02 Jan 2006 15:04:05 MST
// Mon, 02 Jan 2006 15:04:05 -0700
// Monday, 02-Jan-06 15:04:05 MST
+ // Monday, 02 Jan 2006 15:04:05 -0700
switch {
case r == '... | Support timestamps with leading day of week | araddon_dateparse | train |
7fdd2909885f37863d466328ff8bd8c4fd3ec644 | diff --git a/src/de/lmu/ifi/dbs/elki/visualization/svg/MinimalMarkers.java b/src/de/lmu/ifi/dbs/elki/visualization/svg/MinimalMarkers.java
index <HASH>..<HASH> 100755
--- a/src/de/lmu/ifi/dbs/elki/visualization/svg/MinimalMarkers.java
+++ b/src/de/lmu/ifi/dbs/elki/visualization/svg/MinimalMarkers.java
@@ -1,5 +1,6 @@
... | Don't use viewbox and such for markers. This avoids problems with exporting to PDF from latest inkscape. | elki-project_elki | train |
c4d02d804baa46f8c48d4bdf732d0405f21f99f4 | diff --git a/ouimeaux/server/__init__.py b/ouimeaux/server/__init__.py
index <HASH>..<HASH> 100644
--- a/ouimeaux/server/__init__.py
+++ b/ouimeaux/server/__init__.py
@@ -74,8 +74,8 @@ class DeviceResource(Resource):
dev = get_device(name)
if not isinstance(dev, Switch):
abort(405, error=... | Fix a bug with query params on devices. | iancmcc_ouimeaux | train |
28615098bb6dfd780afa27ae124fc8292cb6bf33 | diff --git a/plugin.php b/plugin.php
index <HASH>..<HASH> 100644
--- a/plugin.php
+++ b/plugin.php
@@ -208,7 +208,7 @@ register_deactivation_hook( __FILE__, 'json_api_deactivation' );
function json_register_scripts() {
wp_register_script( 'wp-api', 'http://wp-api.github.io/client-js/build/js/wp-api.js', array( 'jque... | Re-localize nonce for JS | WP-API_WP-API | train |
7f04fbb0785a3da094f954ccdd8d016eea4d52cd | diff --git a/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php b/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php
+++ b/src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.p... | Making GuardTokenInterface extend TokenInterface
This makes some of our type-hints more honest: i.e. where we look for a GuardTokenInterface,
but really also expect it to implement TokenInterface. | symfony_symfony | train |
9ba5d9884eb4decc479a3abfbfff990c7f8d1079 | diff --git a/nanoservice/service.py b/nanoservice/service.py
index <HASH>..<HASH> 100644
--- a/nanoservice/service.py
+++ b/nanoservice/service.py
@@ -113,4 +113,13 @@ class SubService(Service):
def process(self):
msg = self.sock.recv()
fun, data = self.get_fun_and_data(msg)
- return fun(d... | Catch expections when executing subscriber fun | walkr_nanoservice | train |
407e25b006e0c7a985ef0495764c538e33bbb8bc | diff --git a/synapse/lib/types.py b/synapse/lib/types.py
index <HASH>..<HASH> 100644
--- a/synapse/lib/types.py
+++ b/synapse/lib/types.py
@@ -790,6 +790,7 @@ class Loc(Type):
def postTypeInit(self):
self.setNormFunc(str, self._normPyStr)
+ self.indxcmpr['^='] = self.indxByPref
def _normPy... | add missing prefix indx comp for Loc type and associated tests | vertexproject_synapse | train |
19e71b2ad86fad4cf4995b9e4dc6cf5ee2f966f0 | diff --git a/lib/Thelia/Core/Thelia.php b/lib/Thelia/Core/Thelia.php
index <HASH>..<HASH> 100755
--- a/lib/Thelia/Core/Thelia.php
+++ b/lib/Thelia/Core/Thelia.php
@@ -69,29 +69,22 @@ class Thelia extends Kernel
protected function initPropel()
{
- if (defined('THELIA_INSTALL_MODE') === true) {
- ... | nstall step Please enter the commit message for your changes. Lines starting | thelia_core | train |
4ba9f3eb1e18e213579cfdcd26d8fdcfd49568b9 | diff --git a/doc/types/export-output.md b/doc/types/export-output.md
index <HASH>..<HASH> 100644
--- a/doc/types/export-output.md
+++ b/doc/types/export-output.md
@@ -9,8 +9,16 @@ addition to [steal-tools.transform.options].
with their dependencies.
-@option {Array<moduleName|comparitor>|Boolean} [eachModule] Bui... | export `dest` when used with global-js/standalone
This fixes the global-js helper to work properly with `dest` when dest is a function. Also better documents `eachModule` slightly.
Closes #<I> | stealjs_steal-tools | train |
8ddac4bf81ca1abcb7aa5b3ce0a5d35b0e2cfe2e | diff --git a/lib/grasshopper.js b/lib/grasshopper.js
index <HASH>..<HASH> 100644
--- a/lib/grasshopper.js
+++ b/lib/grasshopper.js
@@ -71,8 +71,10 @@ q.longStackSupport = true;
module.exports = grasshopper;
-process.on('SIGINT', function() {
- //Issue system/shutdown on SIGINT
+process.on('SIGINT', shutdown);
+... | Added another way to add a hook when someone shuts down the service | grasshopper-cms_grasshopper-core-nodejs | train |
bb8be50049fdfdad3a3881b4417d51e83d1ea11a | diff --git a/funkyyak/core.py b/funkyyak/core.py
index <HASH>..<HASH> 100644
--- a/funkyyak/core.py
+++ b/funkyyak/core.py
@@ -1,18 +1,18 @@
import operator as op
import numpy as np
from functools import partial
+from operator import attrgetter
# ----- Autodiff logic -----
def grad(fun, argnum=0):
def gra... | Moved unbroadcasting sums into type-specific add_outgrad methods | HIPS_autograd | train |
bf4f77a780863d9edb003fa082830dd76347958b | diff --git a/cmd/minikube/cmd/delete.go b/cmd/minikube/cmd/delete.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/delete.go
+++ b/cmd/minikube/cmd/delete.go
@@ -17,11 +17,11 @@ limitations under the License.
package cmd
import (
+ "github.com/docker/machine/libmachine/mcnerror"
+ "github.com/pkg/errors"
"os... | Fix crash when the cluster doesn't exist | kubernetes_minikube | train |
1418dd4d22214c02b0ae7213901995cfdc01ce7c | diff --git a/lib/webmake.js b/lib/webmake.js
index <HASH>..<HASH> 100755
--- a/lib/webmake.js
+++ b/lib/webmake.js
@@ -33,6 +33,7 @@ filesAtPath = function (path) {
};
module.exports = function (input, options, cb) {
+ var promise;
if (isFunction(options)) {
cb = options;
options = {};
@@ -40,7 +41,7 @@ mod... | Expose parser on a promise | medikoo_modules-webmake | train |
bfbcb38e5f692edcf75b1426f5fe0c84a77a2948 | diff --git a/lib/Property.js b/lib/Property.js
index <HASH>..<HASH> 100644
--- a/lib/Property.js
+++ b/lib/Property.js
@@ -48,6 +48,61 @@ Property.prototype.runTest = function(testCase) {
return result;
};
+// Returns an iterator (compliant with the ES6 iterator protocol) over
+// shrunk versions of the failing `... | Shrink reported failure cases in the test runner
Closes #8 | graue_gentest | train |
aa5eca350f06d3774b51bb8e230194f56b5c95f1 | diff --git a/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py b/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py
index <HASH>..<HASH> 100644
--- a/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py
+++ b/spikeex... | set channel gains on init for int8 rather than int<I> | SpikeInterface_spikeextractors | train |
1758ea5581db6b8d5793ae3a9db358cdfa0c0fdb | diff --git a/src/Offer/Commands/OfferCommandFactoryInterface.php b/src/Offer/Commands/OfferCommandFactoryInterface.php
index <HASH>..<HASH> 100644
--- a/src/Offer/Commands/OfferCommandFactoryInterface.php
+++ b/src/Offer/Commands/OfferCommandFactoryInterface.php
@@ -11,12 +11,12 @@ interface OfferCommandFactoryInterfac... | III-<I>: Make methods of factory non-static | cultuurnet_udb3-php | train |
84491f509888324efd30a29555dcd82618b1c146 | diff --git a/js/config/wordBoundaries.js b/js/config/wordBoundaries.js
index <HASH>..<HASH> 100644
--- a/js/config/wordBoundaries.js
+++ b/js/config/wordBoundaries.js
@@ -1,3 +1,10 @@
module.exports = function() {
- return [ " ", "\\n", "\\r", "\\t", ".", ",", "'", "(", ")", "\"", "+", "-", ";", "!", "?", ":", "/", "»... | Add the no-break space character to the word boundaries | Yoast_YoastSEO.js | train |
1aeaac449c635e286f0e5af7d5ef7e2e3d0dd2b4 | diff --git a/lib/puppet/pops/types/types.rb b/lib/puppet/pops/types/types.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/types/types.rb
+++ b/lib/puppet/pops/types/types.rb
@@ -1311,6 +1311,8 @@ class PStructType < PAnyType
if required_elements_assignable
size_o = o.size_type || PCollectionType::D... | (PUP-<I>) Fix bug causing Struct assignable? to return nil
The `PStructType#assignable?` method would return `nil` instead of
`false` when compared to a PHashType. This commit fixes that. | puppetlabs_puppet | train |
31550144739f0fddc69e7f70bdbf56fc3adf7436 | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100644
--- a/devices.js
+++ b/devices.js
@@ -1678,6 +1678,13 @@ const devices = [
description: 'LIGHTIFY LED gardenspot mini RGB',
extend: generic.light_onoff_brightness_colorxy,
},
+ {
+ zigbeeModel: ['PAR38 W 10 year'],
+ ... | Add support for Sylvania soft white PAR<I> outdoor bulb (#<I>)
* Add support for Sylvania soft white PAR<I> outdoor bulb
* Update devices.js | Koenkk_zigbee-shepherd-converters | train |
d26ffa2e93f59b6a467c151f69a0142222e46b18 | diff --git a/lib/rspec_command.rb b/lib/rspec_command.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec_command.rb
+++ b/lib/rspec_command.rb
@@ -66,6 +66,12 @@ module RSpecCommand
# Matcher to compare files or folders from the temporary directory to a
# fixture.
+ #
+ # @example
+ # describe 'myapp' do
+ # ... | Yard docs for match_fixture. | coderanger_rspec-command | train |
8d0f8018baacaa5dc94996a4a285867d682623c8 | diff --git a/salt/payload.py b/salt/payload.py
index <HASH>..<HASH> 100644
--- a/salt/payload.py
+++ b/salt/payload.py
@@ -14,7 +14,6 @@ import datetime
# Import salt libs
import salt.log
-import salt.crypt
import salt.transport.frame
from salt.exceptions import SaltReqTimeoutError
from salt.utils import immutab... | removing salt.crypt from payload.py which is not used and causing salt-key to break. | saltstack_salt | train |
74d882c9d57dd4246f768be843b26863119ddf9a | diff --git a/src/domnodes.js b/src/domnodes.js
index <HASH>..<HASH> 100644
--- a/src/domnodes.js
+++ b/src/domnodes.js
@@ -45,7 +45,11 @@ function allChildren({props = {}}) {
return [];
}
let children = ensureToBeArray(props.children);
- return [...children, ...children.map(allChildren).reduce(flatten)];
+ ... | Fix the order to be depth first. | uxebu_react-components-asserts | train |
97f96cbea674faedfc1a3e7041ecbeda1ee5fd63 | diff --git a/lib/GameWindow.js b/lib/GameWindow.js
index <HASH>..<HASH> 100644
--- a/lib/GameWindow.js
+++ b/lib/GameWindow.js
@@ -898,7 +898,7 @@
oldPos = this.headerPosition;
- // Store the new position in a reference variable
+ // Store the new position in a reference variable
//... | Added notice to GameWindow.loadFrame about resetting of VisualTimer | nodeGame_nodegame-window | train |
ef3f48c5bc9ecc7ca1987467f382cbb1f8948054 | diff --git a/lib/rspec-puppet/coverage.rb b/lib/rspec-puppet/coverage.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec-puppet/coverage.rb
+++ b/lib/rspec-puppet/coverage.rb
@@ -159,7 +159,13 @@ module RSpec::Puppet
end
coverage_test.run(RSpec.configuration.reporter)
- if coverage_results.execut... | Fix deprecation warning from <I> with latest rspec | rodjek_rspec-puppet | train |
b528cd05ddc095cc9141050b9a905cff81ef0d41 | diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.core.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.core.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.core.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.core.js
@@ -196,14 +196,14 @@
}
};... | VMC-<I> Perform Restore snapshot functionality | VoltDB_voltdb | train |
c1a767f14dbb685e01b1ae4e0d8316a6ced4ed0b | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/MonitoredSpringAsyncAndScheduledPointcut.java b/javamelody-core/src/main/java/net/bull/javamelody/MonitoredSpringAsyncAndScheduledPointcut.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/MonitoredSpringAsyncAndSchedu... | follow-up to upgrade of some optional dependencies | javamelody_javamelody | train |
67e18a0d02a3d83a97facc0705ab6f8ef1d79a20 | diff --git a/morango/models.py b/morango/models.py
index <HASH>..<HASH> 100644
--- a/morango/models.py
+++ b/morango/models.py
@@ -8,6 +8,8 @@ import sys
import uuid
from django.conf import settings
+from django.core import exceptions
+from django.core.cache import cache
from django.db.models import signals
from ... | Cache foreign key lookups across models | learningequality_morango | train |
a0afca71cc0105d913d8164a7d2e9747cf8e1ca6 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+0.5.9
+------
+
+- fixed bug where text wouldn't write unless xpath specified
+
0.5.8
------
diff --git a/scrape/__init__.py b/scrape/__init__.py
index <HASH>..<HASH> 100644
--- a/scrape/__init__.... | fixed bug where text wouldn't write without xpath | huntrar_scrape | train |
54d73e15c165ae7e5c640efaa4a6180d969f89e0 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -15,7 +15,9 @@ type PluginOptions = {
aliases?: {
[key: string]: string|Template;
};
- strip?: boolean|string|{[key: string]: boolean};
+ strip?: boolean | {
+ [key: string]: boolean | { [key: s... | Breaking change: Refactor "strip" option shape to support strip[env][name] control | codemix_babel-plugin-trace | train |
438b3cb694ea8360540192b990f2eb4f520f4c12 | diff --git a/client_test.go b/client_test.go
index <HASH>..<HASH> 100644
--- a/client_test.go
+++ b/client_test.go
@@ -201,7 +201,7 @@ func TestImagePullAllPlatforms(t *testing.T) {
defer cancel()
cs := client.ContentStore()
- img, err := client.Fetch(ctx, testImage)
+ img, err := client.Fetch(ctx, "docker.io/lib... | Update multi-arch image tests
Ensure the test pull for all platforms uses a multi-arch image
Use the pause container for testing specific platforms
Update the image unpack test to be explicit about the platform to unpack | containerd_containerd | train |
dd53f25a4aa4b7f48f56fa90c700db58a4933bb2 | diff --git a/test/model.save.js b/test/model.save.js
index <HASH>..<HASH> 100644
--- a/test/model.save.js
+++ b/test/model.save.js
@@ -1,10 +1,12 @@
+var couchbase = require('couchbase');
var expect = require('chai').expect;
+
var lounge = require('../lib');
var Schema = lounge.Schema;
-var couchbase = require('couc... | more model.save() tests | bojand_lounge | train |
c0d96a7e84775f092689c9ee976084a27eff2643 | diff --git a/airflow/models.py b/airflow/models.py
index <HASH>..<HASH> 100644
--- a/airflow/models.py
+++ b/airflow/models.py
@@ -572,6 +572,8 @@ class TaskInstance(Base):
return False
elif self.task.end_date and self.execution_date > self.task.end_date:
return False
+ elif se... | Making sure that SKIPPED task state don't run | apache_airflow | train |
3921fbf23a2baed67358644cb75086ce166e2a80 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -20,6 +20,8 @@ const XCTEST_LOG_FILES_PATTERNS = [
/^Session-WebDriverAgentRunner.*\.log$/i,
/^StandardOutputAndStandardError\.txt$/i,
];
+const XCTEST_LOGS_CACHE_FOLDER_PREFIX = 'com.apple.dt.XCTest';
+... | fix: Look for temporary logs in the specific root folder instead of the whole tempdir (#<I>) | appium_appium-xcuitest-driver | train |
df99099a3d6271119900a42bf5b4e42df4f9e042 | diff --git a/src/horizon_api.ts b/src/horizon_api.ts
index <HASH>..<HASH> 100644
--- a/src/horizon_api.ts
+++ b/src/horizon_api.ts
@@ -30,7 +30,6 @@ export namespace Horizon {
> {
created_at: string;
fee_meta_xdr: string;
- fee_paid: number;
fee_charged: number;
max_fee: number;
id: s... | Remove fee_paid field from transaction response. (#<I>)
* Remove fee_paid field from transaction response.
* Update test. | stellar_js-stellar-sdk | train |
511f81ec6746fe04503bf1ab627fb20e56f78179 | diff --git a/test/package.test.js b/test/package.test.js
index <HASH>..<HASH> 100644
--- a/test/package.test.js
+++ b/test/package.test.js
@@ -11,7 +11,6 @@ var Package = require('../lib/index').Package;
// --- Globals
var UFDS_URL = 'ldaps://' + (process.env.UFDS_IP || '10.99.99.13');
-
var pack;
var entry = {... | Fixed little test breakage due to latest upgrade. | joyent_node-sdc-clients | train |
dd709283d57a9f3d78669dcdbbfef8bf7e2a0c9c | diff --git a/cli/src/main/java/org/jboss/as/cli/operation/impl/DefaultOperationCandidatesProvider.java b/cli/src/main/java/org/jboss/as/cli/operation/impl/DefaultOperationCandidatesProvider.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/operation/impl/DefaultOperationCandidatesProvider.java
+... | cli: initial steps to custom dmr value-type structure tab-completion | wildfly_wildfly | train |
83dd853d0eff6dbc1f7834098e7619281e9ce287 | diff --git a/lib/Doctrine/ODM/CouchDB/DocumentRepository.php b/lib/Doctrine/ODM/CouchDB/DocumentRepository.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/CouchDB/DocumentRepository.php
+++ b/lib/Doctrine/ODM/CouchDB/DocumentRepository.php
@@ -132,20 +132,15 @@ class DocumentRepository implements ObjectRepositor... | Add toArray() hydration to simplify repository code. | doctrine_couchdb-odm | train |
95ec92a92340ab083cdaa3b7f048c45e8e506e26 | diff --git a/cmd/main.js b/cmd/main.js
index <HASH>..<HASH> 100755
--- a/cmd/main.js
+++ b/cmd/main.js
@@ -88,6 +88,7 @@ if( cli.build ) {
console.log("Testing...");
var workspace = new Workspace();
+ var env = cli['--environment'] || workspace.getEnvironment();
var initStream;
if (cli['--ski... | Use .dapplerc environment settings when running tests. | dapphub_dapple | train |
c2ffbf4797c0a1a42014993d7b147e77ed387fb1 | diff --git a/php-typography/class-settings.php b/php-typography/class-settings.php
index <HASH>..<HASH> 100644
--- a/php-typography/class-settings.php
+++ b/php-typography/class-settings.php
@@ -848,7 +848,7 @@ class Settings implements \ArrayAccess {
$this->regex['customDiacriticsDoubleQuoteValue'] = '/(?:=>\s*")([... | The controlCharacters regex is only used in by PHP_Typography proper | mundschenk-at_php-typography | train |
c702091281369612419a370531e66c6db0a0ae40 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -5,6 +5,7 @@ process.env.ALLOW_COLORS = true;
var async = require('async'),
colors = require('colors/safe'),
+ Overload = require('irrelon-overload'),
padRight,
TB;
@@ -44,53 +45,55 @@ TB.timeRecord = {
TB.timeStep... | Used overload on test() method, can add more signatures in the future like number of tests to expect etc | Irrelon_testbear | train |
6848ee8f4c7d4aacb2818c5e0e8948516056643a | diff --git a/src/sap.uxap/test/sap/uxap/qunit/js/ObjectPageAPICreation.qunit.js b/src/sap.uxap/test/sap/uxap/qunit/js/ObjectPageAPICreation.qunit.js
index <HASH>..<HASH> 100644
--- a/src/sap.uxap/test/sap/uxap/qunit/js/ObjectPageAPICreation.qunit.js
+++ b/src/sap.uxap/test/sap/uxap/qunit/js/ObjectPageAPICreation.qunit.... | [INTERNAL] uxap.ObjectPage: APICreation qunit fixed to work in Firefox
This reverts commit d8ee<I>f<I>cabc<I>a8c8a2a<I>f5f<I>.
Change-Id: If<I>e5df8a<I>c0e<I>ac9abb<I>eeede<I>f
BCP: <I> | SAP_openui5 | train |
535c16fcce7b0f19d9221aac795b3008b593bfe2 | diff --git a/lsh.go b/lsh.go
index <HASH>..<HASH> 100644
--- a/lsh.go
+++ b/lsh.go
@@ -83,9 +83,6 @@ func optimalKL(numHash int, t float64) (optK, optL int, fp, fn float64) {
return
}
-// NewMinhashLSH is the default constructor uses 32 bit hash value
-var NewMinhashLSH = NewMinhashLSH32
-
// entry contains the h... | memory optimization: preallocation of hash tables | ekzhu_minhash-lsh | train |
c0f14aad6f93a57e0cbca587c4e8fccfb7eb3d81 | diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/api/score/AbstractScore.java b/optaplanner-core/src/main/java/org/optaplanner/core/api/score/AbstractScore.java
index <HASH>..<HASH> 100644
--- a/optaplanner-core/src/main/java/org/optaplanner/core/api/score/AbstractScore.java
+++ b/optaplanner-core/src/m... | Avoid Scoredirector dependency in AbstractScore to make GWT happy in optaplanner-wb | kiegroup_optaplanner | train |
790977b5b95170549826059baece167a881ab4e6 | diff --git a/runcronjobs.php b/runcronjobs.php
index <HASH>..<HASH> 100755
--- a/runcronjobs.php
+++ b/runcronjobs.php
@@ -305,12 +305,14 @@ if ( $listCronjobs )
$hasScripts = false;
if ( $block === 'CronjobSettings' )
{
- $cli->output( "\n Standard scripts:" );
+ $cli->... | Implemented #<I>: use endLineString() and goToColumn() in place of '\n' and '\t' | ezsystems_ezpublish-legacy | train |
31362bc3318dcf893a944d010f48858b6607e02a | diff --git a/sync/task/broker/broker.go b/sync/task/broker/broker.go
index <HASH>..<HASH> 100644
--- a/sync/task/broker/broker.go
+++ b/sync/task/broker/broker.go
@@ -99,14 +99,22 @@ func (t *Task) Run(c task.Command) error {
// subscribe for the pool size
for i := 0; i < t.Options.Pool; i++ {
- // subscribe to ... | prevent resource leak (#<I>) | micro_go-micro | train |
290e51877cdd61c3e34bb69d669e4da5b7bd1ae0 | diff --git a/test/RedisCommandsTest.php b/test/RedisCommandsTest.php
index <HASH>..<HASH> 100644
--- a/test/RedisCommandsTest.php
+++ b/test/RedisCommandsTest.php
@@ -1504,6 +1504,21 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
$this->assertEquals(array('bar', 'piyo'), $this->redis->hmge... | Test suite: added HINCRBY. | nrk_predis | train |
33928ccdfff978aefe80af65846c6070030adb91 | diff --git a/app/scripts/ViewportTracker2D.js b/app/scripts/ViewportTracker2D.js
index <HASH>..<HASH> 100644
--- a/app/scripts/ViewportTracker2D.js
+++ b/app/scripts/ViewportTracker2D.js
@@ -92,7 +92,9 @@ export class ViewportTracker2D extends SVGTrack {
// set the fill and stroke colors
this.gBrush.s... | Added fill and stroke opacity options | higlass_higlass | train |
aa788b3c42443b345f811aa9d34da6a119b206d9 | diff --git a/lib/classes/user.php b/lib/classes/user.php
index <HASH>..<HASH> 100644
--- a/lib/classes/user.php
+++ b/lib/classes/user.php
@@ -332,7 +332,7 @@ class core_user {
$fields['country'] = array('type' => PARAM_ALPHA, 'null' => NULL_NOT_ALLOWED, 'default' => $CFG->country,
'choices' =... | MDL-<I> core_user: fix wrong lang check | moodle_moodle | train |
25339e3fc3c27b268b930823bf7652dea78eb0d9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -13,16 +13,12 @@ class ServerlessPlugin {
const filename = path.resolve(__dirname, 'layers.json');
const layers = JSON.parse(fs.readFileSync(filename));
- // Read the region from the `--region` optio... | Allow region to be a variable
Before, the region would be read from incoming options, sometimes
resulting in an unresolved variable.
This change uses the `getRegion()` method of the AWS provider to make
sure the region is resolved, before using it in layer resolution.
Fixes #<I> | mnapoli_bref | train |
d687a7b9a007772df0b4b02a95e041f9f910b0e5 | diff --git a/firenado/conf/__init__.py b/firenado/conf/__init__.py
index <HASH>..<HASH> 100644
--- a/firenado/conf/__init__.py
+++ b/firenado/conf/__init__.py
@@ -227,12 +227,12 @@ def process_app_config_section(app_config):
if 'port' in app_config:
app['port'] = app_config['port']
if 'type' in app_c... | Fixed reading of app type configuration.
Fixes: #<I> | candango_firenado | train |
f1e033c32871e274867009a4b74d5fa94930ad9c | diff --git a/law/config.py b/law/config.py
index <HASH>..<HASH> 100644
--- a/law/config.py
+++ b/law/config.py
@@ -89,11 +89,15 @@ class Config(ConfigParser):
# lsf, glite, arc) by prefixing the option, e.g. "htcondor_job_file_dir"
},
"bash_sandbox": {
+ "uid": None,
+ ... | Make uid and gid for sandboxing configurable via config. | riga_law | train |
8f0fbd2fe81b4af1a394a0109820362df011c0ae | diff --git a/commands.go b/commands.go
index <HASH>..<HASH> 100644
--- a/commands.go
+++ b/commands.go
@@ -179,6 +179,7 @@ type Cmdable interface {
LInsertAfter(ctx context.Context, key string, pivot, value interface{}) *IntCmd
LLen(ctx context.Context, key string) *IntCmd
LPop(ctx context.Context, key string) *S... | fix #<I> (#<I>) | go-redis_redis | train |
f6add66561c981c44cb18417d95558262240df9b | diff --git a/examples/platformer2/js/entities/HUD.js b/examples/platformer2/js/entities/HUD.js
index <HASH>..<HASH> 100644
--- a/examples/platformer2/js/entities/HUD.js
+++ b/examples/platformer2/js/entities/HUD.js
@@ -28,11 +28,13 @@ game.HUD.Container = me.Container.extend({
// add our child score object at ... | [#<I>] do not add the fullscreen control on mobile devices
btw, is the `me.device.isMobile` still up-to-date in terms of UA
matching ? | melonjs_melonJS | train |
a3aa47c39d1991dcdbf0f41313e7ffd66ae9260e | diff --git a/lib/ApiCLI.php b/lib/ApiCLI.php
index <HASH>..<HASH> 100644
--- a/lib/ApiCLI.php
+++ b/lib/ApiCLI.php
@@ -99,8 +99,10 @@ class ApiCLI extends AbstractView {
}
if(file_exists($file)){
include_once $file;
+ // some tricky thing to make config be read in some cases it... | Upgrades to the way config being read | atk4_atk4 | train |
3b108d333dfaebe967c4871b61116660073252a1 | diff --git a/autopep8.py b/autopep8.py
index <HASH>..<HASH> 100755
--- a/autopep8.py
+++ b/autopep8.py
@@ -1373,7 +1373,7 @@ def _get_as_string(items):
elif item.is_colon:
string += ': '
else:
- item_string = repr(item)
+ item_string = unicode(item)
if (... | Fix more spacing problems. Also use unicode instead of repr. | hhatto_autopep8 | train |
d6bf93fdf177280b1bd7e8b94d0aa3cec937ce8d | diff --git a/Controller/FavouriteController.php b/Controller/FavouriteController.php
index <HASH>..<HASH> 100644
--- a/Controller/FavouriteController.php
+++ b/Controller/FavouriteController.php
@@ -10,7 +10,6 @@ use Symfony\Component\HttpFoundation\Response;
class FavouriteController extends Controller
{
-
/*... | [FavouriteBundle] Suppression of the blank line | claroline_Distribution | train |
ad716a203f2204ee3e46b44cb8a7ae75dfe46e6b | diff --git a/config/mediable.php b/config/mediable.php
index <HASH>..<HASH> 100644
--- a/config/mediable.php
+++ b/config/mediable.php
@@ -171,6 +171,20 @@ return [
'xlsx',
]
],
+ Plank\Mediable\Media::TYPE_PRESENTATION => [
+ 'mime_types' =>
+ [
+ ... | Adding Presentation media type (#<I>) | plank_laravel-mediable | train |
0464094c18cf9a8aea6000cde36fb8d027fc33fd | diff --git a/src/Versatile/Query/Builder.php b/src/Versatile/Query/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Versatile/Query/Builder.php
+++ b/src/Versatile/Query/Builder.php
@@ -401,7 +401,21 @@ class Builder
return;
}
- $modelTable = $model->getTable();
+ $modelTable = ''... | Fixed error in nested BelongsToMany | mtils_versatile | train |
fb8ce1f5e7bd5dfa05ef72c2fe24c546c45e7283 | diff --git a/rtllib/multipliers.py b/rtllib/multipliers.py
index <HASH>..<HASH> 100644
--- a/rtllib/multipliers.py
+++ b/rtllib/multipliers.py
@@ -9,7 +9,6 @@ def main():
# test_simple_mult()
# test_wallace_tree()
# test_wallace_timing()
- # test_conditional()
def simple_mult(A, B, start, done):
... | deleted conditional testing from multipliers, it was dysfunctional | UCSBarchlab_PyRTL | train |
19869f7c923ad59cfb0771345352b684685e06a9 | diff --git a/View/Helper/TaskHelper.php b/View/Helper/TaskHelper.php
index <HASH>..<HASH> 100644
--- a/View/Helper/TaskHelper.php
+++ b/View/Helper/TaskHelper.php
@@ -84,7 +84,13 @@ class TaskHelper extends AppHelper {
* @return string
*/
public function id(array $task) {
- return $this->_isCli ? $task['id'] :... | full links in TaskHelper::id #<I> | imsamurai_cakephp-task-plugin | train |
a4c242d5b75f52c465929f11233dc414ce119e1f | diff --git a/bounded_context/spec/spec_helper.rb b/bounded_context/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/bounded_context/spec/spec_helper.rb
+++ b/bounded_context/spec/spec_helper.rb
@@ -4,7 +4,7 @@ require 'support/rspec_defaults'
require 'rails'
ENV['RAILS_VERSION'] ||= Rails::VERSION::STRING
-DUM... | Change the way to determine dummy apps folder | RailsEventStore_rails_event_store | train |
ef95e535d5ef58c19cf088dfe7415011272ea22f | diff --git a/lib/fluent/plugin/out_exec_filter.rb b/lib/fluent/plugin/out_exec_filter.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/out_exec_filter.rb
+++ b/lib/fluent/plugin/out_exec_filter.rb
@@ -234,23 +234,17 @@ class ExecFilterOutput < BufferedOutput
begin
Process.kill(:TERM, @pid)
... | shrink buggy error message check (on non-LANG=C environment) | fluent_fluentd | train |
c71c181693822d56f8ac4227e1113732a61d055a | diff --git a/concrete/src/Foundation/Queue/Mutex/MutexGeneratorFactory.php b/concrete/src/Foundation/Queue/Mutex/MutexGeneratorFactory.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Foundation/Queue/Mutex/MutexGeneratorFactory.php
+++ b/concrete/src/Foundation/Queue/Mutex/MutexGeneratorFactory.php
@@ -22,7 +22,7 @@... | Avoid accessing undefined command bus key | concrete5_concrete5 | train |
e7fce25f637a22848e63e210f32db69d1340379c | diff --git a/integration-faces/src/test/java/org/ocpsoft/rewrite/faces/navigate/NavigateTest.java b/integration-faces/src/test/java/org/ocpsoft/rewrite/faces/navigate/NavigateTest.java
index <HASH>..<HASH> 100644
--- a/integration-faces/src/test/java/org/ocpsoft/rewrite/faces/navigate/NavigateTest.java
+++ b/integratio... | Ignore old encoding test for Navigate class | ocpsoft_rewrite | train |
232e94ba9292f9b77b675bfa9934fe391aba1bb7 | diff --git a/classes/Kohana/Jam/Model.php b/classes/Kohana/Jam/Model.php
index <HASH>..<HASH> 100755
--- a/classes/Kohana/Jam/Model.php
+++ b/classes/Kohana/Jam/Model.php
@@ -417,8 +417,12 @@ abstract class Kohana_Jam_Model extends Jam_Validated {
if ($association instanceof Jam_Association_Collection)
throw... | Fix build to set the item on the model | OpenBuildings_jam | train |
a733658094f0ff8b447c4d05f699e8f662e6b384 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -201,6 +201,10 @@ func debug(format string, args ...interface{}) {
}
}
+func warning(format string, args ...interface{}) {
+ fmt.Fprintf(os.Stderr, "WARNING: "+format+"\n", args...)
+}
+
func formatLinters() string {
w := ... | Display deadline exceeded warning to stderr. | alecthomas_gometalinter | train |
8c981ef26f30d8dac08a3ad9c7f1328a8ddd0a56 | diff --git a/tests/test_conf.py b/tests/test_conf.py
index <HASH>..<HASH> 100644
--- a/tests/test_conf.py
+++ b/tests/test_conf.py
@@ -13,7 +13,6 @@ class TestConf(TestCase):
if test_config_d not in sys.path:
sys.path.append(test_config_d)
-
def test_update_config_fail_identifier(self):
... | Removing duplicate test and minor PEP8 fixes | pecan_pecan | train |
bb4943fd5104285c67270774a4b37eb6b56ba80e | diff --git a/src/MakePotCommand.php b/src/MakePotCommand.php
index <HASH>..<HASH> 100644
--- a/src/MakePotCommand.php
+++ b/src/MakePotCommand.php
@@ -620,8 +620,6 @@ class MakePotCommand extends WP_CLI_Command {
if ( ! $this->skip_blade ) {
$options = [
- // Extract 'Template Name' headers in theme file... | Remove `Template Name` extraction from PHP-blade extractor, as it doesn't apply to PHP-blade templates. | wp-cli_i18n-command | train |
61cda61b22fa12c130aa094c0f1bf2118b068b19 | diff --git a/multigtfs/models/route.py b/multigtfs/models/route.py
index <HASH>..<HASH> 100644
--- a/multigtfs/models/route.py
+++ b/multigtfs/models/route.py
@@ -159,7 +159,14 @@ class Route(Base):
"""Update the geometry from the Trips"""
original = self.geometry
trips = self.trip_set.exclud... | Route geometry is unique trip geometries, fixes #<I> | tulsawebdevs_django-multi-gtfs | train |
68d7feb85bafe2d3c08f956bdb85706c16b7671e | diff --git a/src/storage-preview/azext_storage_preview/azcopy/util.py b/src/storage-preview/azext_storage_preview/azcopy/util.py
index <HASH>..<HASH> 100644
--- a/src/storage-preview/azext_storage_preview/azcopy/util.py
+++ b/src/storage-preview/azext_storage_preview/azcopy/util.py
@@ -102,7 +102,7 @@ def _unserialize_... | {storage-preview} Fix issue <I>: Fix jwt issue (#<I>) | Azure_azure-cli-extensions | train |
2343de33895fe884e4fe5b72418918517938d631 | diff --git a/src/Ipunkt/SocialAuth/EventListeners/UpdateProfileEventListener.php b/src/Ipunkt/SocialAuth/EventListeners/UpdateProfileEventListener.php
index <HASH>..<HASH> 100644
--- a/src/Ipunkt/SocialAuth/EventListeners/UpdateProfileEventListener.php
+++ b/src/Ipunkt/SocialAuth/EventListeners/UpdateProfileEventListen... | Userid is now correctly set upon creating a db profile while registering | ipunkt_social-auth | train |
e6183ec64364e51a374692ac89f2d2585b6c3e59 | diff --git a/py/nupic/frameworks/prediction/callbacks.py b/py/nupic/frameworks/prediction/callbacks.py
index <HASH>..<HASH> 100644
--- a/py/nupic/frameworks/prediction/callbacks.py
+++ b/py/nupic/frameworks/prediction/callbacks.py
@@ -28,8 +28,9 @@ try:
import matplotlib
matplotlib.use('agg', warn=False)
impor... | Slightly more graceful approach to initializing pylab if it's available. | numenta_nupic | train |
eb1594f4e6986ec60711875d27629dc34a5d214b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -148,11 +148,11 @@ def readme():
setup(
name='dustmaps',
- version='1.0.4',
+ version='1.0.5',
description='Uniform interface for multiple dust reddening maps.',
long_description=readme(),
url='htt... | Updated version string in setup.py. | gregreen_dustmaps | train |
8ae310edc8455afdcea18df0772f333b65d23dff | diff --git a/src/Broadway/CommandHandling/Testing/Scenario.php b/src/Broadway/CommandHandling/Testing/Scenario.php
index <HASH>..<HASH> 100644
--- a/src/Broadway/CommandHandling/Testing/Scenario.php
+++ b/src/Broadway/CommandHandling/Testing/Scenario.php
@@ -33,6 +33,7 @@ class Scenario
private $eventStore;
p... | Add aggreateId as part of the scenario | broadway_broadway | train |
fd09dfb1150c781d6e5865b72d9d18c70261b2bf | diff --git a/thinc/config.py b/thinc/config.py
index <HASH>..<HASH> 100644
--- a/thinc/config.py
+++ b/thinc/config.py
@@ -492,7 +492,7 @@ class registry(object):
schema: Type[BaseModel] = EmptySchema,
overrides: Dict[str, Any] = {},
validate: bool = True,
- ) -> Tuple[Config, Config]:
+ ... | Make resolved config a dict
No point in making it a Config object because it's not really a valid config – it contains arbitrary Python objects, can't be serialized or interpolated as a config, etc. | explosion_thinc | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.