hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
72405aaebc69b407112899a54a840f0d8c62930b | diff --git a/Classes/Configuration/ConfigurationRegistry.php b/Classes/Configuration/ConfigurationRegistry.php
index <HASH>..<HASH> 100644
--- a/Classes/Configuration/ConfigurationRegistry.php
+++ b/Classes/Configuration/ConfigurationRegistry.php
@@ -201,7 +201,9 @@ class ConfigurationRegistry
/** @var Templat... | [CLEANUP] Stop calling $template->init in TYPO3 V9 (#<I>)
Closes #<I> | oliverklee_ext-oelib | train |
4e8a391d2df2a34fd99a5f6ddc615716addd8550 | diff --git a/src/animation.js b/src/animation.js
index <HASH>..<HASH> 100644
--- a/src/animation.js
+++ b/src/animation.js
@@ -56,6 +56,10 @@ Crafty.c("SpriteAnimation", {
if (y === -1) this._frame.repeatInfinitly = true;
else this._frame.repeat = y;
}
+ var pos = this._frame.reel[0... | Make sure the animation is started right away
ref: <URL> | craftyjs_Crafty | train |
ac0d89c38b55f772f0016ebbcb7e70b8cb1bde17 | diff --git a/php/commands/db.php b/php/commands/db.php
index <HASH>..<HASH> 100644
--- a/php/commands/db.php
+++ b/php/commands/db.php
@@ -64,7 +64,7 @@ class DB_Command extends WP_CLI_Command {
* @synopsis [--str]
*/
function optimize( $_, $assoc_args ) {
- self::run( $assoc_args, self::create_cmd(
+ self::r... | move create_cmd() utility out of DB_Command | wp-cli_extension-command | train |
874ce8e13860105fbab556354c718a632cabb189 | diff --git a/jqm-all/jqm-client/jqm-api-client-jersey/src/test/java/com/enioka/jqm/tools/BasicTest.java b/jqm-all/jqm-client/jqm-api-client-jersey/src/test/java/com/enioka/jqm/tools/BasicTest.java
index <HASH>..<HASH> 100644
--- a/jqm-all/jqm-client/jqm-api-client-jersey/src/test/java/com/enioka/jqm/tools/BasicTest.jav... | Testfix: wrong number of messages in WS test
Was often hidden by: test did not wait enough for job completion. | enioka_jqm | train |
5ce85519a0553fa14d09fb78398d16dcdef19d95 | diff --git a/packages/core/src/combinator/delay.js b/packages/core/src/combinator/delay.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/combinator/delay.js
+++ b/packages/core/src/combinator/delay.js
@@ -35,7 +35,7 @@ class DelaySink extends Pipe {
}
dispose () {
- cancelAllTasks(task => task.sink ===... | fix(delay) fixes the cancelAll predicate within DelaySink dispose | mostjs_core | train |
3d74e8db0cf359321697913cf949dd7a24203a97 | diff --git a/lib/arid_cache/helpers.rb b/lib/arid_cache/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/arid_cache/helpers.rb
+++ b/lib/arid_cache/helpers.rb
@@ -64,22 +64,16 @@ module AridCache
private
def method_for_cached(object, key, fetch_method=:fetch, method_name=nil)
- method_name = "cached_" ... | Refactor to use instance / class eval with a string as ruby < <I> doesn't support passing blocks to blocks. | kjvarga_arid_cache | train |
0cd43aefee6a5a4228c72fd5322bdb4b175315f4 | diff --git a/source/rafcon/mvc/history.py b/source/rafcon/mvc/history.py
index <HASH>..<HASH> 100755
--- a/source/rafcon/mvc/history.py
+++ b/source/rafcon/mvc/history.py
@@ -95,6 +95,7 @@ def get_state_tuple(state, state_m=None):
class NotificationOverview(dict):
+ # TODO generalize and include into utils
... | modify mvc/history CoreObjectIdentifier for better understanding and some TODOs | DLR-RM_RAFCON | train |
08fdf3a458d04b0f013fb94f4ec3088146f4a336 | diff --git a/js/coinexchange.js b/js/coinexchange.js
index <HASH>..<HASH> 100644
--- a/js/coinexchange.js
+++ b/js/coinexchange.js
@@ -543,6 +543,7 @@ module.exports = class coinexchange extends Exchange {
'GDC': 'GoldenCryptoCoin',
'HNC': 'Huncoin',
'MARS': 'MarsBux',... | coinexchange MER → TheMermaidCoin fix #<I> | ccxt_ccxt | train |
a7616859d00e9926c88281bbe94ff1ac5242944e | diff --git a/spec/operators/sampleTime-spec.js b/spec/operators/sampleTime-spec.js
index <HASH>..<HASH> 100644
--- a/spec/operators/sampleTime-spec.js
+++ b/spec/operators/sampleTime-spec.js
@@ -1,48 +1,73 @@
-/* globals describe, it, expect, expectObservable, hot, rxTestScheduler */
+/* globals describe, it, expect, e... | test(sampleTime): add subscription assertions on sampleTime tests | ReactiveX_rxjs | train |
ddfe7773d4689473525e2925d232889b4d6d6f90 | diff --git a/spec/app/models/definition.rb b/spec/app/models/definition.rb
index <HASH>..<HASH> 100644
--- a/spec/app/models/definition.rb
+++ b/spec/app/models/definition.rb
@@ -4,5 +4,6 @@ class Definition
field :p, as: :part, type: String
field :regular, type: Boolean
field :syn, as: :synonyms, localize: tr... | Adding spec for #<I> | mongodb_mongoid | train |
7df049f38f8ade43ca2df91a00856dfe2bf9993c | diff --git a/src/js/justifiedGallery.js b/src/js/justifiedGallery.js
index <HASH>..<HASH> 100755
--- a/src/js/justifiedGallery.js
+++ b/src/js/justifiedGallery.js
@@ -321,6 +321,15 @@
};
/**
+ * Clear the building row data to be used for a new row
+ */
+ JustifiedGallery.prototype.clearBuildingRow = functi... | move clearBuildingRow() down | miromannino_Justified-Gallery | train |
acacf891b268424d25bae196c077c6f95b7b8116 | diff --git a/go/vt/vttablet/onlineddl/executor.go b/go/vt/vttablet/onlineddl/executor.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/onlineddl/executor.go
+++ b/go/vt/vttablet/onlineddl/executor.go
@@ -227,14 +227,14 @@ func (e *Executor) initSchema(ctx context.Context) error {
defer e.env.LogError()
- conn,... | onlineddl Executor: build schema with DBA user | vitessio_vitess | train |
c27bba2b1d9f5416583b82d2d0d643c61aca1002 | diff --git a/MesoPy.py b/MesoPy.py
index <HASH>..<HASH> 100755
--- a/MesoPy.py
+++ b/MesoPy.py
@@ -468,6 +468,9 @@ class Meso(object):
GACC abbreviations
subgacc: string, optional
Name of Sub GACC e.g. subgacc='EB07'
+ network: string, optional
+ Single or comma sepa... | resolves issue #9
Fixes issue #9 where there existed a hardcoded filter for the network
type of stations. Removed this and updated doctoring. | mesowx_MesoPy | train |
83d1bae3f6418c09b2a899e056383b6d60284b87 | diff --git a/sources/scalac/transformer/AddInterfacesPhase.java b/sources/scalac/transformer/AddInterfacesPhase.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/transformer/AddInterfacesPhase.java
+++ b/sources/scalac/transformer/AddInterfacesPhase.java
@@ -40,7 +40,8 @@ public class AddInterfacesPhase extends Pha... | - Moved erasure of superclasses of interfaces f...
- Moved erasure of superclasses of interfaces from AddInterfaces into
Erasure | scala_scala | train |
cefec2cb94b83e01109d20c16fabcb1ed6448814 | diff --git a/src/components/scroll-area/QScrollArea.js b/src/components/scroll-area/QScrollArea.js
index <HASH>..<HASH> 100644
--- a/src/components/scroll-area/QScrollArea.js
+++ b/src/components/scroll-area/QScrollArea.js
@@ -193,18 +193,15 @@ export default {
}, [
this.$slots.default,
h... | chore: Remove obsolete class definitions in QScrollArea | quasarframework_quasar | train |
8d831194cafe2e02a36d7bd9592002b9b6fdecf1 | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -5,8 +5,12 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
-if (file_exists($file = __DIR__.'/autoload.php')... | Update the test bootstrap to use composer vendor | vespolina_commerce | train |
8a5a33a9b9538400a6bb350e652452c2fc4b44e3 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,8 @@ If you'd like to add a new dependency just `gvt fetch`
You must set an environment variable `$CONFIG` which points to a JSON file that contains several pieces of data that will be used to configure the ac... | Change defaults for include_* to false except for Apps, Detect, and Routing; update README [#<I>] | cloudfoundry_cf-acceptance-tests | train |
5a672186e579e4d3edf90755eeac828281124cfa | diff --git a/ffmpeg_normalize/__main__.py b/ffmpeg_normalize/__main__.py
index <HASH>..<HASH> 100644
--- a/ffmpeg_normalize/__main__.py
+++ b/ffmpeg_normalize/__main__.py
@@ -397,9 +397,11 @@ def main():
for index, input_file in enumerate(cli_args.input):
if cli_args.output is not None and index < len(c... | fix issue with output folder, fixes #<I> | slhck_ffmpeg-normalize | train |
72d10447986db39ac95f3d0980936d9c08428b02 | diff --git a/instabot/api/api.py b/instabot/api/api.py
index <HASH>..<HASH> 100644
--- a/instabot/api/api.py
+++ b/instabot/api/api.py
@@ -61,7 +61,7 @@ class API(object):
self.uuid = self.generate_UUID(uuid_type=True)
def login(self, username=None, password=None, force=False, proxy=None,
- ... | set use_cookie=False by default | instagrambot_instabot | train |
b0e57838273b3915d877e23d334ecd673bb29574 | diff --git a/bitex/interfaces/hitbtc.py b/bitex/interfaces/hitbtc.py
index <HASH>..<HASH> 100644
--- a/bitex/interfaces/hitbtc.py
+++ b/bitex/interfaces/hitbtc.py
@@ -55,21 +55,21 @@ class HitBtc(HitBTCREST):
q = kwargs
return self.public_query('%s/trades' % pair, params=q)
- def _place_order(sel... | change 'amount' to 'size' in hitbtc.py #<I> | Crypto-toolbox_bitex | train |
d1cf53e2c48659d6d3d4af68287e30397af9c380 | diff --git a/lib/cucumber/rb_support/rb_group.rb b/lib/cucumber/rb_support/rb_group.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/rb_support/rb_group.rb
+++ b/lib/cucumber/rb_support/rb_group.rb
@@ -1,5 +1,13 @@
module Cucumber
module RbSupport
+ # A Group encapsulates data from a regexp match.
+ # A Grou... | Added some RDoc and a better spec | cucumber_cucumber-ruby | train |
e1c50a4d6d0cab654904121af271875f7b85ef11 | diff --git a/Subject/Provider/SubjectProviderInterface.php b/Subject/Provider/SubjectProviderInterface.php
index <HASH>..<HASH> 100644
--- a/Subject/Provider/SubjectProviderInterface.php
+++ b/Subject/Provider/SubjectProviderInterface.php
@@ -16,6 +16,7 @@ interface SubjectProviderInterface
const CONTEXT_ITEM ... | [Commerce] Added account context constant to subject provider interface. | ekyna_Commerce | train |
397166eda0757827c4df18a4753e3e6f5c75215a | diff --git a/lib/faraday/adapter/patron.rb b/lib/faraday/adapter/patron.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday/adapter/patron.rb
+++ b/lib/faraday/adapter/patron.rb
@@ -37,7 +37,7 @@ module Faraday
@app.call env
rescue ::Patron::TimeoutError => err
- if err.message == "Connection time... | Handle all connection timeout messages in Patron (#<I>)
* Include more of cURL's connection timeout messages | lostisland_faraday | train |
72de9e21cbe80a4eeea196ab02410b3cd93c0b4e | diff --git a/atests/Basic_Server_Client_Functionality.txt b/atests/Basic_Server_Client_Functionality.txt
index <HASH>..<HASH> 100644
--- a/atests/Basic_Server_Client_Functionality.txt
+++ b/atests/Basic_Server_Client_Functionality.txt
@@ -7,6 +7,7 @@ ${expected_string} ismo_rulettaa
${host} localhost
${port} 2010
... | both test cases with UDP packet send are working SEPARETLY *sigh*. something to do about server instance which stays haning around between cases. let's see | robotframework_Rammbock | train |
e7f554cba70086ad51c8b03b8cc4bfb8b4ac6236 | diff --git a/lib/Cake/Network/CakeRequest.php b/lib/Cake/Network/CakeRequest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Network/CakeRequest.php
+++ b/lib/Cake/Network/CakeRequest.php
@@ -519,20 +519,7 @@ class CakeRequest implements ArrayAccess {
}
/**
- * Gets the accept header from the current request.
- *
-... | Changing the direct access of super globals in Cake/Network/CakeRequest.php to use env() and fixed a typo. | cakephp_cakephp | train |
fed61f6c12ff6ff279b5300d56c255f01ef1d589 | diff --git a/helper/mfa/duo/duo.go b/helper/mfa/duo/duo.go
index <HASH>..<HASH> 100644
--- a/helper/mfa/duo/duo.go
+++ b/helper/mfa/duo/duo.go
@@ -111,6 +111,11 @@ func duoHandler(duoConfig *DuoConfig, duoAuthClient AuthClient, request *duoAuth
if request.method == "" {
request.method = "auto"
}
+ if request.met... | Add Duo pushinfo capabilities (#<I>) | hashicorp_vault | train |
7e5a222e2aca6e66e43308bef6649f78956b7dde | diff --git a/hazelcast/src/test/java/com/hazelcast/test/SplitBrainTestSupport.java b/hazelcast/src/test/java/com/hazelcast/test/SplitBrainTestSupport.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/test/SplitBrainTestSupport.java
+++ b/hazelcast/src/test/java/com/hazelcast/test/SplitBrainTe... | Added method assertPi() to SplitBrainTestSupport | hazelcast_hazelcast | train |
66c18428982ca2e0b388493cc76d7167c7e62e11 | diff --git a/src/Storage/Field/Type/FieldTypeBase.php b/src/Storage/Field/Type/FieldTypeBase.php
index <HASH>..<HASH> 100644
--- a/src/Storage/Field/Type/FieldTypeBase.php
+++ b/src/Storage/Field/Type/FieldTypeBase.php
@@ -115,6 +115,9 @@ abstract class FieldTypeBase implements FieldTypeInterface
public function s... | use the default value if there is nothing set | bolt_bolt | train |
875cfd7d4cd90d2b9dfb58c782518f503497687e | diff --git a/rxjava-core/src/main/java/rx/schedulers/TrampolineScheduler.java b/rxjava-core/src/main/java/rx/schedulers/TrampolineScheduler.java
index <HASH>..<HASH> 100644
--- a/rxjava-core/src/main/java/rx/schedulers/TrampolineScheduler.java
+++ b/rxjava-core/src/main/java/rx/schedulers/TrampolineScheduler.java
@@ -1... | TrampolineScheduler Cleanup
Remove the null check and lazy creation, build the queue in the ThreadLocal. Fix bugs about "work in progress". | ReactiveX_RxJava | train |
ce50f8f108dd0cb398da040c77146aa052dcdebc | diff --git a/views/export/tmpl/default.html.php b/views/export/tmpl/default.html.php
index <HASH>..<HASH> 100644
--- a/views/export/tmpl/default.html.php
+++ b/views/export/tmpl/default.html.php
@@ -8,7 +8,7 @@
defined('KOOWA') or die; ?>
<?= helper('ui.bootstrap') ?>
-<?= helper('ui.load') ?>
+<?= helper('ui.load'... | Do not load admin.css as the page is not using Flexbox | joomlatools_joomlatools-framework | train |
1e5690c7c4aeff2e0381de7a419b0e85153d9114 | diff --git a/packages/row/src/react/index.js b/packages/row/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/row/src/react/index.js
+++ b/packages/row/src/react/index.js
@@ -1,6 +1,6 @@
import * as glamor from 'glamor'
import PropTypes from 'prop-types'
-import React from 'react'
+import React, { useStat... | refactor(row): upgrade to functional components | pluralsight_design-system | train |
a73177b6390de46f2bb6cfbf463e11e0d5fa0d00 | diff --git a/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java b/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java
+++ b/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java
@@ -1423,7 +1423,7 @@ public class DRFTest extends TestUtil {
... | Speed up testColSamplingPerTree in DRF JUnits. | h2oai_h2o-3 | train |
594049b24fbfca64d39104ccc4e5d036903c8f06 | diff --git a/client/client.go b/client/client.go
index <HASH>..<HASH> 100644
--- a/client/client.go
+++ b/client/client.go
@@ -491,21 +491,13 @@ func (r *NotaryRepository) GetTargetByName(name string, roles ...string) (*Targe
meta *data.FileMeta
)
for i := len(roles) - 1; i >= 0; i-- {
- meta, err = c.TargetMet... | fixing download to continue if we get ErrMetaNotFound | theupdateframework_notary | train |
b6dd8661fcb2c18f46f9865ba1513ae4db70cf69 | diff --git a/lib/shapewear/wsdl.rb b/lib/shapewear/wsdl.rb
index <HASH>..<HASH> 100644
--- a/lib/shapewear/wsdl.rb
+++ b/lib/shapewear/wsdl.rb
@@ -12,6 +12,7 @@ module Shapewear::WSDL
xm.definitions :name => self.name, 'targetNamespace' => namespaces['tns'],
'xmlns' => namespaces['wsdl'],
... | The XSD namespace was missing. | elementar_shapewear | train |
9df18901541680b36d7d962a2d33cb34d836987f | diff --git a/stun/discover.go b/stun/discover.go
index <HASH>..<HASH> 100644
--- a/stun/discover.go
+++ b/stun/discover.go
@@ -136,10 +136,9 @@ func (c *Client) discover(conn net.PacketConn, addr *net.UDPAddr) (NATType, *Hos
resp.serverAddr.Port() != uint16(caddr.Port) {
return NATError, mappedAddr, errors.New("S... | Fix two more bugs (fixes #<I>) | ccding_go-stun | train |
ba3899e461576a0c77740257d23f97448ef2dd31 | diff --git a/src/config/environment.js b/src/config/environment.js
index <HASH>..<HASH> 100644
--- a/src/config/environment.js
+++ b/src/config/environment.js
@@ -4,6 +4,7 @@ import { isFunction } from 'utils/is';
const win = typeof window !== 'undefined' ? window : null;
const doc = win ? document : null;
const isC... | adjust promise polyfill to be a bit more compliant and add race and finally - fixes #<I> | ractivejs_ractive | train |
dd7f729dc38e56efdbcb96e4113187544e7b8758 | diff --git a/app/helpers/filepicker_rails/application_helper.rb b/app/helpers/filepicker_rails/application_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/filepicker_rails/application_helper.rb
+++ b/app/helpers/filepicker_rails/application_helper.rb
@@ -78,62 +78,55 @@ module FilepickerRails
class Filep... | Fix the default policy for filepicker_image_url
* Need read/convert, not pick/store.
* Only call the convert end point when CONVERT_OPTIONS are present.
* Don't mutate @url, just use functions. | filestack_filestack-rails | train |
cbe599e98e1101b47c6b17ff3cd7635dc12319ec | diff --git a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/controller/MappingServiceController.java b/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/controller/MappingServiceController.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/controlle... | Add target and source attribute metadata to the model instead of the names. Add number of source attributes to the model | molgenis_molgenis | train |
a3b67f2236149ab31ac5992ab51ecba8d707b0b2 | diff --git a/chef/lib/chef/runner.rb b/chef/lib/chef/runner.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/runner.rb
+++ b/chef/lib/chef/runner.rb
@@ -47,9 +47,29 @@ class Chef
# Determine the appropriate provider for the given resource, then
# execute it.
def run_action(resource, action, delayed_act... | CHEF-<I> - only_if and not_if not checked on notifies | chef_chef | train |
1b0ce2772311dd59b9d84143ae914aef6763e368 | diff --git a/test/get.js b/test/get.js
index <HASH>..<HASH> 100644
--- a/test/get.js
+++ b/test/get.js
@@ -1,5 +1,7 @@
'use strict';
+const tryCatch = require('try-catch');
+
const fs = require('fs');
const test = require('supertape');
const fixture = {
@@ -37,9 +39,9 @@ test('restafary: path traversal', async (t... | test(restafary) doesNotThrow -> tryCatch | coderaiser_node-restafary | train |
4d9b46ccf15b60ad1c22784b76014a899d22f420 | diff --git a/backend/servers/express-webrouter/app/index.js b/backend/servers/express-webrouter/app/index.js
index <HASH>..<HASH> 100644
--- a/backend/servers/express-webrouter/app/index.js
+++ b/backend/servers/express-webrouter/app/index.js
@@ -30,9 +30,7 @@ function getSetup() {
}))
// it is important to p... | changed render getExtraConfig option | Ledoux_teleport-express-webrouter | train |
d6d1028f7330e1141c2b3f8730a3f06357be2661 | diff --git a/base/SearchModelTrait.php b/base/SearchModelTrait.php
index <HASH>..<HASH> 100644
--- a/base/SearchModelTrait.php
+++ b/base/SearchModelTrait.php
@@ -10,6 +10,7 @@ namespace hipanel\base;
use hiqdev\hiar\ActiveQuery;
use hiqdev\hiar\ActiveRecord;
use yii\data\ActiveDataProvider;
+use yii\helpers\ArrayHe... | DataProvider config to search model | hiqdev_hipanel-core | train |
0617190b040a904daff7668f527632a1d5b12ec7 | diff --git a/faadata/airports/load.py b/faadata/airports/load.py
index <HASH>..<HASH> 100644
--- a/faadata/airports/load.py
+++ b/faadata/airports/load.py
@@ -136,6 +136,8 @@ def airport_import(importfile, config={'import_att': True, 'import_rmk': True, '
try:
airport.save()
e... | In the case of a failure here it helps to see what data matches. | adamfast_faadata | train |
cda221c15fb50f4514e8fc257dd78b081cd3c05c | diff --git a/dotsite/paths.py b/dotsite/paths.py
index <HASH>..<HASH> 100644
--- a/dotsite/paths.py
+++ b/dotsite/paths.py
@@ -465,7 +465,8 @@ def makepath(string, as_file=False):
result = DirectPath(string_path)
return result.expand().realpath().abspath()
-# See also http://stackoverflow.com/questions/... | Wrap URL to keep under <I> chars | jalanb_pysyte | train |
f15bbadd7267382da082f6e13a8ed92a17b263c0 | diff --git a/andes/variables/dae.py b/andes/variables/dae.py
index <HASH>..<HASH> 100644
--- a/andes/variables/dae.py
+++ b/andes/variables/dae.py
@@ -1,7 +1,12 @@
import logging
+import numpy as np
+
+from typing import List, Union
from collections import OrderedDict
+
from andes.core import JacTriplet
-from andes.... | Implemented `get_data` for DAETimeSeries. | cuihantao_andes | train |
bc3cad209f6f4d1f4e52759490001017f7b1c70f | diff --git a/src/app/controllers/graphiteTarget.js b/src/app/controllers/graphiteTarget.js
index <HASH>..<HASH> 100644
--- a/src/app/controllers/graphiteTarget.js
+++ b/src/app/controllers/graphiteTarget.js
@@ -32,7 +32,7 @@ function (angular, _, config, graphiteFunctions, Parser) {
if (astNode.type === 'funct... | integrated parser into graphite target editor | grafana_grafana | train |
0681acbf6921e95caeec87bf518ac7bd3061ce1e | diff --git a/nomad/job_endpoint_test.go b/nomad/job_endpoint_test.go
index <HASH>..<HASH> 100644
--- a/nomad/job_endpoint_test.go
+++ b/nomad/job_endpoint_test.go
@@ -11,7 +11,9 @@ import (
)
func TestJobEndpoint_Register(t *testing.T) {
- s1 := testServer(t, nil)
+ s1 := testServer(t, func(c *Config) {
+ c.NumSch... | Fix race condition in server endpoint tests in which workers would process evals before there status could be asserted | hashicorp_nomad | train |
a9e1b8fb84a8a4062225f0d05e2aaf4bd5b4fa2d | diff --git a/infrastructure.go b/infrastructure.go
index <HASH>..<HASH> 100644
--- a/infrastructure.go
+++ b/infrastructure.go
@@ -966,10 +966,12 @@ func newHTTPClient(config *ConnConfig) (*http.Client, error) {
// Configure TLS if needed.
var tlsConfig *tls.Config
if !config.DisableTLS {
- pool := x509.NewCertP... | Use system CAs when Certificates are not specified.
This commit modifies the TLS setup to only override the RootCAs for the
TLS connection if certificates are specified. This allows the
Certificates parameter to be ommitted from the connection config to use
the system CAs. | btcsuite_btcd | train |
b0b7919bae09e91fa6d3bd0f2bdc1e2d83a35dbc | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -12,13 +12,13 @@ module.exports = function() {};
module.exports.pitch = function(request) {
var callback = this.async();
- var relativeContext = path.dirname(request);
- var extension = '.' + request.split('.').slice(-1)[... | correct handling of webpack's path expansion
(paths are resolved in full) | erikdesjardins_sibling-loader | train |
6e4c77786c9717ee7e20b9397cadaa9034fe498f | diff --git a/bucket_crud.go b/bucket_crud.go
index <HASH>..<HASH> 100644
--- a/bucket_crud.go
+++ b/bucket_crud.go
@@ -74,7 +74,9 @@ func (b *Bucket) Prepend(key, value string) (Cas, error) {
return cas, err
}
-// Performs an atomic addition or subtraction for an integer document.
+// Performs an atomic addition o... | GOCBC-<I>: Correctly handle document creation for Counter operations.
This also changes the semantics of the Bucket.Counter operation, in the past
to avoid creating a document if it was missing you would pass an initial of
0, this has been changed to being less than 0 instead. This is a breaking
change for previous v... | couchbase_gocb | train |
1d94134c33f4c9157577174c4a6c0b6250d2e86d | diff --git a/glue/ligolw/utils/__init__.py b/glue/ligolw/utils/__init__.py
index <HASH>..<HASH> 100644
--- a/glue/ligolw/utils/__init__.py
+++ b/glue/ligolw/utils/__init__.py
@@ -331,11 +331,11 @@ def load_fileobj(fileobj, gz = None, xmldoc = None, contenthandler = None):
"""
fileobj = MD5File(fileobj)
md5obj = f... | glue.ligolw.utils.load_fileobj(): generalize gz param
- don't require it to be literally one of True or False if not None, but
anything that is logically True or False. | gwastro_pycbc-glue | train |
dfc3a535043cc5df989abdb7f35d5d599541bdcc | diff --git a/helpers/ContextFormat.php b/helpers/ContextFormat.php
index <HASH>..<HASH> 100644
--- a/helpers/ContextFormat.php
+++ b/helpers/ContextFormat.php
@@ -30,7 +30,7 @@ class ContextFormat
}
if (!empty($context['namespace'])) {
if (\preg_match('/^\\\\?(.*?)\\\\?$/s', $context['nam... | Empty namespace represents as '\' | axypro_creator | train |
b956ecf5a9c62053a60f210b3ef0ba4b9ff0a8eb | diff --git a/addon/helpers/page-title.js b/addon/helpers/page-title.js
index <HASH>..<HASH> 100644
--- a/addon/helpers/page-title.js
+++ b/addon/helpers/page-title.js
@@ -1,7 +1,7 @@
import Ember from 'ember';
const get = Ember.get;
-const { guidFor } = Ember;
+const { guidFor } = Ember
function updateTitle(toke... | force a build failure through jshint | adopted-ember-addons_ember-page-title | train |
a790c1583d1488dd4c16abf4f7a016d579df398e | diff --git a/store/mockstore/mocktikv/mock.go b/store/mockstore/mocktikv/mock.go
index <HASH>..<HASH> 100644
--- a/store/mockstore/mocktikv/mock.go
+++ b/store/mockstore/mocktikv/mock.go
@@ -18,8 +18,8 @@ import (
"github.com/pingcap/pd/pd-client"
)
-// NewTestClient creates a TiKV client and PD client from option... | mocktikv: rename NewTestClient to NewTiKVAndPDClient (#<I>) | pingcap_tidb | train |
ee6d316fe649d53f92b8a385aa44357b59e903dd | diff --git a/src/Patterns.php b/src/Patterns.php
index <HASH>..<HASH> 100644
--- a/src/Patterns.php
+++ b/src/Patterns.php
@@ -23,7 +23,7 @@ class Patterns
const MATCH_STYLE_INLINE = '!(<[^>]* style=")(.*?)(")!is';
// @codingStandardsIgnoreStart
const MATCH_JSCRIPT = '!(<script>|<script[^>]*type="te... | Fixed ld+json matching missing an escape for + | WyriHaximus_HtmlCompress | train |
ebbc9d5f6771e9b1392dfad6b387432f643e75de | diff --git a/lib/datasource/npm.js b/lib/datasource/npm.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/npm.js
+++ b/lib/datasource/npm.js
@@ -109,7 +109,9 @@ async function getPkgReleases(input, config) {
}
const purl = input;
const res = await getDependency(purl.fullname, retries);
- delete res['renovat... | fix(npm): add check before massaging response | renovatebot_renovate | train |
c63737ec2ed54c438dfc0280d9ba59830127e2b6 | diff --git a/graphenebase/account.py b/graphenebase/account.py
index <HASH>..<HASH> 100644
--- a/graphenebase/account.py
+++ b/graphenebase/account.py
@@ -99,6 +99,12 @@ class BrainKey(object):
s = hashlib.sha256(hashlib.sha512(a).digest()).digest()
return PrivateKey(hexlify(s).decode('ascii'))
+ ... | Add get_blind_private method to BrainKey.
This is the same as `get_private` method, but without any
sequence number. It's used for generating private keys for
Blind accounts. | xeroc_python-graphenelib | train |
e576844f0f0c797c5e962e7d4a54395eed72abbe | diff --git a/cmd/admin-speedtest.go b/cmd/admin-speedtest.go
index <HASH>..<HASH> 100644
--- a/cmd/admin-speedtest.go
+++ b/cmd/admin-speedtest.go
@@ -28,6 +28,7 @@ import (
json "github.com/minio/colorjson"
"github.com/minio/madmin-go"
"github.com/minio/mc/pkg/probe"
+ "github.com/minio/pkg/console"
)
var ad... | Erase the spinner on speedtest completion (#<I>) | minio_mc | train |
0d8c652ab2575e0698603662779129ab97201119 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1,2 @@
require "minitest/autorun"
require "eefgilm"
-require "pry"
-require "pry-nav"
- | Remove Pry and Pry-Nav from Test Helper | enilsen16_Eefgilm | train |
53b9e72838b352f2290b51f354e7f1532b98b17b | diff --git a/test/test_LensModel/test_Profiles/test_gauss_decomposition.py b/test/test_LensModel/test_Profiles/test_gauss_decomposition.py
index <HASH>..<HASH> 100644
--- a/test/test_LensModel/test_Profiles/test_gauss_decomposition.py
+++ b/test/test_LensModel/test_Profiles/test_gauss_decomposition.py
@@ -251,7 +251,7 ... | Fix competing postprocessing for dyPolychord MPI run | sibirrer_lenstronomy | train |
7d0733ad1026e8d251e90d82aa4a3afdafbd51b5 | diff --git a/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py b/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py
index <HASH>..<HASH> 100644
--- a/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py
+++ b/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py
@... | hack tests now that boto get_templates returns ordered dicts | spulec_moto | train |
bd5f1bfdfc4bcf1097b5a9be7635e85d66f4ea4d | diff --git a/create-ava-rule.js b/create-ava-rule.js
index <HASH>..<HASH> 100644
--- a/create-ava-rule.js
+++ b/create-ava-rule.js
@@ -102,6 +102,12 @@ module.exports = function createAvaRule() {
hasTestModifier: function (mod) {
return hasTestModifier(currentTestNode, mod);
},
+ hasHookModifier: function ()... | Do not enforce a title on hooks (fixes #<I>) | avajs_eslint-plugin-ava | train |
e062ce6ccb6a726ff1b3dd52211c32ebdd57e99b | diff --git a/tests/test_bugs.py b/tests/test_bugs.py
index <HASH>..<HASH> 100644
--- a/tests/test_bugs.py
+++ b/tests/test_bugs.py
@@ -24,7 +24,7 @@ class Test_VariantMapper(unittest.TestCase):
self.hm = hgvs.variantmapper.VariantMapper(self.hdp)
self.hp = hgvs.parser.Parser()
self.evm = hgvs... | adapted test_bugs to new assembly_name argument | biocommons_hgvs | train |
9d3022946aacea7cabca4d093046b289b1b70f5d | diff --git a/src/java/azkaban/webapp/servlet/ProjectManagerServlet.java b/src/java/azkaban/webapp/servlet/ProjectManagerServlet.java
index <HASH>..<HASH> 100644
--- a/src/java/azkaban/webapp/servlet/ProjectManagerServlet.java
+++ b/src/java/azkaban/webapp/servlet/ProjectManagerServlet.java
@@ -1068,12 +1068,14 @@ publi... | Adding x-zip-compressed as mime type on upload, and return on error. | azkaban_azkaban | train |
95166d44eac63a8d1b2a24c3daa491ff20af04b0 | diff --git a/tests/unit_tests/crud/test_crud_actions.py b/tests/unit_tests/crud/test_crud_actions.py
index <HASH>..<HASH> 100644
--- a/tests/unit_tests/crud/test_crud_actions.py
+++ b/tests/unit_tests/crud/test_crud_actions.py
@@ -3,7 +3,7 @@ import unittest
from rip.crud.crud_actions import CrudActions
-class Tes... | Add Tests for CrudActions.get_all_actions | Aplopio_django_rip | train |
f98ab911eeaeb5dcdcf96527c534e49a4970c3d5 | diff --git a/sass_processor/processor.py b/sass_processor/processor.py
index <HASH>..<HASH> 100644
--- a/sass_processor/processor.py
+++ b/sass_processor/processor.py
@@ -65,7 +65,8 @@ class SassProcessor(object):
if not self.processor_enabled:
return css_filename
sourcemap_filename = css... | pass base folder to is_latest | jrief_django-sass-processor | train |
2c289559a5533ac567fd95a655e56d1c4d787fd2 | diff --git a/lib/ronin/ui/cli/command.rb b/lib/ronin/ui/cli/command.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/ui/cli/command.rb
+++ b/lib/ronin/ui/cli/command.rb
@@ -263,7 +263,10 @@ module Ronin
setup
execute
+
return true
+ ensure
+ cleanup
end
... | Added UI::CLI::Command#cleanup. | ronin-ruby_ronin | train |
e6242af0587955ca94be36f5374bc2595b9deaff | diff --git a/closure/goog/iter/iter.js b/closure/goog/iter/iter.js
index <HASH>..<HASH> 100644
--- a/closure/goog/iter/iter.js
+++ b/closure/goog/iter/iter.js
@@ -189,12 +189,12 @@ goog.iter.forEach = function(iterable, f, opt_obj) {
* passed the test are present.
*/
goog.iter.filter = function(iterable, f, op... | When 'iterable' variable has its type re-defined, JsCompiler
doesn't seem to catch the type redefinition when the variable
is used from within a closure.
R=johnlenz
DELTA=<I> (0 added, 0 deleted, <I> changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-library | train |
a27ce4d56a51b6570bd2447c59fa802bfddd2d37 | diff --git a/tests/test_sklearn.py b/tests/test_sklearn.py
index <HASH>..<HASH> 100644
--- a/tests/test_sklearn.py
+++ b/tests/test_sklearn.py
@@ -3,7 +3,7 @@ from sklearn.naive_bayes import MultinomialNB
from sklearn.linear_model import ElasticNet
from sklearn.ensemble import GradientBoostingClassifier
from sklearn... | Better code saving logic (#<I>)
* Better code saving logic
* Remove f strings
* Fix tests for good | wandb_client | train |
2d2524546f4c4d8a28e30c373dc36fe6b9e9c5e1 | diff --git a/core/bases.py b/core/bases.py
index <HASH>..<HASH> 100644
--- a/core/bases.py
+++ b/core/bases.py
@@ -55,6 +55,16 @@ class BaseSample(BaseObject):
else:
self.meta = None
+ # ----------------------
+ # Methods of exposing underlying data
+ # ----------------------
+ def _... | exposed a bit of underlying data | eyurtsev_FlowCytometryTools | train |
86d7a21823732edc50e69f3e64fdae29f4bfb61d | diff --git a/spyder/utils/encoding.py b/spyder/utils/encoding.py
index <HASH>..<HASH> 100644
--- a/spyder/utils/encoding.py
+++ b/spyder/utils/encoding.py
@@ -107,12 +107,18 @@ def get_coding(text):
@return coding string
"""
for line in text.splitlines()[:2]:
- result = CODING_RE.search(to_text... | Fix errors with get_coding and no-uft-8 files | spyder-ide_spyder | train |
cf46c58546c722bcaa9a17b8e06d7a580510609a | diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/deserialization/gson/CalendarDeserializer.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/deserialization/gson/CalendarDeserializer.java
index <HASH>..<HASH> 100644
--- a/vraptor-core/src/main/java/br/com/caelum/vraptor/deserialization/gson/CalendarD... | Oops! Reverting register strategy for Calendar to Inheritance because
GregorianCalendar extends Calendar | caelum_vraptor4 | train |
79de0aae708409af15c338507c6008812ad4180e | diff --git a/src/test/java/org/jenetics/Integer64GeneTest.java b/src/test/java/org/jenetics/Integer64GeneTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jenetics/Integer64GeneTest.java
+++ b/src/test/java/org/jenetics/Integer64GeneTest.java
@@ -23,9 +23,14 @@
package org.jenetics;
import java.io.IOExc... | Add test for Integer<I>Gene factory method 'newInstance'. | jenetics_jenetics | train |
53a25d5428fc75b09c36372330c01b0332fd94b1 | diff --git a/tests/FpdfTest.php b/tests/FpdfTest.php
index <HASH>..<HASH> 100644
--- a/tests/FpdfTest.php
+++ b/tests/FpdfTest.php
@@ -1,4 +1,6 @@
-<?php declare(strict_types=1);
+<?php
+
+declare(strict_types=1);
namespace Codedge\Fpdf\Test;
diff --git a/tests/TestCase.php b/tests/TestCase.php
index <HASH>..<HASH... | Apply fixes from StyleCI (#<I>) | codedge_laravel-fpdf | train |
08b66a13a1db65097c36cee73efc339a30ee20c1 | diff --git a/lib/libPDF.php b/lib/libPDF.php
index <HASH>..<HASH> 100644
--- a/lib/libPDF.php
+++ b/lib/libPDF.php
@@ -222,7 +222,7 @@ class libPDF extends FPDF implements libPDFInterface {
$doc->loadXML("<root/>");
- $html = preg_replace("/&(?![a-z\d]+|#\d+|#x[a-f\d]+);/i", "&", $html);
+ $html = preg_rep... | Fix HTMLText()'s entity detection not working all the time | SkUrRiEr_pdflib | train |
74ebad40118826c7d8964c03b7c59a6861552acb | diff --git a/lib/active_scaffold/helpers/human_condition_helpers.rb b/lib/active_scaffold/helpers/human_condition_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/helpers/human_condition_helpers.rb
+++ b/lib/active_scaffold/helpers/human_condition_helpers.rb
@@ -26,7 +26,7 @@ module ActiveScaffold
... | avoid record not found exception for human conditions | activescaffold_active_scaffold | train |
e57068451db525de56c75c1825e8d622f5a87fa7 | diff --git a/core/src/main/java/com/google/bitcoin/core/Wallet.java b/core/src/main/java/com/google/bitcoin/core/Wallet.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/bitcoin/core/Wallet.java
+++ b/core/src/main/java/com/google/bitcoin/core/Wallet.java
@@ -245,20 +245,7 @@ public class Wallet impl... | Split some selection logic into a static method of DefaultCoinSelector. Resolves issue <I>. | bitcoinj_bitcoinj | train |
54809a701b9cc0306f7277efd3767b02e71be2e5 | diff --git a/py/BUILD.bazel b/py/BUILD.bazel
index <HASH>..<HASH> 100644
--- a/py/BUILD.bazel
+++ b/py/BUILD.bazel
@@ -15,7 +15,7 @@ compile_pip_requirements(
requirements_txt = ":requirements_lock.txt",
)
-SE_VERSION = "4.4.1"
+SE_VERSION = "4.4.2"
BROWSER_VERSIONS = [
"v85",
@@ -170,6 +170,7 @@ py_whe... | [py] Bump Python Bindings to <I> | SeleniumHQ_selenium | train |
c18b393ce9def3d6125e5cccba774da14f37f2d0 | diff --git a/cmd/juju/status/output_tabular.go b/cmd/juju/status/output_tabular.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/status/output_tabular.go
+++ b/cmd/juju/status/output_tabular.go
@@ -16,6 +16,7 @@ import (
"github.com/juju/charm/v9/hooks"
"github.com/juju/errors"
"github.com/juju/naturalsort"
+ "githu... | highlight version number if stale
a stale version number is that which does not match the current juju agent version number | juju_juju | train |
5d7083b6ca12f1abbfea4f9c32babc36de7a1265 | diff --git a/lib/views/json.js b/lib/views/json.js
index <HASH>..<HASH> 100644
--- a/lib/views/json.js
+++ b/lib/views/json.js
@@ -1,20 +1,16 @@
'use strict';
-const _ = require('underscore');
-
-exports.execute = function (error, data, response, statusCode) {
- let status = error ? (error.status || 500) : (statu... | [Views:Json] Reduce code complexity | BoolJS_booljs-express | train |
097760e578940bf09317c6607e2e4001557c3572 | diff --git a/src/Columns/Element.php b/src/Columns/Element.php
index <HASH>..<HASH> 100755
--- a/src/Columns/Element.php
+++ b/src/Columns/Element.php
@@ -4,6 +4,9 @@ namespace Terranet\Administrator\Columns;
use Illuminate\Contracts\Support\Renderable;
use Illuminate\Database\Eloquent\Model as Eloquent;
+use Illum... | Treat (Has)Many(ToMany|Through) relations as Countable | adminarchitect_core | train |
489378db5852d5e26a98295ab5fb8abe9653d710 | diff --git a/lib/google/apis/core/base_service.rb b/lib/google/apis/core/base_service.rb
index <HASH>..<HASH> 100644
--- a/lib/google/apis/core/base_service.rb
+++ b/lib/google/apis/core/base_service.rb
@@ -84,6 +84,8 @@ module Google
# Base service for all APIs. Not to be used directly.
#
class Ba... | Ensure content length when empty body, hook up httpclient to logger when debugging | googleapis_google-api-ruby-client | train |
8ff7d9b6f69247169ca7302af3763b9f19edb2a5 | diff --git a/azurerm/helpers/azure/resource_group.go b/azurerm/helpers/azure/resource_group.go
index <HASH>..<HASH> 100644
--- a/azurerm/helpers/azure/resource_group.go
+++ b/azurerm/helpers/azure/resource_group.go
@@ -47,8 +47,8 @@ func SchemaResourceGroupNameForDataSource() *schema.Schema {
func validateResourceGrou... | correct resource group character limit for name
* correct length: `1-<I>`
* <URL> | terraform-providers_terraform-provider-azurerm | train |
fb043bba15fd59c7c6e947cfd870b12960b438dc | diff --git a/pkg/adaptor/transformer.go b/pkg/adaptor/transformer.go
index <HASH>..<HASH> 100644
--- a/pkg/adaptor/transformer.go
+++ b/pkg/adaptor/transformer.go
@@ -49,6 +49,10 @@ func NewTransformer(pipe *pipe.Pipe, path string, extra Config) (StopStartListen
t.fn = string(ba)
+ if err = t.initEnvironment(); e... | init the transformer environment in the transformer c'tor, rather then in the listen method | compose_transporter | train |
c527c237a208487787c930be21ce22c459fb7b9d | diff --git a/tests/cases/creator/count_distinct.php b/tests/cases/creator/count_distinct.php
index <HASH>..<HASH> 100644
--- a/tests/cases/creator/count_distinct.php
+++ b/tests/cases/creator/count_distinct.php
@@ -52,4 +52,4 @@ $created = $creator->created;
$expected = getExpectedValue(dirname(__FILE__), 'distinct.sq... | CHG: code formatting according to the guidelines, folder creator is now clean.
git-svn-id: <URL> | greenlion_PHP-SQL-Parser | train |
035849d4058ae070bc552f5ad98001d145753652 | diff --git a/openpnm/algorithms/MixedInvasionPercolation.py b/openpnm/algorithms/MixedInvasionPercolation.py
index <HASH>..<HASH> 100644
--- a/openpnm/algorithms/MixedInvasionPercolation.py
+++ b/openpnm/algorithms/MixedInvasionPercolation.py
@@ -196,6 +196,11 @@ class MixedInvasionPercolation(GenericAlgorithm):
... | update coop_filling to handle the problem with assigning pore index zero to a dok_matrix | PMEAL_OpenPNM | train |
89d955f2b398ee519364b5c05fcee1aea786ee28 | diff --git a/pandas/tests/tseries/frequencies/test_freq_code.py b/pandas/tests/tseries/frequencies/test_freq_code.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/tseries/frequencies/test_freq_code.py
+++ b/pandas/tests/tseries/frequencies/test_freq_code.py
@@ -1,3 +1,4 @@
+import numpy as np
import pytest
from pa... | TST: add test for compatibility with numpy datetime<I> (#<I>)
* TST: add test for compatibility with numpy datetime<I> #<I>
* TST; add test for compatibility with numpy datetime<I> (#<I>)
* Fixed a fat finger error in one of the expected values
* Fixes from pre-commit [automated commit]
* changed numpy imp... | pandas-dev_pandas | train |
422dc84f346e2e33c4b594044da7e78c18aaefeb | diff --git a/library/Imbo/Image/ImagePreparation.php b/library/Imbo/Image/ImagePreparation.php
index <HASH>..<HASH> 100644
--- a/library/Imbo/Image/ImagePreparation.php
+++ b/library/Imbo/Image/ImagePreparation.php
@@ -12,6 +12,7 @@ namespace Imbo\Image;
use Imbo\EventManager\EventInterface,
Imbo\EventListener\... | Fix potential bug caused by missing use statement in image preparation | imbo_imbo | train |
1c1458a9c80b5739e3dedd09536b4e25701f7ce2 | diff --git a/mbuild/compound.py b/mbuild/compound.py
index <HASH>..<HASH> 100755
--- a/mbuild/compound.py
+++ b/mbuild/compound.py
@@ -16,6 +16,7 @@ import numpy as np
from oset import oset as OrderedSet
import parmed as pmd
from parmed.periodic_table import AtomicNum, element_by_name, Mass
+import simtk.openmm.app.... | More descriptive error when non-elements detected
Previously a catch-all warning was to be raised if the minimization failed,
however, this only occurred when non-elements were detected and was not
always reliable. Now a periodic table lookup is performed prior to attempting
minimization and an error is raised if non-... | mosdef-hub_mbuild | train |
b6af597f2cd785593ebb36b8b8f0e90d2bcc32ab | diff --git a/scapy.py b/scapy.py
index <HASH>..<HASH> 100755
--- a/scapy.py
+++ b/scapy.py
@@ -22,6 +22,9 @@
#
# $Log: scapy.py,v $
+# Revision 0.9.14.6 2003/09/12 14:45:35 pbi
+# - had Dot11 working
+#
# Revision 0.9.14.5 2003/09/12 10:04:05 pbi
# - added summary() method to Packet objects
#
@@ -273,7 +276,... | - had Dot<I> working | secdev_scapy | train |
f4672c174f0646a5abb0a13d905efe9c94332e40 | diff --git a/firefed/feature/feature.py b/firefed/feature/feature.py
index <HASH>..<HASH> 100644
--- a/firefed/feature/feature.py
+++ b/firefed/feature/feature.py
@@ -27,6 +27,7 @@ def output_formats(choices, default):
class Feature(ABC):
description = '(no description)'
+ has_summary = False
def __in... | Add more tests + refactorings | numirias_firefed | train |
b8e7585d28ebaae50749b508e177b095cbcef4d0 | diff --git a/src/system/modules/metamodelsattribute_rating/config/config.php b/src/system/modules/metamodelsattribute_rating/config/config.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodelsattribute_rating/config/config.php
+++ b/src/system/modules/metamodelsattribute_rating/config/config.php
@@ -15,10... | The config now does "deep assignments"
See <URL> | MetaModels_attribute_rating | train |
9b46836afb401a15c28052359b921f5d04b6a5dc | diff --git a/libs/holograph.js b/libs/holograph.js
index <HASH>..<HASH> 100644
--- a/libs/holograph.js
+++ b/libs/holograph.js
@@ -96,7 +96,7 @@ function preparePageLinks(current, pages, index_title) {
for (category in pages) {
if (pages.hasOwnProperty(category)) {
links.push({
- ... | Improve URLs
Resolves issue #<I>. | holography_holograph | train |
1fa098b6ba38e26ebd92a15b7a35936a9ad48a07 | diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/security/adduser/AddUser.java b/domain-management/src/main/java/org/jboss/as/domain/management/security/adduser/AddUser.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/main/java/org/jboss/as/domain/management/security/adduser/AddUs... | [WFLY-<I>] Add support for a --silent=true option to add-user.
The real option should be --silent but this is causing some confusion for end users. | wildfly_wildfly | train |
3d67f687fe591bb9af11dc38656c5e69ba605aa1 | diff --git a/src/com/opencms/defaults/A_CmsContentDefinition.java b/src/com/opencms/defaults/A_CmsContentDefinition.java
index <HASH>..<HASH> 100644
--- a/src/com/opencms/defaults/A_CmsContentDefinition.java
+++ b/src/com/opencms/defaults/A_CmsContentDefinition.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs... | New method isExtendedList returns true if the content definition
should use the new list with projectflag and state. | alkacon_opencms-core | train |
0c83eae6fbc9c8504d66c2b7aa31f06d7361cf08 | diff --git a/builtin/credential/approle/path_login.go b/builtin/credential/approle/path_login.go
index <HASH>..<HASH> 100644
--- a/builtin/credential/approle/path_login.go
+++ b/builtin/credential/approle/path_login.go
@@ -83,7 +83,7 @@ func (b *backend) pathLoginUpdate(ctx context.Context, req *logical.Request, dat
... | Fix panic due to metadata being nil (#<I>)
* Fix panic due to metadata being nil
* added a nil check
* Added a test
* ensure metadata is never nil
* Remove unnecessary allocation
* revert back to early initialization | hashicorp_vault | train |
60b8d6a5c6a7aaf3f2f07114e04ea97b3857411f | diff --git a/go/teams/create.go b/go/teams/create.go
index <HASH>..<HASH> 100644
--- a/go/teams/create.go
+++ b/go/teams/create.go
@@ -141,8 +141,8 @@ func CreateImplicitTeam(ctx context.Context, g *libkb.GlobalContext, impTeam key
func makeSigAndPostRootTeam(ctx context.Context, g *libkb.GlobalContext, me *libkb.Us... | use context when posting team sigs (#<I>) | keybase_client | train |
5f6ba048e635e6fe0953d8bbbeafbd86a31f50ad | diff --git a/front/src/js/controllers/dashboardCtrl.js b/front/src/js/controllers/dashboardCtrl.js
index <HASH>..<HASH> 100644
--- a/front/src/js/controllers/dashboardCtrl.js
+++ b/front/src/js/controllers/dashboardCtrl.js
@@ -8,7 +8,7 @@ dashboardCtrl.controller('DashboardCtrl', ['$scope', '$rootScope', '$routeParams
... | Make the results API call smaller by removing toolsResults | gmetais_YellowLabTools | train |
55d77a73f95cfb92e1c00ed35a38eb1197d542ac | diff --git a/drools-solver/drools-solver-core/src/main/java/org/drools/solver/core/localsearch/decider/forager/AbstractForager.java b/drools-solver/drools-solver-core/src/main/java/org/drools/solver/core/localsearch/decider/forager/AbstractForager.java
index <HASH>..<HASH> 100644
--- a/drools-solver/drools-solver-core/... | javadocs (extraction from score_refactor attempt 1 that cannot be committed because its a lot slower)
git-svn-id: <URL> | kiegroup_optaplanner | train |
e49bc9dacf3425cf98dfeceb0048afc4c50d4278 | diff --git a/src/views/account/_form.php b/src/views/account/_form.php
index <HASH>..<HASH> 100644
--- a/src/views/account/_form.php
+++ b/src/views/account/_form.php
@@ -72,15 +72,20 @@ use yii\web\View;
?>
</div>
</div>
- ... | Fixed account form button and bd form button | hiqdev_hipanel-module-hosting | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.