hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f0badc7036dbe9039fdb4ad852313cbd31a1e74b
diff --git a/src/Task/PhpCsAutoFixerV2.php b/src/Task/PhpCsAutoFixerV2.php index <HASH>..<HASH> 100644 --- a/src/Task/PhpCsAutoFixerV2.php +++ b/src/Task/PhpCsAutoFixerV2.php @@ -83,6 +83,7 @@ class PhpCsAutoFixerV2 extends PhpCsFixerV2 $arguments->addOptionalArgument('--verbose', $config['verbose']); ...
Bugfix: Forgot to enable fixing
wearejust_grumphp-extra-tasks
train
40f1ee6e1b92e119cdfa961c7a082cb920572ed5
diff --git a/python/ray/experimental/data/dataset.py b/python/ray/experimental/data/dataset.py index <HASH>..<HASH> 100644 --- a/python/ray/experimental/data/dataset.py +++ b/python/ray/experimental/data/dataset.py @@ -874,7 +874,7 @@ class Dataset(Generic[T]): batcher = Batcher(batch_size=batch_size) ...
Fix prefetch typo in Dataset (#<I>)
ray-project_ray
train
3b6a943ffcd3ec885cfefc7398c5328fd7765301
diff --git a/breakr-st/src/test/java/com/airhacks/breakr/BreakrIT.java b/breakr-st/src/test/java/com/airhacks/breakr/BreakrIT.java index <HASH>..<HASH> 100644 --- a/breakr-st/src/test/java/com/airhacks/breakr/BreakrIT.java +++ b/breakr-st/src/test/java/com/airhacks/breakr/BreakrIT.java @@ -32,8 +32,23 @@ public class B...
Reset of "slow" tested
AdamBien_breakr
train
d2948c074a86591d47ae86116fd830ff681aa344
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -474,7 +474,7 @@ SendStream.prototype.isRangeFresh = function isRangeFresh () { // if-range as modified date var lastModified = this.res.getHeader('Last-Modified') - return Boolean(lastModified && parseHttpDate(lastMo...
lint: remove unnecessary conditional
pillarjs_send
train
c7e0b799320b0f0163bd0aee07125d1950f828c4
diff --git a/cli/src/main/java/hudson/cli/Connection.java b/cli/src/main/java/hudson/cli/Connection.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/hudson/cli/Connection.java +++ b/cli/src/main/java/hudson/cli/Connection.java @@ -110,7 +110,7 @@ public class Connection { */ public <T> T readObject()...
Adjusted to the additional fix in remoting
jenkinsci_jenkins
train
7da4d0f0388280f4dabf3b39b4dfd997e79880f4
diff --git a/src/server/worker/pipeline/transform/registry.go b/src/server/worker/pipeline/transform/registry.go index <HASH>..<HASH> 100644 --- a/src/server/worker/pipeline/transform/registry.go +++ b/src/server/worker/pipeline/transform/registry.go @@ -26,6 +26,7 @@ import ( "github.com/pachyderm/pachyderm/v2/src/p...
Return error from ensure job when the job is terminal
pachyderm_pachyderm
train
c25d5292cc2687ad65891a12ead43f7182ca8bb3
diff --git a/docs/src/markdown/about/changelog.md b/docs/src/markdown/about/changelog.md index <HASH>..<HASH> 100644 --- a/docs/src/markdown/about/changelog.md +++ b/docs/src/markdown/about/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.6 + +- **FIX**: Require `wcmatch` 3.0 for `glob` related fixes. + ## 2.2.5 ...
Add support for wcmatch <I> and require it (#<I>)
facelessuser_pyspelling
train
d66dfc1b3a29e9c7b62f47c7d5b4db91ccaa4bc3
diff --git a/Assets/js/global-revenue.js b/Assets/js/global-revenue.js index <HASH>..<HASH> 100644 --- a/Assets/js/global-revenue.js +++ b/Assets/js/global-revenue.js @@ -122,7 +122,6 @@ Mautic.loadGlobalRevenueWidget = function () { } // FooterCallback ...
pass alredy loaded callback into includeScripts
TheDMSGroup_mautic-contact-ledger
train
2063d06f7970bc9a466f61382422709b31375dc4
diff --git a/spec/parsers/csv.spec.js b/spec/parsers/csv.spec.js index <HASH>..<HASH> 100644 --- a/spec/parsers/csv.spec.js +++ b/spec/parsers/csv.spec.js @@ -5,7 +5,7 @@ describe('CSV Parser', function() { var parser_a = NodeFileParser.link('data/valid/lorem.csv'); var parser_b = NodeFileParser.link('data/va...
Adhere to naming conventions for CSV
Skelware_node-file-parser
train
ad884cd681c4140ef904e32526b66c9f9ef0e1ba
diff --git a/osmnx/projection.py b/osmnx/projection.py index <HASH>..<HASH> 100644 --- a/osmnx/projection.py +++ b/osmnx/projection.py @@ -147,14 +147,14 @@ def project_graph(G, to_crs=None): # if not, you don't have to project these edges because the nodes # contain all the spatial data in the graph ...
update project_graph to use improved graph_from_gdfs
gboeing_osmnx
train
52b42f848c3adccdf52a6b106b829b8e34b4b7c3
diff --git a/lib/gazouillis/stream.rb b/lib/gazouillis/stream.rb index <HASH>..<HASH> 100644 --- a/lib/gazouillis/stream.rb +++ b/lib/gazouillis/stream.rb @@ -32,7 +32,7 @@ module Gazouillis # TODO : if status_code's not 200 : break and delegates to a handler. elsif status_code == 200 && !line.match...
Symbolize keys when load tweet. This should be GC efficient, since, tweet keys are always the same.
chatgris_gazouillis
train
3c14a4fd241f251e3e3a7addefdcd559169e8749
diff --git a/src/JsonSchema/Constraints/Format.php b/src/JsonSchema/Constraints/Format.php index <HASH>..<HASH> 100644 --- a/src/JsonSchema/Constraints/Format.php +++ b/src/JsonSchema/Constraints/Format.php @@ -41,7 +41,8 @@ class Format extends Constraint case 'date-time': if (!$this->v...
Support for date-time with timezone without ":" (also allowed by ISO <I>)
justinrainbow_json-schema
train
92cd4a928b15f0cea472512bbc02f48886c005dc
diff --git a/archunit/src/main/java/com/tngtech/archunit/core/importer/Locations.java b/archunit/src/main/java/com/tngtech/archunit/core/importer/Locations.java index <HASH>..<HASH> 100644 --- a/archunit/src/main/java/com/tngtech/archunit/core/importer/Locations.java +++ b/archunit/src/main/java/com/tngtech/archunit/co...
Added shortcut to search for missing package entry. If the resource ends with '.class' we can safely assume, that there is no use in looking for this file outside of classLoader.getResource(classFileResourceName).
TNG_ArchUnit
train
ef30562db41c54e12daf5ed38aa3d86016f1fa89
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -88,6 +88,11 @@ func getStatsParallel(b *Bucket, offset int, which string, ch chan<- gathered_st } func (b *Bucket) GetStats(which string) map[string]map[string]string { + rv := map[string]map[string]string{} + + if b....
Jump out of stats early on nil server list.
couchbase_go-couchbase
train
dcc48f9e7b9e1e66648ec2e9eb8062e1d0faa5e9
diff --git a/lib/anycable/server.rb b/lib/anycable/server.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/server.rb +++ b/lib/anycable/server.rb @@ -22,6 +22,10 @@ module Anycable Anycable.logger.info "RPC server is listening on #{Anycable.config.rpc_host}" grpc_server.run_till_terminated end...
Add Anycable::Server#stop method (cherry picked from commit b<I>cf2c<I>eb<I>b<I>ce3cda<I>aa<I>e6)
anycable_anycable
train
cc42e94c0c36eb33d1dadd0b45955ea3e39238d6
diff --git a/openstack_dashboard/dashboards/admin/instances/forms.py b/openstack_dashboard/dashboards/admin/instances/forms.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/admin/instances/forms.py +++ b/openstack_dashboard/dashboards/admin/instances/forms.py @@ -29,7 +29,8 @@ class LiveMigrateForm(f...
Live migration auto schedule new host This change adds the option of using the nova scheduler to place a vm during live migration Change-Id: I<I>de<I>ab1b9e<I>c<I>ad1b3ff<I>b<I>d5 Closes-bug: #<I>
openstack_horizon
train
cc2bde3124ab7da3a813ea03ff49dfcbc2be0dc3
diff --git a/master/buildbot/steps/shell.py b/master/buildbot/steps/shell.py index <HASH>..<HASH> 100644 --- a/master/buildbot/steps/shell.py +++ b/master/buildbot/steps/shell.py @@ -580,7 +580,7 @@ class WarningCountingShellCommand(ShellCommand): def evaluateCommand(self, cmd): if ( cmd.rc != 0 or - ...
maxWarnings -> maxWarnCount
buildbot_buildbot
train
961b535cac2713d74e12227d3965ee01bd8ce09f
diff --git a/src/LinearAlgebra/Matrix.php b/src/LinearAlgebra/Matrix.php index <HASH>..<HASH> 100644 --- a/src/LinearAlgebra/Matrix.php +++ b/src/LinearAlgebra/Matrix.php @@ -860,7 +860,6 @@ class Matrix extends MatrixBase * - scalarDivide * - hadamardProduct * - kroneckerProduct - * - transpo...
Move transpose function to Base Class (#<I>) * Moving transpose
markrogoyski_math-php
train
70c15fa1c5c20205943c197d5997f14918a6898f
diff --git a/dom/events/removed/removed-test.js b/dom/events/removed/removed-test.js index <HASH>..<HASH> 100644 --- a/dom/events/removed/removed-test.js +++ b/dom/events/removed/removed-test.js @@ -1,11 +1,32 @@ require('can-util/dom/events/removed/'); +var each = require('can-util/js/each/'); var domEvents = requir...
Make sure event listeners are removed after tests
canjs_can-util
train
18bd0444f73f62489e1f5e48c123d8027491a838
diff --git a/lib/ddr/auth/ability_definitions/collection_ability_definitions.rb b/lib/ddr/auth/ability_definitions/collection_ability_definitions.rb index <HASH>..<HASH> 100644 --- a/lib/ddr/auth/ability_definitions/collection_ability_definitions.rb +++ b/lib/ddr/auth/ability_definitions/collection_ability_definitions....
Adds :export ability to Collection The ability is granted if the auth context agents have a policy scope role that grants the :read permission. Version <I>
duke-libraries_ddr-models
train
2be6f12e13074b482f859a156f88e13f0574f7b8
diff --git a/harvestingkit/inspire_cds_package/from_inspire.py b/harvestingkit/inspire_cds_package/from_inspire.py index <HASH>..<HASH> 100644 --- a/harvestingkit/inspire_cds_package/from_inspire.py +++ b/harvestingkit/inspire_cds_package/from_inspire.py @@ -419,9 +419,6 @@ class Inspire2CDS(MARCXMLConversion): ...
inspire_cds-package: report number to <I>_a and <I>_a
inspirehep_harvesting-kit
train
4b8f8d1ff3f4da6599676933991477e0da831586
diff --git a/lib/http/xhr.js b/lib/http/xhr.js index <HASH>..<HASH> 100644 --- a/lib/http/xhr.js +++ b/lib/http/xhr.js @@ -66,10 +66,14 @@ AWS.XHRClient = AWS.util.inherit({ xhr.withCredentials = true; } - if (httpRequest.body && typeof httpRequest.body.buffer === 'object') { - xhr.send(httpReques...
Send ArrayBufferView objects by default. Only fallback to sending ArrayBuffers when sending of body fails (for legacy browser support). Fixes #<I>
aws_aws-sdk-js
train
3f7718055415dbda3066ab9aaf518aeda46c1d4d
diff --git a/cmd/juju/environment_test.go b/cmd/juju/environment_test.go index <HASH>..<HASH> 100644 --- a/cmd/juju/environment_test.go +++ b/cmd/juju/environment_test.go @@ -108,3 +108,23 @@ func (s *SetEnvironmentSuite) TestInit(c *C) { } } } + +func (s *SetEnvironmentSuite) TestChangeDefaultSeries(c *C) { + _,...
Tests for set-environment.
juju_juju
train
0e85fe65f274d9af1a9bf9f3f048a821ca644bd7
diff --git a/src/commands/create.js b/src/commands/create.js index <HASH>..<HASH> 100644 --- a/src/commands/create.js +++ b/src/commands/create.js @@ -25,7 +25,7 @@ function handleCliArguments (args, examples) { } } }) - if (nameInput) { + if (!nameInput) { prompts.push({ type: 'input', ...
Fix react-static create prompt generation when args are passed in (#<I>) * Add Styled-JSX example & Update README.md accordingly * Make gitignore match the rest of the examples * Improve react-static create to allow template and project name as args * Making changes requested * Change for loop to forEach w...
nozzle_react-static
train
ced390a37de3803f73e1ea012d320e345f4ec84b
diff --git a/lib/adapters/http/index.js b/lib/adapters/http/index.js index <HASH>..<HASH> 100644 --- a/lib/adapters/http/index.js +++ b/lib/adapters/http/index.js @@ -14,7 +14,6 @@ var MAX_URL_LENGTH = 1800; var extend = require('js-extend').extend; -var uuid = require('../../deps/uuid'); var pick = require('../....
(#<I>) - Remove http.post implementation, use abstract
pouchdb_pouchdb
train
3293964c3e8fa96b9d71d11461d4810b4258b6eb
diff --git a/examples/flask-kitchensink/app.py b/examples/flask-kitchensink/app.py index <HASH>..<HASH> 100644 --- a/examples/flask-kitchensink/app.py +++ b/examples/flask-kitchensink/app.py @@ -115,6 +115,25 @@ def handle_text_message(event): line_bot_api.reply_message( event.reply_token,...
Add example code for emojis (#<I>)
line_line-bot-sdk-python
train
f650df41ee7516fa4f773f87753060d7023f721e
diff --git a/DatabaseServiceProvider.php b/DatabaseServiceProvider.php index <HASH>..<HASH> 100755 --- a/DatabaseServiceProvider.php +++ b/DatabaseServiceProvider.php @@ -88,6 +88,8 @@ class DatabaseServiceProvider extends ServiceProvider static::$fakers[$locale] = FakerFactory::create($locale); ...
[6.x] Fix Faker Unique caching issue (#<I>) * Fix Faker Unique caching issue * StyleCI
illuminate_database
train
9ad06cfc7d3a4888713bd612a286e0fa3d393760
diff --git a/PHPCI/Logging/Handler.php b/PHPCI/Logging/Handler.php index <HASH>..<HASH> 100644 --- a/PHPCI/Logging/Handler.php +++ b/PHPCI/Logging/Handler.php @@ -89,8 +89,7 @@ class Handler ); $this->log($e); } - } - catch (\Exception $e) { + } catch ...
OH THE HORROR, a mis-spaced try-catch.
dancryer_PHPCI
train
be7cdf8dd59488706f54add0901401c6726c9f3f
diff --git a/permission/src/main/java/com/yanzhenjie/permission/checker/RecordAudioTest.java b/permission/src/main/java/com/yanzhenjie/permission/checker/RecordAudioTest.java index <HASH>..<HASH> 100644 --- a/permission/src/main/java/com/yanzhenjie/permission/checker/RecordAudioTest.java +++ b/permission/src/main/java/...
Test the microphone with AudioRecord, close #<I>.
yanzhenjie_AndPermission
train
8220d9d0ed88a64d098a13cf83aea106d474cc25
diff --git a/lib/jcr/check_groups.rb b/lib/jcr/check_groups.rb index <HASH>..<HASH> 100644 --- a/lib/jcr/check_groups.rb +++ b/lib/jcr/check_groups.rb @@ -48,8 +48,8 @@ module JCR node = [ node ] end node.each do |groupee| - if groupee[:comma_o] - raise_group_error( 'AND (comma) operation i...
Change grammar to reflect semantic meaning of combiners rather than syntactic name
arineng_jcrvalidator
train
5d18cb29b4cd80b633b2f015ab2b7132a3440980
diff --git a/app/models/alchemy/page/naming.rb b/app/models/alchemy/page/naming.rb index <HASH>..<HASH> 100644 --- a/app/models/alchemy/page/naming.rb +++ b/app/models/alchemy/page/naming.rb @@ -1,3 +1,5 @@ +require 'alchemy/name_conversions' + module Alchemy module Page::Naming
Fix missing dependency [ci skip]
AlchemyCMS_alchemy_cms
train
ec84b85fb7af38c1c5abefb0f90162a4d4f59997
diff --git a/src/Webfactory/Doctrine/ORMTestInfrastructure/ORMInfrastructure.php b/src/Webfactory/Doctrine/ORMTestInfrastructure/ORMInfrastructure.php index <HASH>..<HASH> 100644 --- a/src/Webfactory/Doctrine/ORMTestInfrastructure/ORMInfrastructure.php +++ b/src/Webfactory/Doctrine/ORMTestInfrastructure/ORMInfrastructu...
refactoring: explicitly pass loader as method argument
webfactory_doctrine-orm-test-infrastructure
train
dacad821774bf3252df63bc9739e2548d8f98e81
diff --git a/molgenis-ontology-core/src/main/java/org/molgenis/ontology/ic/PubMedTermFrequencyService.java b/molgenis-ontology-core/src/main/java/org/molgenis/ontology/ic/PubMedTermFrequencyService.java index <HASH>..<HASH> 100644 --- a/molgenis-ontology-core/src/main/java/org/molgenis/ontology/ic/PubMedTermFrequencySe...
If connection is not available when querying the term frequency, simply return empty string
molgenis_molgenis
train
f18e291a4ebfb51c6eec18c9c64a8d928fd3aa9e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,7 @@ from setuptools import setup try: from pypandoc import convert - read_md = lambda f: convert(f, 'rst') - long_description = read_md('README.md') + long_description = convert('README.md', 'md', for...
Fix for md to rst
Scifabric_pbs
train
8cb6369c71671016ea1e9edc85e951b76880470f
diff --git a/src/digraph.js b/src/digraph.js index <HASH>..<HASH> 100644 --- a/src/digraph.js +++ b/src/digraph.js @@ -8,9 +8,35 @@ var digraphExport = require('./digraph-json-export'); (function() { + var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; + var DirectedGra...
__bind prototype methods of DirectedGraph to this.
Encapsule_jsgraph
train
a514f54ab40c91ae7598be4145cae39c07c1b1c6
diff --git a/tcp-proxy.js b/tcp-proxy.js index <HASH>..<HASH> 100644 --- a/tcp-proxy.js +++ b/tcp-proxy.js @@ -42,18 +42,15 @@ Proxy.prototype.createProxy = function () { serviceSocket.write(buffers[i]); } } - - serviceSocket.on("data", function (data) { - ...
Move socket event listeners out of connect
tewarid_node-tcp-proxy
train
ccf03e570e7a46ab2cdff697bb99935af82504a2
diff --git a/src/library/Pagination/Pages.js b/src/library/Pagination/Pages.js index <HASH>..<HASH> 100644 --- a/src/library/Pagination/Pages.js +++ b/src/library/Pagination/Pages.js @@ -52,7 +52,7 @@ const EllipsisButton = createThemedComponent(Button, ({ theme }) => ({ color_disabled: theme.color_theme })); -co...
fix(pagination): Renders in all supported React versions
mineral-ui_mineral-ui
train
eefd5374caaa420db6fe02727eb6ba8f109f146a
diff --git a/spec/nio/selectables/ssl_socket_spec.rb b/spec/nio/selectables/ssl_socket_spec.rb index <HASH>..<HASH> 100644 --- a/spec/nio/selectables/ssl_socket_spec.rb +++ b/spec/nio/selectables/ssl_socket_spec.rb @@ -45,7 +45,10 @@ describe OpenSSL::SSL::SSLSocket, :if => RUBY_VERSION >= "1.9.0" do ssl_peer.acce...
Flag broken example SSL sockets as pending
socketry_nio4r
train
c60cfc5eb286518f43a4301878bfa1b9464690bc
diff --git a/graphs/construction/tests/test_incremental.py b/graphs/construction/tests/test_incremental.py index <HASH>..<HASH> 100644 --- a/graphs/construction/tests/test_incremental.py +++ b/graphs/construction/tests/test_incremental.py @@ -2,6 +2,7 @@ import unittest import numpy as np from itertools import izip_l...
Adding a bit more test coverage
all-umass_graphs
train
5d53a2948adeeb4c9465449464896fa03724b2d3
diff --git a/generators/generator-constants.js b/generators/generator-constants.js index <HASH>..<HASH> 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -68,7 +68,7 @@ const DOCKER_ELASTICSEARCH = 'docker.elastic.co/elasticsearch/elasticsearch:7.15 const DOCKER_KAFKA = `conflue...
Update consul docker image version to <I>
jhipster_generator-jhipster
train
91ba9e7fd342e5371c60a9dc8791bf2bbe9bb898
diff --git a/src/main/java/io/github/robwin/swagger2markup/config/Swagger2MarkupConfig.java b/src/main/java/io/github/robwin/swagger2markup/config/Swagger2MarkupConfig.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/robwin/swagger2markup/config/Swagger2MarkupConfig.java +++ b/src/main/java/io/github/robw...
Moved method registerExtension into the Swagger2MarkupExtensionRegistry.Builder to make the Swagger2MarkupExtensionRegistry immutable.
Swagger2Markup_swagger2markup
train
6960f7a3d01c116a48406576b3a262a56535e6b8
diff --git a/tests/spec-core.php b/tests/spec-core.php index <HASH>..<HASH> 100644 --- a/tests/spec-core.php +++ b/tests/spec-core.php @@ -2,9 +2,7 @@ class CoreCommandSpec extends WP_CLI_Spec { - /** - * @scenario - */ + /** @scenario */ public function emptyDir() { $this ->given( 'empty dir' ) @@ -13,...
set @scenarion annotation on a single line
wp-cli_extension-command
train
c2ffff1549266e7cd928e7848df403f3a9834281
diff --git a/discord/message.py b/discord/message.py index <HASH>..<HASH> 100644 --- a/discord/message.py +++ b/discord/message.py @@ -173,13 +173,13 @@ class Message: } transformations.update(mention_transforms) - transformations[re.escape('@everyone')] = '@\u200beveryone' def rep...
Fix bug where @everyone usernames bypass Message.clean_content.
Rapptz_discord.py
train
0d264cac37d032493b018e6170191df3f14b7e5a
diff --git a/src/helpers/__tests__/getDataDependencies-test.js b/src/helpers/__tests__/getDataDependencies-test.js index <HASH>..<HASH> 100644 --- a/src/helpers/__tests__/getDataDependencies-test.js +++ b/src/helpers/__tests__/getDataDependencies-test.js @@ -11,6 +11,7 @@ describe('getDataDependencies', () => { let ...
fix(helpers): have getDataDependencies deal with empty components Resolved #<I> Looks like getDataDepndencies was sometimes called on `null` when dealing with nested routes. This fix skips these holes in the router chain.
bdefore_universal-redux
train
2f525e74b796015bec0c67166a77c5f1271a2580
diff --git a/Tone/core/Buffer.js b/Tone/core/Buffer.js index <HASH>..<HASH> 100644 --- a/Tone/core/Buffer.js +++ b/Tone/core/Buffer.js @@ -382,6 +382,15 @@ define(["Tone/core/Tone", "Tone/core/Emitter", "Tone/type/Type"], function(Tone) } }; + function onProgress(){ + //calculate the progress + var totalP...
will emit 'progress' when there is `.lengthComputable` is false
Tonejs_Tone.js
train
d596c13b18502dd4c4a3cd2453b4b38eebd1343a
diff --git a/demo/src/screens/componentScreens/CarouselScreen.js b/demo/src/screens/componentScreens/CarouselScreen.js index <HASH>..<HASH> 100644 --- a/demo/src/screens/componentScreens/CarouselScreen.js +++ b/demo/src/screens/componentScreens/CarouselScreen.js @@ -3,7 +3,7 @@ import {StyleSheet} from 'react-native'; ...
fix issue with intialPage in Carousel not working
wix_react-native-ui-lib
train
ec94f4e0f80d33433cbb2c14fd694af33656b779
diff --git a/pytorch_transformers/modeling_utils.py b/pytorch_transformers/modeling_utils.py index <HASH>..<HASH> 100644 --- a/pytorch_transformers/modeling_utils.py +++ b/pytorch_transformers/modeling_utils.py @@ -478,7 +478,10 @@ class PoolerEndLogits(nn.Module): x = self.dense_1(x).squeeze(-1) if...
Fix fp<I> masking in PoolerEndLogits Necessary to run xlnet (at least in squad) with `--fp<I> --fp<I>_opt_level="O2"`, otherwise loss is immediately `NaN` and fine-tuning cannot proceed.
huggingface_pytorch-pretrained-BERT
train
38a910de2ebe94dbf8de22861abc1068ccea1b4a
diff --git a/src/Service/ConfigProvider.php b/src/Service/ConfigProvider.php index <HASH>..<HASH> 100644 --- a/src/Service/ConfigProvider.php +++ b/src/Service/ConfigProvider.php @@ -16,7 +16,7 @@ use Pimple\Container; * @link https://github.com/slaxweb/ * @version 0.2 */ -class Provider implements \Pimple...
fix class name in the config provider
SlaxWeb_Bootstrap
train
b7831ea0f06310666bf1b6c90ffefc9c55f3965c
diff --git a/lang/summernote-ru-RU.js b/lang/summernote-ru-RU.js index <HASH>..<HASH> 100644 --- a/lang/summernote-ru-RU.js +++ b/lang/summernote-ru-RU.js @@ -6,8 +6,11 @@ italic: 'Курсив', underline: 'Подчёркнутый', strikethrough: 'Зачёркнутый', + subscript: 'Нижний регистр', + ...
aded subscript, superscript and name translations to ru-RU and uk-UA
summernote_summernote
train
9451ee872531bfee43d95d21357e1f441c8437ff
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( "db/schema/*", "openquake.cfg", "README", "LICENSE"]}, exclude_package_data={"": ["bin/oqpath.py", "bin/oq_check_monitors", "bin/oq_log_sink"]}, - scri...
setup: Removed `oq_restart_workers` reference from setup.py.
gem_oq-engine
train
7ccf90076411623d5bb336b1895731a0b3a267ca
diff --git a/indra/reach/processor.py b/indra/reach/processor.py index <HASH>..<HASH> 100644 --- a/indra/reach/processor.py +++ b/indra/reach/processor.py @@ -84,19 +84,17 @@ class ReachProcessor(object): #continue theme_agent = self._get_agent_from_entity(theme) - mod = 'Phosphor...
Update Mod and SelfMod in REACH
sorgerlab_indra
train
9d06ac0e2b21e6b13b7005e2fccd2491f17a310d
diff --git a/pkg/server/restart.go b/pkg/server/restart.go index <HASH>..<HASH> 100644 --- a/pkg/server/restart.go +++ b/pkg/server/restart.go @@ -26,6 +26,9 @@ import ( "github.com/containerd/containerd" "github.com/containerd/containerd/content" "github.com/containerd/containerd/errdefs" + containerdimages "git...
check image readiness when recover fix #<I>
containerd_containerd
train
775a635b5c24a9c3af8b6e10432b32bbb445a80e
diff --git a/highlight.go b/highlight.go index <HASH>..<HASH> 100644 --- a/highlight.go +++ b/highlight.go @@ -300,7 +300,7 @@ func NewScanner(src []byte) *Scanner { return 0, nil, nil } - if i := lastContiguousIndexFunc(data, func(r rune) bool { return !alnum(r) && !unicode.IsSpace(r) && !isQuot(r) }); i >= ...
separate punctuations (for correctly put highlighting)
sourcegraph_syntaxhighlight
train
7733db9c5cf26f3e9856f2814229668157806d13
diff --git a/iota/api.py b/iota/api.py index <HASH>..<HASH> 100644 --- a/iota/api.py +++ b/iota/api.py @@ -912,6 +912,11 @@ class Iota(StrictIota): If not provided, a default value will be used. + :param security_level: + Number of iterations to use when generating new addresses (see get_new_addresse...
Added missing docstring entry for param.
iotaledger_iota.lib.py
train
328d66f13fc62018192a7d38281e6bbc09f5b798
diff --git a/src/Monolog/Processor/TagProcessor.php b/src/Monolog/Processor/TagProcessor.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Processor/TagProcessor.php +++ b/src/Monolog/Processor/TagProcessor.php @@ -27,7 +27,7 @@ class TagProcessor public function addTags(array $tags = array()) { - $t...
Fix support for associative tag arrays, refs #<I>
Seldaek_monolog
train
3cb1beeb9b77efd2764aeef26e1495642444f1c8
diff --git a/hybrid.php b/hybrid.php index <HASH>..<HASH> 100644 --- a/hybrid.php +++ b/hybrid.php @@ -262,13 +262,13 @@ if ( !class_exists( 'Hybrid' ) ) { public function extensions() { // Load the Breadcrumb Trail extension if supported. - require_if_theme_supports( 'breadcrumb-trail', HYBRID_EXT . 'bre...
Use `hybrid_require_if_theme_supports()` for extension files.
justintadlock_hybrid-core
train
ac39e9fd59a4014bc49c7d3900f1386a7587817f
diff --git a/src/main/java/com/nulabinc/backlog4j/core/IdOrKey.java b/src/main/java/com/nulabinc/backlog4j/core/IdOrKey.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/nulabinc/backlog4j/core/IdOrKey.java +++ b/src/main/java/com/nulabinc/backlog4j/core/IdOrKey.java @@ -32,7 +32,7 @@ public class IdOrKey { ...
Fix code style and use Integer instead int for IdOrKey in one of the overloaded static method
nulab_backlog4j
train
63bb2feec56d8523d5527f7896da56b2467ff8fc
diff --git a/actions/class.ResultServerMgt.php b/actions/class.ResultServerMgt.php index <HASH>..<HASH> 100644 --- a/actions/class.ResultServerMgt.php +++ b/actions/class.ResultServerMgt.php @@ -225,8 +225,15 @@ class taoResultServer_actions_ResultServerMgt extends tao_actions_SaSModule { public function migrate()...
split reading storage from writable storage git-svn-id: <URL>
oat-sa_extension-tao-outcome
train
712aecc31983bac1a6f0bfca339e9d18dce7d893
diff --git a/lib/store.js b/lib/store.js index <HASH>..<HASH> 100644 --- a/lib/store.js +++ b/lib/store.js @@ -58,7 +58,6 @@ var Store = function(config){ this.mixinPaths = Store.registeredTypes[this.type] if(config.plugins) this.mixinPaths = this.mixinPaths.concat(config.plugins) - if(config.graphql) this.mix...
use graphql as a plugin only
PhilWaldmann_openrecord
train
69b565ac7d7d879e75ff33c18637837f8fa5eac8
diff --git a/i3pystatus/dota2wins.py b/i3pystatus/dota2wins.py index <HASH>..<HASH> 100644 --- a/i3pystatus/dota2wins.py +++ b/i3pystatus/dota2wins.py @@ -64,7 +64,7 @@ class Dota2wins(IntervalModule): wins = outcomes.count(1) losses = outcomes.count(0) - win_percent = float(sum(outcomes) / f...
dota2wins: another pep8 compliance fix
enkore_i3pystatus
train
a910ce9c558ed783743e5371cb54fc37d6f21c00
diff --git a/feedjack/urls.py b/feedjack/urls.py index <HASH>..<HASH> 100644 --- a/feedjack/urls.py +++ b/feedjack/urls.py @@ -50,6 +50,17 @@ urlpatterns.extend([ (r'^syndication/opml/?$', views.opml), (r'^syndication/foaf/?$', views.foaf) ]) +# Deprecated syndication links +urlpatterns.extend([ + (r'^feed/atom/$...
Merge back in the deprecated links from upstream.
mk-fg_feedjack
train
992d0bf39c0293435a0d511a4468152569a64a47
diff --git a/lib/parser.js b/lib/parser.js index <HASH>..<HASH> 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -172,12 +172,12 @@ function envFileContent(cmdOptions) { envFiles = cmdOptions.env.split(','); for (var i = 0; i < envFiles.length; i++ ) { filePath = path.normalize(envFiles[i]); - if...
[fix] fs.existsSync was moved to fs.existsSync
liangzan_forewoman
train
5f84e172ac1c386b78038021d430c4f40ae96106
diff --git a/src/Coroutine/Coroutine.php b/src/Coroutine/Coroutine.php index <HASH>..<HASH> 100644 --- a/src/Coroutine/Coroutine.php +++ b/src/Coroutine/Coroutine.php @@ -56,10 +56,6 @@ final class Coroutine extends Future * @param mixed $value The value to send to the generator. */ $this->...
Throw cancellation reason into coroutine; allow coroutine to continue If a coroutine is cancelled, the cancellation exception is thrown into the generator at the current execution point. The coroutine is allowed to continue to run if the coroutine catches the exception in case any cleanup is needed.
icicleio_icicle
train
56e89cdd99231df567293121743f93471a65d055
diff --git a/pynject/builders.py b/pynject/builders.py index <HASH>..<HASH> 100644 --- a/pynject/builders.py +++ b/pynject/builders.py @@ -29,8 +29,6 @@ class PynjectModelBuilder: return PynjectModel(attributes) def build_attribute(self, parameter: Parameter) -> PynjectAttribute: - if parameter.a...
do not check parameter annotation until after hooks have ran
JGiard_Pynject
train
66bf3b4c32ebedadb1d86f2f9c2787ddc752012e
diff --git a/core/src/main/java/de/cubeisland/engine/logscribe/LogLevel.java b/core/src/main/java/de/cubeisland/engine/logscribe/LogLevel.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/de/cubeisland/engine/logscribe/LogLevel.java +++ b/core/src/main/java/de/cubeisland/engine/logscribe/LogLevel.java @@ -67,6 ...
updated a few plugins and removed jdk<I> dependencies
CubeEngine_LogScribe
train
d8721d1a29f1ab2852e16d91d0a21954382fbf5c
diff --git a/src/main/java/nebula/plugin/metrics/MetricsPluginExtension.java b/src/main/java/nebula/plugin/metrics/MetricsPluginExtension.java index <HASH>..<HASH> 100644 --- a/src/main/java/nebula/plugin/metrics/MetricsPluginExtension.java +++ b/src/main/java/nebula/plugin/metrics/MetricsPluginExtension.java @@ -151,7...
make sure sanitizedPropertiesRegex is not null
nebula-plugins_gradle-metrics-plugin
train
c76c3d0891a8fc2d6bab7d9488cff574df758aaf
diff --git a/src/Serializer/AbstractItemNormalizer.php b/src/Serializer/AbstractItemNormalizer.php index <HASH>..<HASH> 100644 --- a/src/Serializer/AbstractItemNormalizer.php +++ b/src/Serializer/AbstractItemNormalizer.php @@ -170,6 +170,8 @@ abstract class AbstractItemNormalizer extends AbstractObjectNormalizer ...
Return denormalized resource class object after DataTransformer transforms InputClass
api-platform_core
train
b4536235a9e006f9fe1b501e3551110633e05e2c
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,12 +15,22 @@ import sys import os import alabaster +from mock import Mock as MagicMock # If extensions (or modules to document with autodoc) are in another directory, # ad...
Added mock modules in conf.py
shichao-an_115wangpan
train
07fc8b61715a01e8086bf56d82a43df37fdc31f4
diff --git a/lib/tensor_stream/helpers/tensor_mixins.rb b/lib/tensor_stream/helpers/tensor_mixins.rb index <HASH>..<HASH> 100644 --- a/lib/tensor_stream/helpers/tensor_mixins.rb +++ b/lib/tensor_stream/helpers/tensor_mixins.rb @@ -1,8 +1,7 @@ module TensorStream module TensorMixins def +(other) - TensorSt...
Make some data type coercion rules more uniform
jedld_tensor_stream
train
07e3967f82cc664a388c69bcc589c087f179e708
diff --git a/packages/ember-handlebars/lib/controls/text_field.js b/packages/ember-handlebars/lib/controls/text_field.js index <HASH>..<HASH> 100644 --- a/packages/ember-handlebars/lib/controls/text_field.js +++ b/packages/ember-handlebars/lib/controls/text_field.js @@ -136,10 +136,28 @@ Ember.TextField = Ember.View.ex...
Added mising documentation to two methods in Ember.TextField
emberjs_ember.js
train
58d401c3b0b0ab4e3712641f75e217e1a032fa0b
diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go index <HASH>..<HASH> 100644 --- a/core/corehttp/gateway_handler.go +++ b/core/corehttp/gateway_handler.go @@ -144,6 +144,11 @@ func (i *gatewayHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { foundIndex := false for _, link...
core/corehttp: gateway_handler: Redirect to path with trailing slash when showing a directory's index.html
ipfs_go-ipfs
train
0f6d276a1bc7770c59fb0f88d6fc5ee4a007f205
diff --git a/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/model/AppiumParams.kt b/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/model/AppiumParams.kt index <HASH>..<HASH> 100644 --- a/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/model/AppiumParam...
fix element id in mobile backdoor (#<I>)
appium_appium-espresso-driver
train
79b8afcb1050203c23a2ca3caf227f29b96f882b
diff --git a/lxd/containers.go b/lxd/containers.go index <HASH>..<HASH> 100644 --- a/lxd/containers.go +++ b/lxd/containers.go @@ -97,6 +97,51 @@ type containerPostReq struct { Ephemeral bool `json:"ephemeral"` } +func containerWatchEphemeral(c *lxdContainer) { + go func() { + c.c.Wait(lxc.STOPPED...
Restore ephemeral watches on startup
lxc_lxd
train
f19dab2c6edea42547f2b6698ac677a61bfcd5d4
diff --git a/lib/coverband/adapters/base.rb b/lib/coverband/adapters/base.rb index <HASH>..<HASH> 100644 --- a/lib/coverband/adapters/base.rb +++ b/lib/coverband/adapters/base.rb @@ -43,14 +43,8 @@ module Coverband format('%.2f', (size.to_f / 2**20)) end - # Note: This could lead to slight race o...
Move save_report down to children Was assuming that entire report is pulled back into memory.
danmayer_coverband
train
ff3fee12c680462ffeefb0bb3e0816058726232c
diff --git a/test_info.go b/test_info.go index <HASH>..<HASH> 100644 --- a/test_info.go +++ b/test_info.go @@ -45,6 +45,8 @@ type TestInfo struct { // runner. This can be used for setting up mock expectations and handling // mock calls. The Finish method should not be run by the user; ogletest will // do that aut...
Added a warning, for #8.
jacobsa_ogletest
train
c3eb1a6cf4fb0669946ac2fd83c295100bf89e5f
diff --git a/src/angular-opbeat.js b/src/angular-opbeat.js index <HASH>..<HASH> 100644 --- a/src/angular-opbeat.js +++ b/src/angular-opbeat.js @@ -114,6 +114,10 @@ function $opbeatInstrumentationProvider ($provide, $opbeat) { // Lock traceBuffer, as we only want to migrate the initial traces to the first trans...
When traceBuffer is being locked, add existing traces to current transaction and flush buffer
opbeat_opbeat-js-core
train
a4a055a01d1ffd898c99e7b6eba4954b1d8878c1
diff --git a/tensorflow_probability/python/distributions/platform_compatibility_test.py b/tensorflow_probability/python/distributions/platform_compatibility_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/distributions/platform_compatibility_test.py +++ b/tensorflow_probability/python/distributi...
Remove LogLogistic from Hypothesis-based XLA test. PiperOrigin-RevId: <I>
tensorflow_probability
train
70f3aad792ae10e07864599ff84b547f84194646
diff --git a/fixtures/manifest/fetch/manifest.yml b/fixtures/manifest/fetch/manifest.yml index <HASH>..<HASH> 100644 --- a/fixtures/manifest/fetch/manifest.yml +++ b/fixtures/manifest/fetch/manifest.yml @@ -11,6 +11,9 @@ dependency_deprecation_dates: - name: thing version_line: '5.x' date: 2017-04-01 +- name: no...
Improve libbuildpack's version parsing to account for non-semver [#<I>]
cloudfoundry_libbuildpack
train
a310209bbf37cde611cdf02589021a0bc6841c7f
diff --git a/pyemma/thermo/estimators/TRAM_estimator.py b/pyemma/thermo/estimators/TRAM_estimator.py index <HASH>..<HASH> 100644 --- a/pyemma/thermo/estimators/TRAM_estimator.py +++ b/pyemma/thermo/estimators/TRAM_estimator.py @@ -261,10 +261,9 @@ class TRAM(_Estimator, _MEMM): r""" Returns the value ...
[TRAM] changed log-likelihood method
markovmodel_PyEMMA
train
7c981198fa05669cc037dd1eba9118c04b2973dc
diff --git a/src/internal/modalManager.spec.js b/src/internal/modalManager.spec.js index <HASH>..<HASH> 100644 --- a/src/internal/modalManager.spec.js +++ b/src/internal/modalManager.spec.js @@ -15,6 +15,14 @@ describe('internal/modalManager', () => { assert.strictEqual(typeof modalManager, 'object'); }); + ...
[Modal] <I>% coverage for modalManager.js (#<I>)
mui-org_material-ui
train
840cde5a8b7924a1393e824e8d6874f0833236e1
diff --git a/blocks_vertical/default_toolbox.js b/blocks_vertical/default_toolbox.js index <HASH>..<HASH> 100644 --- a/blocks_vertical/default_toolbox.js +++ b/blocks_vertical/default_toolbox.js @@ -246,12 +246,12 @@ Blockly.Blocks.defaultToolbox = '<xml id="toolbox-categories" style="display: no '<category name="So...
rename sound_sounds_option to sound_sounds_menu
LLK_scratch-blocks
train
fae9eac3f8779645a84f466491267447215be8fc
diff --git a/src/test/java/com/github/davidmoten/geo/GeoHashTest.java b/src/test/java/com/github/davidmoten/geo/GeoHashTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/github/davidmoten/geo/GeoHashTest.java +++ b/src/test/java/com/github/davidmoten/geo/GeoHashTest.java @@ -281,6 +281,7 @@ public class GeoH...
unit test Coverage.getHashLength
davidmoten_geo
train
76b0b1b1bbe9a795d35e54b8a3a00f50ec942fd6
diff --git a/test/src/test/java/io/atomix/copycat/test/ClusterTest.java b/test/src/test/java/io/atomix/copycat/test/ClusterTest.java index <HASH>..<HASH> 100644 --- a/test/src/test/java/io/atomix/copycat/test/ClusterTest.java +++ b/test/src/test/java/io/atomix/copycat/test/ClusterTest.java @@ -1195,7 +1195,7 @@ public ...
Increase cluster startup timeouts in tests.
atomix_copycat
train
9076128bdbcfab3fa73339e38a26c1e47071739d
diff --git a/src/proxy/net/sf/cglib/proxy/MethodInterceptorGenerator.java b/src/proxy/net/sf/cglib/proxy/MethodInterceptorGenerator.java index <HASH>..<HASH> 100644 --- a/src/proxy/net/sf/cglib/proxy/MethodInterceptorGenerator.java +++ b/src/proxy/net/sf/cglib/proxy/MethodInterceptorGenerator.java @@ -73,12 +73,13 @@ i...
inline method initialization code into method stubs, for faster startup
cglib_cglib
train
30257c4c3c3510666591c01173714ed3662145c5
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -1331,6 +1331,8 @@ class Application extends Container implements ApplicationContract, HttpKernelIn $response = new Response($response); } + $response-...
Resolved the problem where response()->download() was returning 0 bytes.
orchestral_lumen
train
df975778fc263eb1a7be498bf9daaebbfc4961c4
diff --git a/libnetwork/sandbox.go b/libnetwork/sandbox.go index <HASH>..<HASH> 100644 --- a/libnetwork/sandbox.go +++ b/libnetwork/sandbox.go @@ -7,6 +7,7 @@ import ( "net" "strings" "sync" + "time" log "github.com/Sirupsen/logrus" "github.com/docker/libnetwork/etchosts" @@ -536,6 +537,11 @@ func (sb *sand...
Log time taken to set sandbox key
moby_moby
train
897ebd7305295fde8b20fddd8268d1ef1c21062d
diff --git a/indra/sources/indra_db_rest/query.py b/indra/sources/indra_db_rest/query.py index <HASH>..<HASH> 100644 --- a/indra/sources/indra_db_rest/query.py +++ b/indra/sources/indra_db_rest/query.py @@ -92,6 +92,13 @@ class And(Query): s = f'~({s})' return s + def __and__(self, other): + ...
Make And and Or a bit more intelligent.
sorgerlab_indra
train
c237a67a8de3ee8a6f5e7a9be6b2b37d3a30f238
diff --git a/permissions.go b/permissions.go index <HASH>..<HASH> 100644 --- a/permissions.go +++ b/permissions.go @@ -2,9 +2,10 @@ package permissions import ( - "github.com/xyproto/pinterface" "net/http" "strings" + + "github.com/xyproto/pinterface" ) const ( @@ -160,16 +161,16 @@ func (perm *Permissions)...
Remove a temporary boolean variable
xyproto_permissions2
train
4cc727a967adf019eda207b2740e5d0afcec8b47
diff --git a/gui/controls/checkbox.py b/gui/controls/checkbox.py index <HASH>..<HASH> 100644 --- a/gui/controls/checkbox.py +++ b/gui/controls/checkbox.py @@ -11,7 +11,7 @@ class CheckBox(Control): _style = wx.CLIP_SIBLINGS | wx.NO_FULL_REPAINT_ON_RESIZE _image = images.checkbox - checked = Sp...
renamed checked to value spec at checkbox (unification with textbox)
reingart_gui2py
train
193874ef1c780caf02be7df6754e5279e5b47de7
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -27,14 +27,14 @@ } ], "require": { - "php": "~7.0", + "php": "^7.3|^8.0", "ext-mbstring": "*", "ext-json": "*", "ext-ctype": "*", "ext-iconv": "*" }, "require-dev"...
feat: added support for php8
myerscode_utilities-strings
train
be60a3e39adbadfe7714814e5718a513494ffae3
diff --git a/salt/config.py b/salt/config.py index <HASH>..<HASH> 100644 --- a/salt/config.py +++ b/salt/config.py @@ -373,8 +373,10 @@ def get_id(): - localhost may be better than killing the minion ''' + log.warning('Guessing ID. Perhaps you should set the id explicitly in %s', '/etc/salt/minion') ...
add logging messages for id guessing
saltstack_salt
train
9b6590e7ae72050e62c2043c0e9949d9a74f77f4
diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -593,6 +593,7 @@ func WaitForPodsRunningReady(c clientset.Interface, ns string, minPods, allowedN var ignoreNotReady bool badPods := []v1.Pod{} desi...
Improve messages around waiting for pods.
kubernetes_kubernetes
train
5d6d8b1a6d44f2deeb03bf520362fdd81b5bd6ae
diff --git a/lib/middleware/autoreload.js b/lib/middleware/autoreload.js index <HASH>..<HASH> 100644 --- a/lib/middleware/autoreload.js +++ b/lib/middleware/autoreload.js @@ -78,7 +78,7 @@ module.exports = function(options) { req.session.lastUpdated = Date.now(); } - if (brows...
[#<I>] - check for browser platform before manipulating request
phonegap_connect-phonegap
train
a21166c3aa5553059bb24dd746bc21d0c80e41bb
diff --git a/storage/kv_test.go b/storage/kv_test.go index <HASH>..<HASH> 100644 --- a/storage/kv_test.go +++ b/storage/kv_test.go @@ -430,7 +430,7 @@ func TestKVTxnBlockNonTnxOperations(t *testing.T) { s.TxnEnd(id) select { case <-done: - case <-time.After(10 * time.Millisecond): + case <-time.After(100 * t...
storage: extend timeout to wait for put complete travis is sometimes slow, and it could fail to complete the put in <I>ms.
etcd-io_etcd
train
51a897b3b903764cab7c148396cdd6eafbc1cce3
diff --git a/lib/gatling/matchers/look_like_matcher.rb b/lib/gatling/matchers/look_like_matcher.rb index <HASH>..<HASH> 100644 --- a/lib/gatling/matchers/look_like_matcher.rb +++ b/lib/gatling/matchers/look_like_matcher.rb @@ -1,4 +1,3 @@ -require 'spec_helper' require 'gatling' RSpec::Matchers.define :look_like do...
require spec_helper where it doesnt belong. oops
gabrielrotbart_gatling
train
0dcda5ae00ee7ade6d261273b2939aad012ab08d
diff --git a/app/models/manager_refresh/inventory/middleware_manager.rb b/app/models/manager_refresh/inventory/middleware_manager.rb index <HASH>..<HASH> 100644 --- a/app/models/manager_refresh/inventory/middleware_manager.rb +++ b/app/models/manager_refresh/inventory/middleware_manager.rb @@ -5,7 +5,7 @@ module Manage...
fixed some rubocop namespacing issues (transferred from ManageIQ/manageiq@0c<I>f<I>d<I>a9b3f8abc<I>cef<I>c9f6b<I>ef)
ManageIQ_inventory_refresh
train
05d95a1043ad8667ac2429aeee13a4b8b61b9a92
diff --git a/initializers/initActionCluster.js b/initializers/initActionCluster.js index <HASH>..<HASH> 100644 --- a/initializers/initActionCluster.js +++ b/initializers/initActionCluster.js @@ -215,9 +215,7 @@ var initActionCluster= function(api, next){ } } - api.actionCluster.cache.destroy(api, key, func...
don't remove all enties in the cahce first
actionhero_actionhero
train
535e9d6451588c72d8c51936856b82d295bedb4b
diff --git a/lib/textbringer/window.rb b/lib/textbringer/window.rb index <HASH>..<HASH> 100644 --- a/lib/textbringer/window.rb +++ b/lib/textbringer/window.rb @@ -32,7 +32,7 @@ module Textbringer if window.deleted? window = @@windows.first end - @@current&.save_point + @@current.save_po...
Don't call @@current.save_point if @@current is deleted. Otherwise, C-0 on the top window raises an exception.
shugo_textbringer
train
c2db2e176f805a01b55f8e0eda9d168c0115c17b
diff --git a/src/main/java/water/fvec/Vec.java b/src/main/java/water/fvec/Vec.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/fvec/Vec.java +++ b/src/main/java/water/fvec/Vec.java @@ -113,14 +113,21 @@ public class Vec extends Iced { Futures fs = new Futures(); if( _espc == null ) throw H2O.unimpl(...
Changed Vec.makeZero to be invoked on all nodes in parallel (and only insert local keys on each node) as DRemote task.
h2oai_h2o-2
train
a720c1014a04631133d03de39fae01d0184a2bc2
diff --git a/modules/activiti-cxf/src/main/java/org/activiti/engine/impl/webservice/CxfWSDLImporter.java b/modules/activiti-cxf/src/main/java/org/activiti/engine/impl/webservice/CxfWSDLImporter.java index <HASH>..<HASH> 100644 --- a/modules/activiti-cxf/src/main/java/org/activiti/engine/impl/webservice/CxfWSDLImporter....
ACT-<I>: early built of a DynamicClient for the imported WSDL generates classes needed for complex types, if missing
Activiti_Activiti
train