hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
0ef6d7963024ce3b4ad935f1bd39e424198efbeb | diff --git a/src/models/axis.js b/src/models/axis.js
index <HASH>..<HASH> 100644
--- a/src/models/axis.js
+++ b/src/models/axis.js
@@ -109,10 +109,6 @@ var AxisModel = Hook.extend({
domain = this.getConceptprops().domain ? this.getConceptprops().domain : domain;
//min and max can override the domain i... | We can not put this here or anywhere in buildScale() because domainMin/Max listeners would react and complain that the scale is missing.
domainMin/Max were null until the first zoom is called, which validates them, which calls the redraw
reverts a<I>f0e4e5c<I>bc<I>bce<I>d<I>e<I>fd<I> | vizabi_vizabi | train |
1bc0cebc9fb748683818097be1862db77baf0299 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(name='gitberg',
],
test_suite='gitenberg.test',
classifiers=[
- 'Development Status :: 3 - Alpha'
+ 'Development Status :: 3 - Alpha',
'Intended Audience :... | fixes typo in setup.py classifiers | gitenberg-dev_gitberg | train |
ee2bc6397317bff41e9f2402dc8ae4af5dd15625 | diff --git a/lib/hbaserb/table.rb b/lib/hbaserb/table.rb
index <HASH>..<HASH> 100644
--- a/lib/hbaserb/table.rb
+++ b/lib/hbaserb/table.rb
@@ -56,7 +56,7 @@ module HBaseRb
# mutations is a key / value pair to insert / update for the given row
# the keys are in the form "family:column"
def mutate_row(row,... | Adding ability to flag a mutation as isDelete based on if the value is nil | bmuller_hbaserb | train |
54f18090c3eb404ca6d85f85f8e25c8ae65a999b | diff --git a/Makefile b/Makefile
index <HASH>..<HASH> 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,6 @@ clean:
nuke:
set -e; for d in $(DIRS); do make nuke -C $$d ; done
+bench:
+ set -e; for d in $(DIRS); do make bench -C $$d; done
+
diff --git a/xml/node_test.go b/xml/node_test.go
index <HASH>..<HASH> 10064... | Add benchmark helper to test framework. Added a few node benchmarks | moovweb_gokogiri | train |
17a835d505eb415aeca9431db459c527f4c15c83 | diff --git a/core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java b/core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
+++ b/core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.ja... | fix misleading comment, thank you orrc | jenkinsci_jenkins | train |
83fa7724f376af3dd30c9838c389dc140f1e02f8 | diff --git a/src/sap.ui.testrecorder/test/sap/ui/testrecorder/qunit/integration/pages/Tree.js b/src/sap.ui.testrecorder/test/sap/ui/testrecorder/qunit/integration/pages/Tree.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.testrecorder/test/sap/ui/testrecorder/qunit/integration/pages/Tree.js
+++ b/src/sap.ui.testrecorde... | [INTERNAL][TEST] testrecorder: remove excess assertions in tree page object
Change-Id: Ib1ac<I>c<I>ca<I>f<I>e<I>b1b7b0f | SAP_openui5 | train |
ae90c0176ad0d363557270ff4be55bad04e69497 | diff --git a/core/chaincode/handler_test.go b/core/chaincode/handler_test.go
index <HASH>..<HASH> 100644
--- a/core/chaincode/handler_test.go
+++ b/core/chaincode/handler_test.go
@@ -2599,7 +2599,7 @@ var _ = Describe("Handler", func() {
fakeChatStream.SendReturns(errors.New("where-is-waldo?"))
})
- It("re... | [FAB-<I>] Fix duplicate typo in error messages
Some error messages have duplicate words such as
- as as
- from from
- before before
FAB-<I> #done
Change-Id: Ice4c<I>e9c4d1d7d<I>b<I>f<I>d<I>d<I>d2bed1 | hyperledger_fabric | train |
d95577ca27c97f734d1b2ba092ee5031fa89e0f0 | diff --git a/exchangelib/services/common.py b/exchangelib/services/common.py
index <HASH>..<HASH> 100644
--- a/exchangelib/services/common.py
+++ b/exchangelib/services/common.py
@@ -14,7 +14,7 @@ from ..errors import EWSWarning, TransportError, SOAPError, ErrorTimeoutExpired,
ErrorItemSave, ErrorInvalidIdMalforme... | Adds ErrorCorruptData to list of errors to handle in response (#<I>) | ecederstrand_exchangelib | train |
cf08a035dea1c9eabb3fafd6b12a2757d3a5e83e | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -124,10 +124,10 @@ Simple and Fast hexdumping for Ruby.
# 00000006
# read multi-byte words
- ("ABC" * 10).hexdump(type: :uint16_le)
- 00000000 4241 4143 4342 4241 4143 4342 4241 4143 |CACACACACACACACA|
... | Fixed a bug where Reader#each_slice wasn't yielding new String objects for each slice. | postmodern_hexdump | train |
57b73645af5c6fec56f123b032019bf2e2117001 | diff --git a/src/spec/gocli/integration/cpi_spec.rb b/src/spec/gocli/integration/cpi_spec.rb
index <HASH>..<HASH> 100644
--- a/src/spec/gocli/integration/cpi_spec.rb
+++ b/src/spec/gocli/integration/cpi_spec.rb
@@ -19,7 +19,6 @@ describe 'CPI calls', type: :integration do
let(:expected_mbus) {
{
- ... | Fix integration test that was expecting IP mbus URL in agent env
[#<I>](<URL>) | cloudfoundry_bosh | train |
a935e784470aba64e56c883321837eea2c0ef188 | diff --git a/lib/Phpfastcache/Helper/TestHelper.php b/lib/Phpfastcache/Helper/TestHelper.php
index <HASH>..<HASH> 100644
--- a/lib/Phpfastcache/Helper/TestHelper.php
+++ b/lib/Phpfastcache/Helper/TestHelper.php
@@ -255,7 +255,7 @@ class TestHelper
*/
public function exceptionHandler(\Throwable $exception)
... | Fix once and for all HHVM tests | PHPSocialNetwork_phpfastcache | train |
448c95de608c33905a82fcbbc8f66579f941703b | diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -201,7 +201,7 @@ class Chef
command 'command_to_run
--option value
--option value
- --source #{nod... | Escape interpolation in code examples. | chef_chef | train |
991967fb42419b00e4df49f7985e7778c2529dbe | diff --git a/spec/lib/capistrano/doctor/servers_doctor_spec.rb b/spec/lib/capistrano/doctor/servers_doctor_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/capistrano/doctor/servers_doctor_spec.rb
+++ b/spec/lib/capistrano/doctor/servers_doctor_spec.rb
@@ -7,6 +7,7 @@ module Capistrano
include Capistrano::DSL
... | Move configuration reset to before block (#<I>) | capistrano_capistrano | train |
2af3afd0d664b4a1c4b74689e89406d32f9f6149 | diff --git a/visidata/cmdlog.py b/visidata/cmdlog.py
index <HASH>..<HASH> 100644
--- a/visidata/cmdlog.py
+++ b/visidata/cmdlog.py
@@ -94,7 +94,7 @@ class CommandLog(Sheet):
return CommandLogRow()
def reload(self):
- reload_tsv_sync(self)
+ reload_tsv_sync(self, header=1) # .vd files alwa... | .vd files always have a header regardless of options | saulpw_visidata | train |
c92ccb86604b64c3e2eda28d0f723abeed876ee3 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -5,6 +5,8 @@ require "bundler/setup"
ENV['GRAPHQL_RUBY_VERSION'] ||= '1_8'
if ENV['CI']
+ require 'simplecov'
+ SimpleCov.add_filter('spec')
require 'coveralls'
Coveralls... | Set up test coverage for the graphql-guard code only | exAspArk_graphql-guard | train |
56c25133c302de070c134820ab0901ad9f1e778a | diff --git a/tests/test_basics.py b/tests/test_basics.py
index <HASH>..<HASH> 100644
--- a/tests/test_basics.py
+++ b/tests/test_basics.py
@@ -276,6 +276,47 @@ def test_stdout_and_stderr_file(pyscript):
assert result.stderr == b''
+def test_stdout_and_stderr_file_same_path(pyscript):
+ script = pyscript... | Add test where stdout_file and stderr_file are the same path | jnrbsn_daemonocle | train |
40653e7c17d13323274120c3bf6a7814de0103e7 | diff --git a/src/Joomlatools/Console/Command/Site/Deploy.php b/src/Joomlatools/Console/Command/Site/Deploy.php
index <HASH>..<HASH> 100644
--- a/src/Joomlatools/Console/Command/Site/Deploy.php
+++ b/src/Joomlatools/Console/Command/Site/Deploy.php
@@ -88,7 +88,7 @@ class Deploy extends AbstractSite
passthru... | re #<I> - wildcard git-ftp in .gitignore just in case git-ftp-tmp is left in the site directory | joomlatools_joomlatools-console | train |
2066d352c6424a13b3e0531b50b38aee1d8d964e | diff --git a/bcbio/structural/seq2c.py b/bcbio/structural/seq2c.py
index <HASH>..<HASH> 100644
--- a/bcbio/structural/seq2c.py
+++ b/bcbio/structural/seq2c.py
@@ -30,7 +30,9 @@ def precall(items):
items = [utils.to_single_data(x) for x in items]
assert len(items) == 1, "Expect one item to Seq2C coverage calcu... | seq2c: Allow whole genome runs with targeted SVs
Remove sanity checks when using regions with seq2c compatible
target coverage on whole genome runs. | bcbio_bcbio-nextgen | train |
481b2715d19cba10976de82742662c976377a2df | diff --git a/client/protocols/backup.py b/client/protocols/backup.py
index <HASH>..<HASH> 100644
--- a/client/protocols/backup.py
+++ b/client/protocols/backup.py
@@ -234,7 +234,8 @@ class BackupProtocol(models.Protocol):
address += '&'.join('{}={}'.format(param, value)
for param, ... | Redact log messages, resolves #<I> | okpy_ok-client | train |
aee54adbfb9eaf3b67149084ec99c754c1d525ff | diff --git a/examples/setup.rb b/examples/setup.rb
index <HASH>..<HASH> 100644
--- a/examples/setup.rb
+++ b/examples/setup.rb
@@ -5,4 +5,4 @@ $CLASSPATH << File.dirname(__FILE__) + "/"
$LOAD_PATH << File.dirname(__FILE__) + '/../lib'
-require File.dirname(__FILE__) + '/../log4j/log4j-1.2.16.jar'
+require File.dir... | chore: Update log4j imports | lenny_log4jruby | train |
7e37cc8e007ed6fd29e3e5c81fb89c3b8be67180 | diff --git a/src/SilverStripe/BehatExtension/Context/FixtureContext.php b/src/SilverStripe/BehatExtension/Context/FixtureContext.php
index <HASH>..<HASH> 100644
--- a/src/SilverStripe/BehatExtension/Context/FixtureContext.php
+++ b/src/SilverStripe/BehatExtension/Context/FixtureContext.php
@@ -381,6 +381,18 @@ class Fi... | New "there should be a file" step | jeffreyguo_SS-Behat-quicksetup | train |
9ae70ffe2606018538035ad5e496c96adb732226 | diff --git a/src/Illuminate/Routing/Router.php b/src/Illuminate/Routing/Router.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Routing/Router.php
+++ b/src/Illuminate/Routing/Router.php
@@ -398,11 +398,11 @@ class Router implements RegistrarContract
isset($new['where']) ? $new['where'] : []
)... | Use "as" instead of "as_prefix" for group naming. | laravel_framework | train |
93539afcf09174912f037443bf905c7007a0bd26 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -161,7 +161,7 @@ func setupApp(ctx context.Context, sv semver.Version) (context.Context, *cli.App
}
if c.Args().Present() {
- out.Red(c.Context, "DEPRECATION WARNING: Use gopass show")
+ out.Error(c.Context, "DEPRECATI... | Output Deprecation warning on StdErr (#<I>)
Fixes #<I>
RELEASE_NOTES=[BUGFIX] The deprecation warning is now output on stderr | gopasspw_gopass | train |
e4adfa1a587bf6a833485d442773311075fa896f | diff --git a/biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf/MmtfStructureReader.java b/biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf/MmtfStructureReader.java
index <HASH>..<HASH> 100644
--- a/biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf/MmtfStructureReader.... | Avoiding an NPE in mmtf reader | biojava_biojava | train |
0ba09730c46b7253f16ed928e018ac4d6c146a66 | diff --git a/glue/ligolw/dbtables.py b/glue/ligolw/dbtables.py
index <HASH>..<HASH> 100644
--- a/glue/ligolw/dbtables.py
+++ b/glue/ligolw/dbtables.py
@@ -200,6 +200,8 @@ def get_connection_filename(filename, tmp_path = None, replace_file = False, ver
install_signal_trap()
# create the remporary file and replac... | Add a create dir option to dbtables.py for running on vulcan | gwastro_pycbc-glue | train |
ce610eabb9ee74a445575c05aa607b150a7d3fcb | diff --git a/switchyard/lib/packet/icmpv6.py b/switchyard/lib/packet/icmpv6.py
index <HASH>..<HASH> 100644
--- a/switchyard/lib/packet/icmpv6.py
+++ b/switchyard/lib/packet/icmpv6.py
@@ -97,7 +97,7 @@ class ICMPv6OptionLinkLayerAddress(ICMPv6Option):
def to_bytes(self):
value = self._linklayeraddress.pa... | more updates with multiple addrs per interface | jsommers_switchyard | train |
455c92a71616795d6deec1624dc86b9b24965f8a | diff --git a/params.go b/params.go
index <HASH>..<HASH> 100644
--- a/params.go
+++ b/params.go
@@ -42,7 +42,7 @@ var mainNetParams = Params{
}
// regressionPowLimit is the highest proof of work value a bitcoin block can
-// have for the regression test network. It is the value 2^256 - 1.
+// have for the regressio... | Correct reg test proof of work limit comment. | btcsuite_btcd | train |
b9d9837e36565a6447e5272d406843ee031cae2a | diff --git a/bootstrap.js b/bootstrap.js
index <HASH>..<HASH> 100644
--- a/bootstrap.js
+++ b/bootstrap.js
@@ -53,11 +53,16 @@ var platformsDir = path.join(cordovaDir, 'platforms');
shell.rm('-rf', path.join(cordovaDir, 'www', 'spec'));
var end = n(platforms.length, function() {
- console.log("******************... | CB-<I>: detect global installs into root-only locations a bit more robustly. Warn noisily if this is so and provide specific instructions on how to fix. | apache_cordova-lib | train |
cfd46290af4f0799e734fcf1e77b6e2ea27890e7 | diff --git a/mechanicalsoup/__version__.py b/mechanicalsoup/__version__.py
index <HASH>..<HASH> 100644
--- a/mechanicalsoup/__version__.py
+++ b/mechanicalsoup/__version__.py
@@ -2,5 +2,5 @@ __title__ = 'MechanicalSoup'
__description__ = 'A Python library for automating interaction with websites'
__url__ = 'https://m... | Release <I>-post4, only modifying PyPI package | MechanicalSoup_MechanicalSoup | train |
ad0887c38d009203b20baad549e21e088efd6a63 | diff --git a/src/switch/core.js b/src/switch/core.js
index <HASH>..<HASH> 100644
--- a/src/switch/core.js
+++ b/src/switch/core.js
@@ -320,8 +320,7 @@ Switch = Class({
/**
* go to the previous position
*/
- prev: function(e){
- e && e.prevent();
+ prev: function(circular){
var sel... | switch: .prev and .next will no longer deal with user events | kaelzhang_neuron.js | train |
181accfc40bf98dae9b2fc09749442b889e4da61 | diff --git a/pycbc/ahope/datafind_utils.py b/pycbc/ahope/datafind_utils.py
index <HASH>..<HASH> 100644
--- a/pycbc/ahope/datafind_utils.py
+++ b/pycbc/ahope/datafind_utils.py
@@ -788,7 +788,15 @@ def run_datafind_instance(cp, outputDir, connection, observatory, frameType,
dfCache.ifo = ifo
# Dump output to fi... | Compatability: Ensure that datafind cache files use an integer start and duration (not <I> but <I>) for compatibility with the C code. | gwastro_pycbc | train |
4f570ac86abf5688877d8876d58552ffd7cb607f | diff --git a/arangodb/orm/models.py b/arangodb/orm/models.py
index <HASH>..<HASH> 100644
--- a/arangodb/orm/models.py
+++ b/arangodb/orm/models.py
@@ -626,6 +626,10 @@ class CollectionModel(object):
# Create meta data for collection
cls._model_meta_data = cls.MetaDataObj()
+ if hasattr(cls, '... | Now we have too meta object in the class | saeschdivara_ArangoPy | train |
93f51d0e387d5c62222e9f19510af79d4d9713d5 | diff --git a/fluent_contents/extensions/pluginpool.py b/fluent_contents/extensions/pluginpool.py
index <HASH>..<HASH> 100644
--- a/fluent_contents/extensions/pluginpool.py
+++ b/fluent_contents/extensions/pluginpool.py
@@ -153,7 +153,16 @@ class PluginPool(object):
try:
name = self._name_for_ctype... | Improve error message in ContentItem.plugin call
Include the content type name too, not just the ID. | django-fluent_django-fluent-contents | train |
96206f27d12450887598e3aa609a1aec2ca65631 | diff --git a/flask_resty/spec/declaration.py b/flask_resty/spec/declaration.py
index <HASH>..<HASH> 100644
--- a/flask_resty/spec/declaration.py
+++ b/flask_resty/spec/declaration.py
@@ -50,30 +50,26 @@ class ApiViewDeclaration(object):
}
path['get'].add_property_to_response(prop_name='dat... | [spec] uniquely name the body payload | 4Catalyzer_flask-resty | train |
45ea818883f08846b19fde9608f139fe2ebedd15 | diff --git a/test/CaptureTest.php b/test/CaptureTest.php
index <HASH>..<HASH> 100644
--- a/test/CaptureTest.php
+++ b/test/CaptureTest.php
@@ -140,4 +140,9 @@ class CaptureTest extends \PHPUnit\Framework\TestCase {
$this->assertSame($exception, $reason);
$this->assertSame(-1, $result);
}
+
+ p... | Test Amp\capture for non-promise | amphp_amp | train |
64d21f882a4bd2e3069ffd844aed75f29b5c9a7d | diff --git a/jawr-core/src/test/java/test/net/jawr/web/resource/bundle/generator/js/coffee/CoffeeScriptGeneratorTestCase.java b/jawr-core/src/test/java/test/net/jawr/web/resource/bundle/generator/js/coffee/CoffeeScriptGeneratorTestCase.java
index <HASH>..<HASH> 100644
--- a/jawr-core/src/test/java/test/net/jawr/web/res... | Fix unit test issue in CoffeeScript generator | j-a-w-r_jawr | train |
b38bfa6f330ccba1a6d7de0d71c00f7992b4317d | diff --git a/LoadDataFixturesDoctrineCommand.php b/LoadDataFixturesDoctrineCommand.php
index <HASH>..<HASH> 100644
--- a/LoadDataFixturesDoctrineCommand.php
+++ b/LoadDataFixturesDoctrineCommand.php
@@ -69,7 +69,7 @@ EOT
$namespace = str_replace('/', '\\', dirname($tmp));
$class = base... | [DoctrineBundle] BC break - Load fixtures in Resources/data/fixtures/doctrine/orm/ | saxulum_saxulum-doctrine-orm-commands | train |
30b4e62c37233fe5c6f7c794349115d636fc81c8 | diff --git a/mbuild/compound.py b/mbuild/compound.py
index <HASH>..<HASH> 100755
--- a/mbuild/compound.py
+++ b/mbuild/compound.py
@@ -476,6 +476,19 @@ class Compound(object):
return [port for port in self.labels.values()
if isinstance(port, Port)]
+ def all_ports(self):
+ """Retur... | Tests for port shifting. Function the returns all Ports in Compound and successors. | mosdef-hub_mbuild | train |
94fdb2230de4ee0b267a85838fd175c3874e3e1c | diff --git a/lib/oxcelix/sax/xlsheet.rb b/lib/oxcelix/sax/xlsheet.rb
index <HASH>..<HASH> 100644
--- a/lib/oxcelix/sax/xlsheet.rb
+++ b/lib/oxcelix/sax/xlsheet.rb
@@ -78,7 +78,7 @@ module Oxcelix
@cell.v str
@cellarray << @cell
end
- cell=Cell.new
+ @cell=Cell.new
end... | Xlsheet::text now overwrites @cell with Cell.new instead of creating a new variable | gbiczo_oxcelix | train |
502ca43c2b786516df0682d691de643c65227422 | diff --git a/h2o-core/src/main/java/hex/Model.java b/h2o-core/src/main/java/hex/Model.java
index <HASH>..<HASH> 100755
--- a/h2o-core/src/main/java/hex/Model.java
+++ b/h2o-core/src/main/java/hex/Model.java
@@ -1,10 +1,18 @@
package hex;
+import hex.genmodel.GenModel;
import hex.genmodel.easy.EasyPredictModelWrappe... | Convert a string column to a categorical column during train/test adaptation. Should only happen if it got parsed into the "wrong" type by accident. | h2oai_h2o-3 | train |
580305d2115b66b742d3799daaf0af2aeee9ec06 | diff --git a/src/app/player/service.js b/src/app/player/service.js
index <HASH>..<HASH> 100644
--- a/src/app/player/service.js
+++ b/src/app/player/service.js
@@ -194,37 +194,46 @@ angular.module('spotmop.services.player', [])
// save the current tltrack for global usage
state.currentTlTrack = tlTrack;
+... | Use artwork for baked-in, backend-provided tracks | jaedb_spotmop | train |
014dbb314e9978b7a140d2e7fd54bd844563818f | diff --git a/packages/server/src/application.js b/packages/server/src/application.js
index <HASH>..<HASH> 100755
--- a/packages/server/src/application.js
+++ b/packages/server/src/application.js
@@ -30,7 +30,7 @@ export async function start (config, di, plugins) {
}
start['@Inject'] = ['config', 'di', 'plugins'];
-... | chore(refactoring :hammer:) - removing unused dependency | TradeMe_tractor | train |
ffb9b6adc615b187aa11e9883746d64c3805b597 | diff --git a/tests/rpc/comms/test_aiohttp_server.py b/tests/rpc/comms/test_aiohttp_server.py
index <HASH>..<HASH> 100644
--- a/tests/rpc/comms/test_aiohttp_server.py
+++ b/tests/rpc/comms/test_aiohttp_server.py
@@ -96,7 +96,7 @@ class AioHTTPSimpleServerTestCase(AioHTTPTestCase):
async def test_route_400_error(sel... | Fix tests for new ErrorResponse | biosustain_venom | train |
36b3a6f303dd2814a73f074de6e4d4635a1a02a8 | diff --git a/claripy/operations.py b/claripy/operations.py
index <HASH>..<HASH> 100644
--- a/claripy/operations.py
+++ b/claripy/operations.py
@@ -147,10 +147,12 @@ def extract_length_calc(high, low, _):
def str_extract_check(start_idx, count, str_val):
- if start_idx < 0 :
+ if start_idx < 0:
retur... | fixed a bunch of bit-vs-byte length issues | angr_claripy | train |
200872c840398f81da14877c2faeeab3a95ca867 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -4,13 +4,15 @@ var mdast,
assert,
fixtures,
chalk,
- diff;
+ diff,
+ plugin;
mdast = require('..');
assert = require('assert');
fixtures = require('./fixtures.js');
chalk = req... | Add assertions for plugins to `test/index.js` | remarkjs_remark | train |
7f8d12f819cda0d928177a944bcc3d9e216d8173 | diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/home_controller.rb
+++ b/app/controllers/home_controller.rb
@@ -1,9 +1,6 @@
class HomeController < ApplicationController
def index
- begin
- @downloads_count = Download.coun... | make Download.count resilient to redis outage | rubygems_rubygems.org | train |
c41949f5659a50081c2a83a95943f68c7130c7fb | diff --git a/plugins/slick.cellrangeselector.js b/plugins/slick.cellrangeselector.js
index <HASH>..<HASH> 100644
--- a/plugins/slick.cellrangeselector.js
+++ b/plugins/slick.cellrangeselector.js
@@ -54,6 +54,8 @@
return;
}
+ _grid.focus();
+
var start = _grid.getCellFromPoint(
d... | Fix #<I> - set grid focus when the range is selected | coatue-oss_slickgrid2 | train |
b66209d54cdbabbd44d0b5c66739591bb5d27799 | diff --git a/src/Http/DataTables/Character/Intel/Assets/DataTable.php b/src/Http/DataTables/Character/Intel/Assets/DataTable.php
index <HASH>..<HASH> 100644
--- a/src/Http/DataTables/Character/Intel/Assets/DataTable.php
+++ b/src/Http/DataTables/Character/Intel/Assets/DataTable.php
@@ -48,7 +48,8 @@ class DataTable ext... | fix(assets): exclude tech 3 sub-system bay from list | eveseat_web | train |
c4b54174c64057b1a3760dafaf23fa26202d7749 | diff --git a/pyeqs/query_builder.py b/pyeqs/query_builder.py
index <HASH>..<HASH> 100644
--- a/pyeqs/query_builder.py
+++ b/pyeqs/query_builder.py
@@ -18,6 +18,8 @@ class QueryBuilder(object):
self._filter_dsl = None
self._scored = False
self._score_dsl = None
+ self._min_score = None
... | Add track_scores and min_score | Yipit_pyeqs | train |
dfa5a2f8327b0a98e73c0ce9b87b1e3ff63f4093 | diff --git a/src/tuwien/auto/calimero/Settings.java b/src/tuwien/auto/calimero/Settings.java
index <HASH>..<HASH> 100644
--- a/src/tuwien/auto/calimero/Settings.java
+++ b/src/tuwien/auto/calimero/Settings.java
@@ -1,6 +1,6 @@
/*
Calimero 2 - A library for KNX network access
- Copyright (c) 2006, 2016 B. Malin... | Update library info, match years to file header | calimero-project_calimero-core | train |
ec5a953db67d1c99534b5a20c021d2fa9f8345df | diff --git a/src/components/breakpoints.js b/src/components/breakpoints.js
index <HASH>..<HASH> 100644
--- a/src/components/breakpoints.js
+++ b/src/components/breakpoints.js
@@ -1,7 +1,7 @@
import { warn } from '../utils/log'
import { throttle } from '../utils/wait'
import { isObject } from '../utils/unit'
-import ... | Remove unused import in breakpoints component | glidejs_glide | train |
d728449f5c0695f1d9b9df0b372b97374979c7e9 | diff --git a/dev/fattest.simplicity/src/componenttest/topology/utils/LDAPUtils.java b/dev/fattest.simplicity/src/componenttest/topology/utils/LDAPUtils.java
index <HASH>..<HASH> 100644
--- a/dev/fattest.simplicity/src/componenttest/topology/utils/LDAPUtils.java
+++ b/dev/fattest.simplicity/src/componenttest/topology/ut... | Issue #<I>: Fix local in-memory LDAP startup on z/OS. | OpenLiberty_open-liberty | train |
93431a5bbe757b2419059347968c3856890b64ec | diff --git a/app/models/releaf/role.rb b/app/models/releaf/role.rb
index <HASH>..<HASH> 100644
--- a/app/models/releaf/role.rb
+++ b/app/models/releaf/role.rb
@@ -3,6 +3,7 @@ module Releaf
self.table_name = 'releaf_roles'
validates_presence_of :name
+ validates_presence_of :default_controller
valida... | make default_controller as mandatory attribute for role | cubesystems_releaf | train |
02e0668107714d56a59f1f6ef478e719dfbce957 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,17 @@
Sanic Plugins Framework
=======================
+0.9.4
+-----------
+- If the Sanic server emits a "before_server_start" event, use this to initialize SPF, instead of the
+ "after_server_... | If the Sanic server emits a "before_server_start" event, use this to initialize SPF, instead of the
"after_server_start" event.
- This solves a potential race-condition introduced in SPF <I>, when this was reversed.
Changed the RuntimeError thrown in that cirumstance to a Sanic `ServerError`
- This may make the erro... | ashleysommer_sanicpluginsframework | train |
33e4fb2bcad3998f305368cb90bb89185f8aab2a | diff --git a/coalaip/entities.py b/coalaip/entities.py
index <HASH>..<HASH> 100644
--- a/coalaip/entities.py
+++ b/coalaip/entities.py
@@ -5,13 +5,14 @@ Requires usage with a persistence layer plugin (see
JSON, JSON-LD, and IPLD data formats are supported.
.. note:: This module should not be used directly to genera... | fix(docs): small docstring fixes for models and entities (#<I>) | COALAIP_pycoalaip | train |
bb25f59e2a34719e50d9d6490349de72f4d74731 | diff --git a/test/rails_app/config/application.rb b/test/rails_app/config/application.rb
index <HASH>..<HASH> 100644
--- a/test/rails_app/config/application.rb
+++ b/test/rails_app/config/application.rb
@@ -1,7 +1,7 @@
require File.expand_path('../boot', __FILE__)
# Pick the frameworks you want:
-# require "active_... | Make sure we grab active record railtie. | jnunemaker_nunes | train |
35c8e7085f8f9555806a6be0e20cc49e877d8fff | diff --git a/library/UnitTestCase.php b/library/UnitTestCase.php
index <HASH>..<HASH> 100755
--- a/library/UnitTestCase.php
+++ b/library/UnitTestCase.php
@@ -521,22 +521,26 @@ abstract class UnitTestCase extends BaseTestCase
/**
* Returns a mock object for the specified class.
*
- * @param string... | ESDEV-<I> Update PHPUnit version to 4.* | OXID-eSales_testing_library | train |
d828ae2709bdebdefccc4274f79ff81f6d20e536 | diff --git a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
index <HASH>..<HASH> 100644
--- a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
@@ -2335,8 +2335,6 @@ public class Main e... | Removal of manThread: breakFlag can do its job just fine | mozilla_rhino | train |
12c62f9f35ac44987841d0ae1a119e9e95e5aab2 | diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/version.rb
+++ b/lib/bolt/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bolt
- VERSION = '1.38.0'
+ VERSION = '1.39.0'
end | (GEM) update bolt version to <I> | puppetlabs_bolt | train |
01b9eec1943738ed2651387029e79ecc39e2ec7a | diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index <HASH>..<HASH> 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.1.5.dev0
+current_version = 0.1.5
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<d... | @WIP Let's release <I> | pauleveritt_kaybee | train |
838ca721fff6a918f4062c1bc6e3fddba2e12cb9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ test_path = os.path.join(root_path, 'odl', 'test')
def find_tests():
+ """Discover the test files for packaging."""
tests = []
for path, _, filenames in os.walk(os.path.join(root_path, test_pat... | REL: get version in setup.py from package file | odlgroup_odl | train |
95bdd621cb768ba4e9226a6e4e9a006a3326c7db | diff --git a/samtranslator/translator/translator.py b/samtranslator/translator/translator.py
index <HASH>..<HASH> 100644
--- a/samtranslator/translator/translator.py
+++ b/samtranslator/translator/translator.py
@@ -51,7 +51,7 @@ class Translator:
# adds to the function_names dict with key as the ap... | fix: use isinstance check instead of type (#<I>) | awslabs_serverless-application-model | train |
5d7d6e32991255496ec61a26bb8a21e76de2331a | diff --git a/kie-aries-blueprint/src/main/java/org/kie/aries/blueprint/factorybeans/KieImportSessionResolver.java b/kie-aries-blueprint/src/main/java/org/kie/aries/blueprint/factorybeans/KieImportSessionResolver.java
index <HASH>..<HASH> 100644
--- a/kie-aries-blueprint/src/main/java/org/kie/aries/blueprint/factorybean... | [RHDM-<I>] allow to define an AgendaFilter when starting a process (#<I>)
* [RHDM-<I>] allow to define an AgendaFilter when starting a process
* wip | kiegroup_droolsjbpm-integration | train |
b0d790f8acec7ae5ee1236b3910e0998d73f8d31 | diff --git a/willow-servers/src/main/resources/webapp/scripts/modules/graphs/flame-graph.js b/willow-servers/src/main/resources/webapp/scripts/modules/graphs/flame-graph.js
index <HASH>..<HASH> 100644
--- a/willow-servers/src/main/resources/webapp/scripts/modules/graphs/flame-graph.js
+++ b/willow-servers/src/main/reso... | show some extra info in flame graph title | NitorCreations_willow | train |
4e64684358f9d1073d236d354f8368d01f31bf14 | diff --git a/lib/foreigner/connection_adapters/sql2003.rb b/lib/foreigner/connection_adapters/sql2003.rb
index <HASH>..<HASH> 100644
--- a/lib/foreigner/connection_adapters/sql2003.rb
+++ b/lib/foreigner/connection_adapters/sql2003.rb
@@ -47,10 +47,7 @@ module Foreigner
def proper_table_name(to_table)
... | (maybe I don't need to explicitly send in the prefix and suffix?) | matthuhiggins_foreigner | train |
8818999d9b0f099c37fffe70daafe5e332b03db0 | diff --git a/modules/consentAdmin/www/consentAdmin.php b/modules/consentAdmin/www/consentAdmin.php
index <HASH>..<HASH> 100644
--- a/modules/consentAdmin/www/consentAdmin.php
+++ b/modules/consentAdmin/www/consentAdmin.php
@@ -126,9 +126,11 @@ if($session->getIdP() != null) {
}
// Remove services, whitch have con... | ConsentAdmin: Minor bugfix in consent disabling | simplesamlphp_saml2 | train |
7697829e5afcb061c1f04441a2e7238c3cced7aa | diff --git a/lib/cancan/controller_resource.rb b/lib/cancan/controller_resource.rb
index <HASH>..<HASH> 100644
--- a/lib/cancan/controller_resource.rb
+++ b/lib/cancan/controller_resource.rb
@@ -170,7 +170,8 @@ module CanCan
end
def resource_instance
- @controller.instance_variable_get("@#{instance_nam... | Fix instance variable not initialized warnings (#<I>)
Fix instance variable not initialised warnings | CanCanCommunity_cancancan | train |
38957ae4d39643ba383cf02746d583e066ff9765 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -797,9 +797,13 @@
$reason_info = isset( $_REQUEST['reason_info'] ) ? trim( stripslashes( $_REQUEST['reason_info'] ) ) : '';
+ // Check if fe... | [deactivation-form] [uninstall] [opt-in] Opt-in the non-registered users on module uninstall event if they submitted non-anonymous feedback. | Freemius_wordpress-sdk | train |
e6b9bedef2962825a3164cd786219858010237be | diff --git a/src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java b/src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java
+++ b/src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java
@... | Using exclusion with * artifact does not work
This closes #<I> | jmeter-maven-plugin_jmeter-maven-plugin | train |
d212323518d12ae568a9e0afdf1cc8fa615b25f3 | diff --git a/test/Select-test.js b/test/Select-test.js
index <HASH>..<HASH> 100644
--- a/test/Select-test.js
+++ b/test/Select-test.js
@@ -2246,6 +2246,34 @@ describe('Select', () => {
});
});
+ describe('clear the display value on receiving props', () => {
+ beforeEach(() => {
+ var wrapper = createCont... | Added tests for clear display value on receiving props. | HubSpot_react-select-plus | train |
98e71b45b5ee427bbcc065ee7b4a23e99d588f45 | diff --git a/apiserver/facades/client/application/application.go b/apiserver/facades/client/application/application.go
index <HASH>..<HASH> 100644
--- a/apiserver/facades/client/application/application.go
+++ b/apiserver/facades/client/application/application.go
@@ -426,7 +426,6 @@ func (api *APIv12) Deploy(args params... | Remove the last unknown from the api server
This last unknown means we can deduce what someone is deploying just
from the charm url. This is great for now, but is a right mess when we
try and deploy a charm url which doesn't have a schema. | juju_juju | train |
8b04a390bda64919020ac38a99468cd702ab5cf3 | diff --git a/news-bundle/contao/dca/tl_news.php b/news-bundle/contao/dca/tl_news.php
index <HASH>..<HASH> 100644
--- a/news-bundle/contao/dca/tl_news.php
+++ b/news-bundle/contao/dca/tl_news.php
@@ -718,9 +718,23 @@ class tl_news extends Backend
$this->redirect('typolight/main.php?act=error');
}
- // Update d... | [News] The toggleVisibility() methods did neither support save_callbacks nor versioning | contao_contao | train |
d00653bc5ba7f6c77b836c526ae537a97326bb49 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,7 +20,9 @@ Bugfixes
--------
- When using ``synapse.tools.cmdr``, issuing ctrl-c to cancel a running command in could result in the Telepath Proxy object being fini'd. This has been resolved by addi... | Allow single character form names and property names (#<I>)
* Allow single character form names and property names | vertexproject_synapse | train |
c788ede9dea9b1223fd9ce2ec88231d97242d3c9 | diff --git a/bpf/lxcmap/lxcmap.go b/bpf/lxcmap/lxcmap.go
index <HASH>..<HASH> 100644
--- a/bpf/lxcmap/lxcmap.go
+++ b/bpf/lxcmap/lxcmap.go
@@ -112,6 +112,10 @@ func (lxc LXCInfo) String() string {
// WriteEndpoint transforms the ep's relevant data into an LXCInfo and stores it in
// LXCMap.
func (m *LXCMap) WriteEnd... | lxcmap: Check for nil pointer map before writing | cilium_cilium | train |
48b42f1dd1c93778bbc3150073f7e0d93e4b28cc | diff --git a/sass_processor/processor.py b/sass_processor/processor.py
index <HASH>..<HASH> 100644
--- a/sass_processor/processor.py
+++ b/sass_processor/processor.py
@@ -9,7 +9,6 @@ from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.core.files.base import ContentFile... | processor: Use configured storage everywhere
Remote storages do not implement `path` to return a local filesystem
path, so we cannot rely on the finder to return anything. This is fine
because people using other storages than FileSystemStorage cannot use
the dynamic staticfiles view anyway, and in production cannot do... | jrief_django-sass-processor | train |
b23d5c3039f763625608554f6d54f6bf7cef81f9 | diff --git a/tests/PackerTest.php b/tests/PackerTest.php
index <HASH>..<HASH> 100644
--- a/tests/PackerTest.php
+++ b/tests/PackerTest.php
@@ -281,6 +281,7 @@
/**
+ * @coversNothing
* @dataProvider getSamples
*/
public function testCanPackRepresentativeSample($test, $boxes, $items) { | Ignore samples when calculating code coverage | dvdoug_BoxPacker | train |
bbf5ccc24607d021da6f6c98e22fce21465ecee7 | diff --git a/test/rules/multi.spec.js b/test/rules/multi.spec.js
index <HASH>..<HASH> 100644
--- a/test/rules/multi.spec.js
+++ b/test/rules/multi.spec.js
@@ -9,9 +9,9 @@ describe("Test rule: multi", () => {
it("should call item's custom checker function", () => {
const fn = jest.fn((v) => v);
- const check = v... | add failed test for custom multi #<I> | icebob_fastest-validator | train |
79be356fbb6f37bd99b85bf72ad9b025890d85cb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -142,6 +142,10 @@
throw new Error('Unknown event: ' + type);
}
+ if (typeof callback !== 'function') {
+ throw new Error('Callback must be a function, instead got: ' + (typ... | Throw errors if callbacks are not functions | JakeSidSmith_slik | train |
3454450fa9e74541cd27a9825a86f58405c33f12 | diff --git a/src/org/opencms/ui/components/CmsUserInfo.java b/src/org/opencms/ui/components/CmsUserInfo.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/ui/components/CmsUserInfo.java
+++ b/src/org/opencms/ui/components/CmsUserInfo.java
@@ -324,11 +324,13 @@ public class CmsUserInfo extends VerticalLayout {
... | CmsUserInfo: Hide session time for user without running session | alkacon_opencms-core | train |
7cc6c62a78e668484621da4518ca61df9c43e1bb | diff --git a/papermill/tests/test_s3.py b/papermill/tests/test_s3.py
index <HASH>..<HASH> 100644
--- a/papermill/tests/test_s3.py
+++ b/papermill/tests/test_s3.py
@@ -25,16 +25,19 @@ def bucket_sqs():
"""Returns a bucket instance with a sqs service"""
return Bucket('my_sqs_bucket', ['sqs'])
+
@pytest.fixtu... | added tests to explicitly test Prefix.__init__ | nteract_papermill | train |
561ad1b68be5e46937105e88c43c5e081192e4d3 | diff --git a/test/processor.test.js b/test/processor.test.js
index <HASH>..<HASH> 100644
--- a/test/processor.test.js
+++ b/test/processor.test.js
@@ -476,8 +476,8 @@ describe('Processor', function() {
testScreenshots(
'should replace %s with the screenshot timestamp',
'filename_s',
- { timemark... | Add screenshot test for %s with percent timemark | fluent-ffmpeg_node-fluent-ffmpeg | train |
9a371132b4e74cb1f6025a40c546ac860906fa3f | diff --git a/compiler/prelude/jsmapping.go b/compiler/prelude/jsmapping.go
index <HASH>..<HASH> 100644
--- a/compiler/prelude/jsmapping.go
+++ b/compiler/prelude/jsmapping.go
@@ -251,6 +251,9 @@ var $internalize = function(v, t, recv) {
case String:
return new $String($internalize(v, $String));
default... | don't internalise DOM nodes (#<I>) | gopherjs_gopherjs | train |
f17d6cb3209d0ee1c479c02809fb53ea3b5bec1b | diff --git a/fabric_bolt/projects/tables.py b/fabric_bolt/projects/tables.py
index <HASH>..<HASH> 100644
--- a/fabric_bolt/projects/tables.py
+++ b/fabric_bolt/projects/tables.py
@@ -142,7 +142,7 @@ class DeploymentTable(PaginateTable):
user = LinkColumn(
'accounts_user_view',
accessor='user.emai... | Corrects the link in in the table for deployer
Fixes the error in <I>d<I>b8f<I>b6c<I>e<I>b<I>d<I>d4dc<I>. | fabric-bolt_fabric-bolt | train |
4a00be4288a194b1d46f4d5458dcf23ba114a2b9 | diff --git a/spyderlib/widgets/editor.py b/spyderlib/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/editor.py
+++ b/spyderlib/widgets/editor.py
@@ -900,6 +900,38 @@ class EditorStack(QWidget):
self.update_actions()
self.update_filelistdialog()
+ def __modified_readon... | Editor/bugfix with multiple editor windows: when opening file on one editor window, the top-left corner menu (file list) was not updated correctly in other editor windows | spyder-ide_spyder | train |
f0f3c3a32ea9c647a6e2de4c92d8374e5774a906 | diff --git a/pymatgen/symmetry/kpath.py b/pymatgen/symmetry/kpath.py
index <HASH>..<HASH> 100644
--- a/pymatgen/symmetry/kpath.py
+++ b/pymatgen/symmetry/kpath.py
@@ -148,9 +148,8 @@ class KPathSetyawanCurtarolo(KPathBase):
def __init__(self, structure, symprec=0.01, angle_tolerance=5, atol=1e-5):
if "m... | Error to warning for magmoms and SC convention | materialsproject_pymatgen | train |
3475170465b43a2e161480567b10936d9e445a49 | diff --git a/src/org/mockito/internal/creation/bytebuddy/ByteBuddyMockMaker.java b/src/org/mockito/internal/creation/bytebuddy/ByteBuddyMockMaker.java
index <HASH>..<HASH> 100644
--- a/src/org/mockito/internal/creation/bytebuddy/ByteBuddyMockMaker.java
+++ b/src/org/mockito/internal/creation/bytebuddy/ByteBuddyMockMake... | Upgraded Byte Buddy dependency for minor bug fix. | mockito_mockito | train |
b243ea4b6b98e51f1694c5e02bd30652c198ef26 | diff --git a/lib/tri_mesh.rb b/lib/tri_mesh.rb
index <HASH>..<HASH> 100644
--- a/lib/tri_mesh.rb
+++ b/lib/tri_mesh.rb
@@ -104,6 +104,19 @@ module GMath3D
end
vert_idx += 1
end
+
+ # modify noamal direction
+ tri_idx = 0
+ tri_indeces.each do | tri_index_ary |
+ if ( tri_i... | add modify normal direction processing in TriMesh.from_triangles | toshi0328_gmath3D | train |
3009cbbbe902f781134295cae5f9b1e47dc0f64e | diff --git a/tests/integration/test_requests.py b/tests/integration/test_requests.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_requests.py
+++ b/tests/integration/test_requests.py
@@ -116,8 +116,8 @@ def test_post_chunked_binary(tmpdir, httpbin):
assert req1 == req2
-@pytest.mark.xfail('sys.vers... | Skip requests test instead of failing for python >= <I> | kevin1024_vcrpy | train |
9b0d6dfd0b8bc84486d6a52550c7e9736d56e689 | diff --git a/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js b/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js
index <HASH>..<HASH> 100644
--- a/annis-widgets/src/main/java/annis/gui/widgets/gwt/public/anniswidget/rst_vis.js
+++ b/annis-widgets/src/main/ja... | Forgot to add the mappings convert method to the rst_vis.js. | korpling_ANNIS | train |
a51bfa61c6acd8b618147f31ef42411e2853deea | diff --git a/core/interpreter/src/main/java/org/overture/interpreter/solver/SolverFactory.java b/core/interpreter/src/main/java/org/overture/interpreter/solver/SolverFactory.java
index <HASH>..<HASH> 100644
--- a/core/interpreter/src/main/java/org/overture/interpreter/solver/SolverFactory.java
+++ b/core/interpreter/sr... | Thread astnt factory into solver factory.
The ProvSolverIntegration needs an assistant due to TokenTypeCalculator.
This threading is done through direct manipulation of the classpath
done in the SolverFactory. | overturetool_overture | train |
be08e51a414640e9964afb9f081f0f3521ee5191 | diff --git a/src/main/java/com/graphhopper/ui/MiniGraphUI.java b/src/main/java/com/graphhopper/ui/MiniGraphUI.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/graphhopper/ui/MiniGraphUI.java
+++ b/src/main/java/com/graphhopper/ui/MiniGraphUI.java
@@ -31,7 +31,6 @@ import com.graphhopper.routing.util.FootFlagEnc... | avoid error for negative lat/lon. closes #<I>. or should we entirely remove ui package | graphhopper_graphhopper | train |
5ac0b530875b281734be7c97986dd464549e7da9 | diff --git a/desktop/api/src/main/java/org/datacleaner/util/IconUtils.java b/desktop/api/src/main/java/org/datacleaner/util/IconUtils.java
index <HASH>..<HASH> 100644
--- a/desktop/api/src/main/java/org/datacleaner/util/IconUtils.java
+++ b/desktop/api/src/main/java/org/datacleaner/util/IconUtils.java
@@ -32,11 +32,13 ... | Issue #<I>: Showing Cassandra and ElasticSearch icons in existing
datastores instead of generic icons. | datacleaner_DataCleaner | train |
daf6d30913ac600f6a796fbc9a75a34636a34041 | diff --git a/src/mousedb/templates/base.html b/src/mousedb/templates/base.html
index <HASH>..<HASH> 100644
--- a/src/mousedb/templates/base.html
+++ b/src/mousedb/templates/base.html
@@ -22,7 +22,10 @@
<div id = "user" class="grid_4">
{% if user.is_authenticated %}
<p class="ui-state-default ui-corner-all">
- ... | added logout button to base.html and added urlconf and view for the logout page | davebridges_mousedb | train |
a83fc0dc4cc9fe0574887cd7eb78be86b18c4bd3 | diff --git a/tracing/tracing/__init__.py b/tracing/tracing/__init__.py
index <HASH>..<HASH> 100644
--- a/tracing/tracing/__init__.py
+++ b/tracing/tracing/__init__.py
@@ -2,5 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import sys
+from six.moves im... | [Catapult] Reload 'google' from modules before importing protobuf
This CL tries to fix the issue that on Catapult try bots, python always try to import protobuf from site-packages/ instead of the one under third-party.
The solution is referring this old code:
<URL> | catapult-project_catapult | train |
78e8618466435b5ce7ae8cfc7975e3f259eb66ec | diff --git a/build/tasks/build.js b/build/tasks/build.js
index <HASH>..<HASH> 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -55,7 +55,7 @@ var JS_DEV_DEPS_MIN = [
gulp.task('sass', function () {
return gulp.src(paths.scss, { base: './' })
- .pipe(sass.sync().on('error', sass.logError))
+ .... | use minified css in bundle | Rebilly_ReDoc | train |
4f11121d136d801112b1e6e1480b70ae49e94fec | diff --git a/dataproperty/_data_property.py b/dataproperty/_data_property.py
index <HASH>..<HASH> 100644
--- a/dataproperty/_data_property.py
+++ b/dataproperty/_data_property.py
@@ -302,14 +302,22 @@ class ColumnDataProperty(DataPeropertyInterface):
def update_body(self, dataprop):
self.__typecode_bitmap... | Modify column type detection that has mixed values | thombashi_DataProperty | train |
99ecd7fa81e9dafad772184ec7c80622bdba9484 | diff --git a/enginemill.js b/enginemill.js
index <HASH>..<HASH> 100644
--- a/enginemill.js
+++ b/enginemill.js
@@ -662,10 +662,11 @@ exports.RunApp = {
// https://www.npmjs.com/package/yargs
//
// Params:
- // args.API.argv() - The setter Function for API argv.
+ // args.API - Will... | fixes #<I> API.argv is a setter/getter
modified: enginemill.js
modified: lib/api.js
modified: test/fixtures/default_app/app.coffee | kixxauth_enginemill | train |
c71b8849c60371e49285824537995821a4dff86d | diff --git a/signal/signal.go b/signal/signal.go
index <HASH>..<HASH> 100644
--- a/signal/signal.go
+++ b/signal/signal.go
@@ -14,7 +14,7 @@ type Handler struct {
}
func NewHandler() (sh *Handler) {
- sh = &Handler{make(chan os.Signal, 1), make(map[os.Signal]Callback, 5)}
+ sh = &Handler{make(chan os.Signal),... | make sure it is a none-buffered channel | mikespook_golib | train |
e5829f523dcbcaa58f5e28fdad51dd951783b9c1 | diff --git a/blockstack/lib/schemas.py b/blockstack/lib/schemas.py
index <HASH>..<HASH> 100644
--- a/blockstack/lib/schemas.py
+++ b/blockstack/lib/schemas.py
@@ -326,6 +326,16 @@ OP_HISTORY_SCHEMA = {
},
],
},
+ 'resolver': {
+ 'anyOf': [
+ {
+ ... | name records can have a resolver field | blockstack_blockstack-core | train |
ad70d9daf214dd9dcdcae353f0006218f20ca549 | diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -365,7 +365,7 @@ module ActionView
else
ob... | Do not check if record is an Array twice | rails_rails | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.