hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
47b147ec10738ea94a572c58a7ab8832972deee3
diff --git a/src/Window.js b/src/Window.js index <HASH>..<HASH> 100644 --- a/src/Window.js +++ b/src/Window.js @@ -357,7 +357,7 @@ OO.ui.Window.prototype.getTeardownProcess = function () { /** * Open window. * - * Do not override this method. Use #geSetupProcess to do something each time the window closes. + * Do ...
[BREAKING CHANGE] Use promises for confirmation dialog instead of done event Should be merged at the same time as I7e7a5fce Unbreaks the confirm dialog (I5f<I>) Change-Id: I<I>af4f4f0db<I>e4a<I>e<I>f<I>fb<I>a<I>c
wikimedia_oojs-ui
train
0a24452c7e2e7de3c25b14e4ca8b227df996e5f4
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ In `test_helper.rb`: In the test: - panopticon_has_metadata('id' => 12345, 'need_id' => need.id, + panopticon_has_metadata('id' => 12345, 'need_ids' => [need.id], 'slug' => 'my_slug') ##...
Artefacts have multiple need ids
alphagov_gds-api-adapters
train
d57cd77ff10648fb2bd3409bec50ed6a975363e8
diff --git a/aws/resource_aws_s3_bucket.go b/aws/resource_aws_s3_bucket.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_s3_bucket.go +++ b/aws/resource_aws_s3_bucket.go @@ -39,7 +39,7 @@ func resourceAwsS3Bucket() *schema.Resource { Computed: true, ForceNew: true, ConflictsWith: []string{...
resource/aws_s3_bucket: Continue supporting empty string bucket argument Reference: <URL> testing.go:<I>: Step 0 error: config is invalid: aws_s3_bucket.test: expected length of bucket to be in the range (3 - <I>), got ``` Output from acceptance testing: ``` --- PASS: TestAccAWSS3Bucket_Bucket_EmptyString (<I>s)...
terraform-providers_terraform-provider-aws
train
d1f3105fbdebb19bdb36286789504a5bf96db321
diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java index <HASH>..<HASH> 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/ana...
added appropriate sorting to resolve issue #<I> Former-commit-id: b5d0dd3e9d<I>ea<I>b<I>eaa5c
jeremylong_DependencyCheck
train
c6dc1da4596aafe3750f169357fa9774eee5eb12
diff --git a/lib/logger.js b/lib/logger.js index <HASH>..<HASH> 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -16,7 +16,6 @@ exports.init = function(level, options){ } var levels = [ - 'critical', 'error', 'warning', 'notice', @@ -55,10 +54,6 @@ Log.prototype = { this.level = level || 'debug'; }, -...
Removed critical from logger module. Error should do.
prey_prey-node-client
train
9d00db504a7a702891463681337ca2fb66b398be
diff --git a/question/editlib.php b/question/editlib.php index <HASH>..<HASH> 100644 --- a/question/editlib.php +++ b/question/editlib.php @@ -397,7 +397,7 @@ function question_list($course, $categoryid, $quizid=0, ' <a href="javascript:deselect_all_in(\'TABLE\', null, \'categoryquestions\');">'.$strselectnone.'<...
fix for MDL-<I>, removing doulbe <<
moodle_moodle
train
a933faa5b37e38757824d1a1efb336db2dd35eec
diff --git a/rw/routing.py b/rw/routing.py index <HASH>..<HASH> 100644 --- a/rw/routing.py +++ b/rw/routing.py @@ -15,6 +15,8 @@ import re from tornado import stack_context +from bson import ObjectId +from bson.objectid import InvalidId _rule_re = re.compile(r''' @@ -52,10 +54,11 @@ def parse_rule(rule): ...
Added ObjectId as routing type.
FlorianLudwig_rueckenwind
train
a2293f729b1d602d593bf37eb4403dab3d52cc68
diff --git a/validator/outputhandlers/shellcolors.py b/validator/outputhandlers/shellcolors.py index <HASH>..<HASH> 100644 --- a/validator/outputhandlers/shellcolors.py +++ b/validator/outputhandlers/shellcolors.py @@ -61,6 +61,7 @@ class OutputHandler: rany = text.rfind("<<") # Put in the e...
Fixed minor CLI bug with percent signs in color mode.
mozilla_amo-validator
train
b6749cbc78a90a557ee729143967402fc6fc272b
diff --git a/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/endpoint/DefaultRedirectResolver.java b/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/endpoint/DefaultRedirectResolver.java index <HASH>..<HASH> 100644 --- a/spring-security-oauth2/src/main...
Stricter checking for requested redirect_uri. For a URL, the protocol and host must match and the registered redirect must be a substring of the requested uri. For a non-URL, an exact match is required.
spring-projects_spring-security-oauth
train
6424f81bfa422b8563d2420906ff10564847abc3
diff --git a/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java b/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java +++ b/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java @@ -266,6 +26...
add stops for pattern and stops for route
conveyal_gtfs-lib
train
9b2025b425b9a8987db10430989dc33ae020919d
diff --git a/txaws/s3/client.py b/txaws/s3/client.py index <HASH>..<HASH> 100644 --- a/txaws/s3/client.py +++ b/txaws/s3/client.py @@ -639,11 +639,12 @@ class Query(BaseQuery): headers, self.data, URLContext(self.endpoint, self.bucket, self.object_name), - ...
Include method in signature. Previously the signature assumed all requests were GETs, leading to signature failures on PUTs, etc. Fix this by including the method.
twisted_txaws
train
ad9f71734f8f40806c43791567b476030bf34cc6
diff --git a/tests/test_encoding/test_encoder_properties.py b/tests/test_encoding/test_encoder_properties.py index <HASH>..<HASH> 100644 --- a/tests/test_encoding/test_encoder_properties.py +++ b/tests/test_encoding/test_encoder_properties.py @@ -468,6 +468,7 @@ def test_encode_signed_real(base_integer_value, frac...
Fix another ValueError that should be IllegalValue
ethereum_eth-abi
train
af882d44050c1cfd454b9c264539a9124300d0f3
diff --git a/config/construction/Init.php b/config/construction/Init.php index <HASH>..<HASH> 100644 --- a/config/construction/Init.php +++ b/config/construction/Init.php @@ -4,7 +4,7 @@ * @Author: Cleberson Bieleski * @Date: 2017-12-23 04:54:45 * @Last Modified by: Cleber - * @Last Modified time: 19-04-2018 ...
add many templates in <I>
dezwork_dwphp-framework
train
5354da14406698fead522346ab0a2e07b7898b43
diff --git a/javascript/firefox-driver/js/nsCommandProcessor.js b/javascript/firefox-driver/js/nsCommandProcessor.js index <HASH>..<HASH> 100644 --- a/javascript/firefox-driver/js/nsCommandProcessor.js +++ b/javascript/firefox-driver/js/nsCommandProcessor.js @@ -731,7 +731,7 @@ nsCommandProcessor.prototype.getSessionCa...
have firefox return the actual state of nativeEvents, another attempt
SeleniumHQ_selenium
train
86dfe13d11facff43f25835e9b27d7ecffaa2a29
diff --git a/examples/cordova/modules/SharingPage.js b/examples/cordova/modules/SharingPage.js index <HASH>..<HASH> 100644 --- a/examples/cordova/modules/SharingPage.js +++ b/examples/cordova/modules/SharingPage.js @@ -89,16 +89,20 @@ var page = new PluginPage('Sharing', 'cordova-plugin-x-socialsharing', function( v...
Fix ESLint errors ESLint <I> introduced a change (see [1]) which raises errors when using longer space sequels in arrays than configured in the "indent" rule. [1]: <URL>
eclipsesource_tabris-js
train
89a6820936b9c23018f5ca5a063826610c6311eb
diff --git a/pkg/minikube/download/preload.go b/pkg/minikube/download/preload.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/download/preload.go +++ b/pkg/minikube/download/preload.go @@ -50,8 +50,8 @@ const ( // Enumeration for preload existence cache. const ( preloadUnknown = iota // Value when preload status ...
Remove iota from all except first preload enum.
kubernetes_minikube
train
4aca994d2b0447293ee700e687d333daf4113589
diff --git a/src/language/__tests__/visitor-test.js b/src/language/__tests__/visitor-test.js index <HASH>..<HASH> 100644 --- a/src/language/__tests__/visitor-test.js +++ b/src/language/__tests__/visitor-test.js @@ -74,7 +74,6 @@ describe('Visitor', () => { checkVisitorFnArgs(ast, arguments); visited.p...
Visitor: fix description of "ancestors" arg + test (#<I>) * Visitor: fix description of "ancestors" arg + test * Make test more explicit
graphql_graphql-js
train
45b401cb3d3a0b8a19f288eccc54f662232230e9
diff --git a/PHPCompatibility/Sniffs/Keywords/NewKeywordsSniff.php b/PHPCompatibility/Sniffs/Keywords/NewKeywordsSniff.php index <HASH>..<HASH> 100644 --- a/PHPCompatibility/Sniffs/Keywords/NewKeywordsSniff.php +++ b/PHPCompatibility/Sniffs/Keywords/NewKeywordsSniff.php @@ -38,14 +38,17 @@ class NewKeywordsSniff extend...
NewKeywords: Sniff::isClassConstant(): switch over to the PHPCSUtils version This change is slightly more involved than the others, so committing separately to allow for easier review.
PHPCompatibility_PHPCompatibility
train
57e3f622482f4cf364e71736ea063a5074817942
diff --git a/src/GitHub_Updater/API/GitHub_API.php b/src/GitHub_Updater/API/GitHub_API.php index <HASH>..<HASH> 100644 --- a/src/GitHub_Updater/API/GitHub_API.php +++ b/src/GitHub_Updater/API/GitHub_API.php @@ -467,7 +467,7 @@ class GitHub_API extends API implements API_Interface { public function github_access_token...
Fix for 1password on Chrome autofilling the GitHub Access Token field
afragen_github-updater
train
bfd683a761a19204c2a3ece6b2fe2772bf655410
diff --git a/lib/types.js b/lib/types.js index <HASH>..<HASH> 100644 --- a/lib/types.js +++ b/lib/types.js @@ -321,7 +321,7 @@ ResultStream.prototype.add = function (chunk) { * Represents a result row */ function Row(columns) { - this.columns = columns; + this.__columns = columns; } /** @@ -331,8 +331,8 @@ f...
Changed columns to a private property within Row
datastax_nodejs-driver
train
74f28f9270361657a3ff053f07569e53bec1d022
diff --git a/python/ray/tests/test_client.py b/python/ray/tests/test_client.py index <HASH>..<HASH> 100644 --- a/python/ray/tests/test_client.py +++ b/python/ray/tests/test_client.py @@ -840,6 +840,19 @@ def test_large_remote_call(ray_start_regular_shared): assert ray.get(a.some_method.remote(large_obj)) +...
[client] Fix ignore_reinit_error behavior in ray client (#<I>) Ray client currently errors on reinit even if ignore_reinit_error is set.
ray-project_ray
train
271d7f61a626c9a133583b7476e2801e4cb98cbf
diff --git a/test/node.js b/test/node.js index <HASH>..<HASH> 100644 --- a/test/node.js +++ b/test/node.js @@ -479,8 +479,8 @@ describe('seraph#delete', function() { function delObjs(user1, user2, done) { db.delete([user1.id, user2.id], function(err) { assert.ok(!err); - db.read([user1.id, u...
bolt: test compatibility with new read fail
brikteknologier_seraph
train
aec460a41c2eb62715257cdebce570492d635d47
diff --git a/geobuf/encode.py b/geobuf/encode.py index <HASH>..<HASH> 100755 --- a/geobuf/encode.py +++ b/geobuf/encode.py @@ -30,6 +30,7 @@ class Encoder: def encode(self, data_json, precision=6, dim=2): obj = self.json = data_json data = self.data = geobuf_pb2.Data() + data.dimensions = ...
Set dimensions on encoding This is necessary for the decoding to handle coordinates with Z
pygeobuf_pygeobuf
train
7f9d52e6c52f79491224009ea20451a7aff7decf
diff --git a/goose/parsers.py b/goose/parsers.py index <HASH>..<HASH> 100644 --- a/goose/parsers.py +++ b/goose/parsers.py @@ -30,6 +30,11 @@ from goose.text import encodeValue class Parser(object): @classmethod + def drop_tag(self, nodes): + for node in nodes: + node.drop_tag() + + @cla...
Add a drop_node method to Parser class
goose3_goose3
train
92b5aff141214ca1c2924bc191d5916d7e56a88e
diff --git a/lib/cudd-rb/bdd.rb b/lib/cudd-rb/bdd.rb index <HASH>..<HASH> 100644 --- a/lib/cudd-rb/bdd.rb +++ b/lib/cudd-rb/bdd.rb @@ -62,10 +62,7 @@ module Cudd def to_s "BDD(#{address})" end - - def inspect - "BDD(#{to_dnf})" - end + alias :inspect :to_s end # module BDD end # mod...
Avoid deadlock on error because of BDD#inspect.
blambeau_cudd-rb
train
12d6f99b033829f7b3d2b483cf2383832c62a44f
diff --git a/fsm/client.go b/fsm/client.go index <HASH>..<HASH> 100644 --- a/fsm/client.go +++ b/fsm/client.go @@ -55,6 +55,10 @@ func (c *client) WalkOpenWorkflowInfos(template *swf.ListOpenWorkflowExecutionsI template.StartTimeFilter = &swf.ExecutionTimeFilter{OldestDate: aws.Time(time.Unix(0, 0))} } + if temp...
default to type filter if not set on walk open workflows
sclasen_swfsm
train
cb2dc8f69dacfd9cf1fd129c38a5e1744da06ea8
diff --git a/src/hello.js b/src/hello.js index <HASH>..<HASH> 100644 --- a/src/hello.js +++ b/src/hello.js @@ -1263,77 +1263,80 @@ hello.utils.extend(hello.utils, { // PhoneGap support // Add an event listener to listen to the change in the popup windows URL // This must appear before popup.focus(); - if ...
Patch the Edge<I> issue of throwing a permission error on _getter for popup.addEventListener, fix #<I>
MrSwitch_hello.js
train
c5d61a47b696ed49f5117eb4d15006a57f349424
diff --git a/lib/processImage.js b/lib/processImage.js index <HASH>..<HASH> 100644 --- a/lib/processImage.js +++ b/lib/processImage.js @@ -188,7 +188,7 @@ module.exports = function (options) { sourceMetadata = { contentType: contentType, filesize: c...
?metadata: Don't include -metadata in the etag property of the returned JSON.
papandreou_express-processimage
train
cc8b3f734c06e601e0e004c8b565ecbcf63736bc
diff --git a/guacamole/src/main/frontend/src/app/clipboard/services/clipboardService.js b/guacamole/src/main/frontend/src/app/clipboard/services/clipboardService.js index <HASH>..<HASH> 100644 --- a/guacamole/src/main/frontend/src/app/clipboard/services/clipboardService.js +++ b/guacamole/src/main/frontend/src/app/clip...
GUACAMOLE-<I>: Resync ONLY local clipboard to internal clipboard. The clipboard service previously and incorrectly resynced the internal clipboard with itself. This had the effect of forcing a resync of the internal clipboard contents to the external, local clipboard, clearing that clipboard of whatever was copied bef...
glyptodon_guacamole-client
train
e8938d2905ba6ee58de27aff695e69f8cddf64eb
diff --git a/alot/commands/globals.py b/alot/commands/globals.py index <HASH>..<HASH> 100644 --- a/alot/commands/globals.py +++ b/alot/commands/globals.py @@ -383,7 +383,10 @@ class HelpCommand(Command): logging.debug('HELP') if self.commandname == 'bindings': # get mappings - ...
fix: help overlay in global mode this fixes the help overlay when in 'global' mode - if no buffer is focussed. Particularly, this does not try to access non-existant settings._bindings['global'] and will not display the mode-specific bindings section in the overlay box.
pazz_alot
train
b9175a1a29e9b9ac02c899e956551c14c7ccd110
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +# not yet published, version 6.2.5 + +- Fixed `IndexNode` using a hardcoded, one-based implementation of `index`, + making it impossible to instantiate a zero-based version of the expressio...
Fixed `IndexNode` using a hardcoded, one-based implementation of `index`. See #<I>
josdejong_mathjs
train
b087fe67515a25084c756f602b74c29dca82f68b
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -162,7 +162,7 @@ module.exports = function(grunt) { next(err, grunt.template.process( "/**\n" + " * @file <%= pkg.name %>-legac...
return pointer-events:none for [aria-hidden=true], do* methods hidden as well as on*
chemerisuk_better-dom
train
eb9ac4a76f48578d52c77c26380c17e6fd6f3803
diff --git a/src/Html2Wt/WikitextSerializer.php b/src/Html2Wt/WikitextSerializer.php index <HASH>..<HASH> 100644 --- a/src/Html2Wt/WikitextSerializer.php +++ b/src/Html2Wt/WikitextSerializer.php @@ -1642,10 +1642,20 @@ class WikitextSerializer { // Don't strip |param = <nowiki/> since that pattern is used // ...
Add some logging around failing preg_replace when serializing Is this backtracking or broken utf8? Bug: T<I> Change-Id: I7b<I>af<I>a<I>b4b<I>fb<I>a<I>e8a6f7d4e0
wikimedia_parsoid
train
9f9ac4dd5754555f11dc503c335993bec8b47220
diff --git a/src/Functions/Special.php b/src/Functions/Special.php index <HASH>..<HASH> 100644 --- a/src/Functions/Special.php +++ b/src/Functions/Special.php @@ -397,7 +397,16 @@ class Special { return 1 - self::erf($x); } - + + /** + * Upper Incomplete Gamma Function - Γ(s,x) + * https...
Added Upper Incomplete Gamma ...To compliment the existing Lower Incomplete Gamma
markrogoyski_math-php
train
2ed531c48bbf388710ea77ffdc5406cb8ba5042a
diff --git a/src/Google/Service/Spectrum.php b/src/Google/Service/Spectrum.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/Spectrum.php +++ b/src/Google/Service/Spectrum.php @@ -43,6 +43,7 @@ class Google_Service_Spectrum extends Google_Service public function __construct(Google_Client $client) { pa...
Updated Spectrum.php This change has been generated by a script that has detected changes in the discovery doc of the API. Check <URL>
googleapis_google-api-php-client
train
5e86539d653348bce1123a811d167f6a1e1d3fab
diff --git a/src/Bkwld/Decoy/Controllers/Base.php b/src/Bkwld/Decoy/Controllers/Base.php index <HASH>..<HASH> 100644 --- a/src/Bkwld/Decoy/Controllers/Base.php +++ b/src/Bkwld/Decoy/Controllers/Base.php @@ -388,7 +388,7 @@ class Base extends Controller { // Run the query. $search = new Search(); - $results = ...
Using the search accessor internally This allows simpler accepting of search configs using closures or custom logic to build the array
BKWLD_decoy
train
3b12fc5f56b330653cf8ad900bb21b29abc83ec2
diff --git a/examples/server.php b/examples/server.php index <HASH>..<HASH> 100644 --- a/examples/server.php +++ b/examples/server.php @@ -25,8 +25,8 @@ $server = new Server(function (RequestInterface $request, ClientInterface $clien return $response; }); -$server->listen('127.0.0.1', 8080); -$server->listen('1...
Fixed inconsistency in server interface.
icicleio_http
train
ae0b3d9ffa3de327e021362fe0c5f554a8435f13
diff --git a/client/driver/docker.go b/client/driver/docker.go index <HASH>..<HASH> 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -1778,6 +1778,9 @@ func (d *DockerDriver) Open(ctx *ExecContext, handleID string) (DriverHandle, er executor: exec, pluginClient: pluginClient, logge...
Add job, task, taskgroup to open method
hashicorp_nomad
train
5cb78012eb54e82f10c2c41b4680520672b68485
diff --git a/src/nwmatcher.js b/src/nwmatcher.js index <HASH>..<HASH> 100644 --- a/src/nwmatcher.js +++ b/src/nwmatcher.js @@ -28,7 +28,7 @@ NW.Dom = (function(global) { root = doc.documentElement, // persist last selector parsing data - lastSelector, lastSlice, + isSingle, lastSelector, lastSlice, // in...
added more checks and validations to the 'match()' method, improved HTML/XML handling by saving compiled functions to separate storages (copied from 'select' method), boost performances by not reparsing context information, moved 'isSingle' as external reference to avoid checking again if the selector doesn't change
dperini_nwmatcher
train
d3c0151a8b62a2c3bc7c97c12f7f7ff329c02d48
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ install_requires = [ 'pyzabbix>=0.7.2', 'redis==2.10.3', 'requests>=2.6.0', + 'sqlparse>=0.1.11', 'xhtml2pdf>=0.0.6', ]
Missed dependency - NC-<I>
opennode_waldur-core
train
5c0c50280969debf6f57160c1b73ff78fb6240dc
diff --git a/rprof.py b/rprof.py index <HASH>..<HASH> 100644 --- a/rprof.py +++ b/rprof.py @@ -14,6 +14,41 @@ import math import constants import misc +def _readproffile(args): + proffile = os.path.join(args.path, args.name+'_rprof.dat') + if not os.path.isfile(proffile): + print('No profile file found...
Create rprof._readproffile() Reading of rprof file is now in a function separated from rprof_cmd
StagPython_StagPy
train
510a293dea9169163acf58fa4687b8b405fcbdc1
diff --git a/ftr/version.py b/ftr/version.py index <HASH>..<HASH> 100644 --- a/ftr/version.py +++ b/ftr/version.py @@ -1,2 +1,2 @@ -version = '0.7.10' +version = '0.7.11'
version bump for <I>.
1flow_python-ftr
train
c899cbeae97bb0a91f9d6771e97d2d711f46ebb0
diff --git a/lib/dml/simpletest/testdml.php b/lib/dml/simpletest/testdml.php index <HASH>..<HASH> 100755 --- a/lib/dml/simpletest/testdml.php +++ b/lib/dml/simpletest/testdml.php @@ -2857,16 +2857,22 @@ class dml_test extends UnitTestCase { $this->assertTrue($records = $DB->get_records($tablename, array('name'...
MDL-<I> re-added text comparison tests for bound query now using sql_compare_text() properly.
moodle_moodle
train
3831084ded587ee6773b27d91d375b8eaa8cce05
diff --git a/src/PhpPact/Standalone/Runner/ProcessRunner.php b/src/PhpPact/Standalone/Runner/ProcessRunner.php index <HASH>..<HASH> 100644 --- a/src/PhpPact/Standalone/Runner/ProcessRunner.php +++ b/src/PhpPact/Standalone/Runner/ProcessRunner.php @@ -3,7 +3,6 @@ namespace PhpPact\Standalone\Runner; use Symfony\Comp...
SR use FQCN for symfony/process 2.x/3.x/4.x compatibility
pact-foundation_pact-php
train
9c236af0ee9d822bf7d081bcd41487e1656f2f88
diff --git a/bokeh/serverconfig.py b/bokeh/serverconfig.py index <HASH>..<HASH> 100644 --- a/bokeh/serverconfig.py +++ b/bokeh/serverconfig.py @@ -8,7 +8,7 @@ from . import protocol, utils, browserlib import requests import json -bokeh_plots_url = "http://eff.iciently.com:5006/" +bokeh_plots_url = "http://bokehplot...
updating config to point to new server
bokeh_bokeh
train
980cd69ab22d9e3e0178d21eed0f7481717d0a7b
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -1473,7 +1473,7 @@ func (cl *Client) AddTorrentInfoHash(infoHash metainfo.Hash) (t *Torrent, new bo new = true t = cl.newTorrent(infoHash) if cl.dHT != nil { - go t.announceDHT(true) + go t.dhtAnnouncer() } cl....
Break up the DHT announcer code into smaller functions, and add a 5 minute delay between announces
anacrolix_torrent
train
29d0c3c9d0b514c017fbd224b8ffd9b9aa806824
diff --git a/src/main/java/eu/hansolo/tilesfx/skins/TextTileSkin.java b/src/main/java/eu/hansolo/tilesfx/skins/TextTileSkin.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/hansolo/tilesfx/skins/TextTileSkin.java +++ b/src/main/java/eu/hansolo/tilesfx/skins/TextTileSkin.java @@ -19,7 +19,6 @@ package eu.hansolo....
Adjusted the height of the text area in TextTileSkin
HanSolo_tilesfx
train
c0422ff5c28f40b28face49bcca9eedd76a74800
diff --git a/src/org/parosproxy/paros/view/MainMenuBar.java b/src/org/parosproxy/paros/view/MainMenuBar.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/view/MainMenuBar.java +++ b/src/org/parosproxy/paros/view/MainMenuBar.java @@ -537,7 +537,9 @@ public class MainMenuBar extends JMenuBar { } ...
Prevent NPE on null session (used to indicate ZAP is closing)
zaproxy_zaproxy
train
a3ec9ffd2db0a4023fb8b4456344e60c8b9d376d
diff --git a/Parser/Token/LanguageToken.php b/Parser/Token/LanguageToken.php index <HASH>..<HASH> 100644 --- a/Parser/Token/LanguageToken.php +++ b/Parser/Token/LanguageToken.php @@ -55,37 +55,37 @@ class LanguageToken extends Token } $this->setValid($valid); } + - public function proces...
Token::process separated into processEnd and processStart
kadet1090_KeyLighter
train
19321b08eb1489b37d0d2efd5327976290c0c973
diff --git a/querydsl-core/src/main/java/com/mysema/query/types/ConstructorExpression.java b/querydsl-core/src/main/java/com/mysema/query/types/ConstructorExpression.java index <HASH>..<HASH> 100644 --- a/querydsl-core/src/main/java/com/mysema/query/types/ConstructorExpression.java +++ b/querydsl-core/src/main/java/com...
commented the call to varargsconstructorprovider
querydsl_querydsl
train
20995142c59848ce04a71cddca8252b1ce4b3351
diff --git a/lib/simple_record/attributes.rb b/lib/simple_record/attributes.rb index <HASH>..<HASH> 100644 --- a/lib/simple_record/attributes.rb +++ b/lib/simple_record/attributes.rb @@ -219,20 +219,13 @@ module SimpleRecord define_dirty_methods(arg_s) end - def has_many(*args) - args.each...
- allow foreign keys for has_many
appoxy_simple_record
train
4d617b789403649cf16e83a5cf5ee59626a54398
diff --git a/lib/workers/global/index.js b/lib/workers/global/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/global/index.js +++ b/lib/workers/global/index.js @@ -26,7 +26,7 @@ async function start() { !config.customPrFooter ) { config.prFooter = - 'This PR generated by Renovate Bot. C...
fix: improve footer wording Closes #<I>
renovatebot_renovate
train
8c79036463b92581d493a0ab50e6fb918be4c99f
diff --git a/lib/lemonad.js b/lib/lemonad.js index <HASH>..<HASH> 100644 --- a/lib/lemonad.js +++ b/lib/lemonad.js @@ -712,8 +712,9 @@ L.partial1 = L.partial; L.partial2 = L.partial; - // Rotates the arguments of a function. For example: - // L.rot(fun(a, b, c)) => fun(b, c, a) + // Rotates the arguments ...
Fixed L.rot to be more Forth-like
fogus_lemonad
train
af8f9ae7bb813e9fe60c416f987099d325e46a2d
diff --git a/qiniu/zone.py b/qiniu/zone.py index <HASH>..<HASH> 100644 --- a/qiniu/zone.py +++ b/qiniu/zone.py @@ -7,7 +7,7 @@ import tempfile from qiniu import compat from qiniu import utils -UC_HOST = 'https://uc.qbox.me' # 获取空间信息Host +UC_HOST = 'https://uc.qbox.me' # 获取空间信息Host class Zone(object): @@ ...
[ISSUE-<I>] fix the manually set hosts not work bug
qiniu_python-sdk
train
df98711c83ddac35f45942a3dfe8ec812d28733f
diff --git a/go/vt/vtgate/executor_select_test.go b/go/vt/vtgate/executor_select_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/executor_select_test.go +++ b/go/vt/vtgate/executor_select_test.go @@ -31,6 +31,7 @@ import ( querypb "vitess.io/vitess/go/vt/proto/query" topodatapb "vitess.io/vitess/go/vt/proto/...
add executor test for scatter partial results
vitessio_vitess
train
2e05835e9a91704367d40c0147894cedc812a334
diff --git a/lib/filestack_rails/filestack_js.rb b/lib/filestack_rails/filestack_js.rb index <HASH>..<HASH> 100644 --- a/lib/filestack_rails/filestack_js.rb +++ b/lib/filestack_rails/filestack_js.rb @@ -6,13 +6,17 @@ class Picker end def filestack_js_url - "https://static.filestackapi.com/filestack-js/#{vers...
Add cname to filestack js url
filestack_filestack-rails
train
a0242c2a5ba541ea57e59852970bd6a4755163a4
diff --git a/src/main/java/stormpot/Completion.java b/src/main/java/stormpot/Completion.java index <HASH>..<HASH> 100644 --- a/src/main/java/stormpot/Completion.java +++ b/src/main/java/stormpot/Completion.java @@ -45,14 +45,18 @@ public interface Completion { * <p> * If the specified waiting time elapses, then...
awaiting a shut-down completion with a timeout value less than one, means that no actual waiting will take place. And null is an illegal argument for the unit parameter.
chrisvest_stormpot
train
08ec5fdc2b2a0806935189ea70fbfeadb1b71ead
diff --git a/tests/frontend/org/voltdb/regressionsuites/TestSubQueriesSuite.java b/tests/frontend/org/voltdb/regressionsuites/TestSubQueriesSuite.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/regressionsuites/TestSubQueriesSuite.java +++ b/tests/frontend/org/voltdb/regressionsuites/TestSubQueriesSuit...
Update TestSubQueriesSuite to reflect passing valgrind
VoltDB_voltdb
train
75130faecf5da4b503e805149a93cef91c36ff20
diff --git a/lib/json_hal_walker.js b/lib/json_hal_walker.js index <HASH>..<HASH> 100644 --- a/lib/json_hal_walker.js +++ b/lib/json_hal_walker.js @@ -3,7 +3,7 @@ ? define : function(deps, fn) { module.exports = fn.apply(null, deps.map(require)) } }).define([ - './dependencies/browser/vendor/halbert', + 'h...
Use RequireJS path aliases to use the same require statements in browser and node
traverson_traverson
train
a4321cb08489506b9bbd9094f834692c84ff4148
diff --git a/eZ/Publish/Core/FieldType/XmlText/XmlTextStorage/Gateway/LegacyStorage.php b/eZ/Publish/Core/FieldType/XmlText/XmlTextStorage/Gateway/LegacyStorage.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/XmlText/XmlTextStorage/Gateway/LegacyStorage.php +++ b/eZ/Publish/Core/FieldType/XmlText/XmlTex...
Improved: getLinksUrl() method by using a Set This will further help solving EZP-<I>
ezsystems_ezpublish-kernel
train
09eb5eecb9767a00134e3698dd710b472f665026
diff --git a/lib/event_source/read.rb b/lib/event_source/read.rb index <HASH>..<HASH> 100644 --- a/lib/event_source/read.rb +++ b/lib/event_source/read.rb @@ -24,8 +24,8 @@ module EventSource cycle ||= Cycle.build(delay_milliseconds: cycle_delay_milliseconds, timeout_milliseconds: cycle_timeout_milliseconds) ...
Iterator is configured before specialized read configure method is invoked
eventide-project_message-store
train
cbdc51dc499de7756ed2ae1cecfc21b10b8dc12b
diff --git a/cxx-checks/src/main/java/org/sonar/cxx/checks/IndentationCheck.java b/cxx-checks/src/main/java/org/sonar/cxx/checks/IndentationCheck.java index <HASH>..<HASH> 100644 --- a/cxx-checks/src/main/java/org/sonar/cxx/checks/IndentationCheck.java +++ b/cxx-checks/src/main/java/org/sonar/cxx/checks/IndentationChec...
Also check if declarations are properly indented.
SonarOpenCommunity_sonar-cxx
train
8a9addc60736980ac030e145e25d2f43e33e055b
diff --git a/src/error/GraphQLError.js b/src/error/GraphQLError.js index <HASH>..<HASH> 100644 --- a/src/error/GraphQLError.js +++ b/src/error/GraphQLError.js @@ -101,7 +101,8 @@ export function GraphQLError( // eslint-disable-line no-redeclare let _positions = positions; if (!_positions && nodes) { - _posit...
Fix GraphQLError missing positions/locations when node.loc.start === 0 Because the GraphQLError constructor filtered out falsy values for node.loc.start, that would also filter out 0.
graphql_graphql-js
train
50b50bea6af781e4724d8bfcfbbc57e045511a20
diff --git a/Classes/Service/RedirectExportService.php b/Classes/Service/RedirectExportService.php index <HASH>..<HASH> 100644 --- a/Classes/Service/RedirectExportService.php +++ b/Classes/Service/RedirectExportService.php @@ -88,7 +88,7 @@ class RedirectExportService * @param null|string $type will filter redire...
TASK: Allow accessing raw redirects in export service
neos_redirecthandler
train
501ad3b1731337b2290a6a4101a2ff54e8bced62
diff --git a/cookbook/metadata.rb b/cookbook/metadata.rb index <HASH>..<HASH> 100644 --- a/cookbook/metadata.rb +++ b/cookbook/metadata.rb @@ -6,6 +6,5 @@ description 'Installs/Configures baragon' long_description 'Installs/Configures baragon' version '1.0.0' -depends 's3_file' depends 'java' depend...
Remove s3_file from metadata
HubSpot_Baragon
train
8b7efdd23cf8598ac1f00168bc9289640dc25c90
diff --git a/lib/slimmer/test_template.rb b/lib/slimmer/test_template.rb index <HASH>..<HASH> 100644 --- a/lib/slimmer/test_template.rb +++ b/lib/slimmer/test_template.rb @@ -15,7 +15,13 @@ module Slimmer::TestTemplate <script src="http://static.preview.alphagov.co.uk/static/customisation-settings.js" defer></...
Add the section 'breadcrumbs' to the test template This is necessary to be able to test section insertion etc.
alphagov_slimmer
train
47650c6a165058231fe09d3d1f64639dfce8d9d1
diff --git a/asv/benchmarks.py b/asv/benchmarks.py index <HASH>..<HASH> 100644 --- a/asv/benchmarks.py +++ b/asv/benchmarks.py @@ -328,7 +328,8 @@ class Benchmarks(dict): log.info("Benchmarking {0}".format(env.name)) with log.indent(): times = {} - for name, benchmark in six.it...
Run benchmarks in sorted order.
airspeed-velocity_asv
train
66ce3279d1ada3bf1c82c42b4c9ced167578d6e7
diff --git a/lib/jruby-pcap/frame.rb b/lib/jruby-pcap/frame.rb index <HASH>..<HASH> 100644 --- a/lib/jruby-pcap/frame.rb +++ b/lib/jruby-pcap/frame.rb @@ -4,18 +4,72 @@ module Jruby::Pcap def initialize(handle, frame) @handle = handle @frame = frame + @header = @frame.header end def...
Version <I> bump, including a way to render IP, TCP and UDP packages as a hash
purbon_jruby-pcap
train
1f48aa8e100bb4959220b78a5eb7c3c5276e0198
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Redis command | Description **HMGET** *key* *array\<field\>* | Gets the values of multiple hash fields **HGET** *key* *field* | ...
Adds hkeys & hlen commands
M6Web_RedisMock
train
c9ac2cd59e260a0670ec066c119fc438d8a7ea1d
diff --git a/Canonicalizer/PostalCodeCanonicalizer.php b/Canonicalizer/PostalCodeCanonicalizer.php index <HASH>..<HASH> 100644 --- a/Canonicalizer/PostalCodeCanonicalizer.php +++ b/Canonicalizer/PostalCodeCanonicalizer.php @@ -26,13 +26,11 @@ class PostalCodeCanonicalizer $ukCanonicalizer = new UnitedK...
remove breaks after returns in switch for PHP7 compat
usemarkup_addressing
train
4c899829e39965eaf4b35c46a018ee088b522009
diff --git a/lib/helpers/get_sitelink_url.js b/lib/helpers/get_sitelink_url.js index <HASH>..<HASH> 100644 --- a/lib/helpers/get_sitelink_url.js +++ b/lib/helpers/get_sitelink_url.js @@ -15,6 +15,8 @@ module.exports = (site, title) => { const [ lang, projectSuffix ] = site.split('wik') const project = projectsB...
get_sitelink_url: throw when the sitelink project can't be found
maxlath_wikidata-sdk
train
65940f6bbfb0e3475a703dca4e44efc19cc19aa6
diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index <HASH>..<HASH> 100755 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -90,7 +90,6 @@ class InstallCommand extends Command $process = new Process(' npm i foundation-sites scrollreve...
Removed npm bootstrap uninstall
pvtl_voyager-frontend
train
9268946463e1ea950ec09fbe36d359e4c9e378bc
diff --git a/src/renderer/Dataframe.js b/src/renderer/Dataframe.js index <HASH>..<HASH> 100644 --- a/src/renderer/Dataframe.js +++ b/src/renderer/Dataframe.js @@ -286,7 +286,9 @@ export default class Dataframe extends DummyDataframe { const WIDTH = this.renderer.gl.canvas.width / window.devicePixelRatio; ...
Quick fix There seems to be a problem due to the vertices array including rejected points
CartoDB_carto-vl
train
c653e297a7f66a40931cdf110d3fe2775e867a34
diff --git a/controllers/controllerhelpers/hooks/player.go b/controllers/controllerhelpers/hooks/player.go index <HASH>..<HASH> 100644 --- a/controllers/controllerhelpers/hooks/player.go +++ b/controllers/controllerhelpers/hooks/player.go @@ -29,7 +29,7 @@ func AfterConnect(server *wsevent.Server, so *wsevent.Client) {...
Add SubstituteData, DecorateSubtitute(List), use it.
TF2Stadium_Helen
train
68862af986dcec7e190edaf826f5c22b58410bb0
diff --git a/src/collectors/ntpd/ntpd.py b/src/collectors/ntpd/ntpd.py index <HASH>..<HASH> 100644 --- a/src/collectors/ntpd/ntpd.py +++ b/src/collectors/ntpd/ntpd.py @@ -78,7 +78,7 @@ class NtpdCollector(diamond.collector.Collector): data['delay'] = parts[7] data['jitter'] = parts[9] - ...
Fix missing key value with ntpd collector
python-diamond_Diamond
train
162ad8c4468f776b5852a853ab61764745ddefce
diff --git a/paxtools-core/src/main/java/org/biopax/paxtools/controller/AbstractTraverser.java b/paxtools-core/src/main/java/org/biopax/paxtools/controller/AbstractTraverser.java index <HASH>..<HASH> 100644 --- a/paxtools-core/src/main/java/org/biopax/paxtools/controller/AbstractTraverser.java +++ b/paxtools-core/src/m...
Removed expensive log.trace...
BioPAX_Paxtools
train
4e767a54d3f577d3e632948eb7b36c867df68f27
diff --git a/tests/AppTest.php b/tests/AppTest.php index <HASH>..<HASH> 100644 --- a/tests/AppTest.php +++ b/tests/AppTest.php @@ -1129,6 +1129,8 @@ class AppTest extends TestCase public function testAddMiddleware() { + $called = 0; + $streamProphecy = $this->prophesize(StreamInterface::clas...
add test coverage for App::addMiddleware()
slimphp_Slim
train
7628ee31e964da7121eab415610ba77cc33e351b
diff --git a/bugzilla/base.py b/bugzilla/base.py index <HASH>..<HASH> 100644 --- a/bugzilla/base.py +++ b/bugzilla/base.py @@ -148,7 +148,28 @@ class _CURLTransport(xmlrpclib.Transport): b = StringIO.StringIO() self.c.setopt(pycurl.WRITEFUNCTION, b.write) try: - self.c.perform() + ...
Use pycurl multi interface to let ctrl-c work
python-bugzilla_python-bugzilla
train
e9a60bb7b1e1e7be652c10ba69c1a53fd66c4702
diff --git a/component-4-comp-3-manage.js b/component-4-comp-3-manage.js index <HASH>..<HASH> 100644 --- a/component-4-comp-3-manage.js +++ b/component-4-comp-3-manage.js @@ -12,9 +12,14 @@ $cs.create = function () { /* sanity check environment */ if (!_cs.bootstrapped) { /* give warning but still...
be friendly also to Node environments and use alert() only if existing and fallback to console.log
rse_componentjs
train
77a898cd3b7ab4fb25f77062558c64937e48bf03
diff --git a/Exscript/external/otp/otp.py b/Exscript/external/otp/otp.py index <HASH>..<HASH> 100644 --- a/Exscript/external/otp/otp.py +++ b/Exscript/external/otp/otp.py @@ -44,7 +44,7 @@ except ImportError: from .AppendixB import DefaultDictionary from .keywrangling import keyformat, convertkey -_VALIDSEEDCHARACT...
According to RFC<I> ascii_letters is correct
knipknap_exscript
train
9812251ae882ec99c90b98fde3a06bfe57ca478d
diff --git a/test/ColoringEngine.js b/test/ColoringEngine.js index <HASH>..<HASH> 100644 --- a/test/ColoringEngine.js +++ b/test/ColoringEngine.js @@ -300,6 +300,29 @@ describe("TransactionOutput", function () { ],function () {done();}); }); + it('should detect an Open Assets issuance transaction outpu...
Add additional getOutput test for issuance transaction
andrewfhart_openassets
train
66f42681b6176985ff89d660f68749ceae8e271b
diff --git a/spyder_kernels/console/tests/test_console_kernel.py b/spyder_kernels/console/tests/test_console_kernel.py index <HASH>..<HASH> 100644 --- a/spyder_kernels/console/tests/test_console_kernel.py +++ b/spyder_kernels/console/tests/test_console_kernel.py @@ -219,7 +219,7 @@ def test_get_var_properties(kernel): ...
Tests: Update tests that call 'get_var_properties' to use 1 as 'len' instead of None
spyder-ide_spyder-kernels
train
ea56d95cc5310f374836f96d39ee2dbe5240bb88
diff --git a/tree_shaker/src/main/java/com/google/devtools/treeshaker/UsedCodeMarker.java b/tree_shaker/src/main/java/com/google/devtools/treeshaker/UsedCodeMarker.java index <HASH>..<HASH> 100644 --- a/tree_shaker/src/main/java/com/google/devtools/treeshaker/UsedCodeMarker.java +++ b/tree_shaker/src/main/java/com/goog...
Fix issue with parametric interface type names used as constructors. PiperOrigin-RevId: <I>
google_j2objc
train
eb70d66dd3de10f70c68e3255728ac53f7f5e967
diff --git a/lib/CrEOF/Spatial/DBAL/Types/BinaryReader.php b/lib/CrEOF/Spatial/DBAL/Types/BinaryReader.php index <HASH>..<HASH> 100644 --- a/lib/CrEOF/Spatial/DBAL/Types/BinaryReader.php +++ b/lib/CrEOF/Spatial/DBAL/Types/BinaryReader.php @@ -136,4 +136,22 @@ class BinaryReader throw InvalidValueException:...
Added toBinary() method to convert hex strings
creof_doctrine2-spatial
train
981984ddf2b414450f24f04b5e7c1c77da0009e7
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -156,6 +156,7 @@ class HttpErrorGeneral extends HttpErrorBase { } else { this.message = `Registry returned ${this.statusCode} for ${this.method} on ${this.target}` } + Error.captureStackTrac...
Capture stack traces for general errors
npm_npm-profile
train
fed2181d85f0fbd8982f6881676499d65a3bfa94
diff --git a/spec/factories/factories.rb b/spec/factories/factories.rb index <HASH>..<HASH> 100644 --- a/spec/factories/factories.rb +++ b/spec/factories/factories.rb @@ -1,9 +1,9 @@ FactoryGirl.define do factory :user do - sequence(:login) {|n| "user_#{n}"} + sequence(:login) { |n| "user_#{n}" } end ...
Add spaces around curly braces in factories.
hck_mongoid_atomic_votes
train
daac4b6bf47d8bcfa2bebc3ba380dc6386c2efe6
diff --git a/packages/ra-ui-materialui/src/layout/AppBar.js b/packages/ra-ui-materialui/src/layout/AppBar.js index <HASH>..<HASH> 100644 --- a/packages/ra-ui-materialui/src/layout/AppBar.js +++ b/packages/ra-ui-materialui/src/layout/AppBar.js @@ -6,7 +6,7 @@ import MuiAppBar from '@material-ui/core/AppBar'; import Too...
Convert AppBar component to useStyles
marmelab_react-admin
train
bebfd42cdee782cc1f8cb5eb4cb322a9979a90c6
diff --git a/cmd/env.go b/cmd/env.go index <HASH>..<HASH> 100644 --- a/cmd/env.go +++ b/cmd/env.go @@ -2,9 +2,20 @@ package cmd import ( "fmt" + "os" "strings" + + "github.com/constabulary/gb" ) +func MustGetwd() string { + wd, err := os.Getwd() + if err != nil { + gb.Fatalf("unable to determine current work...
fix gb-list behaviour inside src/packagename
constabulary_gb
train
81802d2e60a9c3eec2fa7f1d522ab1c89b55bcbc
diff --git a/examples/with-redux/lib/with-redux-store.js b/examples/with-redux/lib/with-redux-store.js index <HASH>..<HASH> 100644 --- a/examples/with-redux/lib/with-redux-store.js +++ b/examples/with-redux/lib/with-redux-store.js @@ -1,5 +1,4 @@ -import App, {Container} from 'next/app' -import {Provider} from 'react-r...
Clean up Redux example (#<I>) - Remove unused imports - Edit some comments - Rename Wrapper App Class
zeit_next.js
train
2f1b0c3c76791ea2d75dc7b20d7d9ba820263085
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package libsacloud // Version バージョン -const Version = "2.0.0-alpha1" +const Version = "2.0.0-alpha2"
Bump to <I>-alpha2
sacloud_libsacloud
train
5efb4568a286e610103863ef0eafd1844bb2da15
diff --git a/lib/poolparty.rb b/lib/poolparty.rb index <HASH>..<HASH> 100644 --- a/lib/poolparty.rb +++ b/lib/poolparty.rb @@ -5,7 +5,7 @@ require 'active_support' require "backcall" # Use active supports auto load mechanism -Dependencies.load_paths << File.dirname(__FILE__) +ActiveSupport::Dependencies.load_paths ...
Quick dependency fix for ActiveSupport Updated docs on remoter_base
auser_poolparty
train
9a3939ac880ac6d655aa275659d3cbaae41180e4
diff --git a/packages/razzle/config/createConfig.js b/packages/razzle/config/createConfig.js index <HASH>..<HASH> 100644 --- a/packages/razzle/config/createConfig.js +++ b/packages/razzle/config/createConfig.js @@ -89,7 +89,7 @@ module.exports = ( /\.(ts|tsx)$/, /\.(vue)$/, /\.(re...
Exclude scss from file loader
jaredpalmer_razzle
train
a5f53dc26509ef0c16c318e19339031c77a7472d
diff --git a/qbt_client.py b/qbt_client.py index <HASH>..<HASH> 100644 --- a/qbt_client.py +++ b/qbt_client.py @@ -2,10 +2,11 @@ import copy import multiprocessing import zmq import logging +import json from backtest.util import * -class BacktestClient(object): +class TestClient(object): def __init__...
test.py now confirming that messages are arriving in order.
quantopian_zipline
train
bfb329d6f2f49c544e4d4ec4f7a5be945803e3b0
diff --git a/lib/brewery_db/collection.rb b/lib/brewery_db/collection.rb index <HASH>..<HASH> 100644 --- a/lib/brewery_db/collection.rb +++ b/lib/brewery_db/collection.rb @@ -9,7 +9,7 @@ module BreweryDB end # TODO: add implementation once the API has been updated - #def length + #def size #end ...
Better conform to Enumerable interface.
tylerhunt_brewery_db
train
04bcd1ce39aa0dbfe034b36fd3d94a14608298a7
diff --git a/lib/navigationlib.php b/lib/navigationlib.php index <HASH>..<HASH> 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -2643,7 +2643,7 @@ class global_navigation_for_ajax extends global_navigation { break; case self::TYPE_COURSE : $course = $DB->...
MDL-<I> navigation: Navigation AJAX require_login calls no longer set wantsurl or redirect
moodle_moodle
train
8fe45d828e72b00f4dd6044185b01fe31e731814
diff --git a/tensorforce/core/networks/layer.py b/tensorforce/core/networks/layer.py index <HASH>..<HASH> 100755 --- a/tensorforce/core/networks/layer.py +++ b/tensorforce/core/networks/layer.py @@ -162,7 +162,7 @@ class Nonlinearity(Layer): Non-linearity layer. Args: - name: Non-linearit...
Added nonlinearity value 'none' to allow for linear activation and simplify code for Dueling
tensorforce_tensorforce
train
0726cd87d6c4fa43aa4afacb6c14a673f4485a53
diff --git a/dev/com.ibm.ws.security.oauth_test.custom_servlets/test-applications/oAuth20MongoSetup/src/web/oAuth20MongoSetup.java b/dev/com.ibm.ws.security.oauth_test.custom_servlets/test-applications/oAuth20MongoSetup/src/web/oAuth20MongoSetup.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.security.oauth_test....
Add trace and additional retry on MongoDB CustomStore setup
OpenLiberty_open-liberty
train
c9ef3f3f1c40ca118dc95c12488f023cbeb0c26e
diff --git a/packages/twig-integration/twig-renderer/SetupTwigRenderer.php b/packages/twig-integration/twig-renderer/SetupTwigRenderer.php index <HASH>..<HASH> 100644 --- a/packages/twig-integration/twig-renderer/SetupTwigRenderer.php +++ b/packages/twig-integration/twig-renderer/SetupTwigRenderer.php @@ -13,7 +13,7 @@...
DS-<I>: Reverted the change in the twig renderer
bolt-design-system_bolt
train
16923018f5e51261e1c404d8d39cec4d8fee7554
diff --git a/regions/core/bounding_box.py b/regions/core/bounding_box.py index <HASH>..<HASH> 100644 --- a/regions/core/bounding_box.py +++ b/regions/core/bounding_box.py @@ -161,6 +161,50 @@ class BoundingBox: 'negative') return slice(self.iymin, self.iymax), slice(self.ixmin, se...
Add get_overlap_slices method
astropy_regions
train
5c3a59f18a45036eeae727be396178619ce91a01
diff --git a/maven-android-plugin/src/main/java/com/jayway/maven/plugins/android/phase01generatesources/GenerateSourcesMojo.java b/maven-android-plugin/src/main/java/com/jayway/maven/plugins/android/phase01generatesources/GenerateSourcesMojo.java index <HASH>..<HASH> 100644 --- a/maven-android-plugin/src/main/java/com/...
Also delete Manifest.java when deleting R.java.
simpligility_android-maven-plugin
train