hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
73ece014041e7dbfd37b0a0ddba9aab127516993 | diff --git a/src/mongo/jobs/ApplyOperation.class.php b/src/mongo/jobs/ApplyOperation.class.php
index <HASH>..<HASH> 100644
--- a/src/mongo/jobs/ApplyOperation.class.php
+++ b/src/mongo/jobs/ApplyOperation.class.php
@@ -25,9 +25,12 @@ class ApplyOperation extends JobBase {
// set the config to what is recei... | Change ApplyOperation to work on an array of impacted subjects | talis_tripod-php | train |
e5b66bcf011256575593ba7fd04baaa7f194d34e | diff --git a/ck/kernel.py b/ck/kernel.py
index <HASH>..<HASH> 100755
--- a/ck/kernel.py
+++ b/ck/kernel.py
@@ -7170,6 +7170,7 @@ def ren(i):
r=load(ii)
if r['return']>0: return r
rdd=r
+
muid=r['module_uid']
pr=r['path_repo']
ddi=r['info']
@@ -7361,8 +7362,16 @@ def ren(i):
# Check ... | fixed rename with ElasticSearch | ctuning_ck | train |
80d14bbb0ebf3e6a7f501ef30933ae0abeb14e48 | diff --git a/src/main/java/org/jboss/netty/channel/ChannelPipeline.java b/src/main/java/org/jboss/netty/channel/ChannelPipeline.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/channel/ChannelPipeline.java
+++ b/src/main/java/org/jboss/netty/channel/ChannelPipeline.java
@@ -59,40 +59,40 @@ import or... | * Improved the diagram in ChannelPipeline | netty_netty | train |
0d21b61022b6638ac800392f7df7d53fb6435f99 | diff --git a/pkg/chunked/storage_linux.go b/pkg/chunked/storage_linux.go
index <HASH>..<HASH> 100644
--- a/pkg/chunked/storage_linux.go
+++ b/pkg/chunked/storage_linux.go
@@ -1066,7 +1066,7 @@ func safeMkdir(dirfd int, mode os.FileMode, name string, metadata *internal.File
}
}
- file, err := openFileUnderRoot(na... | chunked: use just created parent directory | containers_storage | train |
8242aab7895bc836226cdf61ef68672814e1d52b | diff --git a/src/test/java/io/vlingo/http/resource/SecureClientTest.java b/src/test/java/io/vlingo/http/resource/SecureClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/vlingo/http/resource/SecureClientTest.java
+++ b/src/test/java/io/vlingo/http/resource/SecureClientTest.java
@@ -19,12 +19,14 @@ impor... | Introduced RefreshableSelector. | vlingo_vlingo-http | train |
85b2db7d7a9dd6b2bfde26f7dfbad97ae2de9151 | diff --git a/lib/actions/apiV2.js b/lib/actions/apiV2.js
index <HASH>..<HASH> 100644
--- a/lib/actions/apiV2.js
+++ b/lib/actions/apiV2.js
@@ -256,6 +256,9 @@ const findNearbyAmenities = ({ lat, lon, radius = 300, stopId }) => {
id
lat
lon
+ ...on vehicleRentalStation {... | refactor(actions/apiv2): fetch nearby scooter networks | opentripplanner_otp-react-redux | train |
3232d6fa6eafe2ee84a9e095f59a394b8d3ac911 | diff --git a/src/Window.js b/src/Window.js
index <HASH>..<HASH> 100644
--- a/src/Window.js
+++ b/src/Window.js
@@ -549,6 +549,7 @@ OO.ui.Window.prototype.initialize = function () {
this.$body = this.$( '<div>' );
this.$foot = this.$( '<div>' );
this.$overlay = this.$( '<div>' );
+ this.$focusTrap = this.$( '<div>... | Try to stop user from tabbing outside of open dialog box
Particularly for certain browsers that manage to lose the cursor eventually after tabbing too far.
Bug: <I>
Change-Id: I<I>ab2bace<I>e<I>cc<I>be8b<I>baecb<I> | wikimedia_oojs-ui | train |
5ee620aa064ab7c174a8a6dad7750c6c51072732 | diff --git a/codec/bench/shared_test.go b/codec/bench/shared_test.go
index <HASH>..<HASH> 100644
--- a/codec/bench/shared_test.go
+++ b/codec/bench/shared_test.go
@@ -254,6 +254,15 @@ func sTestCodecDecoder(bs []byte, h Handle, bh *BasicHandle) (d *Decoder, oldRea
return
}
+func sTestCodecDecoderAfter(d *Decoder, ... | codec: refactor sTestCodecDecoder to separate decoding from pre/post
This allows other uses of the Decoder within tests (e.g. nextValueBytes). | ugorji_go | train |
82f13eef5d2fcd89435e015d931b95c03abc970c | diff --git a/tests/test_engine.py b/tests/test_engine.py
index <HASH>..<HASH> 100644
--- a/tests/test_engine.py
+++ b/tests/test_engine.py
@@ -535,3 +535,28 @@ def test_bind_different_engines():
# regardless of how many times the model has been bound already
assert Concrete in first_engine.type_engine.bound_t... | Test engine guards against operations on abstract models | numberoverzero_bloop | train |
33c7c0b9b36a02fb3f6ba9db86157df033248aca | diff --git a/main.py b/main.py
index <HASH>..<HASH> 100755
--- a/main.py
+++ b/main.py
@@ -24,37 +24,8 @@ def main():
if args.output:
document.output_epub(args.output)
- document.fetchImages()
+ #document.fetchImages()
output.epubZip(args.output, document.titlestring())
... | Cleaned up main.py, removing old comments and commenting out fetchImages for streamlined testing | SavinaRoja_OpenAccess_EPUB | train |
a1883eef896931e1df49b18d5337bedc43630c60 | diff --git a/src/main/java/com/blackducksoftware/integration/hub/HubIntRestService.java b/src/main/java/com/blackducksoftware/integration/hub/HubIntRestService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/blackducksoftware/integration/hub/HubIntRestService.java
+++ b/src/main/java/com/blackducksoftware/inte... | updating constructor to omit response | blackducksoftware_blackduck-common | train |
d70b3da5ef0e941229c009f7ce3d8e6e62d40552 | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/XidTransactionBeforeCompletionTask.java b/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/XidTransactionBeforeCompletionTask.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone... | AS7-<I> Fix EJB remote tx handling for prepare/before-completion events | wildfly_wildfly | train |
019bd581acbbe817c6fc5c79892b00a646b25803 | diff --git a/bcbio/variation/effects.py b/bcbio/variation/effects.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/effects.py
+++ b/bcbio/variation/effects.py
@@ -270,14 +270,14 @@ def _snpeff_args_from_config(data):
args += ["-cancer"]
effects_transcripts = dd.get_effects_transcripts(data)
- if ... | snpEff: canonical_cancer with clinical_reporting
Prefer canonical_cancer effects_transcripts over older
clinical_reporting behavior. | bcbio_bcbio-nextgen | train |
1077fd0d1bea10bfcba416309e58380bf86aa3e0 | diff --git a/gcs/conn.go b/gcs/conn.go
index <HASH>..<HASH> 100644
--- a/gcs/conn.go
+++ b/gcs/conn.go
@@ -44,7 +44,7 @@ type OpenBucketOptions struct {
Name string
// BillingProject specifies the project to be billed when making requests.
- // This option is needed for requester pays buckets.
+ // This option is... | Updates comments on BillingProject option. | jacobsa_gcloud | train |
52f1b60a980c41deaa44b394f30473f61fbb9f14 | diff --git a/Kwf_js/EyeCandy/Lightbox/Lightbox.js b/Kwf_js/EyeCandy/Lightbox/Lightbox.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/EyeCandy/Lightbox/Lightbox.js
+++ b/Kwf_js/EyeCandy/Lightbox/Lightbox.js
@@ -127,7 +127,7 @@ Kwf.EyeCandy.Lightbox.Lightbox.prototype = {
this.lightboxEl.fadeIn();
... | move centering lightbox into style, resue afterContentShown | koala-framework_koala-framework | train |
9259948b7fcc4a839f5e2270362b1901817bfa12 | diff --git a/lib/express/app.js b/lib/express/app.js
index <HASH>..<HASH> 100644
--- a/lib/express/app.js
+++ b/lib/express/app.js
@@ -50,7 +50,6 @@ function App(appManager, config, models, options) {
this.couchbaseODM = null;
this.storage = {};
this.models = models;
- this.initialized = f... | refactoring, remove `initialized` boolean flag on App object | BohemiaInteractive_bi-service | train |
a674557fdacc36585eed7b2377c4cbf62cffd358 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -35,11 +35,8 @@ import setuptools
# determine version (more robust than importing benchexec)
# c.f. http://gehrcke.de/2014/02/distributing-a-python-command-line-application/
-version = re.search(
- '^__version__\s*=\s*\... | Properly close file opened in setup.py | sosy-lab_benchexec | train |
fe76c9f779b9d8a8c2f4df40e203cfcb7a24860c | diff --git a/test/e2e/framework/pv_util.go b/test/e2e/framework/pv_util.go
index <HASH>..<HASH> 100644
--- a/test/e2e/framework/pv_util.go
+++ b/test/e2e/framework/pv_util.go
@@ -708,6 +708,14 @@ func createPD(zone string) (string, error) {
return "", err
}
+ if zone == "" && TestContext.CloudConfig.MultiZone... | Fixes 'Zone is empty' errors in PD upgrade tests; skips pd tests with inline volume in multizone clusters | kubernetes_kubernetes | train |
2f348ac856030284194e4dc298820e7d16b4d0bc | diff --git a/lib/librarian/helpers/debug.rb b/lib/librarian/helpers/debug.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian/helpers/debug.rb
+++ b/lib/librarian/helpers/debug.rb
@@ -15,7 +15,9 @@ module Librarian
end
def debug
- root_module.ui.debug "[Librarian] #{yield}"
+ if root_module... | Only try to print debugging messages if there is actually a UI object which can handle printing them. | applicationsonline_librarian | train |
3fa5d15246e3c435099de1564a96f6e7d28a8b8b | diff --git a/benchexec/tools/verifuzz.py b/benchexec/tools/verifuzz.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/verifuzz.py
+++ b/benchexec/tools/verifuzz.py
@@ -50,7 +50,9 @@ class Tool(benchexec.tools.template.BaseTool):
def determine_result(self, returncode, returnsignal, output, isTimeout):
... | Update verifuzz.py
Updating Verifuzz tool info module for taking care of TESTCOMP setting. | sosy-lab_benchexec | train |
00ef210158bab41fb27c50be3f427bb84e2cb001 | diff --git a/eZ/Publish/Core/FieldType/RichText/Normalizer/DocumentTypeDefinition.php b/eZ/Publish/Core/FieldType/RichText/Normalizer/DocumentTypeDefinition.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/FieldType/RichText/Normalizer/DocumentTypeDefinition.php
+++ b/eZ/Publish/Core/FieldType/RichText/Normalizer/... | EZP-<I>: run normalization even if no XML declaration | ezsystems_ezpublish-kernel | train |
4cdd71e7eee9daee6dc605e0b26f324e2ba2251c | diff --git a/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java b/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/resultview/SingleResultPanel.java
+++ b/annis-gui/src/main/java/annis/gui/resultview/SingleResultPane... | pluginsystem member variable can be non-transient [findbugs] | korpling_ANNIS | train |
f45f5dd026bd618f07657f5de8a198764cf05548 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -14,19 +14,19 @@ exports._singleImage = {
};
exports.singlePngImage = extend({}, exports._singleImage, {
filepaths: [path.join(__dirname, '/test_sprites/sprite3.png')],
- ext: 'png',
+ format: 'png',... | Fixing up one-offs in tests | twolfson_spritesmith-engine-test | train |
da9f51e4eb83e0fed003c51af88fe2a76136c001 | diff --git a/dev/com.ibm.ws.app.manager_fat/fat/src/componenttest/application/manager/test/FATTest.java b/dev/com.ibm.ws.app.manager_fat/fat/src/componenttest/application/manager/test/FATTest.java
index <HASH>..<HASH> 100755
--- a/dev/com.ibm.ws.app.manager_fat/fat/src/componenttest/application/manager/test/FATTest.jav... | Unzip app to temp directory to prevent test issue | OpenLiberty_open-liberty | train |
cdbc5ca72d3ede2ee0670d0e8473326c311bb60f | diff --git a/core/module.js b/core/module.js
index <HASH>..<HASH> 100644
--- a/core/module.js
+++ b/core/module.js
@@ -32,11 +32,11 @@ function Module(data) {
log(" ++ Downloading module " + this.name + " from server...")
var update = updater.module(self);
update.on('success', function(){
- log(" -- Module u... | Small cleanups. Remove old modules if updated, and fallback to backup in case the update fails | prey_prey-node-client | train |
6153f4640b4fd439394d38e07224f934c7a40876 | diff --git a/beakerx/beakerx/easyform/easyform.py b/beakerx/beakerx/easyform/easyform.py
index <HASH>..<HASH> 100644
--- a/beakerx/beakerx/easyform/easyform.py
+++ b/beakerx/beakerx/easyform/easyform.py
@@ -133,7 +133,8 @@ class EasyForm(Box):
arguments = dict(target_name='beaker.tag.run')
com... | #<I> EasyForm Python buttons not working (#<I>) | twosigma_beakerx | train |
420980d3cd18a64f0dedda75b15d9620cf368b78 | diff --git a/src/Chee/Module/Commands/CreateCommand.php b/src/Chee/Module/Commands/CreateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Chee/Module/Commands/CreateCommand.php
+++ b/src/Chee/Module/Commands/CreateCommand.php
@@ -77,7 +77,7 @@ class CreateCommand extends AbstractCommand
file_put_contents($mod... | Fix bug in CheeModule:create command | chee-commerce_CheeModule | train |
488c6fbe9b15b3789747360707fdae366039e7d5 | diff --git a/Resources/public/js/scorm_api.js b/Resources/public/js/scorm_api.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/scorm_api.js
+++ b/Resources/public/js/scorm_api.js
@@ -8,11 +8,17 @@ scoData["cmi.core.credit"] = document.getElementById("twig-scorm-data").getAttri
scoData["cmi.core.score.raw"] = d... | [ScormBundle] Fixed total time bug | claroline_Distribution | train |
96e25d658f20973e7f0414d8174db30a718dfd11 | diff --git a/analytics/src/main/java/com/segment/analytics/Analytics.java b/analytics/src/main/java/com/segment/analytics/Analytics.java
index <HASH>..<HASH> 100644
--- a/analytics/src/main/java/com/segment/analytics/Analytics.java
+++ b/analytics/src/main/java/com/segment/analytics/Analytics.java
@@ -193,7 +193,12 @@ ... | call integrations only on the main thread. | segmentio_analytics-android | train |
dd3c7c35108669892b1fec5be72c71922d1fcb09 | diff --git a/lib/components/narrative/default/default-itinerary.js b/lib/components/narrative/default/default-itinerary.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/default/default-itinerary.js
+++ b/lib/components/narrative/default/default-itinerary.js
@@ -109,22 +109,25 @@ const ITINERARY_ATTRIBUTES ... | feat: don't show same itinerary twice | opentripplanner_otp-react-redux | train |
4c77475829a1013c9aeb4c346fefaaff792354ad | diff --git a/lib/rbbt/hpc/slurm.rb b/lib/rbbt/hpc/slurm.rb
index <HASH>..<HASH> 100644
--- a/lib/rbbt/hpc/slurm.rb
+++ b/lib/rbbt/hpc/slurm.rb
@@ -255,7 +255,7 @@ EOF
EOF
annotate_cmd =<<-EOF
#{exec_cmd} \\
-workflow write_info "$step_path" slurm_job $SLURM_JOB_ID
+workflow write_info --recursive --force=fals... | Do not erase :pid from info, and check pid and host when updating info | mikisvaz_rbbt-util | train |
f1431cd1910ee4a3fe53ab900bfad206445ee6ab | diff --git a/lazyme/string.py b/lazyme/string.py
index <HASH>..<HASH> 100644
--- a/lazyme/string.py
+++ b/lazyme/string.py
@@ -27,7 +27,6 @@ highlighter = {
'cyan': '\033[106m',
'white': '\033[107m',
'gray': '\033[47m',
- 'default': '\033[0m',
}
formatter = {
@@ -88,12 +87,13 @@ def remove_text_in... | disallow default to override other formats/colors | alvations_lazyme | train |
ced20e8e151b9ee7581fe255d07069e96cdb2827 | diff --git a/fabric8-forge-core/src/main/java/io/fabric8/forge/rest/git/RepositoryResource.java b/fabric8-forge-core/src/main/java/io/fabric8/forge/rest/git/RepositoryResource.java
index <HASH>..<HASH> 100644
--- a/fabric8-forge-core/src/main/java/io/fabric8/forge/rest/git/RepositoryResource.java
+++ b/fabric8-forge-co... | lets flatten folders which only contain a single file so its faster to navigate around the source tree | fabric8io_fabric8-forge | train |
c7c3d879418a2bc78b82423fd467fb9d57f64a63 | diff --git a/app/classes/upload/index.php b/app/classes/upload/index.php
index <HASH>..<HASH> 100755
--- a/app/classes/upload/index.php
+++ b/app/classes/upload/index.php
@@ -18,6 +18,11 @@ if (strpos(__DIR__,'/bolt-public/') !== false) { // installed bolt with composer
require_once __DIR__.'/../../bootstrap.php';... | Make sure session is started, but only when it's not already. See also #<I>, #<I>, #<I>. | bolt_bolt | train |
975b920b390b8b3ae1799ce305cdac9b2c247cc5 | diff --git a/sessions.js b/sessions.js
index <HASH>..<HASH> 100644
--- a/sessions.js
+++ b/sessions.js
@@ -1,7 +1,9 @@
'use strict';
-const ReadPreference = require('./topologies/read_preference'),
- Binary = require('mongodb-core').BSON.Binary,
+const retrieveBSON = require('./connection/utils').retrieveBSON,
+ R... | refactor(sessions): ensure we are finding the right bson module
NODE-<I> | mongodb_node-mongodb-native | train |
ec3ef326d118413d8e93ac35e27ff4e047729fd8 | diff --git a/addon/components/popover.js b/addon/components/popover.js
index <HASH>..<HASH> 100644
--- a/addon/components/popover.js
+++ b/addon/components/popover.js
@@ -41,7 +41,7 @@ export default Ember.Component.extend({
container: 'body'
});
- $sender.on('shown.bs.popover', () => {
+ $sender.on... | stop popover flickering in hover mode, fixes #1 | pierrickrouxel_ember-strap | train |
2721861027649123d22e62d510008922ba3363ee | diff --git a/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php b/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php
index <HASH>..<HASH> 100644
--- a/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php
+++ b/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php
@@ -268,8 +268,16 @@ function f9(... | Handle variable number of arguments and pass by reference cases | FriendsOfPHP_PHP-CS-Fixer | train |
6f41176f89fa84fdf5f98a37614b8254dd134692 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,9 @@ Changelog
- Avoid underscores in dependency names.
[stefan]
+- Handle return code changes in Mercurial 1.6.
+ [stefan]
+
3.0.7 - 2010-07-07
------------------
diff --git a/jarn/mkrelease/scm... | Return code for empty commit changed in Mercurial <I>. | Jarn_jarn.mkrelease | train |
3d901165e89dcea9d5bbbe7c0eaffeb342a3157d | diff --git a/src/test/java/zmq/TestMsg.java b/src/test/java/zmq/TestMsg.java
index <HASH>..<HASH> 100644
--- a/src/test/java/zmq/TestMsg.java
+++ b/src/test/java/zmq/TestMsg.java
@@ -30,16 +30,6 @@ public class TestMsg
new Msg((ByteBuffer) null);
}
- @Test(expected = IllegalArgumentException.class)
-... | ByteBuffers with pos > 0 are valid. | zeromq_jeromq | train |
e374fea31ab69c345c2dc72acc7e8cd75884f146 | diff --git a/lib/location/finder.rb b/lib/location/finder.rb
index <HASH>..<HASH> 100644
--- a/lib/location/finder.rb
+++ b/lib/location/finder.rb
@@ -24,6 +24,7 @@ module Location
@error = e.message
@success = false
ensure
+ @address.freeze
yield(self) if block_given?
end
diff --g... | Freeze address after find, to prevent further modifications | thiagoa_location | train |
8e13985f5e5f9a9867411906ab924c8c7fca1999 | diff --git a/test-complete/src/test/java/com/marklogic/javaclient/TestPOJOReadWrite1.java b/test-complete/src/test/java/com/marklogic/javaclient/TestPOJOReadWrite1.java
index <HASH>..<HASH> 100644
--- a/test-complete/src/test/java/com/marklogic/javaclient/TestPOJOReadWrite1.java
+++ b/test-complete/src/test/java/com/ma... | uncommented the setup and teardown | marklogic_java-client-api | train |
8b8ee8dae3f7ec0006805d4de3d62268b9adf721 | diff --git a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java b/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java
index <HASH>..<HASH> 100644
--- a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenti... | Handle possible NPE in mapping loader. | glyptodon_guacamole-client | train |
f580ccdc73a700254bb6d8e3d23b28c35f6a424d | diff --git a/public/js/clients/chrome.js b/public/js/clients/chrome.js
index <HASH>..<HASH> 100644
--- a/public/js/clients/chrome.js
+++ b/public/js/clients/chrome.js
@@ -56,7 +56,7 @@ let APIClient = {
lineNumber: location.line - 1,
columnNumber: location.column
}, (err, breakpointId, actualLo... | fix minor linting error from breakpoint work | firefox-devtools_debugger | train |
53f7e8e5740855640a1007b38647816a6e1a5249 | diff --git a/pyvista/plotting/plotting.py b/pyvista/plotting/plotting.py
index <HASH>..<HASH> 100644
--- a/pyvista/plotting/plotting.py
+++ b/pyvista/plotting/plotting.py
@@ -587,6 +587,8 @@ class BasePlotter(PickingHelper, WidgetHelper):
"""Set the current interactive render window to isometric view."""
... | Fix #<I> (#<I>) | vtkiorg_vtki | train |
4d93a42ba6217be7bfd302b4f7a197fb3c7842bd | diff --git a/ExpressionLanguage/ConfigurationExpressionLanguageProvider.php b/ExpressionLanguage/ConfigurationExpressionLanguageProvider.php
index <HASH>..<HASH> 100644
--- a/ExpressionLanguage/ConfigurationExpressionLanguageProvider.php
+++ b/ExpressionLanguage/ConfigurationExpressionLanguageProvider.php
@@ -31,13 +31... | Added bamboo configuration in BambooBundle
* Added store template
* Fixed store name | elcodi_Configuration | train |
e5acdf630bb964e87fecd1639909e55d06338d0c | diff --git a/lib/endpoint/find-parameters.js b/lib/endpoint/find-parameters.js
index <HASH>..<HASH> 100644
--- a/lib/endpoint/find-parameters.js
+++ b/lib/endpoint/find-parameters.js
@@ -254,7 +254,7 @@ function addLocation (state) {
const urlParameterNames = (endpoint.path.match(/:\w+/g) || []).map(name => name.s... | fix(parameters): location "path" -> "url" | octokit_routes | train |
bcf43819998c11c0031d96f6105f4f4d14415940 | diff --git a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
index <HASH>..<HASH> 100644
--- a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
+++ b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
@@ -605,6 +605,7 @@ define([
if (desc.i... | updated to sort the tree alphabetically. | finger563_webgme-codeeditor | train |
ecee895ba543e2979305e165f027a963fd8fc394 | diff --git a/src/yajra/Datatables/Engines/BaseEngine.php b/src/yajra/Datatables/Engines/BaseEngine.php
index <HASH>..<HASH> 100644
--- a/src/yajra/Datatables/Engines/BaseEngine.php
+++ b/src/yajra/Datatables/Engines/BaseEngine.php
@@ -520,10 +520,34 @@ abstract class BaseEngine implements DataTableEngine
{
... | refactor duplicate codes and make method | yajra_laravel-datatables | train |
63519f0e1b17b20f58236b8f58fe04f2cace5cd0 | diff --git a/AWSScout2/utils_s3.py b/AWSScout2/utils_s3.py
index <HASH>..<HASH> 100644
--- a/AWSScout2/utils_s3.py
+++ b/AWSScout2/utils_s3.py
@@ -93,7 +93,7 @@ def get_s3_bucket_versioning(s3_client, bucket_name, bucket_info):
def get_s3_bucket_location(s3_client, bucket_name, bucket_info):
location = s3_clien... | Set default bucket location to US standard (us-east-1) | nccgroup_Scout2 | train |
0e887f4049cfaaf38d8137e4fb02403300d6a836 | diff --git a/Vps/Controller/Action/Media/UploadController.php b/Vps/Controller/Action/Media/UploadController.php
index <HASH>..<HASH> 100644
--- a/Vps/Controller/Action/Media/UploadController.php
+++ b/Vps/Controller/Action/Media/UploadController.php
@@ -3,6 +3,7 @@ class Vps_Controller_Action_Media_UploadController ex... | upload limit set to <I>M | koala-framework_koala-framework | train |
1be1ba39c9b79f02362acf6cbd54c66bb8afffa8 | diff --git a/lib/ronin/network/http.rb b/lib/ronin/network/http.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/network/http.rb
+++ b/lib/ronin/network/http.rb
@@ -127,7 +127,7 @@ module Ronin
if options
options.each do |name,value|
- header_name = name.to_s.split('_').map { |word|
+ ... | Added specs for Network::HTTP.headers.
* Adjusted the String formatting of HTTP.headers. | ronin-ruby_ronin | train |
b7d29ac1bbe9c77228b2e042248799b0806e08ac | diff --git a/src/pipeline/pipeline.py b/src/pipeline/pipeline.py
index <HASH>..<HASH> 100644
--- a/src/pipeline/pipeline.py
+++ b/src/pipeline/pipeline.py
@@ -82,7 +82,7 @@ def make_source_only_pipeline():
return Pipeline(phase1, phase2, phase3)
-def make_profile_pipeline(name="profile_pipeline"):
+def make_pr... | customizing nlo in function call when creating pipe for testing purposes | Jammy2211_PyAutoLens | train |
27506455247bc1469e171dcfc8bf6c561d1a1d97 | diff --git a/Connectors/Connector.php b/Connectors/Connector.php
index <HASH>..<HASH> 100755
--- a/Connectors/Connector.php
+++ b/Connectors/Connector.php
@@ -5,6 +5,7 @@ namespace Illuminate\Database\Connectors;
use PDO;
use Exception;
use Illuminate\Support\Arr;
+use Doctrine\DBAL\Driver\PDOConnection;
use Illumi... | Use \Doctrine\DBAL\Driver\PDOConnection if available
If doctrine/dbal is installed the PDOConnection class provided by
the package should be used instead of just PDO. Else e.g. detecting
the database version doesn't work. | illuminate_database | train |
939e635414a44a2bca97ae909ab7ed69eae493a8 | diff --git a/src/Broadway/ReadModel/ElasticSearch/ElasticSearchRepositoryFactory.php b/src/Broadway/ReadModel/ElasticSearch/ElasticSearchRepositoryFactory.php
index <HASH>..<HASH> 100644
--- a/src/Broadway/ReadModel/ElasticSearch/ElasticSearchRepositoryFactory.php
+++ b/src/Broadway/ReadModel/ElasticSearch/ElasticSearc... | Fixed wrong case in Elasticsearch namespace | broadway_read-model-elasticsearch | train |
b282eec23f340f2cd71c034b0beeb642b53a3818 | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.6</version>
+ <version>2.4.0</version>
<extensions>true</ext... | covert nio.Address to cluster.Address & upgrade mvn bundle plugin | hazelcast_hazelcast | train |
b4a780332fb143e1381e4cee12eb2f04a184dd1b | diff --git a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php
+++ b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php
@@ -2056,6 +2056,9 @@ class PaginatorHelperTe... | Add the 'model' key to PaginatorHelper::counter()
Its available as both '%model%' and '{:model}'
Fixes #<I> | cakephp_cakephp | train |
26aabaf372c539229f2463ccb9c871d85129a265 | diff --git a/lib/historian/history_file.rb b/lib/historian/history_file.rb
index <HASH>..<HASH> 100644
--- a/lib/historian/history_file.rb
+++ b/lib/historian/history_file.rb
@@ -94,6 +94,7 @@ module Historian
# when needed.
def parse
rewind
+ @changes = nil
@buffer = []
@release_log... | ensure state is properly reset when parsing history | rleemorlang_historian | train |
e5d76d6af475cd02d39bf5d383f8c520b05ca1e2 | diff --git a/website/config.rb b/website/config.rb
index <HASH>..<HASH> 100644
--- a/website/config.rb
+++ b/website/config.rb
@@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.name = "consul"
- h.version = "1.0.4"
+ h.version = "1.0.3"
h.github_slug = "hashi... | Rolls back to <I> release for downloads. | hashicorp_consul | train |
03a90b6cbde970f1debaf18bb2fc7c27bcb0a2eb | diff --git a/Classes/DataHandler/PreProcessFieldArray.php b/Classes/DataHandler/PreProcessFieldArray.php
index <HASH>..<HASH> 100644
--- a/Classes/DataHandler/PreProcessFieldArray.php
+++ b/Classes/DataHandler/PreProcessFieldArray.php
@@ -233,22 +233,29 @@ class PreProcessFieldArray extends AbstractDataHandler
*/... | [BUGFIX] Update number of children when moving or deleting elements
Change-Id: I<I>cc<I>aae3d8d2dfb9ec<I>e<I>df1ca6b3
Resolves: #<I>
Releases: master, <I>
Reviewed-on: <URL> | TYPO3-extensions_gridelements | train |
8c662fa9d2b5f36c2ead473b27399d1aa190a721 | diff --git a/sos/plugins/ldap.py b/sos/plugins/ldap.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/ldap.py
+++ b/sos/plugins/ldap.py
@@ -78,7 +78,7 @@ class DebianLdap(Ldap, DebianPlugin, UbuntuPlugin):
ldap_search = "ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// "
self.add_copy_specs([
- ... | [ldap] - fix undefined variable ldap_conf
Code was attempting to access a variable within the incorrect scope. | sosreport_sos | train |
426daa7cb05e1cc0981726c0bd31538958f3a050 | diff --git a/iktomi/web/core.py b/iktomi/web/core.py
index <HASH>..<HASH> 100644
--- a/iktomi/web/core.py
+++ b/iktomi/web/core.py
@@ -93,9 +93,7 @@ class WebHandler(object):
logger.exception(e)
raise
- headers = response.headers.items()
- start_response(respons... | webob.Response is WSGI app itself | SmartTeleMax_iktomi | train |
17e5633cab9f4091096d7278b7a14d8695252838 | diff --git a/admin/cron.php b/admin/cron.php
index <HASH>..<HASH> 100644
--- a/admin/cron.php
+++ b/admin/cron.php
@@ -549,8 +549,8 @@
if ($CFG->useexternalblogs) {
require_once($CFG->dirroot . '/blog/lib.php');
mtrace("Fetching external blog entries...", '');
- $sql = "timefetched < ? - ?... | MDL-<I> fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks! | moodle_moodle | train |
d9a47d11dfdd403e36e0160e127757d32592c202 | diff --git a/tests/ClientTest.php b/tests/ClientTest.php
index <HASH>..<HASH> 100644
--- a/tests/ClientTest.php
+++ b/tests/ClientTest.php
@@ -71,6 +71,7 @@ class ClientTest extends PHPUnit\Framework\TestCase
$this->assertTrue(false, 'expected exception');
} catch (X\HttpCallException $ex) {
... | Add asserts for a few exception messages | clxcommunications_sdk-xms-php | train |
40e47a1bda30439680f3982728d9bf1e1aa33d5f | diff --git a/ella/core/cache/redis.py b/ella/core/cache/redis.py
index <HASH>..<HASH> 100644
--- a/ella/core/cache/redis.py
+++ b/ella/core/cache/redis.py
@@ -35,7 +35,7 @@ DEFAULT_REDIS_HANDLER = 'redis'
def ListingHandlerClass():
- return get_model('core', 'Listing').objects.get_listing_handler(DEFAULT_REDIS_... | Actually, it's ok to fallback to default LH | ella_ella | train |
d245c17f0ea7c266a4f6eb6f6a76b3ac988a4917 | diff --git a/lib/wonkavision/plugins/analytics/cellset/dimension.rb b/lib/wonkavision/plugins/analytics/cellset/dimension.rb
index <HASH>..<HASH> 100644
--- a/lib/wonkavision/plugins/analytics/cellset/dimension.rb
+++ b/lib/wonkavision/plugins/analytics/cellset/dimension.rb
@@ -2,13 +2,19 @@ module Wonkavision
modul... | added #non_empty to dimension | PlasticLizard_wonkavision | train |
8513ba9bcb22d2f4c38188dd9f23c098b1b667f7 | diff --git a/src/RoutePayload.php b/src/RoutePayload.php
index <HASH>..<HASH> 100644
--- a/src/RoutePayload.php
+++ b/src/RoutePayload.php
@@ -9,11 +9,30 @@ use JsonSerializable;
class RoutePayload implements JsonSerializable
{
+ protected $domain;
+ protected $group;
+ protected $port;
+ protected $pro... | Allow route payload to serialize itself and add tests | tightenco_ziggy | train |
aeb0b11c5882a5d51bfbe9e0504c076f1151341c | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens... | [Java] Do not enqueue old service messages, i.e. if they were already processed. | real-logic_aeron | train |
d187d910b9830f853f0a23f3700d41ea54571c7a | diff --git a/vcr/stubs/__init__.py b/vcr/stubs/__init__.py
index <HASH>..<HASH> 100644
--- a/vcr/stubs/__init__.py
+++ b/vcr/stubs/__init__.py
@@ -32,7 +32,7 @@ def parse_headers(header_list):
headers = b"".join(header_list) + b"\r\n"
return compat.get_httpmessage(headers)
-class VCRHTTPResponse(HTTPRespons... | Don't try to inherit from the real response object | kevin1024_vcrpy | train |
f148a88ad2f13ee08dc1ca226031342266133d05 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.jav... | Implement effective predicate derivation for exchange | prestodb_presto | train |
b336f250a461ac34e077e516b88ac5ec2fe88744 | diff --git a/peek_plugin_base/__init__.py b/peek_plugin_base/__init__.py
index <HASH>..<HASH> 100644
--- a/peek_plugin_base/__init__.py
+++ b/peek_plugin_base/__init__.py
@@ -1,4 +1,4 @@
__project__ = 'Synerty Peek'
__copyright__ = '2016, Synerty'
__author__ = 'Synerty'
-__version__ = '0.7.1'
\ No newline at end of ... | Updated to version <I> | Synerty_peek-plugin-base | train |
c9e4e5a0a73e5fde9d06e9b9cc8c7691bfc5ab08 | diff --git a/blimpy/filterbank.py b/blimpy/filterbank.py
index <HASH>..<HASH> 100755
--- a/blimpy/filterbank.py
+++ b/blimpy/filterbank.py
@@ -397,7 +397,7 @@ class Filterbank(object):
def blank_dc(self, n_coarse_chan):
""" Blank DC bins in coarse channels.
- Note: currently only works if entire ... | Consolidated blank_dc function
This function was in both Filterbank and Waterfall classes, but was
slightly different. The waterfall invocation was marginally better,
albeit pretty much identical. This has been moved to Filterbank only,
the Waterfall class will still have access through inheritance.
Former-commit-id... | UCBerkeleySETI_blimpy | train |
f6804a22c24734aa02b31505a42281faeec54526 | diff --git a/lib/omniship/package.rb b/lib/omniship/package.rb
index <HASH>..<HASH> 100644
--- a/lib/omniship/package.rb
+++ b/lib/omniship/package.rb
@@ -4,7 +4,6 @@ module Omniship #:nodoc:
cattr_accessor :default_options
attr_reader :options,
- :
:value,
:currenc... | Change the imperial units for weight from using ounces to pounds | Digi-Cazter_omniship | train |
c3fbf0cef4528152c476d780946e3bc9fdfdb963 | diff --git a/programs.py b/programs.py
index <HASH>..<HASH> 100644
--- a/programs.py
+++ b/programs.py
@@ -1,6 +1,7 @@
import re
import threading
from time import sleep
+from collections import defaultdict
from queue import Empty
from routers import MessageRouter
@@ -42,6 +43,15 @@ class Switch(BaseProgram):
... | add a cache program to store incoming messages | pirate_mesh-networking | train |
eb1c7066919dbeddd516572922655599e295d9fa | diff --git a/spec/GrumPHP/Formatter/PhpcsFormatterSpec.php b/spec/GrumPHP/Formatter/PhpcsFormatterSpec.php
index <HASH>..<HASH> 100644
--- a/spec/GrumPHP/Formatter/PhpcsFormatterSpec.php
+++ b/spec/GrumPHP/Formatter/PhpcsFormatterSpec.php
@@ -49,12 +49,12 @@ class PhpcsFormatterSpec extends ObjectBehavior
$thi... | [CLEANUP] use more real data for phpspec checks, use real command | phpro_grumphp | train |
112ed85c222243042534a2f8e5ef8e5e1aaa214c | diff --git a/recordlinkage/compare.py b/recordlinkage/compare.py
index <HASH>..<HASH> 100644
--- a/recordlinkage/compare.py
+++ b/recordlinkage/compare.py
@@ -666,15 +666,3 @@ class FrequencyB(Frequency):
normalise=normalise,
missing_value=missing_value,
label=label)
-
-
-CompareE... | Remove deprecation warnings
The deprecated functions were not part of release <I>. Therefore, there is no need to deprecate them. | J535D165_recordlinkage | train |
e12ec97363c3f68c9c2bc6531b013f2b8f9adb0f | diff --git a/src/Factory/Files/FilesFactory.php b/src/Factory/Files/FilesFactory.php
index <HASH>..<HASH> 100644
--- a/src/Factory/Files/FilesFactory.php
+++ b/src/Factory/Files/FilesFactory.php
@@ -39,7 +39,8 @@ final class FilesFactory implements FilesFactoryInterface
$content['name'][$su... | give access to the upload key via the file object | Innmind_Http | train |
e1dc4be593e785b66413efd8f1cfc0c3ab514fa8 | diff --git a/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/webapp/WebAppDraft.java b/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/webapp/WebAppDraft.java
index <HASH>..<HASH> 100644
--- a/azure-toolkit... | #<I>: [Test] Add web app setting, no progress and event log display, cannot save normally. | Microsoft_azure-maven-plugins | train |
7eea65e0c6395209194838c379424c2cf6f01473 | diff --git a/src/defaults.js b/src/defaults.js
index <HASH>..<HASH> 100644
--- a/src/defaults.js
+++ b/src/defaults.js
@@ -8,7 +8,7 @@ export const ALIASES = {
'tag-gettext': 't',
'tag-ngettext': 'nt',
gettext: 'gettext',
- ngettext: 'ngettext'
+ ngettext: 'ngettext',
};
export const PO_PRIMITI... | added extraction rules for ngettext | ttag-org_babel-plugin-ttag | train |
1ac22fd516c5a3afdd819428e8426ea82ab675d3 | diff --git a/lib/mini_magick/shell.rb b/lib/mini_magick/shell.rb
index <HASH>..<HASH> 100644
--- a/lib/mini_magick/shell.rb
+++ b/lib/mini_magick/shell.rb
@@ -28,9 +28,7 @@ module MiniMagick
def execute(command, options = {})
stdout, stderr, status =
log(command.join(" ")) do
- Timeout.tim... | kills command after timeout
use term instead of hup; improves readability | minimagick_minimagick | train |
14b75397f389d34c199f291665f8fceb383694dd | diff --git a/tests/integration/cloud/helpers/cloud_test_base.py b/tests/integration/cloud/helpers/cloud_test_base.py
index <HASH>..<HASH> 100644
--- a/tests/integration/cloud/helpers/cloud_test_base.py
+++ b/tests/integration/cloud/helpers/cloud_test_base.py
@@ -27,33 +27,33 @@ class CloudTest(ShellCase):
def _ins... | added back print statements for easy debug | saltstack_salt | train |
6d5ad8446117c0af63bc04bfa663d8a1475f81e6 | diff --git a/cmds/explorer/main.go b/cmds/explorer/main.go
index <HASH>..<HASH> 100644
--- a/cmds/explorer/main.go
+++ b/cmds/explorer/main.go
@@ -24,8 +24,8 @@ func main() {
http.Handle("/", http.FileServer(http.Dir(*react)))
// TODO remove when migrated over
- http.HandleFunc("/api/login", cors(explorer.Connect... | working cors updates for rpc | jpfielding_gorets | train |
7428f8ef472f5225a525c4a13182bf419848b53d | diff --git a/lib/commands/upgrade.js b/lib/commands/upgrade.js
index <HASH>..<HASH> 100644
--- a/lib/commands/upgrade.js
+++ b/lib/commands/upgrade.js
@@ -117,7 +117,7 @@ exports.upgrade = function (settings, deps, opt, cfg, callback) {
* the installed packages against those that are available in the repositories.
... | rename jam.json in upgrade command module comments to package.json | caolan_jam | train |
8eb1062e3fa69cd7638aefe5afca7e1cc802d881 | diff --git a/src/LocalDateRange.php b/src/LocalDateRange.php
index <HASH>..<HASH> 100644
--- a/src/LocalDateRange.php
+++ b/src/LocalDateRange.php
@@ -163,6 +163,39 @@ final class LocalDateRange implements \IteratorAggregate, \Countable, \JsonSeria
}
/**
+ * Returns whether this LocalDateRange intersect... | Add LocalDateRange::isIntersect method (#<I>) | brick_date-time | train |
ec1c23dd5d3713484e980565fd596e7bc7009a8a | diff --git a/annoying/decorators.py b/annoying/decorators.py
index <HASH>..<HASH> 100644
--- a/annoying/decorators.py
+++ b/annoying/decorators.py
@@ -114,7 +114,7 @@ class Signals(object):
self._signals = {}
# register all Django's default signals
- for k, v in signalmodule.__dict__.iteritem... | Update Signals __init__ to support python3 | skorokithakis_django-annoying | train |
3ca13beae7870e1f4d1d7993d981ee7d905efe4c | diff --git a/support/cas-server-support-passwordless-webflow/src/main/java/org/apereo/cas/web/flow/DisplayBeforePasswordlessAuthenticationAction.java b/support/cas-server-support-passwordless-webflow/src/main/java/org/apereo/cas/web/flow/DisplayBeforePasswordlessAuthenticationAction.java
index <HASH>..<HASH> 100644
---... | adjust sms body to use formatted text | apereo_cas | train |
bf9c5217af423422059acf1a00d1f2076062984c | diff --git a/tests/test_connection_pool.py b/tests/test_connection_pool.py
index <HASH>..<HASH> 100644
--- a/tests/test_connection_pool.py
+++ b/tests/test_connection_pool.py
@@ -337,15 +337,15 @@ class TestSSLConnectionURLParsing(object):
class TestConnection(object):
- @pytest.mark.asyncio
- async def test... | Fix test_connection_pool to not use the global loop event | NoneGG_aredis | train |
3080657a93fc7f430233bbdf83dbc189829eb279 | diff --git a/pycdlib/rockridge.py b/pycdlib/rockridge.py
index <HASH>..<HASH> 100644
--- a/pycdlib/rockridge.py
+++ b/pycdlib/rockridge.py
@@ -2545,9 +2545,9 @@ class RockRidge(object):
outlist.append(saved)
saved = b''
- # FIXME: what if there is data in "saved" at the end of... | Fix one more FIXME in rockridge. | clalancette_pycdlib | train |
3e09839529fd1fdcc7480d1f0371cf3c32d9d5d7 | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -404,7 +404,7 @@ def id_():
'''
Return the id
'''
- return {'id': __opts__['id']}
+ return {'id': __opts__.get('id', '')}
# This maps (at most) the first ten ... | Run get on the if value to repair master minion | saltstack_salt | train |
bd2ea8670f648a2672ab504e139f30807a605ada | diff --git a/spyder/plugins/editor/widgets/codeeditor.py b/spyder/plugins/editor/widgets/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/widgets/codeeditor.py
+++ b/spyder/plugins/editor/widgets/codeeditor.py
@@ -2043,6 +2043,7 @@ class CodeEditor(TextEditBaseWidget):
self.highlight_l... | Add docstring for highlight_line_warning | spyder-ide_spyder | train |
0b96ec5b402609b14a853aa6b157e30a23abbe7b | diff --git a/app.js b/app.js
index <HASH>..<HASH> 100644
--- a/app.js
+++ b/app.js
@@ -48,7 +48,7 @@ app.use('/', indexRoutes);
// Mount member company routes
for (var key in config.Members) {
const member = config.Members[key];
- member.Route = "/bt" + member.Route
+ member.Route = "/bt" + member.Route;
cons... | redirect to simpletoken.org if home page request came in. | OpenSTFoundation_openst-platform | train |
06217d72e66a3943d4789bed60446328b8a387f8 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -9,6 +9,7 @@ import { passportJwtSecret } from './integrations/passport';
module.exports = (options) => {
return new JwksClient(options);
};
+module.exports.JwksClient = JwksClient;
module.exports.Argum... | fix: missing export (#<I>) | auth0_node-jwks-rsa | train |
a40aa6bd12b9b8e04722ddd47d7df7cba2fb370c | diff --git a/Tone/component/Envelope.js b/Tone/component/Envelope.js
index <HASH>..<HASH> 100644
--- a/Tone/component/Envelope.js
+++ b/Tone/component/Envelope.js
@@ -149,19 +149,26 @@ define(["Tone/core/Tone", "Tone/signal/TimelineSignal",
get : function(){
if (this.isString(this._attackCurve)){
return thi... | Fixing case where partial envelope is retriggered using one of the predefined envelopes | Tonejs_Tone.js | train |
f840e0031304a63550799ae9f7acd3bb131c4628 | diff --git a/Classes/GcsTarget.php b/Classes/GcsTarget.php
index <HASH>..<HASH> 100644
--- a/Classes/GcsTarget.php
+++ b/Classes/GcsTarget.php
@@ -159,12 +159,12 @@ class GcsTarget implements TargetInterface
/**
* Publishes the whole collection to this target
*
- * @param \TYPO3\Flow\Resource\Colle... | [TASK] Adjust to new TargetInterface in flow master (<I>) | flownative_flow-google-cloudstorage | train |
685cb30453694ef72bc444d0e5dca88dcffa6402 | diff --git a/lib/API/Values/Content/Query/SortClause/Score.php b/lib/API/Values/Content/Query/SortClause/Score.php
index <HASH>..<HASH> 100644
--- a/lib/API/Values/Content/Query/SortClause/Score.php
+++ b/lib/API/Values/Content/Query/SortClause/Score.php
@@ -1,10 +1,4 @@
<?php
-/**
- * Created by PhpStorm.
- * User: m... | Remove PHPStorm creator comment | netgen_ezplatform-search-extra | train |
b58900a8ca5178c918cf6ab82a6fc9e388bbd5fc | diff --git a/vext/env/__init__.py b/vext/env/__init__.py
index <HASH>..<HASH> 100644
--- a/vext/env/__init__.py
+++ b/vext/env/__init__.py
@@ -3,6 +3,8 @@ Utility functions for handling the python environment (virtual or otherwise)
"""
from distutils.sysconfig import get_python_lib
from genericpath import isfile
+
+... | Push some of the output checking from the system py into its the run_in_syspy function | stuaxo_vext | train |
9a5eda42964f3e95c043b464f15806b1b4ce6366 | diff --git a/texttable.go b/texttable.go
index <HASH>..<HASH> 100644
--- a/texttable.go
+++ b/texttable.go
@@ -126,3 +126,20 @@ func calcMaxHeight(strs []string) int {
func stringWidth(str string) int {
return runewidth.StringWidth(str)
}
+
+func formatCellUnit(cell *cellUnit, maxWidth int) string {
+ str := cell.c... | Implement formatCellUnit and its test | syohex_go-texttable | train |
03f8400adb04d6a5f1b149f1e97fde5f9ae09b6a | diff --git a/lifecycleScripts/install.js b/lifecycleScripts/install.js
index <HASH>..<HASH> 100644
--- a/lifecycleScripts/install.js
+++ b/lifecycleScripts/install.js
@@ -52,7 +52,7 @@ function installPrebuilt() {
function pathForTool(name) {
var toolPath = path.resolve(".", "node_modules", ".bin", name);
- tool... | Wrap toolPath in quotes instead of escaping spaces
For better Windows support.
Fixes #<I> | nodegit_nodegit | train |
1f0726a76fd50d4b31edde64c28fd29b1df1c4d4 | diff --git a/spec/ac-fullname.go b/spec/ac-fullname.go
index <HASH>..<HASH> 100644
--- a/spec/ac-fullname.go
+++ b/spec/ac-fullname.go
@@ -17,10 +17,7 @@ func (n *ACFullname) UnmarshalJSON(data []byte) error {
if err := json.Unmarshal(data, &s); err != nil {
return err
}
- nn, err := NewACFullName(s)
- if err !=... | remove error on fullname creation since this cannot happen | blablacar_dgr | train |
7b77f5ba5f30e846cb0d71dc10b3bb789d95dcaa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
module.exports = {
- EventTarget: require('./lib/EventTarget'),
- Event: require('./lib/Event')
+ EventTarget : require('./lib/EventTarget'),
+ Event : require('./lib/Event')
};
diff --git a/lib/Ev... | <I>: Don't attempt to set read only properties of native DOM Event objects. | ibc_yaeti | train |
2957d75ddc9ffa5ae35895ae8f3d2653fd76384e | diff --git a/gulpfile.js/tasks/html.js b/gulpfile.js/tasks/html.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js/tasks/html.js
+++ b/gulpfile.js/tasks/html.js
@@ -10,7 +10,7 @@ var handleErrors = require('../lib/handleErrors')
var path = require('path')
var paths = {
- src: [path.join(config.root.src, conf... | [update] html task to ignore shared folder | vigetlabs_blendid | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.