hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
200d13e551737e6ded310a2469e6b9a6651ba346 | diff --git a/devassistant/exceptions.py b/devassistant/exceptions.py
index <HASH>..<HASH> 100644
--- a/devassistant/exceptions.py
+++ b/devassistant/exceptions.py
@@ -15,6 +15,7 @@ class ClException(RunException):
self.command = command
self.returncode = returncode
self.output = output
+ ... | gui: Fix some python2/3 incompatibilities | devassistant_devassistant | train |
618998047b517fef790cf1958432b54487d998fe | diff --git a/src/Ripple/TouchRipple.spec.js b/src/Ripple/TouchRipple.spec.js
index <HASH>..<HASH> 100644
--- a/src/Ripple/TouchRipple.spec.js
+++ b/src/Ripple/TouchRipple.spec.js
@@ -84,4 +84,41 @@ describe('<TouchRipple />', () => {
assert.strictEqual(wrapper.state('ripples').length, 0);
});
});
+
+ de... | [TouchRipple] Add tests for edge cases (#<I>) | mui-org_material-ui | train |
f20de364423c6ccce40b9786b36bb3e3ef469d00 | diff --git a/nicfit/__main__.py b/nicfit/__main__.py
index <HASH>..<HASH> 100644
--- a/nicfit/__main__.py
+++ b/nicfit/__main__.py
@@ -114,6 +114,7 @@ class CookieCutter(nicfit.Command):
except subprocess.CalledProcessError as err:
# FIXME: begin
cwd = Path.cwd()
+ perr("CW... | *sigh !wip | nicfit_nicfit.py | train |
a7c02c9067d6cfb13b7151c6e6e03d72dfbb5e1f | diff --git a/queue.js b/queue.js
index <HASH>..<HASH> 100644
--- a/queue.js
+++ b/queue.js
@@ -20,7 +20,7 @@ var DEFAULT_NUM_WORKERS = 1,
* - resolve {Function} An asychronous callback function - call this
* function when the processingFunction completes successfully. This
* takes an optional ... | Passing job spec through to QueueWorker for validation there | FirebaseExtended_firebase-queue | train |
b59fc23f869547c2eb82d7181bf456086229d379 | diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7820Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7820Test.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7820Test.php
+++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH7820Test.php
@@ -4,6 +4,7 @@ declare(strict_ty... | #<I> reproduced issue: DQL caching prevents `WhereInWalker` run
Since `WhereInWalker` does not run, query parameters are not translated
from their in-memory type to the expected SQL type when the paginator
is run again with the same DQL string. This is an architectural
issue, since (for the sake of simplicity) we move... | doctrine_orm | train |
36b773f120e195ed9e6ce2f85b496af9023605c2 | diff --git a/lib/dm-validations/contextual_validators.rb b/lib/dm-validations/contextual_validators.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-validations/contextual_validators.rb
+++ b/lib/dm-validations/contextual_validators.rb
@@ -54,8 +54,7 @@ module DataMapper
def execute(named_context, target)
ta... | Extract #validators_for_resource and #load_validated_properties from ContextualValidators#execute. | emmanuel_aequitas | train |
0880780ee8a6e2f1c0003b374435908bc7348987 | diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php
index <HASH>..<HASH> 100644
--- a/mod/forum/discuss.php
+++ b/mod/forum/discuss.php
@@ -349,7 +349,7 @@ if ($forum->type == 'qanda' && !has_capability('mod/forum:viewqandawithoutpostin
}
if ($move == -1 and confirm_sesskey()) {
- echo $OUTPUT->notificati... | MDL-<I> forum: Moved notification is not a problem
The default behaviour of $OUTPUT->notification() is to indiciate a
problem. | moodle_moodle | train |
279a9f7ea3977815345754b1e64e78f42f741cf7 | diff --git a/code/MemberProfileField.php b/code/MemberProfileField.php
index <HASH>..<HASH> 100755
--- a/code/MemberProfileField.php
+++ b/code/MemberProfileField.php
@@ -9,6 +9,7 @@ class MemberProfileField extends DataObject {
'RegistrationVisibility' => 'Enum("Edit, Readonly, Hidden", "Edit")',
'MemberField' ... | ENHANCEMENT: Key core fields that need to always be required or unique are not editable in the CMS. | symbiote_silverstripe-memberprofiles | train |
bd8020aba884e76c51c5e6f6ee39062451b7d9c2 | diff --git a/cmd/erasure-server-pool.go b/cmd/erasure-server-pool.go
index <HASH>..<HASH> 100644
--- a/cmd/erasure-server-pool.go
+++ b/cmd/erasure-server-pool.go
@@ -1404,6 +1404,7 @@ func (z *erasureServerPools) HealObject(ctx context.Context, bucket, object, ver
for _, pool := range z.serverPools {
result, er... | heal: Decode object name in healing result (#<I>)
The user can see __XLDIR__ prefix in mc admin heal when the command
heals an empty object with a trailing slash. This commit decodes the
name of the object before sending it back to the upper level. | minio_minio | train |
37e6af7d62bd512a682d013dab6f0cc9f71af976 | diff --git a/nibble/duration.py b/nibble/duration.py
index <HASH>..<HASH> 100644
--- a/nibble/duration.py
+++ b/nibble/duration.py
@@ -291,6 +291,7 @@ class Duration(object):
Duration._MAGNITUDES = OrderedDict(
[(symbol, Duration._SYMBOLS[symbol])
for symbol in ['y', 'mo', 'w', 'd', 'h', 'm', 's', 'ms', 'us... | Hide encapsulation warning that cannot be avoided | gebn_nibble | train |
d62195b6dcfb69b78755c15d526224fbdccddfb7 | diff --git a/lib/commands/create.js b/lib/commands/create.js
index <HASH>..<HASH> 100644
--- a/lib/commands/create.js
+++ b/lib/commands/create.js
@@ -14,13 +14,6 @@ module.exports = create;
function create(argv, options, loader) {
var type = options._[0];
var name = options._[1];
- var isHelp = options.h || op... | Remove help code that is unreachable | strongloop_strongloop | train |
83f4615d71fda98159610d3ed2110a7b593aca43 | diff --git a/Collection.php b/Collection.php
index <HASH>..<HASH> 100644
--- a/Collection.php
+++ b/Collection.php
@@ -804,7 +804,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate
}
/**
- * Get the first item from the collection.
+ * Get the first item from the co... | Fixes method description in docblock for first method in Collection class | illuminate_support | train |
697c7dc423e709a3d6f69f7da3868c5a351b907f | diff --git a/lib/flor/core/procedure.rb b/lib/flor/core/procedure.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/core/procedure.rb
+++ b/lib/flor/core/procedure.rb
@@ -86,6 +86,11 @@ class Flor::Procedure < Flor::Node
protected
+ def counter_next(k)
+
+ @executor.counter_next(k)
+ end
+
def make_status(na... | Add handy Procedure#counter_next(k) | floraison_flor | train |
f38061ab5d29b6a9872692790b6f69c8c81de0fd | diff --git a/looper/looper.py b/looper/looper.py
index <HASH>..<HASH> 100755
--- a/looper/looper.py
+++ b/looper/looper.py
@@ -194,35 +194,31 @@ def run(prj, args, remaining_args, interface_manager):
if sample.read_type not in ["single", "paired"]:
fail_message += "read_type must be either... | Add failure for protocol not included in protocol-mapping | pepkit_peppy | train |
18c3e9162e6b39e4ef39f6c413e7fd1a7b945e1a | diff --git a/tests/tests-unit.py b/tests/tests-unit.py
index <HASH>..<HASH> 100644
--- a/tests/tests-unit.py
+++ b/tests/tests-unit.py
@@ -167,11 +167,11 @@ class TestOneHash(unittest.TestCase):
challenge = Challenge(block, root_seed)
chunk_size = min(1024, self.hb.file_size // 10)
- self.ass... | test error. might need to check into this as there could be incompatibilities between different versions for the size of some of these buffers...? | StorjOld_heartbeat | train |
7607d89998db6cfda16f7bc6d871800749efb9db | diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -31,6 +31,7 @@ Added
- Raise error if ViewSet receives invalid filter parameter(s)
- Report process error for exceptions in Python processes
- Report process error if spawning fails
+... | Automatically export files for spawned processes | genialis_resolwe | train |
38aef8d88a7c5750869ee6f1a5a0b898b735d55b | diff --git a/src/classdiff.py b/src/classdiff.py
index <HASH>..<HASH> 100644
--- a/src/classdiff.py
+++ b/src/classdiff.py
@@ -181,7 +181,7 @@ def cli_compare_field(options, left, right):
empty if the fields are considered identical according to the
options passed """
- return [change for change in _cli_... | I forget... these changes were just sitting around. | obriencj_python-javatools | train |
eb96d8acfbe6c31230fb28f21110aaec5de57eaf | diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
+++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
@... | Adding tests to dbo_postgres for localized floats. Refs #<I> | cakephp_cakephp | train |
6aaa5928e2f788268b0a10905747f4074971ceb5 | diff --git a/trezorlib/transport_hid.py b/trezorlib/transport_hid.py
index <HASH>..<HASH> 100644
--- a/trezorlib/transport_hid.py
+++ b/trezorlib/transport_hid.py
@@ -87,7 +87,7 @@ class _HidTransport(object):
raise Exception("Unexpected data length")
if self.hid_version == 2:
- self.... | Fixed _write_chunk for hid_version==2 | trezor_python-trezor | train |
206143bf670883490e7a3d9c9c8fcbf593146663 | diff --git a/pkg/k8s/watchers/node.go b/pkg/k8s/watchers/node.go
index <HASH>..<HASH> 100644
--- a/pkg/k8s/watchers/node.go
+++ b/pkg/k8s/watchers/node.go
@@ -19,6 +19,7 @@ import (
"github.com/cilium/cilium/pkg/k8s"
"github.com/cilium/cilium/pkg/k8s/informer"
slim_corev1 "github.com/cilium/cilium/pkg/k8s/slim/k8... | watchers: Update node labels on ADD events
When the agent first receives the Node object from the kube-apiserver,
it may receive it via an ADD event. We therefore need to update node
labels on such events.
Fixes: 8d<I>c ("pkg/identity: Watch and update labels for the host") | cilium_cilium | train |
4531d8ee17755208ee2d6cb1c06d24cbde6bee27 | diff --git a/connection/connection.js b/connection/connection.js
index <HASH>..<HASH> 100644
--- a/connection/connection.js
+++ b/connection/connection.js
@@ -651,6 +651,13 @@ Connection.prototype.connect = function(_options) {
);
}
+ // clean up existing event handlers
+ this.connection.removeAllLi... | fix(connection): ensure connection cleanup before fallback retry
Now that we default to connecting to ipv6 hosts first, and then
fallback to ipv4, we need to make sure that there are no duplicate
event handlers attached to the connection which might cause
confusion up the chain. | mongodb_node-mongodb-native | train |
6448cab533c1c0124545f44007f08766bc3530c5 | diff --git a/packages/orbit-components/src/Modal/index.js b/packages/orbit-components/src/Modal/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/Modal/index.js
+++ b/packages/orbit-components/src/Modal/index.js
@@ -77,8 +77,10 @@ const ModalWrapper = styled.div`
!isMobileFullPage && "12px"}... | fix(Modal): reduce Cumulative Layout Shift | kiwicom_orbit-components | train |
c07282d55a525dfe8f8bfca97ff81052e4212ff4 | diff --git a/pycbc/ahope/datafind_utils.py b/pycbc/ahope/datafind_utils.py
index <HASH>..<HASH> 100644
--- a/pycbc/ahope/datafind_utils.py
+++ b/pycbc/ahope/datafind_utils.py
@@ -176,9 +176,16 @@ def setup_datafind_runtime_generated(cp, scienceSegs, outputDir):
# WARNING: For now ahope will expect times to... | Sometimes datafind will fail as the connection times out for https connections.
To try to avoid that we try opening the connection again in event of failure.
Should follow this up with Duncan | gwastro_pycbc | train |
b50ba07f909dea2889cc283d1e5eb3e142bf548a | diff --git a/inginious/frontend/webapp/app.py b/inginious/frontend/webapp/app.py
index <HASH>..<HASH> 100644
--- a/inginious/frontend/webapp/app.py
+++ b/inginious/frontend/webapp/app.py
@@ -103,7 +103,7 @@ def get_app(config):
config.get('use_minified_js', True))
appl... | Fix some pylint warnings | UCL-INGI_INGInious | train |
52f96fd2993f90841d41b0ccfb01583a74fed731 | diff --git a/lib/redfish/tasks/jdbc_resource.rb b/lib/redfish/tasks/jdbc_resource.rb
index <HASH>..<HASH> 100644
--- a/lib/redfish/tasks/jdbc_resource.rb
+++ b/lib/redfish/tasks/jdbc_resource.rb
@@ -19,7 +19,7 @@ module Redfish
private
- attribute :connectionpoolid, :kind_of => String, :required => true... | connectionpoolid only required during create | realityforge_redfish | train |
5d75837e52df932b13a7e3d877241d4f0b635266 | diff --git a/Entity/RealTimeCampaignRepository.php b/Entity/RealTimeCampaignRepository.php
index <HASH>..<HASH> 100644
--- a/Entity/RealTimeCampaignRepository.php
+++ b/Entity/RealTimeCampaignRepository.php
@@ -43,8 +43,7 @@ class RealTimeCampaignRepository extends CampaignRepository
*/
public function getPe... | [ENG-<I>] Only skip campaign_leads select when in realtime processing. | TheDMSGroup_mautic-contact-source | train |
1303aa08e6c9284016d9221088cf0c365b2a424b | diff --git a/src/Component/Date/Workday.php b/src/Component/Date/Workday.php
index <HASH>..<HASH> 100644
--- a/src/Component/Date/Workday.php
+++ b/src/Component/Date/Workday.php
@@ -266,6 +266,22 @@ class Workday extends DateTime
/**
* @return bool
*/
+ public function isSunday()
+ {
+ re... | Added Workday::isSunday() and Workday::isSundayOrHoliday() | ansas_php-component | train |
43f62eac4154421af4bb27d2fb935711db0adc57 | diff --git a/src/JWadhams/JsonLogic.php b/src/JWadhams/JsonLogic.php
index <HASH>..<HASH> 100644
--- a/src/JWadhams/JsonLogic.php
+++ b/src/JWadhams/JsonLogic.php
@@ -79,8 +79,8 @@ class JsonLogic
'max' => function(){ return max(func_get_args()); },
'min' => function(){ return min(func_get_args()); },
'+' =... | A better behavior for single arg to - | jwadhams_json-logic-php | train |
42c6a64e0421c149de4733a14884c0ca4be7d6d5 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,3 +1,3 @@
package crypto
-const Version = "0.8.0-dev"
+const Version = "0.9.0-dev" | version bump (#<I>)
version bump | tendermint_tendermint | train |
6ca549d90349256edac0a7f82e9d3a69db115b6a | diff --git a/can/base-map/base-map_test.js b/can/base-map/base-map_test.js
index <HASH>..<HASH> 100644
--- a/can/base-map/base-map_test.js
+++ b/can/base-map/base-map_test.js
@@ -60,7 +60,8 @@ QUnit.skip("creates map if none is provided (#8)", function(){
});
-QUnit.test("uses jQuery if loaded", 2, function(assert... | Fix how to get indentity in helpers | canjs_can-connect | train |
f1ffead99f1cdb56213712807cd95b6518fcf844 | diff --git a/views/js/runner/plugins/tools/highlighter/highlighter.js b/views/js/runner/plugins/tools/highlighter/highlighter.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/plugins/tools/highlighter/highlighter.js
+++ b/views/js/runner/plugins/tools/highlighter/highlighter.js
@@ -16,19 +16,32 @@
* Copyright (c)... | moved components to tao core extension, first working highlight | oat-sa_extension-tao-testqti | train |
edc6c68cab06c074a2491829f4dfc2304356b55d | diff --git a/pyoffers/api.py b/pyoffers/api.py
index <HASH>..<HASH> 100644
--- a/pyoffers/api.py
+++ b/pyoffers/api.py
@@ -6,7 +6,7 @@ from .logging import get_logger
from .models.advertiser import Advertiser, AdvertiserManager
from .models.goal import Goal, GoalManager
from .models.offer import Offer, OfferManager
... | Simplify query params preparation | Stranger6667_pyoffers | train |
10e5180282d480022d16bc08b205cab5f0dd146a | diff --git a/openquake/calculators/hazard/classical/core_next.py b/openquake/calculators/hazard/classical/core_next.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/classical/core_next.py
+++ b/openquake/calculators/hazard/classical/core_next.py
@@ -173,7 +173,6 @@ class ClassicalHazardCalculator(base.... | tests/calculators/hazard/classical/core_next: tested enumeration | gem_oq-engine | train |
2b1f826d9bafd00360615766e32e66e4c2937636 | diff --git a/support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/AbstractSamlIdPProfileHandlerController.java b/support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/AbstractSamlIdPProfileHandlerController.java
index <HASH>..<HASH... | re-work how profile binding is calculated for saml2 | apereo_cas | train |
c0bfa563534bf96ae33a039ce348b823f9f6049c | diff --git a/src/core/Class.js b/src/core/Class.js
index <HASH>..<HASH> 100644
--- a/src/core/Class.js
+++ b/src/core/Class.js
@@ -38,15 +38,23 @@ Z.Class.extend = function (props) {
// extended class with the new prototype
var NewClass = function () {
+ var self = this;
+ if (!(this instanceo... | Fix class (#<I>)
* refactor: fix constructing without new silently
* refactor: refactor map's point conversions.
* fix lint | maptalks_maptalks.js | train |
d53cf959ace10f2ad5e23157f2aaeabaf8167564 | diff --git a/stats/index.js b/stats/index.js
index <HASH>..<HASH> 100644
--- a/stats/index.js
+++ b/stats/index.js
@@ -6,13 +6,10 @@ let results = []
// n samples
for (var j = 0; j < 1000; ++j) {
- let utxos = Simulation.generateTxos(15, min, max)
- let txoSets = []
- for (let i = 0; i < 14; ++i) {
- let txos... | randomize some of the inputs, <I>% chance of multisig example | bitcoinjs_coinselect | train |
10f13da544c7734c38592618746f8ad02c9e1ddf | diff --git a/hanlp/components/tokenizers/transformer.py b/hanlp/components/tokenizers/transformer.py
index <HASH>..<HASH> 100644
--- a/hanlp/components/tokenizers/transformer.py
+++ b/hanlp/components/tokenizers/transformer.py
@@ -111,8 +111,7 @@ class TransformerTaggingTokenizer(TransformerTagger):
S ... | Relax error check to accommodate Korean tokenization | hankcs_HanLP | train |
cdfd27fe6ad27fb489339a0a3b1b38a5c1338ce7 | diff --git a/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/MetricsCollector.java b/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/MetricsCollector.java
index <HASH>..<HASH> 100644
--- a/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/MetricsCollector.java
+++ b/push... | avoid entity not found by flushing the state into database and loading fresh PushMessageInformation | aerogear_aerogear-unifiedpush-server | train |
141009fa6c2916289c177941b9aa16bd5c6c2923 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,41 +17,41 @@ setup_args = dict(
install_requires=[],
extras_require={
'algorithms': [
- 'collections-extended==0.*',
- 'networkx==1.*',
- 'numpy==1.*',
- 'scik... | Only constrain dependencies to a minimum version, no longer pin them. | timdiels_pytil | train |
a4d70ae6cbc3e78ec6705170098ce1911b16a003 | diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/PhysicalSlotProviderImplTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/PhysicalSlotProviderImplTest.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmas... | [hotfix][coordination] Remove confusing 'Bulk' from test names in PhysicalSlotProviderImplTest | apache_flink | train |
de9ad68ad07fcedddb518faf501b3a61e53464a4 | diff --git a/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php b/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php
+++ b/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php
@@ -34,6 +34,14 @@ class Unio... | Mixed contain every types and Never is contained in every type | vimeo_psalm | train |
f597988618e6b53b97e0e94433527283acf887f2 | diff --git a/app/templates/service.js b/app/templates/service.js
index <HASH>..<HASH> 100644
--- a/app/templates/service.js
+++ b/app/templates/service.js
@@ -1,4 +1,7 @@
// jshint unused:false
+<% if (database === 'sqlite') { %>
+import path from 'path';
+import fs from 'fs-extra';<% } %>
import userService from './... | ensuring that we have our sqlite database path | feathersjs_generator-feathers | train |
e2dc3fc5a40427b2d0c742b75b862a6c656b41f8 | diff --git a/packages/react-dev-utils/browsersHelper.js b/packages/react-dev-utils/browsersHelper.js
index <HASH>..<HASH> 100644
--- a/packages/react-dev-utils/browsersHelper.js
+++ b/packages/react-dev-utils/browsersHelper.js
@@ -13,12 +13,7 @@ const inquirer = require('inquirer');
const pkgUp = require('pkg-up');
c... | Lessen significance of browserslist
Adjust the default browsers to be a single list and remove it from the build output; it only affects CSS now | facebook_create-react-app | train |
f9052920e86e8fa965e4b4a254aa9685ccbe10c8 | diff --git a/phono3py/phonon3/conductivity_LBTE.py b/phono3py/phonon3/conductivity_LBTE.py
index <HASH>..<HASH> 100644
--- a/phono3py/phonon3/conductivity_LBTE.py
+++ b/phono3py/phonon3/conductivity_LBTE.py
@@ -627,7 +627,9 @@ class Conductivity_LBTE(Conductivity):
self._expand_collisions()
... | Change in matrix multiplication of inversed reducible collisio matrix | atztogo_phono3py | train |
ed0f9c369f8fb9db19e42f06e3c8fd50bd4f3453 | diff --git a/lib/authorization.rb b/lib/authorization.rb
index <HASH>..<HASH> 100644
--- a/lib/authorization.rb
+++ b/lib/authorization.rb
@@ -191,8 +191,8 @@ module Authorization
raise AuthorizationUsageError, "User object doesn't respond to roles" \
if !user.respond_to?(:role_symbols) and !user.respon... | Fix for Rails <I> tests | stffn_declarative_authorization | train |
9a1789960898c51c4959a0e5992d6d4140cbbbcc | diff --git a/src/Composer/Repository/Vcs/HgDriver.php b/src/Composer/Repository/Vcs/HgDriver.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Repository/Vcs/HgDriver.php
+++ b/src/Composer/Repository/Vcs/HgDriver.php
@@ -130,6 +130,7 @@ class HgDriver extends VcsDriver implements VcsDriverInterface
... | Although the tag "tip" does not provide a valid package version (see VersionParser), the implementation of HgDriver::getSource uses tip as the prefered label for the branch that tip is currently on.
This is not a problem at first hand because you can install a new package correctly with "tip" as source reference.
The ... | mothership-ec_composer | train |
a512bad36ffe6a2763e6abf8b040868810f9ded3 | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100644
--- a/src/Core.php
+++ b/src/Core.php
@@ -67,6 +67,9 @@ class Core implements iCore
/** @var string View path loading mode */
public $render_mode = self::RENDER_STANDART;
+ /** @var string composer lock file name */
+ public $composerLock... | change core composer to use composer.lock | samsonos_php_core | train |
86ce18fe6f2c315bc8c955087dd2693d7302c28b | diff --git a/test/InjectorTest.php b/test/InjectorTest.php
index <HASH>..<HASH> 100644
--- a/test/InjectorTest.php
+++ b/test/InjectorTest.php
@@ -1059,4 +1059,36 @@ class InjectorTest extends \PHPUnit_Framework_TestCase
$actual = $injector->make("Auryn\Test\SomeImplementation");
$this->assertSame($ex... | Add explicit test for behaviour of child without constructors. | rdlowrey_auryn | train |
bfce2196e522f667f6b35c5ab8dd590fd468f7cb | diff --git a/public/javascripts/panel.js b/public/javascripts/panel.js
index <HASH>..<HASH> 100644
--- a/public/javascripts/panel.js
+++ b/public/javascripts/panel.js
@@ -791,6 +791,10 @@ KT.panel.list = (function () {
e.preventDefault();
+ ... | <I> - Fixes issue with Default Organization not being set on user creation.
Adds mechanism when registering a tupane page with KT.panel to specify
extra create parameters when saving a new entity. | Katello_katello | train |
24c4da1884e75274b61d7b2d351825950b532853 | diff --git a/lib/omnibus/health_check.rb b/lib/omnibus/health_check.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus/health_check.rb
+++ b/lib/omnibus/health_check.rb
@@ -140,6 +140,7 @@ module Omnibus
/libelf\.so/,
/libkvm\.so/,
/libprocstat\.so/,
+ /libmd\.so/
].freeze
class << s... | add libmd.so.* to freebsd whitelist
the current version of this library seems to be the one in the freebsd
source code. there's old versions that lack sha-2 support at
<URL> | chef_omnibus | train |
8fe7ae8d1e8d5f9a9a3737595d299225acea38bb | diff --git a/core/src/main/java/com/redhat/lightblue/client/response/AbstractLightblueResponse.java b/core/src/main/java/com/redhat/lightblue/client/response/AbstractLightblueResponse.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/redhat/lightblue/client/response/AbstractLightblueResponse.java
+++ b/core... | no need to do the work multiple times | lightblue-platform_lightblue-client | train |
574e94dc65b7e8aef7a658dcacd04a19b4899cd6 | diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index <HASH>..<HASH> 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -3,6 +3,11 @@ Version history
This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
+**UNRELEASED**
+
+- Changed ``@executor`` to propagate th... | Propagate PEP <I> context with @executor too | asphalt-framework_asphalt | train |
3e9c4075b4a08c1d8d4ed135265dbc6cf80aa4fb | diff --git a/src/SubMenu.js b/src/SubMenu.js
index <HASH>..<HASH> 100644
--- a/src/SubMenu.js
+++ b/src/SubMenu.js
@@ -151,7 +151,12 @@ export default class SubMenu extends AbstractMenu {
return position;
}
- hideMenu = () => {
+ hideMenu = (e) => {
+ // avoid closing submenus of a differen... | Fix submenu closing whenever an unrelated contextmenu is being hidden (#<I>) | vkbansal_react-contextmenu | train |
7365b7fda2a877d1bcb69a5278966ae4964f9d80 | diff --git a/lib/yap/shell/execution/shell_command_execution.rb b/lib/yap/shell/execution/shell_command_execution.rb
index <HASH>..<HASH> 100644
--- a/lib/yap/shell/execution/shell_command_execution.rb
+++ b/lib/yap/shell/execution/shell_command_execution.rb
@@ -6,7 +6,7 @@ module Yap::Shell::Execution
possible_... | Fork shell command executions so they can be used in pipelines.
history | grep foo
where "history" is a shell command. | zdennis_yap-shell-core | train |
468a0f81820af7b89e869d6e131e875306e7221a | diff --git a/arch/zx48k/translator.py b/arch/zx48k/translator.py
index <HASH>..<HASH> 100644
--- a/arch/zx48k/translator.py
+++ b/arch/zx48k/translator.py
@@ -501,7 +501,7 @@ class Translator(TranslatorVisitor):
self.ic_jump(self.loop_cont_label('DO'))
def visit_CONTINUE_WHILE(self, node):
- self... | Refactorize CONTINUE WHILE visit | boriel_zxbasic | train |
d110fa3cde1a5df2beac20fe6777111913f49270 | diff --git a/lib/ViewModels/FeatureInfoPanelSectionViewModel.js b/lib/ViewModels/FeatureInfoPanelSectionViewModel.js
index <HASH>..<HASH> 100644
--- a/lib/ViewModels/FeatureInfoPanelSectionViewModel.js
+++ b/lib/ViewModels/FeatureInfoPanelSectionViewModel.js
@@ -39,7 +39,6 @@ var FeatureInfoPanelSectionViewModel = func... | Removing double-tracking of terria.selectedFeature in FeatureInfoPanel. | TerriaJS_terriajs | train |
aad6e6c8ce17cf2ea239d556b34312aab5886c76 | diff --git a/framework/widgets/FragmentCache.php b/framework/widgets/FragmentCache.php
index <HASH>..<HASH> 100644
--- a/framework/widgets/FragmentCache.php
+++ b/framework/widgets/FragmentCache.php
@@ -8,7 +8,6 @@
namespace yii\widgets;
use Yii;
-use yii\base\InvalidConfigException;
use yii\base\Widget;
use... | Unused `use` has been removed. | yiisoft_yii2-bootstrap4 | train |
0c926fb30a6c73173edd01442fe9e6c3805b11fd | diff --git a/src/View/Factory.php b/src/View/Factory.php
index <HASH>..<HASH> 100644
--- a/src/View/Factory.php
+++ b/src/View/Factory.php
@@ -107,20 +107,28 @@ class Factory
*
* @param string $path
* @param array $data
- * @param string|null $module
+ * @param array|string|null $module
+ ... | Improve the Nova\View\Factory | nova-framework_system | train |
098cf52287a2ccea71667a40109ad67c910dcf0a | diff --git a/javascript/src/stores/metrics/MetricsStore.js b/javascript/src/stores/metrics/MetricsStore.js
index <HASH>..<HASH> 100644
--- a/javascript/src/stores/metrics/MetricsStore.js
+++ b/javascript/src/stores/metrics/MetricsStore.js
@@ -42,11 +42,9 @@ const MetricsStore = Reflux.createStore({
MetricsActions.... | Removing console.log statements from MetricsStore. | Graylog2_graylog2-server | train |
d49bfd8194ebe89813efccde7de6f4d7b0751df5 | diff --git a/stack.go b/stack.go
index <HASH>..<HASH> 100644
--- a/stack.go
+++ b/stack.go
@@ -30,7 +30,7 @@ func (s Stack) Use(wares ...Middleware) Stack {
}
func (s Stack) ServeHTTP(w http.ResponseWriter, req *http.Request) {
- defer Recover(w, req, nil)
+ defer Recover(w, req, s.RecoverCallback)
respo... | Recover mechanism uses the stacks assigned RecoverCallback | ryanmoran_stack | train |
d7409d26005ba9926891bd5ec9c9b34ecfcb8a90 | diff --git a/allennlp/nn/util.py b/allennlp/nn/util.py
index <HASH>..<HASH> 100644
--- a/allennlp/nn/util.py
+++ b/allennlp/nn/util.py
@@ -755,7 +755,7 @@ def sequence_cross_entropy_with_logits(
"""
if average not in {None, "token", "batch"}:
- raise ValueError("Got average f{average}, expected one o... | Missing `f` prefix on f-strings fix (#<I>)
* Fix issue probably-meant-fstring found at <URL> | allenai_allennlp | train |
d3cf930668abf300b099456374c5ca1ebb9eb24d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -62,7 +62,7 @@ function Config(pathToConfigFileIn, region) {
debug('pathToDeafults: '+this.pathToDefaults);
// set a watch for when the file changes, to reload the file.
- fs.watchFile(this.pathToConfigFile, fun... | made fs.watchfile non-persistent so gulp can finish | stdarg_config-js | train |
3532a560d8300e64de15c7e9bff77a5f13305486 | diff --git a/build.go b/build.go
index <HASH>..<HASH> 100644
--- a/build.go
+++ b/build.go
@@ -23,7 +23,6 @@ import (
"bytes"
"compress/gzip"
"crypto/md5"
- "errors"
"flag"
"fmt"
"io"
@@ -377,38 +376,15 @@ func getGitVersion() (string, error) {
return string(v), nil
}
-func getDirectoryVersion() (strin... | Guessing version from directory name is not viable in Go (ref #<I>) | syncthing_syncthing | train |
dffecfc428004bf3431c7434b087ca2189a31325 | diff --git a/lib/reek/adapters/spec.rb b/lib/reek/adapters/spec.rb
index <HASH>..<HASH> 100644
--- a/lib/reek/adapters/spec.rb
+++ b/lib/reek/adapters/spec.rb
@@ -88,8 +88,6 @@ module Reek
end
class ShouldReekOnlyOf < ShouldReekOf # :nodoc:
- include ReekMatcher
-
def matches?(actual)
... | Squeezed out some more duplication using Simian | troessner_reek | train |
0db546f8e42b524b1e6ba0021b5c6b7b8a9360e8 | diff --git a/bin/diversity.py b/bin/diversity.py
index <HASH>..<HASH> 100755
--- a/bin/diversity.py
+++ b/bin/diversity.py
@@ -6,6 +6,7 @@ import sys
import csv
import argparse
import os.path as osp
+from itertools import izip_longest
from collections import defaultdict
from phylotoast import graph_util as gu, uti... | Updated diversity.py. Added checks valid, but not yet supported by PhyloToAST diversity metrics. Brought back --x_label parameter. | smdabdoub_phylotoast | train |
717d417878fa881f1df7733c55f0ed4e0d955824 | diff --git a/includes/ShipmentDetails.php b/includes/ShipmentDetails.php
index <HASH>..<HASH> 100644
--- a/includes/ShipmentDetails.php
+++ b/includes/ShipmentDetails.php
@@ -21,11 +21,15 @@ use stdClass;
class ShipmentDetails {
/**
* DHL-Package-Type "Palette"
+ *
+ * @deprecated - DHL-API-Version 1 Constant
... | Marked the Package-Type as deprecated | Petschko_dhl-php-sdk | train |
2a87775c92619c398ba0fd4b52634e4cad5346f9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- install_requires=['gitn... | Mass commit. Implemented BaseExtractor. For real. | networks-lab_tidyextractors | train |
491c8ab4c1e867c160b2a550356cfb18f9e2f047 | diff --git a/rpc/lib/server/http_server.go b/rpc/lib/server/http_server.go
index <HASH>..<HASH> 100644
--- a/rpc/lib/server/http_server.go
+++ b/rpc/lib/server/http_server.go
@@ -25,7 +25,7 @@ func StartHTTPServer(listenAddr string, handler http.Handler, logger log.Logger)
}
proto, addr = parts[0], parts[1]
- log... | [rpc/lib] log cert and key files in StartHTTPAndTLSServer | tendermint_tendermint | train |
ad6bdcc05230653ed4b06808cdf8343dcc7665e3 | diff --git a/src/test/net/spy/memcached/ClientTest.java b/src/test/net/spy/memcached/ClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/net/spy/memcached/ClientTest.java
+++ b/src/test/net/spy/memcached/ClientTest.java
@@ -96,6 +96,33 @@ public class ClientTest extends TestCase {
assertEquals("test1value", c... | Added unit tests for non-serializable objects through the client.
The behavior was already tested in the transcoder test, but I wanted to
make sure it got picked up at the right time in all of the mutation methods. | dustin_java-memcached-client | train |
8e143a833db3ea4718d461a3079d07f9d90b368e | diff --git a/formatting-styles/pygments/sarllexer/sarl.py b/formatting-styles/pygments/sarllexer/sarl.py
index <HASH>..<HASH> 100644
--- a/formatting-styles/pygments/sarllexer/sarl.py
+++ b/formatting-styles/pygments/sarllexer/sarl.py
@@ -70,9 +70,9 @@ class SarlLexer(RegexLexer):
(r'[a-zA-Z_]\w*:', Name.Label),
... | [tools] Make case-insensitive numbers into the Pygments syntax hilightning. | sarl_sarl | train |
af8afdc856584fe3ccf1ebc82dda4e70bf16bd53 | diff --git a/src/zugbruecke/core/arg_contents.py b/src/zugbruecke/core/arg_contents.py
index <HASH>..<HASH> 100644
--- a/src/zugbruecke/core/arg_contents.py
+++ b/src/zugbruecke/core/arg_contents.py
@@ -382,43 +382,8 @@ class arg_contents_class():
# Step through arguments
for arg_index, arg in enumerate(args_list... | struct unpacking uses central item unpacking code | pleiszenburg_zugbruecke | train |
edb35b0973a8dd0544bd9a8025caf3d8c5e1e8bb | diff --git a/lib/parser.js b/lib/parser.js
index <HASH>..<HASH> 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -103,7 +103,7 @@ async function requestAndParse(store/*: Store*/) {
for (const table of list) {
const type = table.find('tr:first-child td:first-child').text()
- if (type === 'Field') {
+ if... | feat: Parse methods as interfaces | sergeysova_telegram-typings | train |
270ca52e43002e0787ef6bd79d620c7a00ee1720 | diff --git a/wikitextparser/template_test.py b/wikitextparser/template_test.py
index <HASH>..<HASH> 100644
--- a/wikitextparser/template_test.py
+++ b/wikitextparser/template_test.py
@@ -252,6 +252,11 @@ class TemplateSetArg(unittest.TestCase):
t.set_arg('1', 'v', positional=True)
self.assertEqual('{{... | Define test_nowiki_makes_equal_ineffective
This test was already passing because nowiki as considered a tag extension. | 5j9_wikitextparser | train |
f757f4dd27f9fe46eba75921744ad2cc5f1859ef | diff --git a/lib/axiom/attribute.rb b/lib/axiom/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/axiom/attribute.rb
+++ b/lib/axiom/attribute.rb
@@ -201,7 +201,7 @@ module Axiom
#
# @api private
def valid_or_optional?(value)
- value.nil? ? ! required? : yield
+ value.nil? ? optional? : yield
... | Refactor Attribute to use #optional? internally | dkubb_axiom | train |
940ec05e219d27002b6d4fd307e6a22578dde6c2 | diff --git a/mixins/SlotContentMixin.js b/mixins/SlotContentMixin.js
index <HASH>..<HASH> 100644
--- a/mixins/SlotContentMixin.js
+++ b/mixins/SlotContentMixin.js
@@ -2,7 +2,6 @@ import Symbol from '../utilities/Symbol.js';
import symbols from '../utilities/symbols.js';
-// Symbols for private data members on an e... | Try to normalize slotchange across Chrome and Safari. | elix_elix | train |
563731e5a7e920264945095a380fe8621c79eee1 | diff --git a/lib/loader.js b/lib/loader.js
index <HASH>..<HASH> 100644
--- a/lib/loader.js
+++ b/lib/loader.js
@@ -3,17 +3,21 @@ const http = require('http');
const https = require('https');
const loadHTTP = (uri, options, callback) => {
- const adapter = uri.startsWith('https:') ? https : http;
-
const options_ ... | Slight refactor - one fewer uri.startsWith check | timbeadle_grunt-tv4 | train |
2dade22d14c2065439646eb745ae2196d7e39dcd | diff --git a/byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java b/byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java
index <HASH>..<HASH> 100644
--- a/byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java
+++ b/byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java
@@ -9,7 +9,6 ... | Removed use of debugging wrapper. | raphw_byte-buddy | train |
b39be015b116033616cf6357b64ebaa7137e260f | diff --git a/spec/period_spec.rb b/spec/period_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/period_spec.rb
+++ b/spec/period_spec.rb
@@ -4,7 +4,12 @@ describe Crono::Period do
describe '#description' do
it 'should return period description' do
@period = Crono::Period.new(1.week, on: :monday, at: '15:20... | Rails 5 supports "week" in time notations | plashchynski_crono | train |
7af877cbed4c23f7acddd3e796c68a8a27dffeeb | diff --git a/moxy-compiler/src/main/java/com/arellomobile/mvp/compiler/MoxyReflectorGenerator.java b/moxy-compiler/src/main/java/com/arellomobile/mvp/compiler/MoxyReflectorGenerator.java
index <HASH>..<HASH> 100644
--- a/moxy-compiler/src/main/java/com/arellomobile/mvp/compiler/MoxyReflectorGenerator.java
+++ b/moxy-co... | [feature] Creted part of MoxyReflection Generator | Arello-Mobile_Moxy | train |
33129740577c73170fea0f14bb22770fd45d6512 | diff --git a/galpy/actionAngle_src/actionAngle.py b/galpy/actionAngle_src/actionAngle.py
index <HASH>..<HASH> 100644
--- a/galpy/actionAngle_src/actionAngle.py
+++ b/galpy/actionAngle_src/actionAngle.py
@@ -36,10 +36,7 @@ class actionAngle:
self._phi= phi
else:
if len(args) == 2:
- ... | test remaining interface for actionAngle, rm unused and wrong interface | jobovy_galpy | train |
cdd49777af4d3f815442b8f17e321a443783c8e8 | diff --git a/structr-ui/src/main/resources/structr/js/structr-app.js b/structr-ui/src/main/resources/structr/js/structr-app.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/structr-app.js
+++ b/structr-ui/src/main/resources/structr/js/structr-app.js
@@ -1183,28 +1183,28 @@ function isTextar... | Output only non-empty 'data-structr-' attributes for dynamic form fields. | structr_structr | train |
136bdba6a1a5e2d94ef6647d4f1fd9df6c645297 | diff --git a/lib/websearch_regression_tests.py b/lib/websearch_regression_tests.py
index <HASH>..<HASH> 100644
--- a/lib/websearch_regression_tests.py
+++ b/lib/websearch_regression_tests.py
@@ -240,6 +240,43 @@ class WebSearchTestRecord(unittest.TestCase):
return
+ def test_exported_formats(self):
+ ... | Added 'hm', 'h' and 't' formats to the list of formats exported through /record/%i/export/ URLs.
Added corresponding regression tests. | inveniosoftware_invenio-records | train |
6ad4bf0a533f8851b0ddccb56fe3b457819f6146 | diff --git a/api/server/router/network/network.go b/api/server/router/network/network.go
index <HASH>..<HASH> 100644
--- a/api/server/router/network/network.go
+++ b/api/server/router/network/network.go
@@ -31,7 +31,8 @@ func (r *networkRouter) initRoutes() {
r.routes = []router.Route{
// GET
router.NewGetRoute... | API return network-list if no network-name or id is provided
When calling the /networks/ endpoint with a trailing
slash, the default network was returned.
This changes the endpoint to return the list of networks
instead (same response as `/networks` without trailing
slash).
Also updated the description for GetNetwor... | moby_moby | train |
9a0f262a99598d39b2f57f4d1600a22d9dbf99a0 | diff --git a/src/scs_core/aws/client/mqtt_client.py b/src/scs_core/aws/client/mqtt_client.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/aws/client/mqtt_client.py
+++ b/src/scs_core/aws/client/mqtt_client.py
@@ -23,7 +23,7 @@ class MQTTClient(object):
classdocs
"""
- __KEEP_ALIVE_INTERVAL = 36... | Stabilised AWS MQTT client. | south-coast-science_scs_core | train |
f5454a78d83341b29a59064c35f5e3f1a1f62734 | diff --git a/fermipy/roi_model.py b/fermipy/roi_model.py
index <HASH>..<HASH> 100644
--- a/fermipy/roi_model.py
+++ b/fermipy/roi_model.py
@@ -767,10 +767,12 @@ class ROIModel(AnalysisBase):
return src
def load_source(self,src):
+
+ name = src.name.replace(' ','').lower()
- ... | Fix issue with overwriting duplicate sources. | fermiPy_fermipy | train |
fc1c52d8a0109359a2a22b5bc339810048e4cd22 | diff --git a/lib/diagnostics/sample/controls/result.rb b/lib/diagnostics/sample/controls/result.rb
index <HASH>..<HASH> 100644
--- a/lib/diagnostics/sample/controls/result.rb
+++ b/lib/diagnostics/sample/controls/result.rb
@@ -17,15 +17,14 @@ module Diagnostics
values = [
StandardDeviation::... | Standard deviation is placed near mean cycle time in digest output | eventide-project_diagnostics-sample | train |
d5a5db12a24b4877f1cb1f905d7cdaa20cc106a2 | diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php
index <HASH>..<HASH> 100644
--- a/dictionaries/CallMap.php
+++ b/dictionaries/CallMap.php
@@ -9345,7 +9345,7 @@ return [
'openssl_public_encrypt' => ['bool', 'data'=>'string', '&w_encrypted_data'=>'string', 'public_key'=>'string|resource', 'padding='=>'i... | Fixed callmap for function openssl_sign, it changed in PHP <I> (modified types for param private_key) #<I> | vimeo_psalm | train |
d7f6e09d9cc060d47954a671ce2a80fbd6eef282 | diff --git a/Test/Command/GeneratorPermissionCommandTest.php b/Test/Command/GeneratorPermissionCommandTest.php
index <HASH>..<HASH> 100644
--- a/Test/Command/GeneratorPermissionCommandTest.php
+++ b/Test/Command/GeneratorPermissionCommandTest.php
@@ -35,7 +35,7 @@ class GeneratorPermissionCommandTest extends GenerateCo... | sorts out the uc first on permission_title | hechoendrupal_drupal-console | train |
81d9716bdf433cdf80122517f840b62c2d5167f4 | diff --git a/lib/dom-handler.js b/lib/dom-handler.js
index <HASH>..<HASH> 100644
--- a/lib/dom-handler.js
+++ b/lib/dom-handler.js
@@ -83,14 +83,6 @@ DomHandler.prototype.onopentag = function(name, attribs){
});
if(lastTag){
- var idx = lastTag.childNodes.length;
- while(idx > 0){
- if (lastTag.childNodes[--i... | Implement `Node.previousSibling`
...and remove legacy code from DomHandler that previously set the
linkage between siblings explicitly. | jugglinmike_stringdom | train |
b4e9331d88357c6acd3bc42fbd3dc78055adabc7 | diff --git a/faq-bundle/tests/bootstrap.php b/faq-bundle/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/faq-bundle/tests/bootstrap.php
+++ b/faq-bundle/tests/bootstrap.php
@@ -48,7 +48,11 @@ $legacyLoader = function ($class): void {
$namespaced = 'Contao\\'.$class;
- if (class_exists($namespaced) || ... | [Faq] Fix the bootstrap.php file. | contao_contao | train |
fdbd347f5b4e89d3b48eaa33368cd025a0e1f7b6 | diff --git a/src/webpackSettingsGetter.js b/src/webpackSettingsGetter.js
index <HASH>..<HASH> 100644
--- a/src/webpackSettingsGetter.js
+++ b/src/webpackSettingsGetter.js
@@ -39,10 +39,18 @@ function getSettings (options) {
],
};
- if (options.hasOwnProperty("paths")) {
+ // `settings.context`... | Point settings.context at our own __dirname to prevent lookup issues when called externally | appsforartists_ambidex | train |
e939f35d00a455a8a938969f47da0b6e22fddf89 | diff --git a/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consistency/ConsistencyChecker.java b/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consistency/ConsistencyChecker.java
index <HASH>..<HASH> 100644
--- a/consistency-checker/src/main/java/com/redhat/lightblue/migrator/consist... | Sort by whenAvailableDate ascending to pick older jobs first | lightblue-platform_lightblue-migrator | train |
cf3b408b2fa28ad87d6eafa14fa976461b1a45b1 | diff --git a/salt/modules/file.py b/salt/modules/file.py
index <HASH>..<HASH> 100644
--- a/salt/modules/file.py
+++ b/salt/modules/file.py
@@ -54,7 +54,7 @@ def __clean_tmp(sfn):
if sfn.startswith(tempfile.gettempdir()):
# Don't remove if it exists in file_roots (any env)
in_roots = False
- ... | Simplify list comprehension and get values, not keys
I must have been asleep. | saltstack_salt | train |
d741d9b65f40a00d2dddf5b0e7d9fc64a22fb36b | diff --git a/lib/tqdm/decorator.rb b/lib/tqdm/decorator.rb
index <HASH>..<HASH> 100644
--- a/lib/tqdm/decorator.rb
+++ b/lib/tqdm/decorator.rb
@@ -96,8 +96,8 @@ module Tqdm
tqdm = self
enhanced.define_singleton_method(:each) do |*args, &block|
tqdm.start!
- result = super(*args) do |item|
... | Fixed multiple block arguments passing
Proposed fix addresses incorrect behaviour with, for example, Enumerable#with_index | powerpak_tqdm-ruby | train |
d28137f3e80f2b8fafa548d47a21720560320da8 | diff --git a/src/EmojiPrinter.php b/src/EmojiPrinter.php
index <HASH>..<HASH> 100644
--- a/src/EmojiPrinter.php
+++ b/src/EmojiPrinter.php
@@ -38,8 +38,8 @@ final class EmojiPrinter extends ResultPrinter
private function emojify(string $progress) :string
{
- return array_values(array_filter($this->em... | :bug:Add padding spaces between emoji to prevent overlap. | coderabbi_phpumoji | train |
dc7f67931bd674f2fb3cb2b542449664d4cf759c | diff --git a/src/background-scheduled-task/index.js b/src/background-scheduled-task/index.js
index <HASH>..<HASH> 100644
--- a/src/background-scheduled-task/index.js
+++ b/src/background-scheduled-task/index.js
@@ -1,6 +1,7 @@
const EventEmitter = require('events');
const path = require('path');
const { fork } = req... | Added Named Jobs
Added named jobs. When going though `cron.getTasks()`. it would be easier to identify which jobs is which.
By default the names are UUIDs. Unless specified by the `name` field in the options. | node-cron_node-cron | train |
954f5a6b7448c82fd307e0bd4da1e119a3468049 | diff --git a/cmd/minikube/cmd/service_list.go b/cmd/minikube/cmd/service_list.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/service_list.go
+++ b/cmd/minikube/cmd/service_list.go
@@ -66,17 +66,18 @@ var serviceListCmd = &cobra.Command{
if len(serviceURL.URLs) == 0 {
data = append(data, []string{service... | kic: fix service list for docker on osx | kubernetes_minikube | train |
7ba25cb6c9a0910cc5346cdf83fb355257aac896 | diff --git a/swift.go b/swift.go
index <HASH>..<HASH> 100644
--- a/swift.go
+++ b/swift.go
@@ -1746,10 +1746,15 @@ func (c *Connection) Object(container string, objectName string) (info Object, h
return
}
}
- info.ServerLastModified = resp.Header.Get("Last-Modified")
- if info.LastModified, err = time.Parse(ht... | Handle missing Last-Modified header for DLO manifests without any segments | ncw_swift | train |
c911a2370ac472b00c0fecac4efd2e2d1ac7e10f | diff --git a/library/CM/RenderAdapter/Layout.php b/library/CM/RenderAdapter/Layout.php
index <HASH>..<HASH> 100644
--- a/library/CM/RenderAdapter/Layout.php
+++ b/library/CM/RenderAdapter/Layout.php
@@ -3,11 +3,11 @@
class CM_RenderAdapter_Layout extends CM_RenderAdapter_Abstract {
/**
- * @param CM_Layout_... | Do not pass layout to layout render adapter | cargomedia_cm | train |
7161af01bec74f371683e8f9818da05cde15587a | diff --git a/src/p4p/asLib/__init__.py b/src/p4p/asLib/__init__.py
index <HASH>..<HASH> 100644
--- a/src/p4p/asLib/__init__.py
+++ b/src/p4p/asLib/__init__.py
@@ -15,12 +15,14 @@ from ..client.thread import Context, LazyRepr, Disconnected
_log = logging.getLogger(__name__)
+NONE = 0
READ = 1
PUT = 2
RPC = 4
UN... | Allow NONE keyword in NOACCESS rules w/o warning messages. | mdavidsaver_p4p | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.