hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f05afbc5ba4e4a97e26ad3318c436619dcf286c8 | diff --git a/init.node.js b/init.node.js
index <HASH>..<HASH> 100644
--- a/init.node.js
+++ b/init.node.js
@@ -94,14 +94,6 @@ node.GameLoop = require('./lib/GameLoop').GameLoop;
node.GameMsgGenerator = require('./lib/GameMsgGenerator').GameMsgGenerator;
-/**
- * Expose GameSocketClient
- *
- * @api public
- */
-
... | removed references to GameSocketClient | nodeGame_nodegame-client | train |
6f4d865487defaa79165ec4ba9ca94f16ad3ee95 | diff --git a/minsert.py b/minsert.py
index <HASH>..<HASH> 100644
--- a/minsert.py
+++ b/minsert.py
@@ -90,7 +90,7 @@ def run_test(args):
# insert the last batch of remaining documents
results.append(pool.apply(insert_thread, (args['jsonfile'], args['number']/args['processes'] + args['number']%args['processes'], ... | changed delay to ms instead of sec. | rueckstiess_mtools | train |
e7cfd7ee67dbe500a67d1e86f3fbcc85262d8edb | diff --git a/lib/pipe.js b/lib/pipe.js
index <HASH>..<HASH> 100644
--- a/lib/pipe.js
+++ b/lib/pipe.js
@@ -43,31 +43,6 @@
rm('error', read, onReadError);
rm('end', read, onReadEnd);
rm('finish', write, onWriteFinish);
- },
-
- onWriteE... | refactor(pipe) function expression: unnamed -> named | coderaiser_pipe-io | train |
148c21d55f0b608e26ada2497b8662ec54d9b035 | diff --git a/src/draw/update.js b/src/draw/update.js
index <HASH>..<HASH> 100644
--- a/src/draw/update.js
+++ b/src/draw/update.js
@@ -29,11 +29,6 @@ d3plus.draw.update = function(vars) {
vars.g.container.transition().duration(vars.timing)
.attr("transform","translate("+vars.margin.left+","+vars.margin.top+... | removed zoom and overlay updates from update.js | alexandersimoes_d3plus | train |
c049d55903c7a5f073462fa99bcc9d6148023b14 | diff --git a/scripts/experiments/run_experiments.py b/scripts/experiments/run_experiments.py
index <HASH>..<HASH> 100644
--- a/scripts/experiments/run_experiments.py
+++ b/scripts/experiments/run_experiments.py
@@ -245,7 +245,8 @@ class DepParseExpParamsRunner(ExpParamsRunner):
maxStoCuts=1000,
... | Hacky fix to duplicate names in bnb-depth-test.
git-svn-id: svn+ssh://external.hltcoe.jhu.edu/home/hltcoe/mgormley/public/repos/dep_parse_filtered/trunk@<I> <I>f-cb4b-<I>-8b<I>-c<I>bcb<I> | mgormley_pacaya | train |
7e3db2210609bf02789af306ea547cd6ad6d2e5f | diff --git a/spec/lib/default_spec.rb b/spec/lib/default_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/default_spec.rb
+++ b/spec/lib/default_spec.rb
@@ -2,6 +2,6 @@ require 'spec_helper'
describe Firehose::Default do
it "should have 7474 for default port" do
- Firehose::Default::URI.to_s.should == '//127... | bind to all IPs by default; makes dev environment easier | firehoseio_firehose | train |
901455b4e3f6fce5db1e9162b1dec8940a46c2e8 | diff --git a/classes/hypeJunction/Apps/Plugin.php b/classes/hypeJunction/Apps/Plugin.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Apps/Plugin.php
+++ b/classes/hypeJunction/Apps/Plugin.php
@@ -69,23 +69,23 @@ final class Plugin extends \hypeJunction\Plugin {
* 'init','system' callback
*/
public fu... | fix(di): hook registration lost in merge | hypeJunction_hypeApps | train |
5a28258c49821fdbd6d8df7bfb7ec05b843792a9 | diff --git a/lib/extend/tag.js b/lib/extend/tag.js
index <HASH>..<HASH> 100644
--- a/lib/extend/tag.js
+++ b/lib/extend/tag.js
@@ -180,9 +180,16 @@ NunjucksAsyncBlock.prototype.parse = function(parser, nodes, lexer) {
};
NunjucksAsyncBlock.prototype.run = function(context, args, body, callback) {
- return this._ru... | enable async tags to have more nested async tags (#<I>)
* enable async tags to have more nested async tags
* guard against result being undefined
* semicolons :smile: | hexojs_hexo | train |
98e001641ff0f859349cd60d270fec972edc16de | diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | log every sql statement, even when they error | rails_rails | train |
f37725fff35cca2173323b7fca0a1fd88a2a5883 | diff --git a/salt/master.py b/salt/master.py
index <HASH>..<HASH> 100644
--- a/salt/master.py
+++ b/salt/master.py
@@ -694,8 +694,17 @@ class AESFuncs(object):
self.opts['cachedir'],
self.opts['hash_type']
)
+ load = {
+ 'fun': clear_load['fun'],
... | fix break in publish caused by hashed jid dirs | saltstack_salt | train |
38664438bc05aff2ef9ffaa580234189a9d8cf3b | diff --git a/code/libraries/koowa/controller/toolbar/abstract.php b/code/libraries/koowa/controller/toolbar/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/controller/toolbar/abstract.php
+++ b/code/libraries/koowa/controller/toolbar/abstract.php
@@ -17,7 +17,7 @@
* @uses KMixinClass
* @u... | re #<I> : KControllerToolbarAbstract now extends from KObjectArray. Renamed KControllerToolbarAbstract::insert() to addCommand. Added special KControllerToolbarAbstract::addSeperator() to deal with adding seperators. Implemented magic call function to translate add[Command]([config]) instad addCommand([command], [confi... | timble_kodekit | train |
dc3f43b22be3ae99193b8f71c8719600dfda8bc7 | diff --git a/configmanager/persistence.py b/configmanager/persistence.py
index <HASH>..<HASH> 100644
--- a/configmanager/persistence.py
+++ b/configmanager/persistence.py
@@ -181,6 +181,8 @@ class YamlReaderWriter(ConfigReaderWriter):
class ConfigParserReaderWriter(ConfigReaderWriter):
+ no_section = 'NO_SECTIO... | Fixes #<I> -- use a special non-default section to store items with no section because in ConfigParser options in default section apply to all sections. | jbasko_configmanager | train |
3239ed48d28f3c0baf4445e6c279107e892b7cab | diff --git a/actionview/lib/action_view/digestor.rb b/actionview/lib/action_view/digestor.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/digestor.rb
+++ b/actionview/lib/action_view/digestor.rb
@@ -4,13 +4,11 @@ require 'monitor'
module ActionView
class Digestor
- cattr_reader(:cache)
- @@c... | move digest cache on to the DetailsKey object
This moves digest calculation cache on to the details key object.
Before, the digest cache was a class level ivar, and one of the keys was
the hash value of the details key object:
<URL> | rails_rails | train |
fd9c85adcbe019e6576af648e23d199ea5eb2683 | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -3,17 +3,21 @@
// so authorizing 4+5 = 9 characters more on master for the max header length should work
// until we reach PR #99999.
-let maxHeaderLength = 1... | ci: consider all linting errors about line length as warnings | ForestAdmin_forest-express-sequelize | train |
624e6cdbf386d0862e882db9e35d2c7caaa1b337 | diff --git a/integration-cli/docker_test_vars.go b/integration-cli/docker_test_vars.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_test_vars.go
+++ b/integration-cli/docker_test_vars.go
@@ -61,12 +61,13 @@ var (
// driver of the daemon. This is initialized in docker_utils by sending
// a version call t... | Windows: Allow nanoserver image for CLI | moby_moby | train |
3d069bedf6c86800b8c95762fd99645385935f02 | diff --git a/h2o-algos/src/main/java/hex/tree/CompressedTree.java b/h2o-algos/src/main/java/hex/tree/CompressedTree.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/main/java/hex/tree/CompressedTree.java
+++ b/h2o-algos/src/main/java/hex/tree/CompressedTree.java
@@ -33,7 +33,7 @@ public class CompressedTree extends... | Cosmetics: had R and L reverted. | h2oai_h2o-3 | train |
baaa06e81894c2521f5855903ea8342ec63fb985 | diff --git a/src/test/org/openscience/cdk/fingerprint/PubchemFingerprinterTest.java b/src/test/org/openscience/cdk/fingerprint/PubchemFingerprinterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/org/openscience/cdk/fingerprint/PubchemFingerprinterTest.java
+++ b/src/test/org/openscience/cdk/fingerprint/PubchemFing... | Added test for benzene | cdk_cdk | train |
31675f15913e633c3f00110f66d6cdc830c5f0c4 | diff --git a/lib/opentok/version.rb b/lib/opentok/version.rb
index <HASH>..<HASH> 100644
--- a/lib/opentok/version.rb
+++ b/lib/opentok/version.rb
@@ -1,4 +1,4 @@
module OpenTok
# @private
- VERSION = '2.2.4-alpha.1'
+ VERSION = '2.2.4.alpha.2'
end | bump to a version number that works, fixes #<I> | opentok_OpenTok-Ruby-SDK | train |
a4c3904519b7da3c07e32314ce9c0ab60b8be7f6 | diff --git a/stores/filestore.go b/stores/filestore.go
index <HASH>..<HASH> 100644
--- a/stores/filestore.go
+++ b/stores/filestore.go
@@ -783,15 +783,20 @@ func (fm *filesManager) createFile(name string, flags int, bfc beforeFileClose)
}
// openFile opens the given file and sets its state to `fileInUse`.
-// If t... | Do not panic when opening a file removed from file manager
This can happen when the store is being closed. Msgs and Subs stores
are closed first and then the file manager is closed. When stores
are closed, files are removed from the file manager (but manager
status is still opened). So when trying to open a file that ... | nats-io_nats-streaming-server | train |
b34911104b835856f28f07b9fc32a6edb553b296 | diff --git a/src/chisel/__init__.py b/src/chisel/__init__.py
index <HASH>..<HASH> 100644
--- a/src/chisel/__init__.py
+++ b/src/chisel/__init__.py
@@ -5,7 +5,7 @@
TODO
"""
-__version__ = '0.9.93'
+__version__ = '0.9.94'
from .action import \
Action, \ | chisel <I> | craigahobbs_chisel | train |
f2e7c3663fbaef5d64623e2e3102500682937251 | diff --git a/lib/rake/packagetask.rb b/lib/rake/packagetask.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/packagetask.rb
+++ b/lib/rake/packagetask.rb
@@ -63,6 +63,9 @@ module Rake
# is false).
attr_accessor :need_tar_bz2
+ # True if a xz'd tar file (tar.xz) should be produced (default is false)
+ att... | support xz compress format for packagetask | ruby_rake | train |
28915f3592dfb0a5962d27e56803cc7f5154e79e | diff --git a/host/analysis/analysis_utils.py b/host/analysis/analysis_utils.py
index <HASH>..<HASH> 100644
--- a/host/analysis/analysis_utils.py
+++ b/host/analysis/analysis_utils.py
@@ -172,7 +172,7 @@ def get_hits_in_event_range(hits_array, event_start, event_stop):
return hits_array[np.logical_and(event_number ... | ENH: uses the hit index info to speed up the write_hits_in_events loop | SiLab-Bonn_pyBAR | train |
6ec57638472e2b6f2345b32e7f21d9a859197873 | diff --git a/src/Psalm/Internal/Type/NegatedAssertionReconciler.php b/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
+++ b/src/Psalm/Internal/Type/NegatedAssertionReconciler.php
@@ -178,7 +178,9 @@ class NegatedAssertionRec... | Filter out traversable possibly-mixed too | vimeo_psalm | train |
2dfd16bb9970e545610e8a5df16a38fa11b52cd3 | diff --git a/test/com/opera/core/systems/OperaFilePreferencesTest.java b/test/com/opera/core/systems/OperaFilePreferencesTest.java
index <HASH>..<HASH> 100644
--- a/test/com/opera/core/systems/OperaFilePreferencesTest.java
+++ b/test/com/opera/core/systems/OperaFilePreferencesTest.java
@@ -89,6 +89,9 @@ public class Op... | Reset preferences if core, since they were alterted | operasoftware_operaprestodriver | train |
7f9ca016f5572be708046b9fcef0a8233c677334 | diff --git a/packagebuilder.go b/packagebuilder.go
index <HASH>..<HASH> 100644
--- a/packagebuilder.go
+++ b/packagebuilder.go
@@ -57,6 +57,7 @@ var metapaths = []metapath{
metapath{path: "pages", name: "ApexPage"},
metapath{path: "permissionsets", name: "PermissionSet"},
metapath{path: "profiles", name: "Profile... | Add Ability to Deploy Queues by Path
Add ability to deploy Queues by path using `force push`. | ForceCLI_force | train |
90556e97c6feebe6e0093b50c06e785a163e64f1 | diff --git a/src/internal/Component.js b/src/internal/Component.js
index <HASH>..<HASH> 100644
--- a/src/internal/Component.js
+++ b/src/internal/Component.js
@@ -48,7 +48,7 @@ function make_dirty(component, key) {
if (!component.$$.dirty) {
dirty_components.push(component);
schedule_update();
- component.$$.d... | Make component.$$.dirty just a dictionary
To be sure that we won't have any hidden behavior related to a prototype: <URL> | sveltejs_svelte | train |
a3e57dafab9f0ced27d50d6de98f1a3de87af710 | diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/UpdateCenter.java
+++ b/core/src/main/java/hudson/model/UpdateCenter.java
@@ -181,6 +181,21 @@ public class UpdateCenter extends AbstractMo... | promote ID to the base class so bind all UpdateCenterJob to the URL space. | jenkinsci_jenkins | train |
1f608cf5ab862581a95b6f9b899e45ae40863968 | diff --git a/core/client/components/gh-popover-button.js b/core/client/components/gh-popover-button.js
index <HASH>..<HASH> 100644
--- a/core/client/components/gh-popover-button.js
+++ b/core/client/components/gh-popover-button.js
@@ -7,7 +7,7 @@ var PopoverButton = Ember.Component.extend(PopoverMixin, {
/*Notify ... | Add open class to popover buttons
Ref#<I>
- Popover Buttons now have an `open` class applied to them when their popover is open
- The open class is removed from the popover button at the start of the popover's fadeout
- Consolidated common code into popover-mixin | TryGhost_Ghost | train |
21a220bb466acf96cd137c02d6925334c09824d5 | diff --git a/src/server/pps/pretty/pretty.go b/src/server/pps/pretty/pretty.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/pretty/pretty.go
+++ b/src/server/pps/pretty/pretty.go
@@ -80,6 +80,22 @@ func PrintJobInput(w io.Writer, jobInput *ppsclient.JobInput) {
fmt.Fprintf(w, "%t\t\n", jobInput.Lazy)
}
+// Pri... | Adds pretty printing for worker status. | pachyderm_pachyderm | train |
5252b75127222495666cdccaa5ce20cb8950392c | diff --git a/tests/Unit/Suites/TwentyOneRunFactoryTest.php b/tests/Unit/Suites/TwentyOneRunFactoryTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Suites/TwentyOneRunFactoryTest.php
+++ b/tests/Unit/Suites/TwentyOneRunFactoryTest.php
@@ -13,6 +13,7 @@ use LizardsAndPumpkins\DataPool\UrlKeyStore\FileUrlKeyStore;
u... | Issue #<I>: Fix Assertion for log message writer factory method | lizards-and-pumpkins_catalog | train |
18610113d19e072047c642af1b14b1c68bd4dc19 | diff --git a/modules/wyrl/examples/arithmetic/build.xml b/modules/wyrl/examples/arithmetic/build.xml
index <HASH>..<HASH> 100755
--- a/modules/wyrl/examples/arithmetic/build.xml
+++ b/modules/wyrl/examples/arithmetic/build.xml
@@ -2,7 +2,7 @@
<target name="build">
<taskdef name="wyrl" classname="wyrl.util.WyrlA... | Ok, making progress on #<I> ... at least in understanding the problem ;) | Whiley_WhileyCompiler | train |
5e3999d0d5191bddb3d0f2cf46074da4b2793bac | diff --git a/lib/rules/no-unused-vars.js b/lib/rules/no-unused-vars.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-unused-vars.js
+++ b/lib/rules/no-unused-vars.js
@@ -92,6 +92,15 @@ module.exports = {
break;
}
+ case "TSTypeLiteral": {
+ anno... | Fix: Destructured param type annotation not marked used (fixes #<I>) (#<I>) | bradzacher_eslint-plugin-typescript | train |
bc4234d44fb2a4c010ae4a4633be4774b01b4be1 | diff --git a/tests/test_utils.py b/tests/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -450,6 +450,10 @@ def test_API_SG():
API = SG_to_API(0.7365)
assert_allclose(API, 60.62491513917175)
+
+def test_SG():
+ sg = SG(860)
+ assert_allclose(sg, ... | Prepare to add SG fields to Chemical and Mixture | CalebBell_thermo | train |
d89d07ee01fea2fc95144a8ba36af3f2f194d620 | diff --git a/client/fileuploader.js b/client/fileuploader.js
index <HASH>..<HASH> 100644
--- a/client/fileuploader.js
+++ b/client/fileuploader.js
@@ -445,8 +445,9 @@ qq.FileUploaderBasic.prototype = {
} else {
// fix missing properties in Safari 4 and firefox 11.0a2
name = (file.file... | Fix file size check under Chrome, FF, IE9+ and other modern browsers.
When a `file` arrives at `_validateFile` function it will contain `size` property, holding number of bytes. The function checked `fileSize` property against null and used `undefined` as file size. After this fix, size checks will work on latest Ch... | FineUploader_fine-uploader | train |
7322c5d14a652ad61fda340e729b50cf20d2db20 | diff --git a/config/test-utils.js b/config/test-utils.js
index <HASH>..<HASH> 100644
--- a/config/test-utils.js
+++ b/config/test-utils.js
@@ -42,6 +42,24 @@ var TestUtil = {
beforeEach(function() {
+ module('material.core.theming', function($mdThemingProvider) {
+ // Create a test version of every default pal... | amend(): fix test problems for themes, fix firefox problems | angular_material | train |
8ce82238816ede7ad54b756c0d10b187b2e0809d | diff --git a/cap/cap-impl/src/main/java/org/mobicents/protocols/ss7/cap/service/circuitSwitchedCall/ApplyChargingReportRequestImpl.java b/cap/cap-impl/src/main/java/org/mobicents/protocols/ss7/cap/service/circuitSwitchedCall/ApplyChargingReportRequestImpl.java
index <HASH>..<HASH> 100644
--- a/cap/cap-impl/src/main/jav... | Issue <I>:Adding XML serialization support for a list of MAP/CAP messages (that are used in CAP V2) : fix | RestComm_jss7 | train |
71e286643a8d01572310e0113b92c83732a152c9 | diff --git a/dipper/sources/BioGrid.py b/dipper/sources/BioGrid.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/BioGrid.py
+++ b/dipper/sources/BioGrid.py
@@ -1,7 +1,7 @@
import os
import logging
import re
-from typing import Union
+from typing import Union, Optional
from zipfile import ZipFile
@@ -207,7 +2... | Change Union[str, None] to Optional[str] | monarch-initiative_dipper | train |
f1b0b64a755e6ff19d14e84606331cdf93c293b1 | diff --git a/pkg/registry/event/rest.go b/pkg/registry/event/rest.go
index <HASH>..<HASH> 100644
--- a/pkg/registry/event/rest.go
+++ b/pkg/registry/event/rest.go
@@ -88,8 +88,10 @@ func (rs *REST) getAttrs(obj runtime.Object) (objLabels, objFields labels.Set, e
if !ok {
return nil, nil, fmt.Errorf("invalid object... | Add 'source' to events field selector. | kubernetes_kubernetes | train |
969462535b5dfdf2c5d90dbeb6ad497d7c47ecde | diff --git a/lib/components/map/gtfs-rt-vehicle-overlay.js b/lib/components/map/gtfs-rt-vehicle-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/gtfs-rt-vehicle-overlay.js
+++ b/lib/components/map/gtfs-rt-vehicle-overlay.js
@@ -4,7 +4,7 @@ import TransitVehicleOverlay from '@opentripplanner/transit-vehic... | improvement(GtfsRtVehicleOverlay): Render route shapes if provided. | opentripplanner_otp-react-redux | train |
2def5b6314e1fbbaa789d1311e488ffac498703d | diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/test/abstract_unit.rb
+++ b/actionmailer/test/abstract_unit.rb
@@ -1,6 +1,8 @@
require 'test/unit'
$:.unshift "#{File.dirname(__FILE__)}/../lib"
+$:.unshift "#{File.dirname(__FILE__)}/... | Fixed load path for actionmailer and activesupport tests to always load from local lib files.
[#<I> state:committed] | rails_rails | train |
2aedd230ce664e9fc94ee6b4464fe3378f2b1008 | diff --git a/lib/hutch/config.rb b/lib/hutch/config.rb
index <HASH>..<HASH> 100644
--- a/lib/hutch/config.rb
+++ b/lib/hutch/config.rb
@@ -1,4 +1,5 @@
require 'hutch/error_handlers/logger'
+require 'erb'
require 'logger'
module Hutch | Require erb for cli | gocardless_hutch | train |
0ee1146e1c996e9056c9ae0af71a6cec4cf9388b | diff --git a/lib/connections/structs.go b/lib/connections/structs.go
index <HASH>..<HASH> 100644
--- a/lib/connections/structs.go
+++ b/lib/connections/structs.go
@@ -93,7 +93,19 @@ func (c internalConn) Type() string {
}
func (c internalConn) Transport() string {
- return c.connType.Transport()
+ transport := c.co... | lib/connections: Indicate stack in transport (fixes #<I>)
GitHub-Pull-Request: <URL> | syncthing_syncthing | train |
f7ad9a6d3e182434de6b8157c9135a5d937fdaae | diff --git a/src/Http/Controllers/Api/KeyController.php b/src/Http/Controllers/Api/KeyController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/Api/KeyController.php
+++ b/src/Http/Controllers/Api/KeyController.php
@@ -239,6 +239,22 @@ class KeyController extends Controller
}
/**
+ * @param ... | add disable key function (#<I>)
Add a button on key detail and key list which enable to disable key(s). | eveseat_web | train |
1018604be49d737073c7366576a6caafabb91962 | diff --git a/lib/iron_worker_ng/api_client.rb b/lib/iron_worker_ng/api_client.rb
index <HASH>..<HASH> 100644
--- a/lib/iron_worker_ng/api_client.rb
+++ b/lib/iron_worker_ng/api_client.rb
@@ -20,8 +20,10 @@ module IronWorkerNG
IronCore::Logger.error 'IronWorkerNG', "Token is not set", IronCore::Error if @token.ni... | Moved check_id to core. | iron-io_iron_worker_ruby_ng | train |
39b94a72f3bf1a4475d3e2fdf273e0748d6f959c | diff --git a/google-cloud-firestore/samples/query_data.rb b/google-cloud-firestore/samples/query_data.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-firestore/samples/query_data.rb
+++ b/google-cloud-firestore/samples/query_data.rb
@@ -192,10 +192,10 @@ def in_query_with_array project_id:, collection_path: "cities"
... | chore(firestore): update region tag to be consistent with other languages (#<I>) | googleapis_google-cloud-ruby | train |
1750f4cd2977825568194ec7d79c138a134e4b29 | diff --git a/tests/builder_test.py b/tests/builder_test.py
index <HASH>..<HASH> 100644
--- a/tests/builder_test.py
+++ b/tests/builder_test.py
@@ -75,6 +75,22 @@ class SetCustomParamsTest(unittest.TestCase):
set_custom_params(ufo, parsed=[('glyphOrder', ['A', 'B'])])
self.assertEqual(ufo.lib[PUBLIC_PR... | [builder_test] add tests for setting OS/2.fsSelection flags | googlefonts_glyphsLib | train |
1f50eec608285132f71f3d2106bea1bd4d7d931f | diff --git a/src/I18n/Middleware/LocaleSelectorMiddleware.php b/src/I18n/Middleware/LocaleSelectorMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/I18n/Middleware/LocaleSelectorMiddleware.php
+++ b/src/I18n/Middleware/LocaleSelectorMiddleware.php
@@ -46,14 +46,16 @@ class LocaleSelectorMiddleware
/**
* @... | Fix grammar and use an early return. | cakephp_cakephp | train |
3bd64e5706e3b652dd53d156c0d6e81cd2ffc77e | diff --git a/helios-tools/src/main/java/com/spotify/helios/cli/command/JobCreateCommand.java b/helios-tools/src/main/java/com/spotify/helios/cli/command/JobCreateCommand.java
index <HASH>..<HASH> 100644
--- a/helios-tools/src/main/java/com/spotify/helios/cli/command/JobCreateCommand.java
+++ b/helios-tools/src/main/jav... | add GIT_COMMIT as job metadata if set as env var
If `GIT_COMMIT` is set as an environment variable at the time
JobCreateCommand is executed, it's value is added by default to the job
metadata map. | spotify_helios | train |
962dd56f18ef8c5141eaa5107d3d1e6723263fae | diff --git a/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java b/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java
index <HASH>..<HASH> 100644
--- a/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java
+++ b/clients/unshaded/src/main/java/tachyon/client/file/B... | Finish implementing metadata ops in BaseFileSystem. | Alluxio_alluxio | train |
ea9fda2f88da2ee8eda171dfa5817bd9c9665199 | diff --git a/install/lang/pt_utf8/installer.php b/install/lang/pt_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/pt_utf8/installer.php
+++ b/install/lang/pt_utf8/installer.php
@@ -14,7 +14,9 @@ $string['admindirname'] = 'Directório de Administração';
$string['admindirsettinghead'] = 'A configurar o ... | Automatic installer.php lang files by installer_builder (<I>) | moodle_moodle | train |
d85982c7fd5373040e0e82590e811922e9257843 | diff --git a/lib/runtime.js b/lib/runtime.js
index <HASH>..<HASH> 100644
--- a/lib/runtime.js
+++ b/lib/runtime.js
@@ -128,6 +128,14 @@ Runtime.prototype.observe = function(queries, cb) {
if (data.peer.name === query.server) {
// subscribe to the topic on peer, but keep track of topics in ru... | Fix for remote queries targeting specifc servers. | zettajs_zetta | train |
0e4f5fa48b1965b269f69bd383bbfbde6b41ac63 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ install_requires = [
'paste',
'zope.interface',
'repoze.who',
- 'pycrypto >= 2.5', # 'Crypto'
+ 'pycryptodome', # 'Crypto'
'pytz',
'pyOpenSSL',
'python-dateutil',
diff --git... | Applied a modified version of a fix proposed by Valentin Gutierrez and Julian Vilas. | IdentityPython_pysaml2 | train |
c6d0017fc82823c90cdb40725c03825606ae8e26 | diff --git a/dist/index.js b/dist/index.js
index <HASH>..<HASH> 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1,21 +1,25 @@
-'use strict';
+/**
+ * @module file-send
+ * @license MIT
+ * @version 2017/10/25
+ */
-function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['def... | :hammer: rewrite | nuintun_file-send | train |
5d9bc352ff78451bf6db25f8ceb064cc55f8d240 | diff --git a/components/utils/scripts/elation.js b/components/utils/scripts/elation.js
index <HASH>..<HASH> 100644
--- a/components/utils/scripts/elation.js
+++ b/components/utils/scripts/elation.js
@@ -53,7 +53,7 @@ var elation = window.elation = new function(selector, parent, first) {
}
// FIXME - need to f... | Allow returning object from constructor, fix mime type for xml parser | jbaicoianu_elation | train |
9e363ad99cb1d3675e9d65204fc0aa5cecfe5e6f | diff --git a/examples/events/events.go b/examples/events/events.go
index <HASH>..<HASH> 100644
--- a/examples/events/events.go
+++ b/examples/events/events.go
@@ -79,6 +79,8 @@ func run() int {
fmt.Printf("Some event\n");
}
}
+
+ sdl.Delay(16)
}
sdl.Quit() | examples: events: fix long stutters when ran on windows | veandco_go-sdl2 | train |
e6464a53b1e24a7b2e88d555233a2d33edb80265 | diff --git a/server/src/main/java/org/jboss/as/server/deployment/module/SubDeploymentDependencyProcessor.java b/server/src/main/java/org/jboss/as/server/deployment/module/SubDeploymentDependencyProcessor.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/jboss/as/server/deployment/module/SubDeploymentDepen... | Make ear/lib availble to additional modules
was: <I>b<I>c9c<I>e<I>d7f2c<I>baea<I>d<I>aee | wildfly_wildfly-core | train |
bc6516e7781e0aa99fd2f87e294dbdff10c6a1bd | diff --git a/lib/setup.js b/lib/setup.js
index <HASH>..<HASH> 100644
--- a/lib/setup.js
+++ b/lib/setup.js
@@ -45,7 +45,11 @@ function setup_test_instance(opt, cb) {
return;
}
- bounce(support_port, { headers: { connection: 'close' }});
+ var opts = {};
+ ... | Allow upgrade requests to bounce through unchanged
This fixes web socket requests that proxy through zuul to the support
server | airtap_airtap | train |
0c22f8d970170464495b94a2b9205c5c9f063a40 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,8 @@ assert.deepEqual(
{ content: [ { form: { content: [ 'a b c' ] } } ] },
{ content: [ { form: { content: [ 'a d' ] } } ] })
.content,
- [ { form:
+ [ { heading: [ ],
+ form:
... | Handle changes to child form headings | commonform_commonform-diff | train |
b9f37c7fc32671c09524f9ed412d208f8ad16108 | diff --git a/src/components/raycaster.js b/src/components/raycaster.js
index <HASH>..<HASH> 100644
--- a/src/components/raycaster.js
+++ b/src/components/raycaster.js
@@ -6,8 +6,6 @@ var utils = require('../utils/');
var warn = utils.debug('components:raycaster:warn');
-var dummyVec = new THREE.Vector3();
-
// De... | fix raycaster direction (#<I>) | aframevr_aframe | train |
3f4b04d56379570b9b77d70804e596f1fbfb1935 | diff --git a/tests/aws/requests/compute/route_tests.rb b/tests/aws/requests/compute/route_tests.rb
index <HASH>..<HASH> 100644
--- a/tests/aws/requests/compute/route_tests.rb
+++ b/tests/aws/requests/compute/route_tests.rb
@@ -40,7 +40,7 @@ Shindo.tests('Fog::Compute[:aws] | route table requests', ['aws']) do
}
... | Added spots to ignore for mocks in tests. | fog_fog | train |
b1172249031c4997925dd2416a174eee3b1de35e | diff --git a/tests/search/test_arc_concistency.py b/tests/search/test_arc_concistency.py
index <HASH>..<HASH> 100644
--- a/tests/search/test_arc_concistency.py
+++ b/tests/search/test_arc_concistency.py
@@ -36,35 +36,35 @@ def is_square(variables, values):
class TestReviseDomain(unittest.TestCase):
- def revise... | Name changes, for sane debugging | simpleai-team_simpleai | train |
1520452a381319b414618d8429d6d7e0bb23790d | diff --git a/workflow/cron/controller.go b/workflow/cron/controller.go
index <HASH>..<HASH> 100644
--- a/workflow/cron/controller.go
+++ b/workflow/cron/controller.go
@@ -226,7 +226,7 @@ func (cc *Controller) processNextWorkflowItem() bool {
return true
}
} else {
- log.Errorf("Parent CronWorkflow '%s' no lon... | chore: Error -> Warn when Parent CronWf no longer exists (#<I>) | argoproj_argo | train |
f003a330ebf0fe1cb3417b05c01eab84a3f47f1b | diff --git a/lib/util/parse-req.js b/lib/util/parse-req.js
index <HASH>..<HASH> 100644
--- a/lib/util/parse-req.js
+++ b/lib/util/parse-req.js
@@ -1,6 +1,4 @@
var PassThrough = require('stream').PassThrough;
-var net = require('net');
-var url = require('url');
var TIMEOUT = 36000;
var MAX_BYTES = 1024 * 256;
var C... | refactor: fix eslint errors | avwo_whistle | train |
2216d731ef10bf54cf9e03bf2552a2be20cddb50 | diff --git a/flask_appbuilder/tests/test_base.py b/flask_appbuilder/tests/test_base.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/tests/test_base.py
+++ b/flask_appbuilder/tests/test_base.py
@@ -6,8 +6,14 @@ import datetime
import json
import logging
+try:
+ import enum
+ _has_enum = True
+except Impo... | support for Enum type (sqla only) - test | dpgaspar_Flask-AppBuilder | train |
bcdb010fc639d00f6d786fb3fef2f1c99cd92828 | diff --git a/factory.py b/factory.py
index <HASH>..<HASH> 100644
--- a/factory.py
+++ b/factory.py
@@ -27,7 +27,7 @@ import warnings
import sys
import os
-from pkg_resources import iter_entry_points, resource_listdir
+from pkg_resources import iter_entry_points
#from invenio.ext.logging import register_exception... | global: fix handling of debug and simplify toolbar
* Fix issue where runserver manage command would not enable the
Werkzeug debugger.
* Changes how debug-toolbar is enabled via only DEBUG and EXTENSIONS
configuration variables.
* Fixes issue in legacy module that would override app.debug with
value of CFG_DEVE... | inveniosoftware_invenio-base | train |
67dc8dc56aff65862a2304bd1595c035da0247cb | diff --git a/lib/dragonfly/extended_temp_object.rb b/lib/dragonfly/extended_temp_object.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/extended_temp_object.rb
+++ b/lib/dragonfly/extended_temp_object.rb
@@ -1,4 +1,25 @@
module Dragonfly
+
+ # An ExtendedTempObject is just a TempObject that belongs to a Dragonfl... | Added some yard doc to TempObject and ExtendedTempObject | markevans_dragonfly | train |
bb1e8f3a4b2c43508f14c7c6e7b56777e940e7d9 | diff --git a/lib/mongo_mapper/document.rb b/lib/mongo_mapper/document.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo_mapper/document.rb
+++ b/lib/mongo_mapper/document.rb
@@ -409,6 +409,18 @@ module MongoMapper
def set(hash)
self.class.set({:_id => id}, hash)
end
+
+ def push(hash)
+ ... | add push, pull and push_uniq instance methods | mongomapper_mongomapper | train |
908ca446e99595fa62ed31dd2cc993e58768f8d2 | diff --git a/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php b/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php
+++ b/src/Symfony/Bridge/Monolog/Tests/Proc... | [MonologBridge] fix tests | symfony_symfony | train |
0187014f45aa2756aa628f24ef9b7fc3d7283181 | diff --git a/ontrack-model/src/main/java/net/nemerosa/ontrack/model/support/ApplicationLogEntry.java b/ontrack-model/src/main/java/net/nemerosa/ontrack/model/support/ApplicationLogEntry.java
index <HASH>..<HASH> 100644
--- a/ontrack-model/src/main/java/net/nemerosa/ontrack/model/support/ApplicationLogEntry.java
+++ b/o... | #<I> Log entries - correction of JSON tests | nemerosa_ontrack | train |
f62aeae6d1b6b652a6796ebdc91f71ddb4974735 | diff --git a/tests/func/test_run.py b/tests/func/test_run.py
index <HASH>..<HASH> 100644
--- a/tests/func/test_run.py
+++ b/tests/func/test_run.py
@@ -1,8 +1,8 @@
import filecmp
import logging
import os
-import shutil
import uuid
+from pathlib import Path
import mock
import pytest
@@ -612,21 +612,25 @@ class Te... | run: tests: clumsy deterministic_run migration | iterative_dvc | train |
02c8afd65f04879204577a052f3ee760e5449416 | diff --git a/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/token/DefaultTokenServices.java b/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/token/DefaultTokenServices.java
index <HASH>..<HASH> 100644
--- a/spring-security-oauth2/src/main/java/org/sp... | Move @Transactional down to method level in DefaultTokenServices
It didn't make sense for all methods, and for the refresh token case
you also need to set different rollback rules to avoid the data being
unchanged after a failed grant.
Fixes gh-<I> | spring-projects_spring-security-oauth | train |
cfeb068cbcc032b1575b08f33671cdd144aea49b | diff --git a/src/Illuminate/Console/Scheduling/Schedule.php b/src/Illuminate/Console/Scheduling/Schedule.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Console/Scheduling/Schedule.php
+++ b/src/Illuminate/Console/Scheduling/Schedule.php
@@ -17,6 +17,13 @@ class Schedule
protected $cache;
/**
+ * A... | Move property. (#<I>) | laravel_framework | train |
f43728f8bbe3a697d123e4e74a230a59c04809bf | diff --git a/src/main/java/edu/jhu/srl/SrlFeatureExtractor.java b/src/main/java/edu/jhu/srl/SrlFeatureExtractor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/jhu/srl/SrlFeatureExtractor.java
+++ b/src/main/java/edu/jhu/srl/SrlFeatureExtractor.java
@@ -118,40 +118,29 @@ public class SrlFeatureExtractor implem... | Using two bias features: one including observation variables and one without. | mgormley_pacaya | train |
a8957a931d59e66c8d335021748a9df6a6c12601 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -32,11 +32,6 @@ type Client interface {
// Replicas returns the set of all replica IDs for the given partition.
Replicas(topic string, partitionID int32) ([]int32, error)
- // ReplicasInSync returns the set of all in... | Drop ReplicasInSync from Client interface | Shopify_sarama | train |
ea6663b38a585fe52d4745f9adbf352df3dc1719 | diff --git a/python_modules/dagster/dagster/core/storage/runs/sql_run_storage.py b/python_modules/dagster/dagster/core/storage/runs/sql_run_storage.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/storage/runs/sql_run_storage.py
+++ b/python_modules/dagster/dagster/core/storage/runs/sql_run_stor... | make get_run_records respect optional mode migration
Test Plan: added test
Reviewers: cdecarolis, prha, yuhan
Reviewed By: yuhan
Differential Revision: <URL> | dagster-io_dagster | train |
b4be8b4d9a77141ad7339e38edf6338dcd29a541 | diff --git a/lib/config/index.js b/lib/config/index.js
index <HASH>..<HASH> 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -43,6 +43,8 @@ Config.prototype.initialize = function *(appDir) {
debug('Initialize config');
if (isInitialized) return;
this.appDir = appDir;
+ this.configDir = process.en... | the app and config path can be configured in env | gaiajs_gaiajs | train |
1951412b96c47b0b2c671834123245479ef7080d | diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Command/Transl... | [Translation:update][Xliff Dumper] added target-language. | symfony_symfony | train |
342984a3eb17cc3b35400e50815a8e8d6a61ae53 | diff --git a/lib/aasm.rb b/lib/aasm.rb
index <HASH>..<HASH> 100644
--- a/lib/aasm.rb
+++ b/lib/aasm.rb
@@ -27,17 +27,16 @@ module AASM
def event(name, &block)
define_method("#{name.to_s}!") do
- new_state = self.class.events[name].fire(self)
+ new_state = self.class.aasm_events[name].fire(se... | move .events to .aasm_events | aasm_aasm | train |
3d9420b659e6a20ba8288887004595d0e7ed75b1 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
All Notable changes to `laravel-medialibrary` will be documented in this file
+##3.5.1
+- Bugfix: `HasMediaTrait::updateMedia` now also updates custom properties. It also updates the order col... | Order column fix; Tests; Changelog | spatie_laravel-medialibrary | train |
f09d2e7d66d598489d7fd0a65d4f173eab6135f5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1841,6 +1841,31 @@ function Monoxide() {
};
+ /**
+ * Ensure various indexes exist on startup
+ * @param {string|array|Object} indexes Either a single named field index, an array of indexes to form a combined field ... | Added MonoxideModel.index() method | hash-bang_Monoxide | train |
eb6ce795cc526deef726b1b3e3766e20c0feafd9 | diff --git a/soda/cmd/generate/model_templates.go b/soda/cmd/generate/model_templates.go
index <HASH>..<HASH> 100644
--- a/soda/cmd/generate/model_templates.go
+++ b/soda/cmd/generate/model_templates.go
@@ -38,7 +38,7 @@ func ({{.char}} *{{.model_name}}) Validate(tx *pop.Connection) (*validate.Errors
{{ if .model.Val... | Fix model templates broken by migration to flect (#<I>) | gobuffalo_pop | train |
1787af7d8f09b974d906d63cf1e0940dfab6c076 | diff --git a/tests/test_contracts.py b/tests/test_contracts.py
index <HASH>..<HASH> 100644
--- a/tests/test_contracts.py
+++ b/tests/test_contracts.py
@@ -1016,6 +1016,34 @@ def test_sha256():
0xcd6357efdd966de8c0cb2f876cc89ec74ce35f0968e11743987084bd42fb8944 - 2**256
]
+types_in_functions_code = """
+t... | Added test for typed function input | ethereum_pyethereum | train |
7d1821cdc3a831e08f08f0263a994a113040f646 | diff --git a/packages/mrm-task-gitter/index.js b/packages/mrm-task-gitter/index.js
index <HASH>..<HASH> 100644
--- a/packages/mrm-task-gitter/index.js
+++ b/packages/mrm-task-gitter/index.js
@@ -1,17 +1,26 @@
const { markdown, packageJson } = require('mrm-core');
-function task(config) {
- const pkg = packageJson();... | fix: Migrate gitter task to new config API (#<I>) | sapegin_mrm | train |
cd0e9b68eaf2730570eb6aa7c86cb1a4e70fb549 | diff --git a/invenio_stats/config.py b/invenio_stats/config.py
index <HASH>..<HASH> 100644
--- a/invenio_stats/config.py
+++ b/invenio_stats/config.py
@@ -53,7 +53,7 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False
CELERY_BEAT_SCHEDULE = {
'indexer': {
'task': 'invenio_stats.tasks.index_events',
- 'sched... | global: fix default beat scheduling
* Fixes default celery beat scheduling for event processing as it
was too short. | inveniosoftware_invenio-stats | train |
bce7867ff101e3a51637fc106299f0d825c71d60 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -1 +1,54 @@
-var gulp = require('gulp'),
chug = require('gulp-chug'),
http = require('http'),
path = require('path'),
fs = require('fs'),
crypto = require('crypto');
var specPath = "./spec.json... | Force a rebuild of nuget. | ReachmailInc_WebAPISamples | train |
588c5781527538bf95fe14be4742cfd4a9321f42 | diff --git a/web/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/ExperimentOps.java b/web/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/ExperimentOps.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/ExperimentOps.java
+++ b/web/src/main/java/uk/ac/ebi/atlas/exp... | Bug fix - names of operations included for failed operations | ebi-gene-expression-group_atlas | train |
713872313c8e08d7f560f209429704267ea03e96 | diff --git a/forms/CommentCreateForm.php b/forms/CommentCreateForm.php
index <HASH>..<HASH> 100644
--- a/forms/CommentCreateForm.php
+++ b/forms/CommentCreateForm.php
@@ -42,7 +42,7 @@ class CommentCreateForm extends \yii\base\Model
[['entity', 'text'], 'required'],
[['entity', 'text'], 'strin... | Fix support php <I> | rmrevin_yii2-comments | train |
ca5aee85f870a883341d7e2c0d803236efd03230 | diff --git a/mautrix/client/api/events.py b/mautrix/client/api/events.py
index <HASH>..<HASH> 100644
--- a/mautrix/client/api/events.py
+++ b/mautrix/client/api/events.py
@@ -42,6 +42,7 @@ from mautrix.types import (
UserID,
)
from mautrix.types.event.state import state_event_content_map
+from mautrix.util.forma... | Update ClientAPI.send_text to generate plaintext (from HTML) if not provided | tulir_mautrix-python | train |
ad3df39c6bd075c9c5907b4d88b7c2123dc5311c | diff --git a/lib/cli/Arguments.php b/lib/cli/Arguments.php
index <HASH>..<HASH> 100644
--- a/lib/cli/Arguments.php
+++ b/lib/cli/Arguments.php
@@ -482,7 +482,7 @@ class Arguments implements \ArrayAccess {
}
}
- $this[$option->key] = join($values, ' ');
+ $this[$option->key] = join(' ', $values);
return tr... | refactor deprecated join() usage | wp-cli_php-cli-tools | train |
fab136392a9117a16eb6b07d4257ce01bb6ea351 | diff --git a/GPy/kern/_src/sympykern.py b/GPy/kern/_src/sympykern.py
index <HASH>..<HASH> 100644
--- a/GPy/kern/_src/sympykern.py
+++ b/GPy/kern/_src/sympykern.py
@@ -117,6 +117,7 @@ class Sympykern(Kern):
if self.output_dim > 1:
self.arg_list += self._sp_theta_i + self._sp_theta_j
se... | Part written addition to datasets for loading in google trends. | SheffieldML_GPy | train |
dfd4aaba0716e37fb77cfc90c914a573def5bb32 | diff --git a/test/seeds.rb b/test/seeds.rb
index <HASH>..<HASH> 100644
--- a/test/seeds.rb
+++ b/test/seeds.rb
@@ -22,11 +22,20 @@ ActiveRecord::Schema.define do
t.string :address
t.string :phone_number
end
+ create_table :user_achievements, :force => true do |t|
+ t.references :user, index: true
+ ... | add many-to-many relations | khiav223577_deep_pluck | train |
033582abccdce94ab6b0e4a73a2c7473db322579 | diff --git a/filesystem/File.php b/filesystem/File.php
index <HASH>..<HASH> 100644
--- a/filesystem/File.php
+++ b/filesystem/File.php
@@ -805,7 +805,7 @@ class File extends DataObject {
'js' => _t('File.JsType', 'Javascript file'),
'css' => _t('File.CssType', 'CSS file'),
'html' => _t('File.HtmlType', 'HTM... | Fixed typo in HtmlType translation key | silverstripe_silverstripe-framework | train |
cefb1cf2fe9623a15b17f0dd56bf61c5ef537874 | diff --git a/nunjucks/src/node-loaders.js b/nunjucks/src/node-loaders.js
index <HASH>..<HASH> 100644
--- a/nunjucks/src/node-loaders.js
+++ b/nunjucks/src/node-loaders.js
@@ -7,9 +7,6 @@ const path = require('path');
const Loader = require('./loader');
const {PrecompiledLoader} = require('./precompiled-loader.js');
... | Prevent optional dependency Chokidar from loading when not watching | mozilla_nunjucks | train |
30fec5a6ec669e6f4bd0f35731b76ae0b4067bac | diff --git a/sftpman/cli.py b/sftpman/cli.py
index <HASH>..<HASH> 100644
--- a/sftpman/cli.py
+++ b/sftpman/cli.py
@@ -18,6 +18,16 @@ class SftpCli(object):
name_clean = name[len("command_"):]
print("%s:\n - %s\n" % (name_clean, getattr(self, name).__doc__))
+ def command_preflight_check(... | Added preflight check to troubleshoot problems. | spantaleev_sftpman | train |
b0e3ca2cfa9f53205c1bb33710de2f8a824f7f5a | diff --git a/python_modules/libraries/dagster-snowflake-pandas/dagster_snowflake_pandas_tests/test_snowflake_pandas_type_handler.py b/python_modules/libraries/dagster-snowflake-pandas/dagster_snowflake_pandas_tests/test_snowflake_pandas_type_handler.py
index <HASH>..<HASH> 100644
--- a/python_modules/libraries/dagster-... | fix snowflake io manager tests on python <I> (#<I>) | dagster-io_dagster | train |
286b3e6630298e2aab616a4cde896de0a7031f1f | diff --git a/lib/validates_formatting_of/validating_methods.rb b/lib/validates_formatting_of/validating_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/validates_formatting_of/validating_methods.rb
+++ b/lib/validates_formatting_of/validating_methods.rb
@@ -40,5 +40,10 @@ module ValidatesFormattingOf
/^(\d{1,2}... | Added SSN validator and tests | mdespuits_validates_formatting_of | train |
6ab964d1990155eaf0683efed12676f4060b6f18 | diff --git a/generateEquivset.php b/generateEquivset.php
index <HASH>..<HASH> 100644
--- a/generateEquivset.php
+++ b/generateEquivset.php
@@ -1,21 +1,21 @@
<?php
+$dir = dirname(__FILE__) . '/';
+
require_once ( getenv('MW_INSTALL_PATH') !== false
? getenv('MW_INSTALL_PATH')."/maintenance/commandLine.inc"... | Follow up on r<I>. Reduce dirname(__FILE__) calls in core and extensions. | wikimedia_mediawiki-extensions-AntiSpoof | train |
2659fd6ff2e2f829d1d67239fce224a72777d905 | diff --git a/squad/core/models.py b/squad/core/models.py
index <HASH>..<HASH> 100644
--- a/squad/core/models.py
+++ b/squad/core/models.py
@@ -832,7 +832,7 @@ class ProjectStatus(models.Model, TestSummaryBase):
status__finished=True,
datetime__lt=build.datetime,
project=build.proj... | Fix previous build ordering in project status test comparison.
Fixes #<I> | Linaro_squad | train |
0ce9a0587d8c5ff155bbe510a088b27cae82a088 | diff --git a/src/openpgp.js b/src/openpgp.js
index <HASH>..<HASH> 100644
--- a/src/openpgp.js
+++ b/src/openpgp.js
@@ -220,12 +220,6 @@ function _openpgp () {
util.print_error("A directly compressed message is currently not supported");
break;
} else
- // Literal Message
- // TODO: needs to b... | Cleanup: bring tag type blocks in read_message() in order (non-functional) | openpgpjs_openpgpjs | train |
1a02a3502e2f5591c424f2a7bf9f0da7b639c1cf | diff --git a/hyperbahn/index.js b/hyperbahn/index.js
index <HASH>..<HASH> 100644
--- a/hyperbahn/index.js
+++ b/hyperbahn/index.js
@@ -361,10 +361,6 @@ function advertise(opts) {
HyperbahnClient.prototype.unadvertise =
function unadvertise() {
var self = this;
- if (self.state !== States.ADVERTISED) {
- ... | review comment: remove the state check in unadvertise | uber_tchannel-node | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.