hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3266ac8fa47d7d1dc8ef51c2d0846222f5fdfd45
diff --git a/spec/matrioska/app_runner_spec.rb b/spec/matrioska/app_runner_spec.rb index <HASH>..<HASH> 100644 --- a/spec/matrioska/app_runner_spec.rb +++ b/spec/matrioska/app_runner_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' module Matrioska describe AppRunner do - let(:mock_call) { mock('Call') } + let...
[CS] Avoid RSpec mocks deprecations
adhearsion_matrioska
train
105ddd4164edc169af3287040633100f3f3ce99b
diff --git a/wallace/models.py b/wallace/models.py index <HASH>..<HASH> 100644 --- a/wallace/models.py +++ b/wallace/models.py @@ -608,7 +608,8 @@ class Node(Base): if (not isinstance(already_connected_to, list)): already_connected_to = [already_connected_to] if any(already_co...
replace Warning with print() warnings still stop test execution :(
Dallinger_Dallinger
train
46cedf5e2f0553d32037fe6e275bff8aec0bb5f3
diff --git a/src/Monolog/Handler/PushoverHandler.php b/src/Monolog/Handler/PushoverHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/PushoverHandler.php +++ b/src/Monolog/Handler/PushoverHandler.php @@ -22,7 +22,7 @@ use Monolog\Logger; class PushoverHandler extends SocketHandler { private $token...
Allow multiple users for PushoverHandler The construct accepts a string or an array of user ids to keep backward compatibility. In case of an array, a message is built and send for each of the users.
Seldaek_monolog
train
0309c1f388ce7a1843560535cb3a10b4278fac87
diff --git a/liquibase-snowflake/src/main/java/liquibase/snapshot/jvm/UniqueConstraintSnapshotGeneratorSnowflake.java b/liquibase-snowflake/src/main/java/liquibase/snapshot/jvm/UniqueConstraintSnapshotGeneratorSnowflake.java index <HASH>..<HASH> 100644 --- a/liquibase-snowflake/src/main/java/liquibase/snapshot/jvm/Uniq...
DAT-<I> Workaround to retrieve columnNames for uniqueConstraints in Snowflake
liquibase_liquibase
train
6f0323a407fddbb8d5cfe8c4701ff589881e3de2
diff --git a/src/main/java/de/btobastian/javacord/utils/handler/ReadyHandler.java b/src/main/java/de/btobastian/javacord/utils/handler/ReadyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/btobastian/javacord/utils/handler/ReadyHandler.java +++ b/src/main/java/de/btobastian/javacord/utils/handler/ReadyHa...
ReadyHandler now checks if a private channel object has the recipient object.
Javacord_Javacord
train
bc3771aa22b61b8681353e4658efd4f2ccffd2d4
diff --git a/lib/jekyll/migrators/wordpress.rb b/lib/jekyll/migrators/wordpress.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/migrators/wordpress.rb +++ b/lib/jekyll/migrators/wordpress.rb @@ -11,19 +11,17 @@ require 'yaml' module Jekyll module WordPress - - TABLE_PREFIX = 'wp_' - # Reads a MySQL da...
Change TABLE_PREFIX from class member to 4th parameter of process method (now lowercase) Move QUERY into process method
jekyll_jekyll
train
9cf8d7f240d5196de70b320c7b65a81487d06235
diff --git a/google/datalab/contrib/mlworkbench/commands/_ml.py b/google/datalab/contrib/mlworkbench/commands/_ml.py index <HASH>..<HASH> 100644 --- a/google/datalab/contrib/mlworkbench/commands/_ml.py +++ b/google/datalab/contrib/mlworkbench/commands/_ml.py @@ -35,6 +35,7 @@ from skimage.segmentation import mark_bound...
Make Confusion Matrix larger. Make runtime_version in "%%ml model deploy" optional. (#<I>)
googledatalab_pydatalab
train
42b4aa42b9f5787d4ca868d992567de0a02b8ee3
diff --git a/core/client/fs/src/test/java/alluxio/client/file/options/FreeOptionsTest.java b/core/client/fs/src/test/java/alluxio/client/file/options/FreeOptionsTest.java index <HASH>..<HASH> 100644 --- a/core/client/fs/src/test/java/alluxio/client/file/options/FreeOptionsTest.java +++ b/core/client/fs/src/test/java/al...
[SMALLFIX] Use static imports for standard test utilities in FreeOptionsTest.java
Alluxio_alluxio
train
4a9314b68408f98c1e535a5a4d99c67c1b6f1dcc
diff --git a/src/main/java/org/jfrog/hudson/pipeline/steps/ArtifactoryGradleBuild.java b/src/main/java/org/jfrog/hudson/pipeline/steps/ArtifactoryGradleBuild.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jfrog/hudson/pipeline/steps/ArtifactoryGradleBuild.java +++ b/src/main/java/org/jfrog/hudson/pipeline/ste...
HAP-<I> - Support for Gradle from within the pipeline plugin
jenkinsci_artifactory-plugin
train
ae608c27427af160ec5c06a30851cb339e24b0bb
diff --git a/ptpython/completer.py b/ptpython/completer.py index <HASH>..<HASH> 100644 --- a/ptpython/completer.py +++ b/ptpython/completer.py @@ -505,6 +505,10 @@ class DictionaryCompleter(Completer): display=f"[{k_repr}]", display_meta=abbr_meta(self._...
Don't crash when trying to complete broken mappings. Show the traceback when something goes wrong while reading input in the REPL due to completer bugs or other bugs. Don't crash the REPL.
prompt-toolkit_ptpython
train
e04a7e3be48555d2c768cdcb165d21e689ff0f29
diff --git a/lib/solargraph/language_server/host.rb b/lib/solargraph/language_server/host.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/language_server/host.rb +++ b/lib/solargraph/language_server/host.rb @@ -429,7 +429,6 @@ module Solargraph # @param params [Hash] A hash representation of a completion ite...
Refactored source synchronization.
castwide_solargraph
train
562ddeadea60d0c7a99b0bf83abcaee5a5358f51
diff --git a/Form/Type/Block/CalendarType.php b/Form/Type/Block/CalendarType.php index <HASH>..<HASH> 100644 --- a/Form/Type/Block/CalendarType.php +++ b/Form/Type/Block/CalendarType.php @@ -66,32 +66,11 @@ class CalendarType extends BlockType return (count($this->choices) == 1 && $this->blockInstance->getCont...
METH-<I> : select many time the same calendar in timetable
CanalTP_MttBundle
train
298341aa91aedf309d108b06e132db2816238704
diff --git a/packages/ember-application/lib/system/application-instance.js b/packages/ember-application/lib/system/application-instance.js index <HASH>..<HASH> 100644 --- a/packages/ember-application/lib/system/application-instance.js +++ b/packages/ember-application/lib/system/application-instance.js @@ -492,27 +492,6...
Remove remaining `ApplicationInstance.prototype.container` functionality.
emberjs_ember.js
train
91fd346dc1ec9caadff7029703cc99b6a7bfb411
diff --git a/dataviews/plots.py b/dataviews/plots.py index <HASH>..<HASH> 100644 --- a/dataviews/plots.py +++ b/dataviews/plots.py @@ -1501,7 +1501,7 @@ class GridPlot(Plot): self.subplots = [] self.subaxes = [] - r, c = (self.rows-1, 0) + r, c = (0, 0) for coord in self.grid....
Fixed GridPlot y-axis inversion
pyviz_holoviews
train
eb4695a6a7f36320f243611b28bf4597c9de614f
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -49,13 +49,17 @@ extend(Raven.prototype, { this.raw_dsn = dsn; this.dsn = utils.parseDSN(dsn); - this.name = options.name || global.process.env.SENTRY_NAME || require('os').hostname(); + t...
ref: Warn user when using capture/wrap without installing Raven (#<I>)
getsentry_raven-node
train
8f7b74ff89da869bb0edb17b9284777c79338f5e
diff --git a/src/Application/Config.php b/src/Application/Config.php index <HASH>..<HASH> 100644 --- a/src/Application/Config.php +++ b/src/Application/Config.php @@ -15,7 +15,7 @@ use vxPHP\Routing\Route; * Config * creates configuration singleton by parsing XML ini-file * - * @version 1.1.0 2014-11-25 + * @vers...
Bugfix: Routes with path attribute but no path parameters were not mapped correctly
Vectrex_vxPHP
train
220f69f0595adfeda81fb6f574c8f8e59d7f5d89
diff --git a/ScriptHandler.php b/ScriptHandler.php index <HASH>..<HASH> 100644 --- a/ScriptHandler.php +++ b/ScriptHandler.php @@ -2,23 +2,26 @@ namespace Claroline\BundleRecorder; -use Composer\Script\Event; +use Composer\Composer; use Composer\Script\CommandEvent; use Composer\Script\PackageEvent; +use Compose...
Refactored autoloading management
claroline_BundleRecorder
train
ba2abf8870342c22b756513dce4f553942ea6041
diff --git a/src/toil/jobStores/azureJobStore.py b/src/toil/jobStores/azureJobStore.py index <HASH>..<HASH> 100644 --- a/src/toil/jobStores/azureJobStore.py +++ b/src/toil/jobStores/azureJobStore.py @@ -148,15 +148,18 @@ class AzureJobStore(AbstractJobStore): entity=job.toItem(chunk...
idempotent job deletion for Azure also, delete registry entries entirely after success
DataBiosphere_toil
train
334b86c0efda45877bd22f9afd036b7baa41d24a
diff --git a/lib/jira/resource/user.rb b/lib/jira/resource/user.rb index <HASH>..<HASH> 100644 --- a/lib/jira/resource/user.rb +++ b/lib/jira/resource/user.rb @@ -15,7 +15,7 @@ module JIRA # and use the assignable users endpoint to get a list of users that can be assigned to all projects. def self.all(cli...
Update grouped_project_ids and add specs
sumoheavy_jira-ruby
train
a933b9b6ce1047d1f22d896767c81a297b09dc59
diff --git a/src/bosh-director/lib/bosh/director/models/links/link_consumer_intent.rb b/src/bosh-director/lib/bosh/director/models/links/link_consumer_intent.rb index <HASH>..<HASH> 100644 --- a/src/bosh-director/lib/bosh/director/models/links/link_consumer_intent.rb +++ b/src/bosh-director/lib/bosh/director/models/lin...
Fix issue where non-deploy commands may cause nil pointer exceptions [#<I>](<URL>)
cloudfoundry_bosh
train
ec193b283e9466552f44be91fefe0d5a754ece80
diff --git a/agent/lib/agent/message/apply.rb b/agent/lib/agent/message/apply.rb index <HASH>..<HASH> 100644 --- a/agent/lib/agent/message/apply.rb +++ b/agent/lib/agent/message/apply.rb @@ -8,14 +8,14 @@ module Bosh::Agent def self.long_running?; true; end def initialize(args) - @apply_spec = ar...
arguments to the agent comes in an array
cloudfoundry_bosh
train
1c3e7b887ef1c8ab362a1285527d619924d45373
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 @@ -24,8 +24,13 @@ if configs.keys.include? ENV['DB'] ActiveRecord::Base.default_timezone = :utc if defined? ActiveRecord::MigrationContext - # ActiveRecord >=5.2 - Active...
Provide corrct number of args for ea version. (second is @schema_migration)
alexreisner_geocoder
train
b6f2757892245efc8d630bd422f51381212c3ed2
diff --git a/command/v2/v2_push_command.go b/command/v2/v2_push_command.go index <HASH>..<HASH> 100644 --- a/command/v2/v2_push_command.go +++ b/command/v2/v2_push_command.go @@ -264,6 +264,7 @@ func (cmd V2PushCommand) processEvent(user configv3.User, appConfig pushaction.A cmd.UI.DisplayText("Retrying upload due t...
adding newline to force message to appear on separate line than progress bar - for windows command prompt, but makes sense [#<I>]
cloudfoundry_cli
train
b93bb1ec4abc31e7babc2b437e9ee6c0b03ccfbb
diff --git a/spec/unit/mixin/shell_out_spec.rb b/spec/unit/mixin/shell_out_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/mixin/shell_out_spec.rb +++ b/spec/unit/mixin/shell_out_spec.rb @@ -33,12 +33,13 @@ describe Ohai::Mixin::ShellOut, "shell_out" do else # this just replicates the behavior of defaul...
fix the deafult locale we need to call out to the ChefConfig helper to set this
chef_ohai
train
e1cbc54e28880ab38aacb20f66648b362c208e91
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -1428,6 +1428,8 @@ class Board(BaseBoard): of the Chess960 starting positions. """ + uci_variant = "chess" + def __init__(self, fen=STARTING_FEN, chess960=False): ...
UCI_Variant support for uci module
niklasf_python-chess
train
1983b4ae92a892e09bb6f3b28dc8c4f18a7bc88c
diff --git a/config/source/consul/util.go b/config/source/consul/util.go index <HASH>..<HASH> 100644 --- a/config/source/consul/util.go +++ b/config/source/consul/util.go @@ -8,24 +8,26 @@ import ( "github.com/micro/go-micro/config/encoder" ) -type jsonValue interface { +type configValue interface { Value() inte...
variable rename to abstract encoder
micro_go-micro
train
eebf119f6105842438d9ce775f79725a7c385554
diff --git a/dbusmock/mockobject.py b/dbusmock/mockobject.py index <HASH>..<HASH> 100644 --- a/dbusmock/mockobject.py +++ b/dbusmock/mockobject.py @@ -513,8 +513,13 @@ class DBusMockObject(dbus.service.Object): self.call_log.append((int(time.time()), str(dbus_method), args)) self.MethodCalled(dbus_met...
Allow Python functions to be passed to AddMethod from Python code If running a test from within Python, it’s convenient to be able to add methods by passing in a Python function handle, rather than just a string. This can also be used from within template files, which allows for more complex behaviour than can be fit...
martinpitt_python-dbusmock
train
b2fbfd77567a09e7136bafae4ee36daa8c7a920b
diff --git a/src/androidTest/java/com/couchbase/lite/DocumentTest.java b/src/androidTest/java/com/couchbase/lite/DocumentTest.java index <HASH>..<HASH> 100644 --- a/src/androidTest/java/com/couchbase/lite/DocumentTest.java +++ b/src/androidTest/java/com/couchbase/lite/DocumentTest.java @@ -354,7 +354,7 @@ public class ...
- Fixed update code for Thread. - Fixed expected value.
couchbase_couchbase-lite-android
train
860bac65d8b087bdf47c3268be7a3e27385d46f9
diff --git a/tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php b/tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php +++ b/tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php @@ -244,5 +244,7 @@ class ConnectionTest ...
Force connection close to allow further DROP DATABASE statements to work under PostgreSQL.
doctrine_dbal
train
d6e74d459296819f79e0a413b3ededd87d5c9791
diff --git a/src/FormField.js b/src/FormField.js index <HASH>..<HASH> 100644 --- a/src/FormField.js +++ b/src/FormField.js @@ -83,43 +83,31 @@ class FormField extends React.Component { let fieldPlaceholder let iconAdjustment - const parseInputOrSelect = (child, props, index) => { - position = index ...
Convert FormField component's parsing logic to use a "switch" statement
jrs-innovation-center_design-system
train
7bb05576126f045f04c40fb3b1dd4ec7b02c9ba6
diff --git a/src/PushAPI.php b/src/PushAPI.php index <HASH>..<HASH> 100644 --- a/src/PushAPI.php +++ b/src/PushAPI.php @@ -20,6 +20,6 @@ namespace ChapterThree\AppleNews; class PushAPI extends \ChapterThree\AppleNews\PushAPI\Curl { /** @var (const) PushAPI version */ - const VERSION = '0.1.2'; + const VERSION =...
Update PushAPI library version to <I>.
chapter-three_AppleNewsAPI
train
7e42a8b77a1011edebb4a750dd8b03f90d0bca8f
diff --git a/packages/patternfly-3/patternfly-react/src/common/helpers.js b/packages/patternfly-3/patternfly-react/src/common/helpers.js index <HASH>..<HASH> 100644 --- a/packages/patternfly-3/patternfly-react/src/common/helpers.js +++ b/packages/patternfly-3/patternfly-react/src/common/helpers.js @@ -1,4 +1,8 @@ impo...
feat(helpers): Add exported helpers object containing all helper functions. (#<I>) This is preparation for the ability of extensions and console to pull in portions of patternfly-react and allow tree shaking.
patternfly_patternfly-react
train
adc42270a1908d227c1f7759e0bfa63986957a0a
diff --git a/closure/goog/html/safehtml.js b/closure/goog/html/safehtml.js index <HASH>..<HASH> 100644 --- a/closure/goog/html/safehtml.js +++ b/closure/goog/html/safehtml.js @@ -58,15 +58,18 @@ goog.require('goog.string.TypedString'); * takes no parameters and the type is immutable; hence only a default instance *...
Escape code in documentation. Fixes #<I>. RELNOTES: n/a ------------- Created by MOE: <URL>
google_closure-library
train
7580cac0597faea867bc2a1b3d259ac958c04c89
diff --git a/base/dataframe_go.go b/base/dataframe_go.go index <HASH>..<HASH> 100644 --- a/base/dataframe_go.go +++ b/base/dataframe_go.go @@ -5,31 +5,31 @@ import ( "reflect" "strconv" - dataframe "github.com/rocketlaunchr/dataframe-go" + "github.com/rocketlaunchr/dataframe-go" ) // ConvertDataFrameToInstanc...
Fixing compilation errors that break the library The file in question has numerous references to the package "base" whilst also being in the same package. My guess is that this was a utility function and wasn't vetted for correctness after being moved here.
sjwhitworth_golearn
train
ac1d7de3e5162e8f42bc802436eaa86e1d8a2b5d
diff --git a/src/Class.js b/src/Class.js index <HASH>..<HASH> 100644 --- a/src/Class.js +++ b/src/Class.js @@ -293,11 +293,6 @@ define([ */ function wrapStaticMethod(method, constructor, classId, classBaseId, parentMeta) { - // Return the method if the class was created efficiently - if (cons...
Fix some bugs related with the latest commits.
IndigoUnited_js-dejavu
train
76d3692d9e0f95374961ec4c47041da771e9bf25
diff --git a/app/Http/Controllers/Admin/TeamController.php b/app/Http/Controllers/Admin/TeamController.php index <HASH>..<HASH> 100644 --- a/app/Http/Controllers/Admin/TeamController.php +++ b/app/Http/Controllers/Admin/TeamController.php @@ -106,4 +106,19 @@ class TeamController extends Controller return Redi...
Added the ability for admins to delete users. Closes #<I>
CachetHQ_Cachet
train
f9deb6adbaa8f9888fa5f059be29274a600c9b8d
diff --git a/lib/rubocop/cop/style/unneeded_interpolation.rb b/lib/rubocop/cop/style/unneeded_interpolation.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/style/unneeded_interpolation.rb +++ b/lib/rubocop/cop/style/unneeded_interpolation.rb @@ -16,6 +16,8 @@ module RuboCop # # good if @var is already a S...
Allow interpolated Strings in %W() arrays Style/UnneededInterpolation would register an offense for `%W(#{@var} foo)`
rubocop-hq_rubocop
train
1b2de03c722ae6ae71eda970d29d1c2a069bc9e0
diff --git a/lib/plus-interval-in-key.js b/lib/plus-interval-in-key.js index <HASH>..<HASH> 100644 --- a/lib/plus-interval-in-key.js +++ b/lib/plus-interval-in-key.js @@ -1,7 +1,30 @@ -var genericIntervalInKey = function (Key, startPitch) { - return function (intervalSize) { - return Key.plusInterval(startPitch, in...
change arg to be a string representing a Key instead of a Key object
jrleszcz_music-machine
train
7658818571a7ac040dd87b45d4332cd0f2285b32
diff --git a/cmd/cmd.js b/cmd/cmd.js index <HASH>..<HASH> 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -262,23 +262,19 @@ class Cmd { } test() { + const urlRegexExp = /^(vm|embark|((ws|https?):\/\/([a-zA-Z0-9_.-]*):?([0-9]*)?))$/i; program .command('test [file]') .option('-n , --node <node>...
remove custom option validation Was trying to get a bit too fancy and show an error message if the user didn’t provide a valid value. Instead, if they use `—node` and the value is not a valid option, `vm` will be the default.
embark-framework_embark
train
5e85194b3243685b1ab2e1fb7bb20639a7ae619d
diff --git a/src/main/java/water/util/Utils.java b/src/main/java/water/util/Utils.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/util/Utils.java +++ b/src/main/java/water/util/Utils.java @@ -964,14 +964,18 @@ public class Utils { public static class approxMathTester { @Test public void run() { ...
Avoid division by zero in approxMath tests. Add seed.
h2oai_h2o-2
train
4a300d6685562091c47b24639673e195ad64b9fb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,8 @@ module.exports = function (file, opts) { if (Array.isArray(expressions.less)) { expressions.less.forEach(function (expr){ - var lessFilePath = matchArgs(expr)[0]; + var args = matchArgs(expr);...
now writing link to style sheet when found html file
capaj_require-stylify
train
5b4295859c23db2d3d2bb7db740d5eff31b9c572
diff --git a/src/frontend/org/voltdb/probe/MeshProber.java b/src/frontend/org/voltdb/probe/MeshProber.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/probe/MeshProber.java +++ b/src/frontend/org/voltdb/probe/MeshProber.java @@ -95,6 +95,8 @@ public class MeshProber implements JoinAcceptor { private ...
ENG-<I>, provide default (fake) license hash for pro-repo unit tests (#<I>)
VoltDB_voltdb
train
c0f6fac0ae665c760abd82608a22c61c6fa6fe3e
diff --git a/pyckson/const.py b/pyckson/const.py index <HASH>..<HASH> 100644 --- a/pyckson/const.py +++ b/pyckson/const.py @@ -1,8 +1,10 @@ +import datetime + from pyckson.model import ListType, UnresolvedListType PYCKSON_ATTR = '__pyckson' PYCKSON_TYPEINFO = '__pyckson_typeinfo' PYCKSON_MODEL = '__pyckson_model'...
add datetime and byte type so you can use pyckson to serialize to bson-like dicts
antidot_Pyckson
train
cec0923750cf3555f0f1b37790ea573eb92850c7
diff --git a/server/src/main/webapp/WEB-INF/rails/app/assets/javascripts/application.js b/server/src/main/webapp/WEB-INF/rails/app/assets/javascripts/application.js index <HASH>..<HASH> 100644 --- a/server/src/main/webapp/WEB-INF/rails/app/assets/javascripts/application.js +++ b/server/src/main/webapp/WEB-INF/rails/app...
Add comments on remaining usages of some Rails asset-pipelined JS Try to make it easier to figure out when/if they can be removed. Can't work out how to make these comments get stripped during the Sprockets asset pipeline, however since this doesn't seem to be minified anyway, it's probably not the biggest concern in ...
gocd_gocd
train
44914c28ef103a0c1afe5aaafa6d5f8120af1e84
diff --git a/ui/components/signin/index.js b/ui/components/signin/index.js index <HASH>..<HASH> 100644 --- a/ui/components/signin/index.js +++ b/ui/components/signin/index.js @@ -246,11 +246,16 @@ exports.create = function (model, dom) { }); }; - dom.addListener(handle, 'keyup', validateHandle); - dom.addLi...
fix error when there are missing inputs
psirenny_derby-user
train
543cea978de071ac19c6b98ff1fded58bfa0eefa
diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java index <HASH>..<HASH> 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/...
[Java]: add check to avoid trying to re-resolve dynamic DMC.
real-logic_aeron
train
2702cfc9809fd4b5f332f74d3ea8f576b578f04c
diff --git a/lib/database/domain.js b/lib/database/domain.js index <HASH>..<HASH> 100644 --- a/lib/database/domain.js +++ b/lib/database/domain.js @@ -258,6 +258,8 @@ Domain.prototype = { }, get searchableDocumentsCount() { + if (!this.context) return 0; + var options = { table: this.tableNam...
Return 0 by searchableDocumentsCount if there is no context
groonga_gcs
train
25f1e92d0916210f7ee566d3cd2956e8346c6245
diff --git a/SyliusResourceBundle.php b/SyliusResourceBundle.php index <HASH>..<HASH> 100644 --- a/SyliusResourceBundle.php +++ b/SyliusResourceBundle.php @@ -11,6 +11,10 @@ namespace Sylius\Bundle\ResourceBundle; +use Sylius\Bundle\ResourceBundle\DependencyInjection\Factory\DoctrineODMFactory; +use Sylius\Bundle\...
- Update SyliusResourceBundle to add the default factories to the extension class. This was missed in the first commit
Sylius_SyliusResourceBundle
train
3c8a6794bad274b1dd49c13801d22028bcdea987
diff --git a/src/Common/Traits/GetCountCommon.php b/src/Common/Traits/GetCountCommon.php index <HASH>..<HASH> 100644 --- a/src/Common/Traits/GetCountCommon.php +++ b/src/Common/Traits/GetCountCommon.php @@ -24,6 +24,22 @@ trait GetCountCommon **/ protected function getCountCommon($aData = array()) { + ...
Aded hack to fix searching in admin
nails_common
train
b6ef2f1b96461e71c99abfe8ccab82db94ef8a11
diff --git a/torchvision/transforms.py b/torchvision/transforms.py index <HASH>..<HASH> 100644 --- a/torchvision/transforms.py +++ b/torchvision/transforms.py @@ -120,7 +120,7 @@ def to_pil_image(pic): def normalize(tensor, mean, std): - """Normalize an tensor image with mean and standard deviation. + """Nor...
fix a typo in normalize: an tensor -> a tensor
pytorch_vision
train
e48ad568b9e0ad9d3fbcecb82bf77998b19f6499
diff --git a/etcdctl/ctlv3/command/printer_simple.go b/etcdctl/ctlv3/command/printer_simple.go index <HASH>..<HASH> 100644 --- a/etcdctl/ctlv3/command/printer_simple.go +++ b/etcdctl/ctlv3/command/printer_simple.go @@ -150,7 +150,7 @@ func (s *simplePrinter) MemberList(resp v3.MemberListResponse) { func (s *simplePrin...
etcdctl: Print healthy results to stdout, not stderr Printing to stderr when there is no actual error is not intuitive and makes tool integration more difficult
etcd-io_etcd
train
5fbe8b7032d79aaf6e334109d4db068925adf7a1
diff --git a/suspect/io/lcmodel.py b/suspect/io/lcmodel.py index <HASH>..<HASH> 100644 --- a/suspect/io/lcmodel.py +++ b/suspect/io/lcmodel.py @@ -97,6 +97,7 @@ def write_all_files(filename, data, wref_data=None, params=None): # have to add single quotes to the various paths base_params["FILRAW"] = "'{}'".for...
add quotes to psfil param in lcmodel control file export
bennyrowland_suspect
train
8fb2f7c7891baad75b9ada315484372264351128
diff --git a/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java b/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java +++ b/src/main/java/org/jboss/netty/channel/socket/nio/NioWorker.java @@ -75,7 ...
It's actually enough with a simple shutdown lock because we have only one acceptor thread.
netty_netty
train
27785f4c8d8d4083349e980c75571e4e1c54ff98
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100644 --- a/tests/test.py +++ b/tests/test.py @@ -2770,7 +2770,7 @@ def test_unusual_channel_numbers(): iaa.SimplexNoiseAlpha(iaa.Add(10), name="SimplexNoiseAlpha"), iaa.FrequencyNoiseAlpha(exponent=(-2, 2), first=iaa.Add(10), name="Simp...
Add Scale to test for unusual channel numbers
aleju_imgaug
train
6920a1bc45738cf6a88e2894d4d6d4da000a0cd1
diff --git a/lib/spaceship/tunes/build.rb b/lib/spaceship/tunes/build.rb index <HASH>..<HASH> 100644 --- a/lib/spaceship/tunes/build.rb +++ b/lib/spaceship/tunes/build.rb @@ -118,7 +118,8 @@ module Spaceship parameters = { app_id: self.build_train.application.apple_id, train: self.build_t...
tvos builds can be updated
fastlane_fastlane
train
405f00324189ac2292bd726f6b387197edacd31f
diff --git a/src/calmjs/tests/test_dist.py b/src/calmjs/tests/test_dist.py index <HASH>..<HASH> 100644 --- a/src/calmjs/tests/test_dist.py +++ b/src/calmjs/tests/test_dist.py @@ -35,11 +35,9 @@ class DistTestCase(unittest.TestCase): calmjs_dist.validate_package_json( self.dist, self.optnam...
Some error messages have changed in py<I>/pypy - I guess be less pedantic.
calmjs_calmjs
train
da9750762dd9b4ceed0dcaeb86a1764e2bf29fa8
diff --git a/boddle.py b/boddle.py index <HASH>..<HASH> 100644 --- a/boddle.py +++ b/boddle.py @@ -1,16 +1,22 @@ # GNU LESSER GENERAL PUBLIC LICENSE -import bottle, io +import io import json as lib_json try: + import bottle +except ImportError: + print("you don't have bottle installed") + + +try: from url...
fix for setup.py build error when you don't have bottle already installed
keredson_boddle
train
b1dcd6f12bf5abdf8416e81dfe6f31c2caa0ca8a
diff --git a/src/webroot/cms/audit-log/auditlogfilters/auditlogfilters.js b/src/webroot/cms/audit-log/auditlogfilters/auditlogfilters.js index <HASH>..<HASH> 100644 --- a/src/webroot/cms/audit-log/auditlogfilters/auditlogfilters.js +++ b/src/webroot/cms/audit-log/auditlogfilters/auditlogfilters.js @@ -89,7 +89,7 @@ fun...
Task #<I>: filter datepicker must be redesigned
sitesupra_sitesupra
train
c1d909e2b04ffdbb122fff4cc42ae41ca22fabef
diff --git a/src/ConfigHandler.php b/src/ConfigHandler.php index <HASH>..<HASH> 100644 --- a/src/ConfigHandler.php +++ b/src/ConfigHandler.php @@ -1,6 +1,6 @@ <?php /** - * PHP Config Handler Interface + * Config Handler Abstract Class * * Provides functionality for retrieval, setting, and removing of config item...
fix wording in abstract class docblock
SlaxWeb_Config
train
c58b5d745349cd7f5abe693a665c5b60508d4a05
diff --git a/lxd/storage.go b/lxd/storage.go index <HASH>..<HASH> 100644 --- a/lxd/storage.go +++ b/lxd/storage.go @@ -156,10 +156,22 @@ func newStorageWithConfig(d *Daemon, sType storageType, config map[string]interf switch sType { case storageTypeBtrfs: + if d.Storage != nil && d.Storage.GetStorageType() == st...
Never create a new storage if the default is of the same type.
lxc_lxd
train
1a3661f641e62d3fdc03eae32c60b2b33a5d90bb
diff --git a/src/java/org/apache/cassandra/service/StorageService.java b/src/java/org/apache/cassandra/service/StorageService.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/service/StorageService.java +++ b/src/java/org/apache/cassandra/service/StorageService.java @@ -1305,18 +1305,16 @@ public cl...
support for node removal with virtual nodes Patch by Sam Overton and eevans; reviewed by Brandon Williams for CASSANDRA-<I>
Stratio_stratio-cassandra
train
2e8b6b1d8618a7a6c6189855ea8f6361bcb6789b
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -28,19 +28,19 @@ ini_set('display_errors', 1); */ if (!defined('JPATH_TESTS')) { - define('JPATH_TESTS', str_replace(DIRECTORY_SEPARATOR, '/', realpath(__DIR__))); + define('JPAT...
reverting changes to bootstrap.php using realpath() to remove platform dependencies of the tests
joomla_joomla-framework
train
6c39f6185f998208149dd84436cb7e0efd5b1fac
diff --git a/lib/washout_builder/router.rb b/lib/washout_builder/router.rb index <HASH>..<HASH> 100644 --- a/lib/washout_builder/router.rb +++ b/lib/washout_builder/router.rb @@ -9,7 +9,7 @@ module WashoutBuilder def call(env) env['washout_builder.controller_path'] = @controller_path - WashoutBuilder...
minor update of router to use global scope and namespace of controller
bogdanRada_washout_builder
train
e069556eb8f4e108e0788678528e464a6a485d2d
diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ matplotlib>=2.0.2 numpy==1.14.2 pyrddl>=0.1.0 rddlgym>=0.2.8 +rddl2tf>=0.2.0 Sphinx==1.7.6 tensorflow==1.5.0 tensorflow-tensorboard==1.5.1 diff --git a/setup.py b/setup.py ind...
Add rddl2tf as a dependency in requirements.txt and setup.py
thiagopbueno_tf-rddlsim
train
53319f7021bac40228a1450e171627f69c5b3479
diff --git a/app/functional/twitter/twitter.js b/app/functional/twitter/twitter.js index <HASH>..<HASH> 100644 --- a/app/functional/twitter/twitter.js +++ b/app/functional/twitter/twitter.js @@ -41,7 +41,7 @@ var widget = uki({ ] }, { view: 'ScrollPane', rect: '0 50 200 250', anchors:...
force twitter scrolling from the very start
voloko_uki
train
fec7643b5d9e45e2d47ea24bacd76a99de409d31
diff --git a/custodian/vasp/handlers.py b/custodian/vasp/handlers.py index <HASH>..<HASH> 100644 --- a/custodian/vasp/handlers.py +++ b/custodian/vasp/handlers.py @@ -128,6 +128,8 @@ class VaspErrorHandler(ErrorHandler, MSONable): actions.append({"dict": "POSCAR", "action": {"_...
modified rot_matrix handler to also decrease symprec tolerance (required for structures with only one atom)
materialsproject_custodian
train
10d7e2cd660ccbef62677832e137ad0da9827f03
diff --git a/lib/hatchet/app.rb b/lib/hatchet/app.rb index <HASH>..<HASH> 100644 --- a/lib/hatchet/app.rb +++ b/lib/hatchet/app.rb @@ -40,9 +40,13 @@ module Hatchet # but programatically and with more control def run(command, timeout = nil, &block) heroku_command = "heroku run #{command} -a #{name}" - ...
work around bundler issues when running heroku
heroku_hatchet
train
4f550ae634c67f6377c8b91738433014fefc7987
diff --git a/test/core/actionCluster.js b/test/core/actionCluster.js index <HASH>..<HASH> 100644 --- a/test/core/actionCluster.js +++ b/test/core/actionCluster.js @@ -463,26 +463,23 @@ describe('Core: Action Cluster', function(){ }); }); - setTimeout(function(){ - clientA.v...
less brittle join/leave test
actionhero_actionhero
train
6fc35999dbb63d31a7ca3ac5071e53de1f24a4f5
diff --git a/fsps/__init__.py b/fsps/__init__.py index <HASH>..<HASH> 100644 --- a/fsps/__init__.py +++ b/fsps/__init__.py @@ -7,10 +7,38 @@ from __future__ import (division, print_function, absolute_import, __all__ = [] import os +import subprocess +import re try: ev = os.environ["SPS_HOME"] except KeyErr...
trying for an FSPS revision check
dfm_python-fsps
train
290d07b421272a8917e3e7f7916f5d4c5d6ebf26
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -864,7 +864,7 @@ class Connection extends EventEmitter { } connectTimeout() { - const message = 'Failed to connect to ' + this.config.server + ':' + this.config.options.port + ' i...
refactor: update timeout error with instance name
tediousjs_tedious
train
af4be2be810666988f1f6d12d63219e74aa1698f
diff --git a/Validator/Constraints/DataValidator.php b/Validator/Constraints/DataValidator.php index <HASH>..<HASH> 100644 --- a/Validator/Constraints/DataValidator.php +++ b/Validator/Constraints/DataValidator.php @@ -122,7 +122,7 @@ class DataValidator extends ConstraintValidator /** @var ValueInterface $val...
Removing @todo comments
VincentChalnot_SidusEAVModelBundle
train
e41a9fa0918c4ce7dee2a79dc3c03767dbc813ab
diff --git a/SharePointAPI.php b/SharePointAPI.php index <HASH>..<HASH> 100644 --- a/SharePointAPI.php +++ b/SharePointAPI.php @@ -545,8 +545,13 @@ class SharePointAPI { * @return Array */ public function deleteMultiple ($list_name, array $IDs) { + //change input "array(ID1,ID2,ID3)"" to "array(array('id'=>ID1...
Fix for deleteMultiple/delete.
thybag_PHP-SharePoint-Lists-API
train
b53df625dbb5323017843b3031ae9538ada1b6dc
diff --git a/bounded_context/spec/spec_helper.rb b/bounded_context/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/bounded_context/spec/spec_helper.rb +++ b/bounded_context/spec/spec_helper.rb @@ -33,7 +33,7 @@ module GeneratorHelper end def system_run_generator(genetator_args) - system("cd #{destinati...
Mostly obvious yet forgotten ceremony to invoke generator on cmdline.
RailsEventStore_rails_event_store
train
660a19b706af1a6d9f852ed8274ef490d6862d26
diff --git a/lib/fastlane/helper/sh_helper.rb b/lib/fastlane/helper/sh_helper.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/helper/sh_helper.rb +++ b/lib/fastlane/helper/sh_helper.rb @@ -35,8 +35,12 @@ module Fastlane if exit_status != 0 # this will also append the output to the exception - ...
Crash shell commands without message when `log=false` This prevents logging of passwords passed in shell commands.
fastlane_fastlane
train
f70581f27629d368efd6626ab9ef4a810f9d50a0
diff --git a/test/functional/crud_spec_tests.js b/test/functional/crud_spec_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/crud_spec_tests.js +++ b/test/functional/crud_spec_tests.js @@ -303,7 +303,7 @@ describe('CRUD spec', function() { ); } - return Promise.all([dropPromises]) + return...
test(crud): don't pass an array of arrays to Promise.all
mongodb_node-mongodb-native
train
b80151bec4b61b2414fa4ba7e42d9c09239189ad
diff --git a/code/cms/ShopConfig.php b/code/cms/ShopConfig.php index <HASH>..<HASH> 100644 --- a/code/cms/ShopConfig.php +++ b/code/cms/ShopConfig.php @@ -34,6 +34,11 @@ class ShopConfig extends DataObjectDecorator{ $countriestab->setTitle("Allowed Countries"); } + /** + * Get list of allowed countries + * @p...
API: created alias ShopConfig::current() which is just SiteConfig::current_site_config()
silvershop_silvershop-core
train
02e4e55bdcdacee9c83190e4d801d1116b09aab7
diff --git a/Formatter/TwigFormatter.php b/Formatter/TwigFormatter.php index <HASH>..<HASH> 100644 --- a/Formatter/TwigFormatter.php +++ b/Formatter/TwigFormatter.php @@ -17,10 +17,9 @@ class TwigFormatter implements \Sonata\FormatterBundle\Formatter\FormatterInterf } /** - * @param $text - * @r...
Fixed CS in the TwigFormatter. Added correct phpdoc comments and fixed function prototypes.
sonata-project_SonataFormatterBundle
train
bdca871606e8fa894048c4d993dc548e67c7b6cf
diff --git a/logging_tree/__init__.py b/logging_tree/__init__.py index <HASH>..<HASH> 100644 --- a/logging_tree/__init__.py +++ b/logging_tree/__init__.py @@ -81,6 +81,10 @@ On older versions of Python you will instead have to install Changelog --------- +**Version 1.6** - 2015 January 8 + Fixed a crash that wou...
Version <I>, that fixes #<I>
brandon-rhodes_logging_tree
train
c884aee70555fab70a80fac84b3812a2b74b17fa
diff --git a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceManagerDriver.java b/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceManagerDriver.java index <HASH>..<HASH> 100644 --- a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceMa...
[FLINK-<I>][k8s] Remove pods terminated during JM failover. This closes #<I>.
apache_flink
train
716e23e54419d1b9909cd1a20d8ff4761c13687f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -44,6 +44,7 @@ const booruCache = {} * @param {Object} [searchOptions={}] The options for searching * @param {Number|String} [searchOptions.limit=1] The limit of images to return * @param {Boolean} [searchOptions.rando...
Add jsdoc, make credentials null by default
AtlasTheBot_booru
train
086822e6419c89c33b322bacbbc891148a4b3647
diff --git a/src/attributes.js b/src/attributes.js index <HASH>..<HASH> 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -9,6 +9,19 @@ var rclass = /[\n\t]/g, rclickable = /^a(?:rea)?$/i, rradiocheck = /^(?:radio|checkbox)$/i; +jQuery.props = { + "for": "htmlFor", + "class": "className", + readonly: "rea...
Moved jQuery.props to attributes since it was only used in support. Fixes #<I> - suggestion by dmethvin
jquery_jquery
train
1ee1785aa5423d38761e5bcb10f5ad4f56c6b0b0
diff --git a/admin/views/gallery/items.php b/admin/views/gallery/items.php index <HASH>..<HASH> 100755 --- a/admin/views/gallery/items.php +++ b/admin/views/gallery/items.php @@ -28,9 +28,9 @@ $id = $gallery->id; <h4>Create Item</h4> <?=FileUploader::widget( [ 'options' => - [ 'id' => 'gallery-item', 'cl...
Updated ajax processor.
cmsgears_module-core
train
9ad55e4e1696ebbb000696e2f4cd9b55eef8cc78
diff --git a/test/test_exiftool_stuff.rb b/test/test_exiftool_stuff.rb index <HASH>..<HASH> 100644 --- a/test/test_exiftool_stuff.rb +++ b/test/test_exiftool_stuff.rb @@ -22,7 +22,7 @@ class TestExiftoolStuff < Test::Unit::TestCase v = MultiExiftool.exiftool_version assert_not_nil v end - assert t...
Shrink acceleration factor to hopefully pass on travis with JRuby.
janfri_multi_exiftool
train
995a6d56670998f44c617b152e5186cb82815a12
diff --git a/PhpAmqpLib/Connection/AMQPSSLConnection.php b/PhpAmqpLib/Connection/AMQPSSLConnection.php index <HASH>..<HASH> 100644 --- a/PhpAmqpLib/Connection/AMQPSSLConnection.php +++ b/PhpAmqpLib/Connection/AMQPSSLConnection.php @@ -19,7 +19,8 @@ class AMQPSSLConnection extends AMQPStreamConnection $password...
Allow choosing a different protocol for SSL/TLS Fixes #<I> Allows using tls, tls<I>, etc as an argument to AMQPSSLConnection ctor
php-amqplib_php-amqplib
train
0d6368a0923e7f10f6d971225e27c66e53197d00
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index <HASH>..<HASH> 100755 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -23,5 +23,7 @@ def response(resp): for result in search_res['responseData']['results']: url = result['originalContextUrl'] ...
[fix] skipping empty urls
asciimoo_searx
train
2b995d05a5a8a7f948ec30f64b2ff8a29f94207b
diff --git a/lib/akasha/storage/http_event_store/client.rb b/lib/akasha/storage/http_event_store/client.rb index <HASH>..<HASH> 100644 --- a/lib/akasha/storage/http_event_store/client.rb +++ b/lib/akasha/storage/http_event_store/client.rb @@ -62,9 +62,23 @@ module Akasha end end + # Reads s...
Support for reading/writing Eventstore stream metadata.
bilus_akasha
train
126369253e5f9580a1105cfa6504a38456d8d77c
diff --git a/lib/datasource-executor.js b/lib/datasource-executor.js index <HASH>..<HASH> 100644 --- a/lib/datasource-executor.js +++ b/lib/datasource-executor.js @@ -59,25 +59,51 @@ function executeDst(api, request, dst) { }) // Adjust the main request's filter to include the results from the subFi...
datasource-executor: Add comments for internal functions
godmodelabs_flora
train
8625fe082b9064cddbd7d9e6dcb07c1579eed490
diff --git a/migrations/Version202106081338544101_taoProctoring.php b/migrations/Version202106081338544101_taoProctoring.php index <HASH>..<HASH> 100644 --- a/migrations/Version202106081338544101_taoProctoring.php +++ b/migrations/Version202106081338544101_taoProctoring.php @@ -23,7 +23,7 @@ declare(strict_types=1); n...
fix: update doc (cherry picked from commit d9ef7d<I>f<I>f<I>b<I>b6addaee<I>e5ec<I>)
oat-sa_extension-tao-proctoring
train
d2a128f4c8f4df1019b39ce34389824f81363d56
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/test/TestAwareClientFactory.java b/hazelcast-client/src/test/java/com/hazelcast/client/test/TestAwareClientFactory.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/test/TestAwareClientFactory.java +++ b/hazelcast-...
JavaDoc: Add warning related to multiJVM runs to TestAware factories
hazelcast_hazelcast
train
fa4cb62f5a4d70fd699ab323ad6c26baba456b2b
diff --git a/server/index.js b/server/index.js index <HASH>..<HASH> 100644 --- a/server/index.js +++ b/server/index.js @@ -29,7 +29,7 @@ function LockdServer(options) { self.disconnect(client); }); }); - server.listen(listenOn.port); + server.listen(listenOn....
Fix listening only on a specific interface
nylen_lockd
train
81fcb4452e569717919fa83446a13207651b2353
diff --git a/test/test_language.rb b/test/test_language.rb index <HASH>..<HASH> 100644 --- a/test/test_language.rb +++ b/test/test_language.rb @@ -249,7 +249,7 @@ class TestLanguage < Test::Unit::TestCase assert_equal Language['Nginx'], Language.find_by_filename('nginx.conf').first assert_equal ['C', 'C++', '...
Rename file for the test on non-existing extension
github_linguist
train
2d1474d700bc6c9d3be733b2115dac187bca7f89
diff --git a/restclients_core/util/mock.py b/restclients_core/util/mock.py index <HASH>..<HASH> 100644 --- a/restclients_core/util/mock.py +++ b/restclients_core/util/mock.py @@ -1,5 +1,6 @@ import re import os +from os.path import isfile, join, dirname import json try: from urllib.parse import unquote @@ -22,...
Added new mock data resolving tools
uw-it-aca_uw-restclients-core
train
080aea1a5570c6cf4334740a61898209950aba75
diff --git a/packages/react-server-cli/src/compileClient.js b/packages/react-server-cli/src/compileClient.js index <HASH>..<HASH> 100755 --- a/packages/react-server-cli/src/compileClient.js +++ b/packages/react-server-cli/src/compileClient.js @@ -213,11 +213,15 @@ module.exports = { return { done: function...
Restore the require.ensure() call within the dynamically generated webpack entry file because the Webpack bundles were inappropriately large without it. We should be more explicit about the role of Webpack's dynamic import capability versus FLAB.
redfin_react-server
train
7581193678f58d363d6d51600c83803e6709a7da
diff --git a/activerecord/test/validations_test.rb b/activerecord/test/validations_test.rb index <HASH>..<HASH> 100755 --- a/activerecord/test/validations_test.rb +++ b/activerecord/test/validations_test.rb @@ -320,6 +320,34 @@ class ValidationsTest < Test::Unit::TestCase assert_raise(ArgumentError) { Topic.vali...
Added more tests to validates_format_of (closes #<I>) [<EMAIL>] git-svn-id: <URL>
rails_rails
train
26d28c52daa5927aa7edfbaa8d4d9040a23fb2d5
diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/AttributeObserver.java b/gwt-material/src/main/java/gwt/material/design/client/base/AttributeObserver.java index <HASH>..<HASH> 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/AttributeObserver.java +++ b/gwt-material/src/ma...
Fix issues with "window" and "body" retrieval. Avoid static calling of JQuery since its a potential race condition.
GwtMaterialDesign_gwt-material
train
11e43a0d0391e45b8576727b72f95fa3b883bf91
diff --git a/librosa/filters.py b/librosa/filters.py index <HASH>..<HASH> 100644 --- a/librosa/filters.py +++ b/librosa/filters.py @@ -2,9 +2,11 @@ """Commonly used filter banks: DCT, Chroma, Mel, CQT""" import numpy as np +import scipy.signal import librosa + def dct(n_filters, n_input): """Discrete cos...
hamming -- hann in cqt filters
librosa_librosa
train
a0704a5550336ecd76781c07dd68049ab718d084
diff --git a/spec/import_js/importer_spec.rb b/spec/import_js/importer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/import_js/importer_spec.rb +++ b/spec/import_js/importer_spec.rb @@ -624,6 +624,25 @@ var { memoize } = require('underscore'); memoize EOS end + + context 'with other i...
Add spec for sorting of destructured imports I thought this didn't work, and in true TDD fashion I started writing a test to reproduce. It turns out that everything was already behaving the way I was expecting, but it doesn't hurt adding this test to keep it working in the future too.
Galooshi_import-js
train
8339b60df0f5f84985d9be1c170348d5357430e1
diff --git a/src/main/java/biweekly/Biweekly.java b/src/main/java/biweekly/Biweekly.java index <HASH>..<HASH> 100644 --- a/src/main/java/biweekly/Biweekly.java +++ b/src/main/java/biweekly/Biweekly.java @@ -1121,6 +1121,7 @@ public class Biweekly { * @see Biweekly#write(ICalendar...) */ public static class Writ...
Added ability to specify version to "ICalendar.write" and "Biweekly".
mangstadt_biweekly
train
b4c9f428015570ac4bf6592d04f8c0073b644c91
diff --git a/src/org/fit/cssbox/swingbox/BrowserPane.java b/src/org/fit/cssbox/swingbox/BrowserPane.java index <HASH>..<HASH> 100644 --- a/src/org/fit/cssbox/swingbox/BrowserPane.java +++ b/src/org/fit/cssbox/swingbox/BrowserPane.java @@ -335,21 +335,29 @@ public class BrowserPane extends JEditorPane private Ele...
Scrolling to anchor improved and ID attribute as anchor interpretation added
radkovo_SwingBox
train
ed93c9310fc563ea3b1e4c4c439d8861a6067a24
diff --git a/lib/chai/interface/assert.js b/lib/chai/interface/assert.js index <HASH>..<HASH> 100644 --- a/lib/chai/interface/assert.js +++ b/lib/chai/interface/assert.js @@ -946,8 +946,8 @@ module.exports = function (chai, util) { * the absence of a value in an array, a substring in a string, or a subset of * ...
docs: fix unbalanced quotes in assert.notInclude example (#<I>) Some of the examples in assert.notInclude used quotes in the string and for the string itself, so it now uses double quotes to prevent the single quote from breaking the syntax.
chaijs_chai
train