hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
0259ee5ba2416f071e55297662c2a868a7c96ef7 | diff --git a/libkbfs/mdserver_remote.go b/libkbfs/mdserver_remote.go
index <HASH>..<HASH> 100644
--- a/libkbfs/mdserver_remote.go
+++ b/libkbfs/mdserver_remote.go
@@ -25,6 +25,9 @@ const (
// waits between runs. The timer gets reset to this period after
// every incoming FolderNeedsRekey RPC.
MdServerBackgroundR... | We now have a reasonable ping interval that will notice when you get disconnected, thus passing on the notification | keybase_client | train |
41058b1e4baec95d1f7a8071690cef4cab1da99a | diff --git a/commons-datastore/commons-datastore-mongodb/src/main/java/org/opencb/commons/datastore/mongodb/MongoDataStore.java b/commons-datastore/commons-datastore-mongodb/src/main/java/org/opencb/commons/datastore/mongodb/MongoDataStore.java
index <HASH>..<HASH> 100644
--- a/commons-datastore/commons-datastore-mongo... | datastore: Added new method to mongoDataStore to retrieve the server status info | opencb_java-common-libs | train |
8743e66acfd4b06a460db567d4f871f6861d987b | diff --git a/newsplease/__main__.py b/newsplease/__main__.py
index <HASH>..<HASH> 100644
--- a/newsplease/__main__.py
+++ b/newsplease/__main__.py
@@ -185,6 +185,7 @@ class NewsPlease(object):
thread_daemonized.start()
while not self.shutdown:
+ print("hi")
try:
... | add check to prevent self shutdown in daemon mode if no further sites are there | fhamborg_news-please | train |
c4530a4419d6d98a66482de5f6277a44f4f912dc | diff --git a/lib/generators/enju_leaf/quick_install/quick_install_generator.rb b/lib/generators/enju_leaf/quick_install/quick_install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/enju_leaf/quick_install/quick_install_generator.rb
+++ b/lib/generators/enju_leaf/quick_install/quick_install_generator.rb
@... | run load_asset_files task in install task | next-l_enju_leaf | train |
515bd01ace936f8b94a7b4e1bd39ff5ed2ba320c | diff --git a/asteval/asteval.py b/asteval/asteval.py
index <HASH>..<HASH> 100644
--- a/asteval/asteval.py
+++ b/asteval/asteval.py
@@ -129,8 +129,6 @@ class Interpreter(object):
usersyms = {}
symtable = make_symbol_table(use_numpy=use_numpy, **usersyms)
- symtable['print'] = self.... | fixes for having removed print node/statement | newville_asteval | train |
7e1de98cbacbf058b8f81a77ba28237ff5a75804 | diff --git a/logbook-core/src/test/java/org/zalando/logbook/ObfuscatorTest.java b/logbook-core/src/test/java/org/zalando/logbook/ObfuscatorTest.java
index <HASH>..<HASH> 100644
--- a/logbook-core/src/test/java/org/zalando/logbook/ObfuscatorTest.java
+++ b/logbook-core/src/test/java/org/zalando/logbook/ObfuscatorTest.ja... | Changed compound obfuscation tests
This should make it clear we are testing two things now | zalando_logbook | train |
3adbd2c71325645c97a0bed2cd3325807f81ddbd | diff --git a/domain/host/host.go b/domain/host/host.go
index <HASH>..<HASH> 100644
--- a/domain/host/host.go
+++ b/domain/host/host.go
@@ -169,6 +169,9 @@ func (a *Host) Equals(b *Host) bool {
if !a.MonitoringProfile.Equals(&b.MonitoringProfile) {
return false
}
+ if a.NatIP != b.NatIP {
+ return false
+ }
... | Preserve NatIP during updateHost | control-center_serviced | train |
1b4006393abedcefb614dd4e466f5dc63fb4b87f | diff --git a/lib/user_agent_parser/parser.rb b/lib/user_agent_parser/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/user_agent_parser/parser.rb
+++ b/lib/user_agent_parser/parser.rb
@@ -6,8 +6,7 @@ module UserAgentParser
attr_reader :patterns_path
def initialize(patterns_path = UserAgentParser::DefaultPatt... | Remove the need for memoized methods by simply using instance vars | ua-parser_uap-ruby | train |
06e323596015f8a54edffcf64406715dbcf9f486 | diff --git a/PHPCI/Plugin/Deployer.php b/PHPCI/Plugin/Deployer.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Plugin/Deployer.php
+++ b/PHPCI/Plugin/Deployer.php
@@ -59,6 +59,8 @@ class Deployer implements \PHPCI\Plugin
$response = $http->post($this->webhookUrl, array(
'reason' => $this->phpci->int... | Add "source" and "url" parameters to Deployer plugin. | dancryer_PHPCI | train |
fa4affb0b2482650dc63a797388c83866d077e84 | diff --git a/spec/vkontakte_api/result_spec.rb b/spec/vkontakte_api/result_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/vkontakte_api/result_spec.rb
+++ b/spec/vkontakte_api/result_spec.rb
@@ -98,6 +98,17 @@ describe VkontakteApi::Result do
}.to raise_error(VkontakteApi::Error)
end
end
+
+ con... | add execute_errors case to result_spec | 7even_vkontakte_api | train |
ade0072379dc579157afc1f71ce200c5cfa581d4 | diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php
index <HASH>..<HASH> 100644
--- a/lib/outputrenderers.php
+++ b/lib/outputrenderers.php
@@ -3072,7 +3072,6 @@ EOD;
case 'divider':
// If the nav item is a divider, add one and skip link processing.
... | MDL-<I> user_menu: Increment index for all menu items
The invalid type was not causing the idx to incremented, thus missing off
the final divider. | moodle_moodle | train |
c4358b6eb5562a16587e6adee4d09a16de7ec10c | diff --git a/src/sos/step_executor.py b/src/sos/step_executor.py
index <HASH>..<HASH> 100755
--- a/src/sos/step_executor.py
+++ b/src/sos/step_executor.py
@@ -1187,24 +1187,36 @@ class Base_Step_Executor:
rvars = self.step.options['shared']
if isinstance(rvars, str):
result['_... | Adjust a warning message regarding the use of %include after %run | vatlab_SoS | train |
09f69d6979b2748527b72838d619f2bb225fefb8 | diff --git a/lib/ronin/fuzzing/extensions/string.rb b/lib/ronin/fuzzing/extensions/string.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/fuzzing/extensions/string.rb
+++ b/lib/ronin/fuzzing/extensions/string.rb
@@ -131,6 +131,64 @@ class String
end
#
+ # Repeats the String.
+ #
+ # @param [Enumerable, Intege... | Added String#repeating. | ronin-ruby_ronin-support | train |
a61e677428aca0715c4b1f5513dcb56569a72732 | diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -163,6 +163,9 @@ func (c *Client) magicRequestDecoder(method, path string, body io.Reader, v inte
debug("Request: %+v \n", req)
res, err := c.Do(req, v)
+ if res != nil {
+ defer res.Body.Close()
+ }
debug("Response: %+v ... | Close resp.Body when done reading from it. | go-chef_chef | train |
d90814f95f61423865187530b4ef71c6ddcee1d3 | diff --git a/src/controller.js b/src/controller.js
index <HASH>..<HASH> 100644
--- a/src/controller.js
+++ b/src/controller.js
@@ -92,13 +92,10 @@ class Controller extends EventEmitter {
}
async sendCommand(command, subscriber = () => {}) {
- let _internalId = ++this._counter
-
let promise =... | Ensure controller.sendCommand() rejects when engine stops | SabakiHQ_gtp | train |
ba2f7af3ddfbedda7d9897fbdf91443c69f95d04 | diff --git a/aws/resource_aws_apprunner_service.go b/aws/resource_aws_apprunner_service.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_apprunner_service.go
+++ b/aws/resource_aws_apprunner_service.go
@@ -736,7 +736,7 @@ func expandAppRunnerServiceImageConfiguration(l []interface{}) *apprunner.ImageC
}
if v... | apprunner: Migrate to service, global flex | terraform-providers_terraform-provider-aws | train |
a7bc53b5ada2ab4cac081c9e7295e9a8665ef09a | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/Stopwatch.java b/javamelody-core/src/main/java/net/bull/javamelody/Stopwatch.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/Stopwatch.java
+++ b/javamelody-core/src/main/java/net/bull/javamelody/Stopwatch.java
@@ -1... | fix #<I> StopWatch not displayed in statistics by default | javamelody_javamelody | train |
ebcb702d1b583f6b66fb6ccd2b15939d5402dc1e | diff --git a/lib/stellar-base.rb b/lib/stellar-base.rb
index <HASH>..<HASH> 100644
--- a/lib/stellar-base.rb
+++ b/lib/stellar-base.rb
@@ -30,3 +30,4 @@ require_relative './stellar/util/strkey'
require_relative './stellar/util/continued_fraction'
require_relative './stellar/convert'
require_relative './stellar/netwo... | fix for issuer#<I> missing VERSION | stellar_ruby-stellar-base | train |
6c35e5b36a918f50c7dd2cb581ae3bdbc117d16f | diff --git a/tests/Common.php b/tests/Common.php
index <HASH>..<HASH> 100644
--- a/tests/Common.php
+++ b/tests/Common.php
@@ -23,13 +23,13 @@ function prepare_config_sql($engine=null, $config_file=null) {
'POSTGRES_HOST' => 'localhost',
'POSTGRES_PORT' => 5432,
'POSTGRES_USER' => 'postgres',
- 'POSTGRES_PASS... | Remove db passwords from test config stub.
Setting passwords will fail on unpassworded databases such as in
Travis environment. | bfitech_zapstore | train |
beb94fdda0ccebff67393615581f870b381a2c29 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -497,6 +497,7 @@ osmtogeojson = function( data, options ) {
has_interesting_tags(node.tags)) // this checks if the node has any tags other than "created_by"
poinids[node.id] = true;
}
+ // todo -> a... | fix and test deduplication of ways with different versions | tyrasd_osmtogeojson | train |
e9055e0fde8493e8ad98310b5f3c23c7d3324d24 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,9 @@ Each of them are discussed in the documentation below.
- [findFirst(options = {})](#findfirstoptions--)
- [findCount(options = {})](#findcountoptions--)
- [findList(options = {})](#findlistopt... | collections: shortcut methods for finding single methods with conditions. Closes #<I> | fahad19_firenze | train |
6eca6e9bd2673e930b93062f5b0bb94b0486541f | diff --git a/ArgusWeb/app/js/directives/charts/lineChart.js b/ArgusWeb/app/js/directives/charts/lineChart.js
index <HASH>..<HASH> 100644
--- a/ArgusWeb/app/js/directives/charts/lineChart.js
+++ b/ArgusWeb/app/js/directives/charts/lineChart.js
@@ -15,31 +15,28 @@ angular.module('argus.directives.charts.lineChart', [])
... | resolve some lagging/performance issue | salesforce_Argus | train |
13a893429fbc99cc798adfd9994104250c16ec54 | diff --git a/addons/info/src/index.test.js b/addons/info/src/index.test.js
index <HASH>..<HASH> 100644
--- a/addons/info/src/index.test.js
+++ b/addons/info/src/index.test.js
@@ -20,7 +20,8 @@ const TestComponent = ({ func, obj, array, number, string, bool, empty }) => (
<li>1</li>
<li>2</li>
</ul>
-... | Update test to reflect context prop name change | storybooks_storybook | train |
af1dffda642068713b57d377bdb23a87432b702d | diff --git a/Swat/SwatHtmlHeadEntrySetDisplayer.php b/Swat/SwatHtmlHeadEntrySetDisplayer.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatHtmlHeadEntrySetDisplayer.php
+++ b/Swat/SwatHtmlHeadEntrySetDisplayer.php
@@ -178,6 +178,8 @@ class SwatHtmlHeadEntrySetDisplayer extends SwatObject
foreach ($info['combines'] as $... | Support displaying combined LESS files.
svn commit r<I> | silverorange_swat | train |
313b74029f3ff2fb4d89667a362c82a03c72e3d6 | diff --git a/pysnow.py b/pysnow.py
index <HASH>..<HASH> 100644
--- a/pysnow.py
+++ b/pysnow.py
@@ -129,10 +129,20 @@ class Query(object):
def greater_than(self, value):
"""Query records with the given field greater than the value specified"""
- return self._add_condition('>', value, types=[int])
... | Added support for passing datetime objects to greater_than() and less_than | rbw_pysnow | train |
f0876daebc7c0b0496874366ca941fa09c9f9264 | diff --git a/bids/variables/io.py b/bids/variables/io.py
index <HASH>..<HASH> 100644
--- a/bids/variables/io.py
+++ b/bids/variables/io.py
@@ -303,8 +303,8 @@ def _load_time_variables(layout, dataset=None, columns=None, scan_length=None,
if regressors:
sub_ents = {k: v for k, v in entities.items()... | ENH: Accept variables from timeseries as well as regressors (#<I>)
* ENH: Accept variables from timeseries as well as regressors
* FIX: Maybe most of these should remain... | bids-standard_pybids | train |
a3909df89c81143e63eb80b14e0f215f5f81f3ec | diff --git a/core/phantomas.js b/core/phantomas.js
index <HASH>..<HASH> 100644
--- a/core/phantomas.js
+++ b/core/phantomas.js
@@ -82,6 +82,9 @@ var phantomas = function(params) {
// --user-agent=custom-agent
this.userAgent = params['user-agent'] || getDefaultUserAgent();
+ // disable JavaScript on the page that ... | Make it possible to disable JavaScript on the page | macbre_phantomas | train |
1c6d95e0645edce3843c51700f251a15ca22c1bd | diff --git a/packages/vaex-core/vaex/asyncio.py b/packages/vaex-core/vaex/asyncio.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/asyncio.py
+++ b/packages/vaex-core/vaex/asyncio.py
@@ -5,7 +5,7 @@ import sys
def check_ipython():
IPython = sys.modules.get('IPython')
if IPython:
- IPython_... | Fix version compare when running development IPython which has versions
like <I>.dev. #<I> | vaexio_vaex | train |
46c60a881f950b627c5f49ed0a7bb274ac002dea | diff --git a/mill/__init__.py b/mill/__init__.py
index <HASH>..<HASH> 100644
--- a/mill/__init__.py
+++ b/mill/__init__.py
@@ -454,7 +454,6 @@ class Mill:
return
heater.day_consumption = float(cons.get("valueTotal"))
- heater.last_consumption_update = dt.datetime.now()
... | Fix last_consumption_update (#<I>) | Danielhiversen_pymill | train |
e391c47ed8e6b4e68ec6e97b2ea3195a198e218f | diff --git a/testing/logging/test_reporting.py b/testing/logging/test_reporting.py
index <HASH>..<HASH> 100644
--- a/testing/logging/test_reporting.py
+++ b/testing/logging/test_reporting.py
@@ -889,6 +889,12 @@ def test_live_logging_suspends_capture(has_capture_manager, request):
def resume_global_capture(sel... | Update capture suspend test for logging. | pytest-dev_pytest | train |
866ad91f763b2312e8a5b9905be017bc98eb609d | diff --git a/lib/hrr_rb_ssh/transport/kex_algorithm/diffie_hellman.rb b/lib/hrr_rb_ssh/transport/kex_algorithm/diffie_hellman.rb
index <HASH>..<HASH> 100644
--- a/lib/hrr_rb_ssh/transport/kex_algorithm/diffie_hellman.rb
+++ b/lib/hrr_rb_ssh/transport/kex_algorithm/diffie_hellman.rb
@@ -23,7 +23,12 @@ module HrrRbSsh
... | update transport/kex_algorithm/diffie_hellman codes and their specs to support older version of OpenSSL library that does not support set_pqg method | hirura_hrr_rb_ssh | train |
1f516c2dd01e9795e3db6400696f144dff755c9f | diff --git a/openhtf/exe/__init__.py b/openhtf/exe/__init__.py
index <HASH>..<HASH> 100644
--- a/openhtf/exe/__init__.py
+++ b/openhtf/exe/__init__.py
@@ -38,6 +38,10 @@ conf.Declare('teardown_timeout_s', default_value=3, description=
'Timeout (in seconds) for test teardown functions.')
+class TestExecutionErr... | move is_finalized check to a more obvious place | google_openhtf | train |
f819d85428947c416b0f1f7c95dfa9471fc4e638 | diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java
index <HASH>..<HASH> 100644
--- a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java
+++ b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java
@@ -19,6 +19,8 @@ imp... | Job sets executing thread and start time by itself | JetBrains_xodus | train |
33d004fb9a50eb57774b71b4721f16ed0fd80f7a | diff --git a/lib/express/spec/mocks.js b/lib/express/spec/mocks.js
index <HASH>..<HASH> 100644
--- a/lib/express/spec/mocks.js
+++ b/lib/express/spec/mocks.js
@@ -108,7 +108,7 @@ var MockResponse = new Class({
* Flag response as finished.
*/
- close: function() {
+ end: function() {
this.finished = t... | Fixed MockResponse to match node API | expressjs_express | train |
f58fc796488b490ec23f49e62dd672e8a4e1dd04 | diff --git a/core/test/karma.conf.js b/core/test/karma.conf.js
index <HASH>..<HASH> 100644
--- a/core/test/karma.conf.js
+++ b/core/test/karma.conf.js
@@ -25,7 +25,8 @@ module.exports = function(config) {
'../../core/lib/popover-animator.es6',
'../../core/lib/*.{es6,js}',
'../../core/*.{es6,js}',
-... | fix(test): Include onsenui.css in karma tests. | OnsenUI_OnsenUI | train |
5c4318d68c579a4106965ca1ed7e0ed18075555c | diff --git a/salesforce/testrunner/example/templates/search-accounts.html b/salesforce/testrunner/example/templates/search-accounts.html
index <HASH>..<HASH> 100644
--- a/salesforce/testrunner/example/templates/search-accounts.html
+++ b/salesforce/testrunner/example/templates/search-accounts.html
@@ -17,16 +17,19 @@
... | Fixed the demo homepage to work also with a normal Account.
It should also never raise exception for any user input. | django-salesforce_django-salesforce | train |
45e35ac14a7f6461973dc550cdb5be7fa382c20f | diff --git a/Worker.php b/Worker.php
index <HASH>..<HASH> 100644
--- a/Worker.php
+++ b/Worker.php
@@ -15,10 +15,10 @@ interface Worker
public function canWork($task);
/**
- * Work on data.
+ * Work on $task.
*
* @param mixed $task The task to be worked
- * @return mixed true or a va... | Workers work on a "task" | dankempster_axstrad-workforce | train |
e517b3225f6074fca82d61e449c98a1ade38a627 | diff --git a/src/main/java/org/mapdb/StoreDirect.java b/src/main/java/org/mapdb/StoreDirect.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mapdb/StoreDirect.java
+++ b/src/main/java/org/mapdb/StoreDirect.java
@@ -681,14 +681,14 @@ public class StoreDirect extends Store{
try{
if(!readOn... | StoreDirect: SerializerPojo could get corrupted on close. See #<I> | jankotek_mapdb | train |
7cc66269e6ad3cbae850daf8ee9036565a3b0f5b | diff --git a/core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/support/jpa/AbstractJpaProperties.java b/core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/support/jpa/AbstractJpaProperties.java
index <HASH>..<HASH> 100644
--- a/core/cas-server-core-conf... | (refactor) some opportunities to use diamond operator (#<I>) | apereo_cas | train |
a28ba734152007e0e9ec68873852d39eebe57f3b | diff --git a/src/shouldInstrument.js b/src/shouldInstrument.js
index <HASH>..<HASH> 100644
--- a/src/shouldInstrument.js
+++ b/src/shouldInstrument.js
@@ -1,4 +1,4 @@
-// copy-paste from https://github.com/nx-js/observer-util/blob/master/src/builtIns/index.js
+// Based on https://github.com/nx-js/observer-util/blob/mas... | Avoid shouldInstrument ReferenceError on ES6 types
To check for builtin types, the shouldInstrument file creates a map
with various constructors as the keys. However, as WeakSet is not
used, there's no guarantee it's been polyfilled in for browsers that
lack support like IE<I>, which leads to a runtime ReferenceError ... | theKashey_proxyequal | train |
9ead6f51f428e6ea74850eb68ea57cb8e2493b6d | diff --git a/tests/test_potential.py b/tests/test_potential.py
index <HASH>..<HASH> 100644
--- a/tests/test_potential.py
+++ b/tests/test_potential.py
@@ -1995,9 +1995,6 @@ def test_rtide_noMError():
def test_ttensor():
pmass= potential.KeplerPotential(normalize=1.)
tij=pmass.ttensor(1.0,0.0,0.0)
- #For a... | Remove test of ttensor that tests against eivenvalue of effective tidal tensor for point-mass galaxy, because hard to explain | jobovy_galpy | train |
f8768cab3404ea80a8a9baba1b7d86792d5af264 | diff --git a/DependencyInjection/FOSRestExtension.php b/DependencyInjection/FOSRestExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/FOSRestExtension.php
+++ b/DependencyInjection/FOSRestExtension.php
@@ -19,6 +19,8 @@ use Symfony\Component\Config\Definition\Processor,
Symfony\Component\Dependenc... | make it possible to customize the status code to force redirect to | FriendsOfSymfony_FOSRestBundle | train |
19b8adfdae9cb57d5904157f6825ec40944978d2 | diff --git a/comments/comments.js b/comments/comments.js
index <HASH>..<HASH> 100644
--- a/comments/comments.js
+++ b/comments/comments.js
@@ -147,15 +147,16 @@ Comments.prototype = {
* @param {Number} comment.user_id ID of logged-in user.
* @param {String} comment.content The text of comment.
* @para... | Make Comments#add take target as separate object.
Instead of listing all target properties inside the comment object
separately, there's now a target property that should contain object
with type,cls,member fields. | senchalabs_jsduck | train |
4b5b86f4038b0fc3700084a8d9418e7825420de9 | diff --git a/src/list/reduce.js b/src/list/reduce.js
index <HASH>..<HASH> 100644
--- a/src/list/reduce.js
+++ b/src/list/reduce.js
@@ -1,3 +1,4 @@
+/* eslint-disable no-param-reassign */
import curry3 from '../_internal/curry3';
/**
@@ -11,13 +12,12 @@ import curry3 from '../_internal/curry3';
* Applies a functio... | (- re list) Removes the alias for the initial value in `reduce`
The initial value in a reduce operation is meant to be mutated. Aliasing it inside the body of the function has no real benefit. | valtermro_tolb | train |
5ee8289a8e39cd2b5bf78e4a458b43d63c0a2359 | diff --git a/src/Buffer.php b/src/Buffer.php
index <HASH>..<HASH> 100644
--- a/src/Buffer.php
+++ b/src/Buffer.php
@@ -131,11 +131,11 @@ class Buffer extends EventEmitter implements WritableStreamInterface
}
private function lastErrorFlush() {
- $this->lastError = [
+ $this->lastError = array(... | change array definition (for php <I> compatibility) | reactphp_stream | train |
b96d4f3db25e7ac91b76238fd53fb2b1b1f0e903 | diff --git a/test/intervals.py b/test/intervals.py
index <HASH>..<HASH> 100644
--- a/test/intervals.py
+++ b/test/intervals.py
@@ -66,12 +66,12 @@ def nogaps_rand(size=100, labels=False):
:rtype: list of Intervals
"""
cur = -50
- ivs = []
+ result = []
for i in xrange(size):
length = ... | fix: shadowed identifier ivs in test/intervals.py | chaimleib_intervaltree | train |
1cf7df697f88223cd755f301de2baa720c352f6b | diff --git a/common/src/main/java/tachyon/conf/TachyonConf.java b/common/src/main/java/tachyon/conf/TachyonConf.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/tachyon/conf/TachyonConf.java
+++ b/common/src/main/java/tachyon/conf/TachyonConf.java
@@ -265,16 +265,17 @@ public class TachyonConf {
return ... | [TACHYON-<I>] Resolve merge conflicts | Alluxio_alluxio | train |
53fef0ab6fcdf3f8018c231f8f445384d1f58c87 | diff --git a/lib/fugue.js b/lib/fugue.js
index <HASH>..<HASH> 100644
--- a/lib/fugue.js
+++ b/lib/fugue.js
@@ -34,12 +34,12 @@ exports.start = function(server, port, host, worker_count, options) {
if (!path.existsSync(options.working_path)) {
throw "Working path "+options.working_path + " does not exist. Please... | Move verbose test out of log function and into configuration. If there's need to change logging at run time, then this code can be easily moved into a (new) function. | pgte_fugue | train |
314ef35475fcb8eceb2c18fc8fd6ffab26d45cd9 | diff --git a/lib/IDS/Converter.php b/lib/IDS/Converter.php
index <HASH>..<HASH> 100644
--- a/lib/IDS/Converter.php
+++ b/lib/IDS/Converter.php
@@ -561,6 +561,9 @@ class IDS_Converter
$value
);
+ // normalize separation char repetion
+ $value = preg_replace('/([.+~=\-])\1{2,}/m', '$1', $value);... | added code to deal with abnormal repetiton of separation chars
git-svn-id: <URL> | ZendExperts_phpids | train |
4b407cace19798644a9f928c0b8b8f2f6a887517 | diff --git a/oauth2.go b/oauth2.go
index <HASH>..<HASH> 100644
--- a/oauth2.go
+++ b/oauth2.go
@@ -25,6 +25,7 @@ type tokenRespBody struct {
TokenType string `json:"token_type"`
RefreshToken string `json:"refresh_token"`
ExpiresIn int64 `json:"expires_in"` // in seconds
+ Expires int64 `json:"expires... | Support token expiration for Facebook OAuth <I>.
Facebook's OAuth <I> implementation seems to be broken and
returns expires_in value in expires. Fallback to expires field to
handle the expiration time for Facebook. | golang_oauth2 | train |
52987e328d4633ca8ddfd8c426f8ac505f702bf3 | diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index <HASH>..<HASH> 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -4310,6 +4310,8 @@ class Google_Service_YouTube_Channel extends Google_Model
protected $invideoPromotionType = 'Google_Service_YouTube_... | Updated YouTube.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 |
0344b23cf7f1315a9017160fa9296daf432f4d4c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ Link to full documentation: http://tabs.readthedocs.io/en/latest/index.html
from setuptools import setup
setup(name='tabs',
- version='0.6.4',
+ version='0.6.5',
url='https://github.com/ohen... | Corrected missing comma in setup script | ohenrik_tabs | train |
9f4979fdcdfb4dbf8efa583396b831b4df6b040a | diff --git a/slim/Route.php b/slim/Route.php
index <HASH>..<HASH> 100644
--- a/slim/Route.php
+++ b/slim/Route.php
@@ -227,8 +227,9 @@ class Route {
if ( preg_match($patternAsRegex, $resourceUri, $paramValues) ) {
array_shift($paramValues);
foreach ( $paramNames as $index => $value ) {
- if ( isset($param... | Route::matches now uses a single substr call | slimphp_Slim | train |
7234ddc263f3b3a687fce3f18ce838e8dc0738c9 | diff --git a/cherrypy/_cphttpserver.py b/cherrypy/_cphttpserver.py
index <HASH>..<HASH> 100644
--- a/cherrypy/_cphttpserver.py
+++ b/cherrypy/_cphttpserver.py
@@ -62,7 +62,7 @@ def run_server(HandlerClass, ServerClass, server_address, socketFile):
if cpg.configOption.socketFile:
try: os.chmod(socketFile, ... | resolves logmessage error at control-c: ticket #<I> | cherrypy_cheroot | train |
e2d1876096ceee3cbe248c9f5b3e94f651105337 | diff --git a/presto-main/src/main/java/com/facebook/presto/server/HttpRemoteTask.java b/presto-main/src/main/java/com/facebook/presto/server/HttpRemoteTask.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/server/HttpRemoteTask.java
+++ b/presto-main/src/main/java/com/facebook/presto/... | Throttle continuous task info fetcher on errors | prestodb_presto | train |
379f1e0a861022c7eca51cf27a0c54dfedadc40f | diff --git a/lib/schema/schema/compare/difference/attributes.rb b/lib/schema/schema/compare/difference/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/schema/schema/compare/difference/attributes.rb
+++ b/lib/schema/schema/compare/difference/attributes.rb
@@ -13,7 +13,31 @@ module Schema
end
def ... | An entry is recorded for every attribute that is different | eventide-project_schema | train |
9262f308fccad725303979c7504949b9f8fa380c | diff --git a/src/main/java/me/tomassetti/symbolsolver/model/declarations/ClassDeclaration.java b/src/main/java/me/tomassetti/symbolsolver/model/declarations/ClassDeclaration.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/tomassetti/symbolsolver/model/declarations/ClassDeclaration.java
+++ b/src/main/java/me/to... | walkmod: workaround to permit walkmod to process the project | javaparser_javasymbolsolver | train |
c80e6a6e822ba6ea33f95fdc2fc068a2d9d74451 | diff --git a/resources/src/main/java/org/robolectric/res/ResBundle.java b/resources/src/main/java/org/robolectric/res/ResBundle.java
index <HASH>..<HASH> 100644
--- a/resources/src/main/java/org/robolectric/res/ResBundle.java
+++ b/resources/src/main/java/org/robolectric/res/ResBundle.java
@@ -1,7 +1,8 @@
package org.... | Simplify ResBundle. | robolectric_robolectric | train |
6c1defcd58bc61127b5b75341c986d92ba00f00a | diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/index/sbtree/local/OPrefixBTree.java b/core/src/main/java/com/orientechnologies/orient/core/storage/index/sbtree/local/OPrefixBTree.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/storage/index/sbtree/l... | Correct iteration in backward cursor was restored | orientechnologies_orientdb | train |
1aa40329ce0d21bb1def7b945c42e8b4cbbfa83c | diff --git a/lib/write_xlsx/chart.rb b/lib/write_xlsx/chart.rb
index <HASH>..<HASH> 100644
--- a/lib/write_xlsx/chart.rb
+++ b/lib/write_xlsx/chart.rb
@@ -1390,20 +1390,22 @@ module Writexlsx
def get_labels_properties(labels) # :nodoc:
return nil unless labels
- # Map user defined label positions to ... | Chart#get_labels_properties : remove key and retuen when :position is empty string. | cxn03651_write_xlsx | train |
fc880e7a46663ccb92f492bffc076ff6c664dec4 | diff --git a/lib/gitlab/client/search.rb b/lib/gitlab/client/search.rb
index <HASH>..<HASH> 100644
--- a/lib/gitlab/client/search.rb
+++ b/lib/gitlab/client/search.rb
@@ -56,7 +56,7 @@ class Gitlab::Client
# @return [Array<Gitlab::ObjectifiedHash>] Returns a list of responses depending on the requested scope.
... | [FIX] Fixed the single rubocop offence from existing commits | NARKOZ_gitlab | train |
b8b63b4d00c7a374c98a8321f560e0397d180a3f | diff --git a/lib/init.js b/lib/init.js
index <HASH>..<HASH> 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -131,6 +131,7 @@ module.exports = function(req, res, next) {
if (req.socket.isHttps || headers[config.HTTPS_FIELD] || headers[config.HTTPS_PROTO_HEADER] === 'https') {
req.isHttps = true;
delete header... | feat: support x-forwarded-host || x-whistle-real-host | avwo_whistle | train |
a18e102cfe027c00bb37d38862369679881b3d37 | diff --git a/lib/puppet/application/ssl.rb b/lib/puppet/application/ssl.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/application/ssl.rb
+++ b/lib/puppet/application/ssl.rb
@@ -84,6 +84,14 @@ HELP
option('--verbose', '-v')
option('--debug', '-d')
+ def initialize(command_line = Puppet::Util::CommandLine.new)... | (PUP-<I>) Remove some duplication
Create ssl and cert providers and state machine as instance variables for the
ssl application, and reference them where needed. | puppetlabs_puppet | train |
dcdfeee96c82bb465c2aeb4ecc4d08396818a2ff | diff --git a/blog/models/blog_post_model.php b/blog/models/blog_post_model.php
index <HASH>..<HASH> 100644
--- a/blog/models/blog_post_model.php
+++ b/blog/models/blog_post_model.php
@@ -1275,7 +1275,7 @@ class NAILS_Blog_post_model extends NAILS_Model
$hitData['created'] = $oDate->format('Y-m-d H:i:s');
... | Calling helper function instead of method for brevity | nails_module-blog | train |
f551ec9549cdc5f1a63461d6ce93e523f51e1c88 | diff --git a/lib/lwm2m.js b/lib/lwm2m.js
index <HASH>..<HASH> 100644
--- a/lib/lwm2m.js
+++ b/lib/lwm2m.js
@@ -186,6 +186,8 @@ export default function(RED) {
self.warn(`stored objects JSON must be Object rather than Array`);
json = {};
}
+ self.definitions = lwm2m.objectDef... | Allow lwm2m settings to set object definitions rather than object instances | CANDY-LINE_node-red-contrib-lwm2m | train |
3753fbb59dac44e59923c6d80596bc2c669301bd | diff --git a/sepa/definitions/statement.py b/sepa/definitions/statement.py
index <HASH>..<HASH> 100644
--- a/sepa/definitions/statement.py
+++ b/sepa/definitions/statement.py
@@ -313,7 +313,7 @@ def entry(tag):
'remittance_information': {
'_self': 'RmtInf',
'_s... | Release <I> to fix another typo | VerenigingCampusKabel_python-sepa | train |
ec391a4a791d8a30d40225bc8a35b36f266ad588 | diff --git a/config/config.go b/config/config.go
index <HASH>..<HASH> 100644
--- a/config/config.go
+++ b/config/config.go
@@ -12,6 +12,7 @@ type Homebrew struct {
Folder string
Caveats string
Dependencies []string
+ Conflicts []string
}
// Hooks define actions to run before and/or after somethi... | adds conflicts_with for fpm and brew | goreleaser_goreleaser | train |
7013e99eb576dca0764eabe8ee62d2a9ccb26ac8 | diff --git a/agent/tcs/client/client.go b/agent/tcs/client/client.go
index <HASH>..<HASH> 100644
--- a/agent/tcs/client/client.go
+++ b/agent/tcs/client/client.go
@@ -145,7 +145,7 @@ func (cs *clientServer) publishMetrics() {
}
if *metadata.Idle {
- log.Debug("Idle instance, sending message")
+ // Idle inst... | Add comments around sending chunked payloads | aws_amazon-ecs-agent | train |
e10030d864575dc6619442213720e9760fca5f40 | diff --git a/src/cells.js b/src/cells.js
index <HASH>..<HASH> 100644
--- a/src/cells.js
+++ b/src/cells.js
@@ -1,5 +1,4 @@
import { appendFromTemplate, selectionChanged, rebind, forward } from '@zambezi/d3-utils'
-import { dataset } from './dataset'
import { dispatch as createDispatch } from 'd3-dispatch'
import { p... | Use inline styles for rows
The grid was proliferating rules by adding a rule per row -- in Chrome that was fine, but in IE it wasn't | zambezi_grid | train |
f74a7f5684e9c053a6370e7561eafed85d31be8b | diff --git a/src/XR.js b/src/XR.js
index <HASH>..<HASH> 100644
--- a/src/XR.js
+++ b/src/XR.js
@@ -141,6 +141,17 @@ class XRSession extends EventTarget {
this.depthFar = depthFar;
}
if (renderWidth !== undefined && renderHeight !== undefined) {
+ if (this.baseLayer) {
+ const {context} = th... | Make XRWebGLLayer resize context to match renderWidth | exokitxr_exokit | train |
e485a6ee2a1f05f2333e22b0fbdbafb12badaf3f | diff --git a/kafka/client_async.py b/kafka/client_async.py
index <HASH>..<HASH> 100644
--- a/kafka/client_async.py
+++ b/kafka/client_async.py
@@ -201,10 +201,15 @@ class KafkaClient(object):
if key in configs:
self.config[key] = configs[key]
+ # these properties need to be set on... | Fix initialization order in KafkaClient (#<I>)
Fix initialization order in KafkaClient | dpkp_kafka-python | train |
b8bcdaa95339911ba3c19b540577d478567ae1e6 | diff --git a/api/handler.go b/api/handler.go
index <HASH>..<HASH> 100644
--- a/api/handler.go
+++ b/api/handler.go
@@ -24,14 +24,14 @@ import (
"strings"
)
-var maxMemory int
+var maxMemory uint
-func maxMemoryValue() int {
+func maxMemoryValue() uint {
if maxMemory > 0 {
return maxMemory
}
var err erro... | Declare maxMemory as uint | tsuru_gandalf | train |
a7686e82f003284f167a064eacd7e3194d52a3c3 | diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/InitCommand.php
+++ b/src/Composer/Command/InitCommand.php
@@ -869,10 +869,10 @@ EOT
return array($name, $requiredVersion ?: '*');
}
- ... | Filter candidates requiring an unknown platform package; fixes #<I> (#<I>) | composer_composer | train |
d54c5577ca03f42ade4e4f04f5fe516451d973d9 | diff --git a/spyderlib/widgets/browser.py b/spyderlib/widgets/browser.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/browser.py
+++ b/spyderlib/widgets/browser.py
@@ -116,13 +116,12 @@ class WebBrowser(QWidget):
hlayout = QHBoxLayout()
for widget in (previous_button, next_button, home_button,... | Web browser widget: moved progress bar from bottom to top right | spyder-ide_spyder | train |
ce82167559953e15fb2814a7ac742005450b1b58 | diff --git a/lib/credentials-io.js b/lib/credentials-io.js
index <HASH>..<HASH> 100644
--- a/lib/credentials-io.js
+++ b/lib/credentials-io.js
@@ -205,16 +205,10 @@ api.verify = function(identity, options, callback) {
});
}, callback);
}],
- getEphemeralPublicKey: ['verifyCredentials', function(... | Change ephemeral key verification to idp-signed.
- Check is non-specific to ephemeral keys; it applies to any
public key asserted by the user's IdP.
- Needs a security audit. Trusting an IdP's view of a particular
key is only valid for very specific use cases. | digitalbazaar_credentials-io | train |
12264767908e495af28be5c07cde905489d78a70 | diff --git a/beep_darwin.go b/beep_darwin.go
index <HASH>..<HASH> 100644
--- a/beep_darwin.go
+++ b/beep_darwin.go
@@ -23,6 +23,6 @@ func Beep(freq float64, duration int) error {
return err
}
- cmd := exec.Command(osa, "-e", `tell application "System Events" to beep`)
+ cmd := exec.Command(osa, "-e", `beep`)
r... | beep_darwin: beep without requiring special system events permissions | gen2brain_beeep | train |
fb7e012cd59cee48d581338b0c7d256df2a65e73 | diff --git a/src/main/java/de/digitalcollections/iiif/model/image/ImageApiProfile.java b/src/main/java/de/digitalcollections/iiif/model/image/ImageApiProfile.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/digitalcollections/iiif/model/image/ImageApiProfile.java
+++ b/src/main/java/de/digitalcollections/iiif/mo... | Relax type requirements for ImageApiProfile.class::merge | dbmdz_iiif-apis | train |
9e06add44f57dfcb3668546ad6ae0c4060b22a87 | diff --git a/autofit/graphical/declarative.py b/autofit/graphical/declarative.py
index <HASH>..<HASH> 100644
--- a/autofit/graphical/declarative.py
+++ b/autofit/graphical/declarative.py
@@ -130,6 +130,8 @@ class AbstractModelFactor(Analysis, ABC):
-------
A collection of prior models
"""
+ ... | freeze whenever optimising a declarative graphical model | rhayes777_PyAutoFit | train |
24463b7c1832af22eeb7e52051fc8798ecfbbe65 | diff --git a/pyqode/python/panels/quick_doc.py b/pyqode/python/panels/quick_doc.py
index <HASH>..<HASH> 100644
--- a/pyqode/python/panels/quick_doc.py
+++ b/pyqode/python/panels/quick_doc.py
@@ -4,8 +4,8 @@ Contains the quick documentation panel
"""
from docutils.core import publish_parts
from pyqode.core import ico... | Fix quick dock panel colors (remove stylesheet) | pyQode_pyqode.python | train |
59e4eda9ebbeda2d87e4fe78523e3386be52c280 | diff --git a/dark/graphics.py b/dark/graphics.py
index <HASH>..<HASH> 100644
--- a/dark/graphics.py
+++ b/dark/graphics.py
@@ -575,9 +575,11 @@ def alignmentPanel(titlesAlignments, sortOn='maxScore', interactive=True,
readCount = titleAlignments.readCount()
hspCount = titleAlignments.hspCount()
- ... | Improved short title processing in graphics.py alignment panel. | acorg_dark-matter | train |
ceb3b3744d2d195d54d5e6d36e41d51965e30b1c | diff --git a/bayes_opt/helpers.py b/bayes_opt/helpers.py
index <HASH>..<HASH> 100644
--- a/bayes_opt/helpers.py
+++ b/bayes_opt/helpers.py
@@ -30,7 +30,7 @@ class UtilityFunction(object):
if self.kind == 'ei':
return self._ei(x, gp, y_max)
if self.kind == 'poi':
- return self._... | bugfix: selecting the "poi" acquisition function actually selected the "ucb" acquisition function :/ | fmfn_BayesianOptimization | train |
05c455b85396d7457fe8fd20e733f05d635e6553 | diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/compiler/TypeConvertingCompiler.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/compiler/TypeConvertingCompiler.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/compiler/TypeConv... | [bug <I>]: fixed converting of wrapped type to primitive type with
type cast
Change-Id: Ia<I>f<I>ef<I>ff<I>c<I>f7e<I>e<I>a2f | eclipse_xtext-extras | train |
5b5c2c5d8789e1177a7e25cdbd8286e6a79eb647 | diff --git a/assess_network_health.py b/assess_network_health.py
index <HASH>..<HASH> 100755
--- a/assess_network_health.py
+++ b/assess_network_health.py
@@ -56,7 +56,7 @@ class AssessNetworkHealth:
"""
self.setup_testing_environment(client, bundle, target_model, series)
log.info('Starting n... | removed expose test if given a target model | juju_juju | train |
311ca1cc729d9d18bf2e4a3411a2b3d9ab1e49ee | diff --git a/fetch.go b/fetch.go
index <HASH>..<HASH> 100644
--- a/fetch.go
+++ b/fetch.go
@@ -32,6 +32,10 @@ var (
)
const (
+ // DefaultCrawlPoliteness states that the crawling process is polite by default,
+ // meaning that robots.txt policies are respected if present.
+ DefaultCrawlPoliteness = true
+
// Defa... | Now robots.txt policy checks can be disabled
However they are active by default. | PuerkitoBio_fetchbot | train |
fae77f5d998d5743eb6f084b6a10c6a11bb9cb1f | diff --git a/lib/voice/players/FFmpegEncoder.js b/lib/voice/players/FFmpegEncoder.js
index <HASH>..<HASH> 100644
--- a/lib/voice/players/FFmpegEncoder.js
+++ b/lib/voice/players/FFmpegEncoder.js
@@ -226,9 +226,9 @@ class FFmpegEncoder extends ExternalEncoderBase {
this._stream.unpipe(dest);
}
destroy() {
- ... | Schedule a FFmpeg SIGKILL only if it hasn't exited | qeled_discordie | train |
bf404d4fbce589d6396c3b793f729a76f710a65f | diff --git a/lib/media/media_source_engine.js b/lib/media/media_source_engine.js
index <HASH>..<HASH> 100644
--- a/lib/media/media_source_engine.js
+++ b/lib/media/media_source_engine.js
@@ -113,7 +113,7 @@ shaka.media.MediaSourceEngine.isTypeSupported = function(mimeType) {
* @return {boolean}
*/
shaka.media.Medi... | Check for MediaSource.isTypeSupported
On at least one TV platform, isBrowserSupported returned true in spite
of a lack of MediaSource.isTypeSupported. (See #<I>) This adds a
check for that required method.
Change-Id: I4e<I>b<I>c1b3eafc9a<I>f7d<I>ecbb<I> | google_shaka-player | train |
3f75740b43b806df56b1bdb59763138b5fdd922f | diff --git a/src/main/java/org/andidev/webdriverextension/junitrunner/WebDriverRunner.java b/src/main/java/org/andidev/webdriverextension/junitrunner/WebDriverRunner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/andidev/webdriverextension/junitrunner/WebDriverRunner.java
+++ b/src/main/java/org/andidev/webdr... | Ignoring Safari tests on platforms not equal to Windows or Mac | webdriverextensions_webdriverextensions | train |
103d27d380d30f4d0c622e66f92b8402ae89df37 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -450,25 +450,25 @@ describe('vend-nodejs-sdk', function () {
describe('with products API', function() {
this.timeout(300000);
- xit('BROKEN: can create a product', function () {
- // T... | fixed test - create a product | ShoppinPal_vend-nodejs-sdk | train |
76f938b86b52e0be7399e6934a7cc7d757d45ef7 | diff --git a/src/FelixOnline/Core/Theme.php b/src/FelixOnline/Core/Theme.php
index <HASH>..<HASH> 100644
--- a/src/FelixOnline/Core/Theme.php
+++ b/src/FelixOnline/Core/Theme.php
@@ -20,8 +20,8 @@ class Theme {
function __construct($name) {
global $currentuser, $db;
$this->name = $name;
- $this->directory = BA... | Fix missing slash in theme resource urls | FelixOnline_BaseApp | train |
ed2f434593e27a9a72feb4eeadd96e20ba895287 | diff --git a/python/ray/serve/master.py b/python/ray/serve/master.py
index <HASH>..<HASH> 100644
--- a/python/ray/serve/master.py
+++ b/python/ray/serve/master.py
@@ -323,6 +323,23 @@ class ServeMaster:
await worker_handle.ready.remote()
return worker_handle
+ async def _start_replica(self, backe... | [Serve] Start Replicas in Parallel (#<I>) | ray-project_ray | train |
130290a8f28e85eeb7ac07eb579d139602505aba | diff --git a/forms/TreeDropdownField.php b/forms/TreeDropdownField.php
index <HASH>..<HASH> 100755
--- a/forms/TreeDropdownField.php
+++ b/forms/TreeDropdownField.php
@@ -113,7 +113,7 @@ class TreeDropdownField extends FormField {
array (
'id' => "TreeDropdownField_{$this->id()}",
'class' => 'TreeDropd... | BUGFIX: fallback for changes in r<I>, required if TreeDropdownField is used in a widgetarea, and does not know its field
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/<I>@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
93f5a16f0e3aef4facb645cabf5f8932b256c2f3 | diff --git a/pmagpy/ipmag.py b/pmagpy/ipmag.py
index <HASH>..<HASH> 100755
--- a/pmagpy/ipmag.py
+++ b/pmagpy/ipmag.py
@@ -812,6 +812,9 @@ def inc_from_lat(lat):
return inc
+
+
+
def plot_net(fignum):
"""
Draws circle and tick marks for equal area projection.
@@ -866,7 +869,10 @@ def plot_net(fignum... | modified: ipmag.py => added plot_XY to ipmag and title to plot_di function | PmagPy_PmagPy | train |
22f6c4611ec34d9b2781b1d7e761a91ec598acb3 | diff --git a/src/GenomeTrack.js b/src/GenomeTrack.js
index <HASH>..<HASH> 100644
--- a/src/GenomeTrack.js
+++ b/src/GenomeTrack.js
@@ -41,6 +41,12 @@ var NonEmptyGenomeTrack = React.createClass({
basePairs: React.PropTypes.object.isRequired,
onRangeChange: React.PropTypes.func.isRequired
},
+ getInitialSt... | cache width/height in GenomeTrack | hammerlab_pileup.js | train |
f07dc13e80b54762453e5cb58175bf07078a950b | diff --git a/jbpm-services/jbpm-kie-services/src/main/java/org/jbpm/kie/services/impl/store/DeploymentSynchronizer.java b/jbpm-services/jbpm-kie-services/src/main/java/org/jbpm/kie/services/impl/store/DeploymentSynchronizer.java
index <HASH>..<HASH> 100644
--- a/jbpm-services/jbpm-kie-services/src/main/java/org/jbpm/ki... | BZ-<I> - BPM cluster fails to create deployment of asset-mgmt project - fixed log statement | kiegroup_jbpm | train |
66fb9938a23d0742ad082aa7752057b804b72d5e | diff --git a/libraries/joomla/database/driver/mysql.php b/libraries/joomla/database/driver/mysql.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/database/driver/mysql.php
+++ b/libraries/joomla/database/driver/mysql.php
@@ -251,11 +251,13 @@ class JDatabaseDriverMysql extends JDatabaseDriverMysqli
$sql .= ' ... | Move db query count out of debugging conditional. | joomla_joomla-framework | train |
74f9a9ec5208caae9f84c6b1b3339f1cb4a03fa9 | diff --git a/src/errors.js b/src/errors.js
index <HASH>..<HASH> 100644
--- a/src/errors.js
+++ b/src/errors.js
@@ -8,10 +8,12 @@ const BusinessError = MostlyError.subclass('BusinessError');
const FeathersError = MostlyError.subclass('FeathersError');
const FatalError = MostlyError.subclass('FatalError');
const Patte... | detect recursion and abort | MostlyJS_mostly-node | train |
54a85fa96a35dc099b469aeb0cead58b4c61cd21 | diff --git a/registry/registry.go b/registry/registry.go
index <HASH>..<HASH> 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -61,11 +61,15 @@ func NewCache() *Cache {
}
func typeFromConfig(config map[string]interface{}) (string, error) {
- typ, ok := config["type"].(string)
- if ok {
- return typ,... | registry: improve error message upon forgotten "type" property
Registering a custom tokenizer while forgetting its "type" used to
return:
error: unable to determine type
It now says:
error: cannot resolve 'foo' tokenizer type: 'type' property is not defined | blevesearch_bleve | train |
027e81c534e10b08e3d460f012b14c212841326c | diff --git a/issuing_authorization.go b/issuing_authorization.go
index <HASH>..<HASH> 100644
--- a/issuing_authorization.go
+++ b/issuing_authorization.go
@@ -51,6 +51,16 @@ const (
IssuingAuthorizationVerificationDataCheckNotProvided IssuingAuthorizationVerificationDataCheck = "not_provided"
)
+// IssuingAuthoriz... | Add support for `wallet_provider` on the Issuing Authorization | stripe_stripe-go | train |
f1d873a0102a6a8596db534197a96a196857fab7 | diff --git a/django_payzen/views.py b/django_payzen/views.py
index <HASH>..<HASH> 100644
--- a/django_payzen/views.py
+++ b/django_payzen/views.py
@@ -47,6 +47,7 @@ class ResponseView(generic.View):
.format(response.vads_trans_id))
else:
signals.response_error.send(sender=... | views | added more info in logs in case of failure. | bsvetchine_django-payzen | train |
6e4fd09490efd625760bfb4c2be1dc8710951c52 | diff --git a/sentry/client/base.py b/sentry/client/base.py
index <HASH>..<HASH> 100644
--- a/sentry/client/base.py
+++ b/sentry/client/base.py
@@ -37,9 +37,15 @@ class SentryClient(object):
if request:
if not kwargs.get('data'):
kwargs['data'] = {}
+
+ if no... | Support raw_post_data when request.POST is empty | elastic_apm-agent-python | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.