hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
96335b4cb0f2c9056598826cd30e85bccd19c21b | diff --git a/src/Packager/Php/Scripts/Replacer.php b/src/Packager/Php/Scripts/Replacer.php
index <HASH>..<HASH> 100644
--- a/src/Packager/Php/Scripts/Replacer.php
+++ b/src/Packager/Php/Scripts/Replacer.php
@@ -168,7 +168,7 @@ class Packager_Php_Scripts_Replacer
$i += 2;
} else {
// <?=$variable... | replacing also for template local variables with arrow operand after the variable | mvccore_packager | train |
d96cd737740a57c01a2a88134557b037d99d91b5 | diff --git a/examples/rails-application-template.rb b/examples/rails-application-template.rb
index <HASH>..<HASH> 100644
--- a/examples/rails-application-template.rb
+++ b/examples/rails-application-template.rb
@@ -106,7 +106,7 @@ say_status "Rubygems", "Adding Rubygems into Gemfile...\n", :yellow
puts '-'*80,... | Updated the Rails application template for will_paginate proper release <I> | karmi_retire | train |
275f1c5423699273c5efef445b4b4fa0ba7d1b3c | diff --git a/webapps/admin-bootstrap.js b/webapps/admin-bootstrap.js
index <HASH>..<HASH> 100644
--- a/webapps/admin-bootstrap.js
+++ b/webapps/admin-bootstrap.js
@@ -11,8 +11,7 @@
urlArgs: rjsConf.urlArgs,
paths: rjsConf.paths,
shim: rjsConf.shim,
- packages: rjsConf.packages.... | fix(cockpit/build): fix the failed merge | camunda_camunda-bpm-platform | train |
49a36f555239bce70e42ad43c1d0517f860817e7 | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/InputProcessorUtil.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/InputProcessorUtil.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/Inpu... | [FLINK-<I>][network] Simplifying InputProcessorUtil by delegating createCheckpointedInputGate to createCheckpointedMultipleInputGate. | apache_flink | train |
0d1a0c5d3001ebfcba271b44b7aba0a440ee3083 | diff --git a/lib/mysqlman/user.rb b/lib/mysqlman/user.rb
index <HASH>..<HASH> 100644
--- a/lib/mysqlman/user.rb
+++ b/lib/mysqlman/user.rb
@@ -1,8 +1,11 @@
require 'mysqlman/connection'
+require 'securerandom'
+require 'logger'
module Mysqlman
class User
HOST_ALL = '%'
+ PASSWORD_LENGTH = 8
class <<... | add create, drop user method to user class | onunu_mysqlman | train |
62fac26385d75ed239a688c36644a24fce965a92 | diff --git a/src/language/__tests__/parser.js b/src/language/__tests__/parser.js
index <HASH>..<HASH> 100644
--- a/src/language/__tests__/parser.js
+++ b/src/language/__tests__/parser.js
@@ -168,6 +168,14 @@ fragment ${fragmentName} on Type {
});
});
+ it('parses experimental subscription feature', () => {
+... | [Experimental] Subscription queries
This simply adds `subscription` as an operation kind to the parser and AST. No semantics or implementations are added here.
This should unlock those who are beginning experimentation with GraphQL subscriptions. | graphql_graphql-js | train |
f44340d6162c0099a07e695b1c755d3f31d0bd1e | diff --git a/malcolm/imalcolm.py b/malcolm/imalcolm.py
index <HASH>..<HASH> 100755
--- a/malcolm/imalcolm.py
+++ b/malcolm/imalcolm.py
@@ -320,7 +320,7 @@ if __name__ == "__main__":
# DLS developed
"annotypes==0.20",
"cothread==2.14",
- "scanpointgenerator==3.0",
+ "scanpointgen... | Bump imalcolm scanpointgenerator to <I> | dls-controls_pymalcolm | train |
35594682160ab775af31ccb780a6bacf4c2109d3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,5 +3,5 @@ exports = module.exports = require('./e3x.js');
// load supported ciphersets
exports.cs['1a'] = require('./ciphers/1a/export.js');
-exports.cs['2a'] = require('e3x-cs2a');
+exports.cs['2a'] = require('./cipher... | require cs2a from local ciphers | telehash_e3x-js | train |
469ff793f2daf16ee8b621b75c226c6381240b91 | diff --git a/benchexec/tablegenerator/__init__.py b/benchexec/tablegenerator/__init__.py
index <HASH>..<HASH> 100755
--- a/benchexec/tablegenerator/__init__.py
+++ b/benchexec/tablegenerator/__init__.py
@@ -924,11 +924,18 @@ class StatValue:
if not values:
return StatValue(0)
+ values = s... | Change definition of median as used for statistics tooltips of HTML tables.
Previously for lists with an even list the "upper" median was used,
now we use the arithmetic mean of the two middle values. | sosy-lab_benchexec | train |
c8b172bad6927aa7041830b331501aeb58d6dc1a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -22,12 +22,13 @@ setup(
long_description = open('README.rst').read(),
author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"],
author_email = ["yomguy@parisson.com","olivier@samaly... | fix deps, go to <I> | Parisson_TimeSide | train |
0790df4afc573ab12d9161d6180465bc588d45b3 | diff --git a/src/Config.php b/src/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -22,6 +22,7 @@ use InvalidArgumentException;
*/
class Config
{
+ const SETTING_VENDOR_DIR = 'vendor-directory';
const SETTING_GIT_DIR = 'git-directory';
const SETTING_VERBOSI... | Add vendor directory configuration setting
In order to allow custom composer vendor directories the
'vendor-directory' setting was added.
Issue #<I> | CaptainHookPhp_captainhook | train |
47d8e7d755c6cd3394bbfc13b5a5e13e8b1c7f55 | diff --git a/lib/_copy.js b/lib/_copy.js
index <HASH>..<HASH> 100644
--- a/lib/_copy.js
+++ b/lib/_copy.js
@@ -15,7 +15,6 @@ function ncp (source, dest, options, callback) {
currentPath = path.resolve(basePath, source),
targetPath = path.resolve(basePath, dest),
filter = options.filter,
- rena... | lib/_copy: removed options.rename | jprichardson_node-fs-extra | train |
7c7a490c33d2f95e8d70b2204233762495d8c5c1 | 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
@@ -1,3 +1,7 @@
require 'perpetuity'
-Perpetuity.data_source :mongodb, 'perpetuity_gem_test'
+if ENV['PERPETUITY_ADAPTER'] == 'postgres'
+ Perpetuity.data_source :postgres, 'perpetu... | Allow specs to be run with Postgres adapter | jgaskins_perpetuity | train |
124699fffa5f67442f21104ceec197b4bf30116d | diff --git a/test/lib/logger_test.js b/test/lib/logger_test.js
index <HASH>..<HASH> 100644
--- a/test/lib/logger_test.js
+++ b/test/lib/logger_test.js
@@ -206,20 +206,23 @@ exports["with user defined stream at WARN level"] = {
.catch(test.done);
},
- "WARN level will log WARN": function (test) {
- var sel... | Comment out failing test for now.
modified: test/lib/logger_test.js | kixxauth_enginemill | train |
421ef8a38f0e21784defa615f932594c42c09b39 | diff --git a/python/setup.py b/python/setup.py
index <HASH>..<HASH> 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -22,31 +22,15 @@ import os
import sys
# need to use distutils.core for correct placement of cython dll
kwargs = {}
-required_packages = ['numpy', 'requests', 'graphviz']
if "--inplace" in sys.ar... | remove usage of install command from code gen (#<I>) | apache_incubator-mxnet | train |
e6bb0294ce788912d6ee885685aaf8113beaa25f | diff --git a/lib/chef_zero/server.rb b/lib/chef_zero/server.rb
index <HASH>..<HASH> 100644
--- a/lib/chef_zero/server.rb
+++ b/lib/chef_zero/server.rb
@@ -300,8 +300,8 @@ module ChefZero
#
def stop(wait = 5)
if @running
- @server.shutdown
- @thread.join(wait)
+ @server.shutdown if ... | Handle exceptional conditions where stops are being called all over | chef_chef-zero | train |
91cb5cfa443d41d92dfae0890592f90b31f0bdb7 | diff --git a/src/SettingHelper.php b/src/SettingHelper.php
index <HASH>..<HASH> 100644
--- a/src/SettingHelper.php
+++ b/src/SettingHelper.php
@@ -276,11 +276,9 @@ class SettingHelper{
}
break;
case 'post-thumbnails':
- //-# settings must be an array or WordPress balks
- if(!is_array($setting)){... | settinghelper: fixed 'post-thumbnails' setting, wasn't working | tobymackenzie_WPThemeHelper | train |
306365537935b0268618b6e12f9f13326dedfaf4 | diff --git a/chess/pgn.py b/chess/pgn.py
index <HASH>..<HASH> 100644
--- a/chess/pgn.py
+++ b/chess/pgn.py
@@ -66,8 +66,8 @@ MOVETEXT_REGEX = re.compile(r"""
([a-hKQRBN][a-hxKQRBN1-8+#=\-]{1,6}
|--
|O-O(?:\-O)?)
- ([\?!]{1,2})*
)
+ |([\?!]{1,2})
""", re.DOTALL | re.VERBOSE... | PGN parser: Translate !, ?, !?, ... to NAGs | niklasf_python-chess | train |
fa68151b2ffeb3797017be9e6fa31e41ec71a8ec | diff --git a/flawless/server/service.py b/flawless/server/service.py
index <HASH>..<HASH> 100644
--- a/flawless/server/service.py
+++ b/flawless/server/service.py
@@ -339,10 +339,11 @@ class FlawlessService(object):
return LineTypeEnum.DEFAULT
def _format_traceback(self, request, append_locals=True, show_fu... | Make traces a little more readable. | shopkick_flawless | train |
fd4aaf7fc48f3be581ff307248ff1774c8e801f6 | diff --git a/src/Kunstmaan/TranslatorBundle/Tests/WebTestCase.php b/src/Kunstmaan/TranslatorBundle/Tests/WebTestCase.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/TranslatorBundle/Tests/WebTestCase.php
+++ b/src/Kunstmaan/TranslatorBundle/Tests/WebTestCase.php
@@ -80,7 +80,7 @@ class WebTestCase extends BaseWebTe... | [TranslatorBundle] Fix sqlite error in translator tests with doctrine/dbal <I>+ | Kunstmaan_KunstmaanBundlesCMS | train |
71638ee4690bbc153347251bd2aa39759ff6002b | diff --git a/planner/core/integration_test.go b/planner/core/integration_test.go
index <HASH>..<HASH> 100644
--- a/planner/core/integration_test.go
+++ b/planner/core/integration_test.go
@@ -3996,3 +3996,11 @@ func (s *testIntegrationSerialSuite) TestIssue26214(c *C) {
_, err := tk.Exec("select * from t where case w... | planner: the UNION's merge type should exclude the pure NULL (#<I>) | pingcap_tidb | train |
b049b684bb8cea55929920052dfac0344734af6a | diff --git a/elasticsearch/client/tasks.py b/elasticsearch/client/tasks.py
index <HASH>..<HASH> 100644
--- a/elasticsearch/client/tasks.py
+++ b/elasticsearch/client/tasks.py
@@ -2,7 +2,7 @@ from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
class TasksClient(NamespacedClient):
@query_p... | add timeout param to Tasks API (closes #<I>) (#<I>) | elastic_elasticsearch-py | train |
cc530167cd9bfb74c26d81fcefa22d8459b342dc | diff --git a/lib/models/bin.js b/lib/models/bin.js
index <HASH>..<HASH> 100644
--- a/lib/models/bin.js
+++ b/lib/models/bin.js
@@ -111,10 +111,15 @@ var model = {
});
},
saveToDropbox: function (bin, user) {
- if (user.dropbox_token) { // jshint ignore:line
+ if (user.dropbox_token && this.dropboxBin(b... | Add dropboxBin method
This method allows us to add custom logic about whether to save a bin or not, enabling us to put
limits on how many bins can be saved, or to have bin-by-bin dropbox switch etc... | jsbin_jsbin | train |
37d725fd106f164f587628b0be3289ef744c272f | diff --git a/pyrtl/__init__.py b/pyrtl/__init__.py
index <HASH>..<HASH> 100644
--- a/pyrtl/__init__.py
+++ b/pyrtl/__init__.py
@@ -23,8 +23,12 @@ from helperfuncs import and_all_bits
from helperfuncs import or_all_bits
from helperfuncs import xor_all_bits
from helperfuncs import parity
+from helperfuncs import rtl_a... | added pyrtl equiv of "all" and "any" | UCSBarchlab_PyRTL | train |
38e1653550de6dda5fe2191f7e4ad8b5c56126fe | diff --git a/ELiDE/ELiDE/game.py b/ELiDE/ELiDE/game.py
index <HASH>..<HASH> 100644
--- a/ELiDE/ELiDE/game.py
+++ b/ELiDE/ELiDE/game.py
@@ -50,7 +50,7 @@ class GameScreen(Screen):
self.disable_input()
self.app.wait_turns(n, cb=partial(self.enable_input, cb))
- def wait_command(self, start_func, en... | Implement wait_travel_command, change the signature on wait_command | LogicalDash_LiSE | train |
f4bb06ffe85c765ddcade73457f2aae9465fa6fc | diff --git a/genmai.go b/genmai.go
index <HASH>..<HASH> 100644
--- a/genmai.go
+++ b/genmai.go
@@ -9,6 +9,7 @@ import (
"database/sql"
"fmt"
"reflect"
+ "runtime"
"sort"
"strings"
)
@@ -36,7 +37,9 @@ func New(dialect Dialect, dsn string) (*DB, error) {
func (db *DB) Select(output interface{}, args ...interf... | Add stack trace to the returning error when panic occurred | naoina_genmai | train |
a2913dc4fc52b00a6e698467f2811abde6774bfa | diff --git a/packages/core/botpress-builtins/src/renderers/builtin_action-button.js b/packages/core/botpress-builtins/src/renderers/builtin_action-button.js
index <HASH>..<HASH> 100644
--- a/packages/core/botpress-builtins/src/renderers/builtin_action-button.js
+++ b/packages/core/botpress-builtins/src/renderers/builti... | fix(builtins): action-buttons showed <unsupported action> (fix #<I>) (#<I>) | botpress_botpress | train |
4d72c9a33b3854aca90d81c0e2828e868799ceb9 | diff --git a/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/weld/builtinBeans/LegacyCompliantPrincipalPropagationTestCase.java b/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/weld/builtinBeans/LegacyCompliantPrincipalPropagationTestCase.java
index <HASH>..<HASH... | [WFLY-<I>] LegacyCompliantPrincipalPropagationTestCase fails in Windows | wildfly_wildfly | train |
3be0240b27bb4f9c2231f2506ed5e6ff6fe32925 | diff --git a/src/xhr.js b/src/xhr.js
index <HASH>..<HASH> 100644
--- a/src/xhr.js
+++ b/src/xhr.js
@@ -56,16 +56,21 @@ XHR.config = function(xhr, cfg) {
if (cfg.requestedWith !== false) {
xhr.setRequestHeader('X-Requested-With', cfg.requestedWith || 'XMLHttpRequest');
}
+ if (cfg.headers) {
+ ... | if Accept or Content-Type headers already exist, don't let json support append to them | esha_posterior | train |
f6f2d8dd0587d1d61492c404c20765cc26681bb3 | diff --git a/uncompyle6/parser.py b/uncompyle6/parser.py
index <HASH>..<HASH> 100644
--- a/uncompyle6/parser.py
+++ b/uncompyle6/parser.py
@@ -302,6 +302,9 @@ class PythonParser(GenericASTBuilder):
c_stmts_opt ::= c_stmts
c_stmts_opt ::= pass
+ stmts_opt ::= _stmts
+ stmts_opt ::= pass... | Start to disambiguate stmts in a loop | rocky_python-uncompyle6 | train |
ccb81f36009d2bc8bce14bf269785c0de3a082a2 | diff --git a/mutagen/_util.py b/mutagen/_util.py
index <HASH>..<HASH> 100644
--- a/mutagen/_util.py
+++ b/mutagen/_util.py
@@ -54,31 +54,6 @@ def hashable(cls):
return cls
-def _create_enum_class(ffi, type_name, prefix):
- """Returns a new shiny class for the given enum type"""
-
- class _template(int):
... | remove some erroneously included code | quodlibet_mutagen | train |
4db617ddc7b2658b579b07831ee3f8d7410cc1bf | diff --git a/visual-recognition/v3.js b/visual-recognition/v3.js
index <HASH>..<HASH> 100644
--- a/visual-recognition/v3.js
+++ b/visual-recognition/v3.js
@@ -99,7 +99,7 @@ function VisualRecognitionV3(options) {
util.inherits(VisualRecognitionV3, BaseServiceAlchemy);
VisualRecognitionV3.prototype.name = 'visual_reco... | Changed from HTTP to HTTPS endpoint url | watson-developer-cloud_node-sdk | train |
02af0ac1a15e9cdc33c6ab10755aecd4eb771e37 | diff --git a/python/bond/analysis.py b/python/bond/analysis.py
index <HASH>..<HASH> 100644
--- a/python/bond/analysis.py
+++ b/python/bond/analysis.py
@@ -16,3 +16,9 @@ class Analysis(object):
def is_inside_function(self, location: FileLocation) -> bool:
return location in self.__location_functions
+
+ ... | added results of loop finder to analysis | ChrisTimperley_Kaskara | train |
3d98364206eb4cfdebfec04c21a6b2281b2cf5c0 | diff --git a/u115/api.py b/u115/api.py
index <HASH>..<HASH> 100644
--- a/u115/api.py
+++ b/u115/api.py
@@ -1017,11 +1017,11 @@ class BaseFile(Base):
else:
raise APIError('This file or directory is already deleted.')
- def move_to(self, directory):
+ def move(self, directory):
"""
... | Renamed move_to to move and fixed docstring | shichao-an_115wangpan | train |
f34679d0a999eaf370f3544cd1c21b90b8876795 | diff --git a/daemon/volumes.go b/daemon/volumes.go
index <HASH>..<HASH> 100644
--- a/daemon/volumes.go
+++ b/daemon/volumes.go
@@ -122,6 +122,31 @@ func applyVolumesFrom(container *Container) error {
return nil
}
+func parseBindVolumeSpec(spec string) (BindMap, error) {
+ var (
+ arr = strings.Split(spec, "... | Cleanup: extract bindmount spec parsing
Docker-DCO-<I>- | containers_storage | train |
491584025b5038770db0d5a804acab728da20c20 | diff --git a/app/helpers/link_helper.rb b/app/helpers/link_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/link_helper.rb
+++ b/app/helpers/link_helper.rb
@@ -13,7 +13,7 @@ module LinkHelper
def link_to_edit_with_label(value, locale)
link_to(
object_label(value, locale),
- path_from_string_o... | add missing named param `prefix` to LinkHelper#link_to_edit_with_label | udongo_udongo | train |
4160c981ab69883be47dcb0d3a79df23e5c08ebf | diff --git a/openquake/hazardlib/gsim/dowrickrhoades_2005.py b/openquake/hazardlib/gsim/dowrickrhoades_2005.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/gsim/dowrickrhoades_2005.py
+++ b/openquake/hazardlib/gsim/dowrickrhoades_2005.py
@@ -179,26 +179,16 @@ def _get_site_class(vs30, mmi_mean):
return S
... | Ported more GMPEs | gem_oq-engine | train |
19bfe71cbfb93f18025d61c68932a1f3cd4d1ab2 | diff --git a/src/cache/__init__.py b/src/cache/__init__.py
index <HASH>..<HASH> 100644
--- a/src/cache/__init__.py
+++ b/src/cache/__init__.py
@@ -113,14 +113,18 @@ class CacheWrapper:
return self._unprepare_value(cached)
- # these two methods are needed to deal with potentially falsy
- # values bein... | special-case None instead of wrapping in a dict | jneen_python-cache | train |
da59a3b09885ac578fbcef4abbb98f7ac70635b6 | diff --git a/lib/htmlelts.js b/lib/htmlelts.js
index <HASH>..<HASH> 100644
--- a/lib/htmlelts.js
+++ b/lib/htmlelts.js
@@ -49,11 +49,16 @@ function EventHandlerBuilder(body, document, form, element) {
}
EventHandlerBuilder.prototype.build = function build() {
- with(this.document.defaultView || {})
- with(this.... | Throw SyntaxError upon invocation rather than build-time. Fixes #<I> | fgnass_domino | train |
f8f0fce3f3cfb5a3da261fd2bd5e014dce3fa868 | diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/RealVoltDB.java
+++ b/src/frontend/org/voltdb/RealVoltDB.java
@@ -121,7 +121,8 @@ public class RealVoltDB implements VoltDBInterface, RestoreAgent.Callback
privat... | Integration fixes.
* HSId fix - getInstance() metadata was incorrect.
* Distributor must flip flattened buffers. | VoltDB_voltdb | train |
79b0bb1bb145ccd27c19be8ca328c6b6b1430771 | diff --git a/odl/tomo/operators/ray_trafo.py b/odl/tomo/operators/ray_trafo.py
index <HASH>..<HASH> 100644
--- a/odl/tomo/operators/ray_trafo.py
+++ b/odl/tomo/operators/ray_trafo.py
@@ -125,8 +125,22 @@ class RayTransformBase(Operator):
impl = 'astra_cuda'
elif ASTRA_AVAILABLE:
... | MAINT: Add warnings for slow backend in raytransform, closes #<I> | odlgroup_odl | train |
9b7b5661617c60dbf773f49c042e32160328a200 | diff --git a/custom-types.go b/custom-types.go
index <HASH>..<HASH> 100644
--- a/custom-types.go
+++ b/custom-types.go
@@ -153,4 +153,4 @@ func (v *IntString) MarshalJSON() ([]byte, error) {
}
return []byte(`"null"`), nil
-}
\ No newline at end of file
+}
diff --git a/custom-types_test.go b/custom-types_test.go
i... | Apply gofmt for the previous commit. | grafana-tools_sdk | train |
896d801a3080b2ebefa1b2e09f49093dc00f1f9d | diff --git a/src/Composer/Repository/Vcs/BitbucketDriver.php b/src/Composer/Repository/Vcs/BitbucketDriver.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Repository/Vcs/BitbucketDriver.php
+++ b/src/Composer/Repository/Vcs/BitbucketDriver.php
@@ -189,6 +189,13 @@ abstract class BitbucketDriver extends VcsDriver
... | Fix: Bitbucket getChangeDate throws exception for branches containing a slash | composer_composer | train |
9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,3 +1,7 @@
<?php
+if (version_compare(PHP_VERSION, '5.4', '>=')) {
error_reporting(E_ALL ^ E_STRICT);
+} else if (version_compare(PHP_VERSION, '5.3', '>=')) {
+ error_re... | Do not report E_STRICT errors on PHP<I> | pear_Cache_Lite | train |
a019ed29f4159b7dccd19284b2b016ef7722f0ee | diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java
index <HASH>..<HASH> 100755
--- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java
+++ b/robotium-solo/src/main/java/com/jayway/andr... | Added a small delay that is needed for some special cases. | RobotiumTech_robotium | train |
3017db99f41bdef1caaf99e46654ce0b12895e4c | diff --git a/chef/lib/chef/environment.rb b/chef/lib/chef/environment.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/environment.rb
+++ b/chef/lib/chef/environment.rb
@@ -1,7 +1,7 @@
#
# Author:: Stephen Delano (<stephen@opscode.com>)
-# Author:: Seth Falcon (<sseth@opscode.com>)
-# Copyright:: Copyright 2010 Ops... | Fix cdb_load_filtered_cookbook_versions to return a key for every cookbook
Previously, cookbooks would only be present if there was at least one
available version. Now the available version list will be empty for
such cookbooks. | chef_chef | train |
b60cc6eedbf5ed67ddd5f42bf1d3f6c109e622e8 | diff --git a/jbehave-core/src/test/java/org/jbehave/core/embedder/MetaFilterBehaviour.java b/jbehave-core/src/test/java/org/jbehave/core/embedder/MetaFilterBehaviour.java
index <HASH>..<HASH> 100755
--- a/jbehave-core/src/test/java/org/jbehave/core/embedder/MetaFilterBehaviour.java
+++ b/jbehave-core/src/test/java/org/... | Changed MetaFilterBehaviour.shouldBeFastUsingGroovy to run on-demand depending on the env, as it may not pass on all shared envs. | jbehave_jbehave-core | train |
08ad2c6765529172275d0aca00d4313a05d6631c | diff --git a/tests/e2e/pkg/tester/skip_regex.go b/tests/e2e/pkg/tester/skip_regex.go
index <HASH>..<HASH> 100644
--- a/tests/e2e/pkg/tester/skip_regex.go
+++ b/tests/e2e/pkg/tester/skip_regex.go
@@ -64,6 +64,18 @@ func (t *Tester) setSkipRegexFlag() error {
skipRegex += "|Services.*affinity"
}
+ if cluster.Spec.... | Skip certain e2e tests in GCE
These tests will never work with how kOps configures GCE clusters, so skip them for now | kubernetes_kops | train |
99618a1f723c0f3560ad7ad5a1fa4455f24fb85b | diff --git a/beprof/profile.py b/beprof/profile.py
index <HASH>..<HASH> 100644
--- a/beprof/profile.py
+++ b/beprof/profile.py
@@ -11,7 +11,6 @@ class Profile(Curve):
Might be depth profile (along Z axis) or lateral profile (X or Y scan)
"""
-<<<<<<< HEAD
def __new__(cls, input_array, axis=None, **meta... | conflict removed
I see that I probably pushed wrong files due to all this mess with duplicated beprof directory | DataMedSci_beprof | train |
77405b69f5aa1fabc3d05da2a013fd71d627ded0 | diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -274,7 +274,7 @@ func readBodyFixedSize(r *bufio.Reader, n int, buf []byte) ([]byte, error) {
bufLen := len(buf)
bufCap := bufLen + n
if cap(buf) < bufCap {
- b := make([]byte, bufLen, bufCap)
+ b := make([]byte, bufLen, r... | Round body buffer size to powers of 2 | valyala_fasthttp | train |
57d274713c76ec0ddb444d726937ff09c0cf9d8a | diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php
index <HASH>..<HASH> 100644
--- a/tests/ControllerTest.php
+++ b/tests/ControllerTest.php
@@ -40,6 +40,8 @@ class ControllerTest extends MockTest
"Filter" => "",
"SortCriteria" => "",
"ObjectID" ... | Correct lazy tests not mocking the result of interactions | duncan3dc_sonos | train |
c9f7abb018f64666b14fde4bcdb26201a21744a8 | diff --git a/src/main/java/com/couchbase/lite/Database.java b/src/main/java/com/couchbase/lite/Database.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/Database.java
+++ b/src/main/java/com/couchbase/lite/Database.java
@@ -156,6 +156,9 @@ public final class Database {
/**
* @exclude
... | Fixed #<I>
- record should be unique by doc_id and redid
- in case of duplicated revision, should return revision instead of null. | couchbase_couchbase-lite-java-core | train |
d335bebc06e3e5015386f84da913f6d6010c99a6 | diff --git a/lib/ddllib.php b/lib/ddllib.php
index <HASH>..<HASH> 100644
--- a/lib/ddllib.php
+++ b/lib/ddllib.php
@@ -577,4 +577,76 @@ function change_field_default($table, $field, $continue=true, $feedback=true) {
return execute_sql_arr($sqlarr, $continue, $feedback);
}
+/**
+ * This function will create the ... | Added support for add_index() and drop_index() | moodle_moodle | train |
84b230413a7e46d94a6b899b06e68945c52cc20c | diff --git a/cake/libs/controller/scaffold.php b/cake/libs/controller/scaffold.php
index <HASH>..<HASH> 100644
--- a/cake/libs/controller/scaffold.php
+++ b/cake/libs/controller/scaffold.php
@@ -334,10 +334,8 @@ class Scaffold extends Object {
));
$this->controller->redirect($this->redirect);
} e... | Fixing non output of flash messages from Scaffolds when controller is not using Sessions. Refs #<I> | cakephp_cakephp | train |
a446d3c03e9340467dfe61877dcb5128e45d63b2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
"attrdict>=2.0.0,<3",
"eth-abi>=2.0.0b7,<3",
"eth-keyfile>=0.5.0,<0.6.0",
- "eth-keys>=0.2.1,<0.3.0",
+ "eth-keys>=0.2.1,<0.4.0",
"eth-rlp>=0.1.2,<1",
... | Upgrade eth-keys to <I>
But continue support for <I>.* | ethereum_eth-account | train |
1adf103bebfc86fb38bba163b4471a9577196c57 | diff --git a/lib/httparty.rb b/lib/httparty.rb
index <HASH>..<HASH> 100644
--- a/lib/httparty.rb
+++ b/lib/httparty.rb
@@ -121,4 +121,25 @@ module HTTParty
"http#{'s' if use_ssl}://#{url}"
end
end
+
+ class Basement
+ include HTTParty
+ end
+
+ def self.get(*args)
+ Basement.get(*args)
+ ... | Stupid simple support for HTTParty.get/post/put/delete. | jnunemaker_httparty | train |
c2d277e320faae8e17cf8d1c388dacf0820b9a69 | diff --git a/src/Configuration/ConfigurationFactory.php b/src/Configuration/ConfigurationFactory.php
index <HASH>..<HASH> 100644
--- a/src/Configuration/ConfigurationFactory.php
+++ b/src/Configuration/ConfigurationFactory.php
@@ -55,6 +55,8 @@ use const SORT_STRING;
final class ConfigurationFactory
{
+ public c... | Move default file name to the ConfigurationFactory (#<I>) | humbug_php-scoper | train |
1f2ef9b29f0a0ef78888fbc2238548343d2bb0fd | diff --git a/pyof/foundation/base.py b/pyof/foundation/base.py
index <HASH>..<HASH> 100644
--- a/pyof/foundation/base.py
+++ b/pyof/foundation/base.py
@@ -85,9 +85,33 @@ class GenericType:
def __add__(self, other):
return self.value + other
+ def __radd__(self, other):
+ return self.value + ot... | Fixed GenericType
- Adding support reverse operator to __add__, __sub__
- Adding bitwise operator | kytos_python-openflow | train |
ca139c4c0b0689de2ae217edd48dd8938125be27 | diff --git a/picturefill.js b/picturefill.js
index <HASH>..<HASH> 100644
--- a/picturefill.js
+++ b/picturefill.js
@@ -25,7 +25,8 @@
// See if which sources match
for( var j = 0, jl = sources.length; j < jl; j++ ){
- if( w.matchMedia( sources[ j ].getAttribute( "media" ) ).matches ){
+ var media = ... | un-media'd sources should match without question | scottjehl_picturefill | train |
73438d43d89faed576c4390471603e9dd84e331e | diff --git a/salt/modules/virt.py b/salt/modules/virt.py
index <HASH>..<HASH> 100644
--- a/salt/modules/virt.py
+++ b/salt/modules/virt.py
@@ -87,6 +87,7 @@ import subprocess
import sys
import time
from xml.etree import ElementTree
+from xml.sax import saxutils
# Import third party libs
import jinja2
@@ -107,6 +... | virt: handle cdrom remote images
Libvirt allows to use network images for cdroms. Use them if the image
is a remote URL for a cdrom device. | saltstack_salt | train |
26e7f1b6933e2d45066846e3873b27e9477cc3fe | diff --git a/src/Assetic/Filter/Sass/CompassFilter.php b/src/Assetic/Filter/Sass/CompassFilter.php
index <HASH>..<HASH> 100644
--- a/src/Assetic/Filter/Sass/CompassFilter.php
+++ b/src/Assetic/Filter/Sass/CompassFilter.php
@@ -33,6 +33,7 @@ class CompassFilter implements FilterInterface
// compass options
p... | Add Force option to Compass Filter | kriswallsmith_assetic | train |
533e249dc5e043cf5ca7a29b4f2ce42d035211c2 | diff --git a/util.go b/util.go
index <HASH>..<HASH> 100644
--- a/util.go
+++ b/util.go
@@ -18,6 +18,15 @@ func CheckDeleted(d *schema.ResourceData, err error, msg string) error {
return fmt.Errorf("%s: %s", msg, err)
}
+// MapValueSpecs converts ResourceData into a map
+func MapValueSpecs(d *schema.ResourceData) m... | provider/openstack: gophercloud migration: Add a 'MapValueSpecs' function which can be used to convert
'value_specs' resource data to a map. | terraform-providers_terraform-provider-openstack | train |
97674551ce4f1e840d60d279306882fe4b5458a2 | diff --git a/Kwf/Controller/Action/Cli/Web/SetupController.php b/Kwf/Controller/Action/Cli/Web/SetupController.php
index <HASH>..<HASH> 100644
--- a/Kwf/Controller/Action/Cli/Web/SetupController.php
+++ b/Kwf/Controller/Action/Cli/Web/SetupController.php
@@ -20,7 +20,7 @@ class Kwf_Controller_Action_Cli_Web_SetupContro... | now that we have a config.local.ini we can drop config.db.ini
add a special update in updateController (has to be done here to be executed before creating db conneciton) | koala-framework_koala-framework | train |
6676702b4985746e2ef9e4386d67788422b2fe8c | diff --git a/.storybook/stories/schema/branching.js b/.storybook/stories/schema/branching.js
index <HASH>..<HASH> 100644
--- a/.storybook/stories/schema/branching.js
+++ b/.storybook/stories/schema/branching.js
@@ -7,10 +7,10 @@ export default function SchemaBranching() {
<div>
<H1>Schema brancing</H1>
... | Add some whitespace around <em> | DirektoratetForByggkvalitet_losen | train |
f7be99d69be5a843382c37349a89bf8baf2aea08 | diff --git a/examples/router/root/app/index.js b/examples/router/root/app/index.js
index <HASH>..<HASH> 100644
--- a/examples/router/root/app/index.js
+++ b/examples/router/root/app/index.js
@@ -1,13 +1,62 @@
import { createApp } from 'frint';
+import HashRouterService from 'frint-router/HashRouterService';
-import ... | examples: static routes (expected API usage). | frintjs_frint | train |
6ab1286ea4b398f9471f299639e2366c7118ad2c | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
- right_popen (1.0.20)
+ right_popen (1.0.21)
eventmachine (>= 0.12.11)
GEM
diff --git a/lib/right_popen/linux/right_popen.rb b/lib/right_popen/linu... | fixed issue with exit_handler being invoked before all lines have been drained from output stream | rightscale_right_popen | train |
753239a75904e4fcd8da929cde918537fec39421 | diff --git a/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php b/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
index <HASH>..<HASH> 100755
--- a/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
+++ b/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
@@ -82,8 +82,7 @@ abstrac... | Rearranged tons of files into a more logical structure. Removed unnecessary exception classes.
Default attribute value is ignored if attribute is required. | Webiny_Framework | train |
8f6a1ef4402a867d8ff3edf67c13870e070da2fe | diff --git a/textutils.py b/textutils.py
index <HASH>..<HASH> 100644
--- a/textutils.py
+++ b/textutils.py
@@ -673,3 +673,36 @@ def strip_accents(x):
y = re_unicode_uppercase_n.sub("N", y)
# return UTF-8 representation of the Unicode string:
return y.encode("utf-8")
+
+
+def show_diff(original, modified,... | textutils: create function to show diff view
* New function to show diff of two records
* Use that function in BibEdit's comparison of revisions | inveniosoftware-attic_invenio-utils | train |
57a8d2adb3c7cff441747b66443644d66e465357 | diff --git a/core/src/main/java/org/acegisecurity/providers/ldap/authenticator/BindAuthenticator.java b/core/src/main/java/org/acegisecurity/providers/ldap/authenticator/BindAuthenticator.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/acegisecurity/providers/ldap/authenticator/BindAuthenticator.java
+++ ... | Added handleBindException method to allow subclasses to inspect the reason for bind failure. | spring-projects_spring-security | train |
09e052aa552cb40b2a093e946a7daf7545291564 | diff --git a/lib/active_delegate/attributes.rb b/lib/active_delegate/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/active_delegate/attributes.rb
+++ b/lib/active_delegate/attributes.rb
@@ -48,18 +48,11 @@ module ActiveDelegate
[:id, :created_at, :updated_at] + poly_attr.to_a
end
- # Get met... | remove association_valid_methods
delegated attributes are now available in attribute_names method | hardpixel_active-delegate | train |
e937ee0ca6e52b6ee9bd1897f769540303665c19 | diff --git a/scapy.py b/scapy.py
index <HASH>..<HASH> 100755
--- a/scapy.py
+++ b/scapy.py
@@ -22,6 +22,9 @@
#
# $Log: scapy.py,v $
+# Revision 0.9.15.6 2004/01/09 15:53:46 pbi
+# - added RARP and IARP req/resp description in ARP operation Enum field
+#
# Revision 0.9.15.5 2003/12/19 15:54:30 pbi
# - added ch... | - added RARP and IARP req/resp description in ARP operation Enum field | secdev_scapy | train |
934a970b99985128eca2e80ceb2235420629fe7c | diff --git a/src/Sculpin/Bundle/SculpinBundle/HttpServer/HttpServer.php b/src/Sculpin/Bundle/SculpinBundle/HttpServer/HttpServer.php
index <HASH>..<HASH> 100644
--- a/src/Sculpin/Bundle/SculpinBundle/HttpServer/HttpServer.php
+++ b/src/Sculpin/Bundle/SculpinBundle/HttpServer/HttpServer.php
@@ -57,9 +57,17 @@ class Http... | Return some content w/ the <I> response. Closes #<I>. | sculpin_sculpin | train |
95c043ff2a66ad721d9ee7142f290a97b64df038 | diff --git a/src/Concierge.php b/src/Concierge.php
index <HASH>..<HASH> 100644
--- a/src/Concierge.php
+++ b/src/Concierge.php
@@ -50,6 +50,7 @@ class Concierge extends Workspace
$vacancies = $this->calendar()
->forService($service->id)
+ ->withDuration($se... | Fix bug that allowed invalid overbooking | timegridio_concierge | train |
14a8209c55a6f4c8c610162ebe003f6d24adb317 | diff --git a/styleguide/src/components/search.js b/styleguide/src/components/search.js
index <HASH>..<HASH> 100644
--- a/styleguide/src/components/search.js
+++ b/styleguide/src/components/search.js
@@ -48,23 +48,33 @@ const Search = props => {
const onInputKeyDown = evt => {
if (!showResults) return;
- if... | styleguide: use aria attributes to make search accessible, close search results on 'Escape' key | pivotal-cf_pivotal-ui | train |
09e44d79f41b782bb18e049e8bc54ff94546fc3a | diff --git a/config/dashboard-plugins/MelisCoreDashboardRecentUserActivityPlugin.config.php b/config/dashboard-plugins/MelisCoreDashboardRecentUserActivityPlugin.config.php
index <HASH>..<HASH> 100644
--- a/config/dashboard-plugins/MelisCoreDashboardRecentUserActivityPlugin.config.php
+++ b/config/dashboard-plugins/Mel... | Dashboard config added transations on getConfig | melisplatform_melis-core | train |
e9874418b435161c87077b0aff1ea0e9df5702ad | diff --git a/shared/actions/chat2/index.js b/shared/actions/chat2/index.js
index <HASH>..<HASH> 100644
--- a/shared/actions/chat2/index.js
+++ b/shared/actions/chat2/index.js
@@ -1147,6 +1147,16 @@ const previewConversationAfterFindExisting = (
const results: ?RPCChatTypes.FindConversationsLocalRes = _fromPreviewCon... | ignore results from rpc that don't apply anymore (#<I>) | keybase_client | train |
771f64397fd8638e9a40a4b9ecc64a9b70d6f2e4 | diff --git a/peer.go b/peer.go
index <HASH>..<HASH> 100644
--- a/peer.go
+++ b/peer.go
@@ -18,6 +18,8 @@ const (
outputBufferSize = 50
// Current protocol version
ProtocolVersion = 17
+ // Interval for ping/pong message
+ pingPongTimer = 30 * time.Second
)
type DiscReason byte
@@ -243,7 +245,7 @@ func (p *Pee... | Stop peers when they don't respond to ping/pong. Might fix ethereum/go-ethereum#<I> | ethereum_go-ethereum | train |
b20a95ef993d17f4e6c30de59b319f870c5ceca6 | diff --git a/src/libraries/graphics.js b/src/libraries/graphics.js
index <HASH>..<HASH> 100644
--- a/src/libraries/graphics.js
+++ b/src/libraries/graphics.js
@@ -92,11 +92,11 @@ grob.copy = function (shape, copies, order, translate, rotate, scale) {
return shapes;
};
-grob.fit = function (shape, position, widt... | Use "stretch" instead of "keepProportions". | nodebox_g.js | train |
4b36bc3210433618be76df2202f22080a25f41a0 | diff --git a/builtin/providers/aws/data_source_aws_elb_service_account.go b/builtin/providers/aws/data_source_aws_elb_service_account.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/data_source_aws_elb_service_account.go
+++ b/builtin/providers/aws/data_source_aws_elb_service_account.go
@@ -18,6 +18,7 @@ var... | aws: Add missing metadata for us-east-2 | hashicorp_terraform | train |
dc36d4a5a2753ef24e2fd362491d9ab51c145fff | diff --git a/progressbar/bar.py b/progressbar/bar.py
index <HASH>..<HASH> 100644
--- a/progressbar/bar.py
+++ b/progressbar/bar.py
@@ -27,7 +27,7 @@ logger = logging.getLogger(__name__)
class ProgressBarMixinBase(object):
def __init__(self, **kwargs):
- pass
+ self._finished = False
def sta... | making sure progressbars are properly finished on deconstruction | WoLpH_python-progressbar | train |
11dd5d814aa7aebe493e45a3ad6c86d8ebbfe849 | diff --git a/src/js/justifiedGallery.js b/src/js/justifiedGallery.js
index <HASH>..<HASH> 100755
--- a/src/js/justifiedGallery.js
+++ b/src/js/justifiedGallery.js
@@ -405,12 +405,8 @@
return;
}
- if (this.maxRowHeight) {
- if (this.maxRowHeight.isPercentage && this.maxRowHeight.value * settings.ro... | change maxRowHeight to num/null from {} | miromannino_Justified-Gallery | train |
cdb02ee39e6fd704bb6449781fcb14f1345c262c | diff --git a/nfc/llcp/llc.py b/nfc/llcp/llc.py
index <HASH>..<HASH> 100644
--- a/nfc/llcp/llc.py
+++ b/nfc/llcp/llc.py
@@ -307,7 +307,7 @@ class LogicalLinkControl(threading.Thread):
recv_symm_count += 1
else:
recv_symm_count = 0
- self._disp... | disabled throttling of SYMM PDUs if running as DEP Target, requires coordination with the DEP RWT value | nfcpy_nfcpy | train |
9e3737362e79db8c0f540db610690b48c5f21195 | diff --git a/src/Essential/Http/Request.php b/src/Essential/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Essential/Http/Request.php
+++ b/src/Essential/Http/Request.php
@@ -6,6 +6,7 @@ class Request
{
private static $request;
private $method;
+ private $uri;
/**
* Request constructo... | Feat. Add uri method to Request | semenovdv80_framework | train |
ef49855a8012776dfbc63407857ec5032e598b0f | diff --git a/upup/pkg/fi/cloudup/apply_cluster.go b/upup/pkg/fi/cloudup/apply_cluster.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/fi/cloudup/apply_cluster.go
+++ b/upup/pkg/fi/cloudup/apply_cluster.go
@@ -117,7 +117,7 @@ func (c *ApplyClusterCmd) Run() error {
{
defaultKubeletAsset := baseURL + "/bin/linux/a... | Less verbose logging | kubernetes_kops | train |
924bcd109557de60779b844407242f512b606dab | diff --git a/lang/lv/lang.php b/lang/lv/lang.php
index <HASH>..<HASH> 100644
--- a/lang/lv/lang.php
+++ b/lang/lv/lang.php
@@ -17,22 +17,43 @@
'promo_block' => 'Promo block',
'category_parent_id' => 'Parent category ID',
'product_id' => 'Product ID',
+ 'rate' ... | New translations lang.php (Latvian) | lovata_oc-shopaholic-plugin | train |
4e455160ca42bc6cf1eb628de5f2098120fbf03f | diff --git a/release.py b/release.py
index <HASH>..<HASH> 100644
--- a/release.py
+++ b/release.py
@@ -58,6 +58,7 @@ def infer_next_version(version):
files_with_versions = (
'docs/conf.py', 'setup.py', 'release.py', 'ez_setup.py', 'README.txt',
+ 'setuptools/__init__.py',
)
def get_repo_name(): | Add __init__.py to the list of 'files with versions' | pypa_setuptools | train |
8abdf155bfefcad6c242c14bd5490ff6c3c378ba | diff --git a/server/src/main/java/org/jboss/as/server/deployment/Phase.java b/server/src/main/java/org/jboss/as/server/deployment/Phase.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/jboss/as/server/deployment/Phase.java
+++ b/server/src/main/java/org/jboss/as/server/deployment/Phase.java
@@ -247,6 +24... | Added TransactionManagementAnnotationProcessor
was: <I>ffc<I>cf<I>c<I>a<I>a<I>f<I>c<I>b<I> | wildfly_wildfly-core | train |
a4de34ece1b2f6bc7805612e3a858ed5515460ef | diff --git a/components/list/ListItemLayout.js b/components/list/ListItemLayout.js
index <HASH>..<HASH> 100644
--- a/components/list/ListItemLayout.js
+++ b/components/list/ListItemLayout.js
@@ -28,7 +28,7 @@ const ListItemLayout = (props) => {
<span className={className}>
{!emptyActions(leftActions) > 0 &&... | Fixes typo in ListItemLayout
If no "leftActions" were defined on a ListItem, the "rightActions" will
not be rendered due to a typo. | react-toolbox_react-toolbox | train |
70740cb24790b3659961b3d6d7a2eda4f6a82225 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -104,3 +104,11 @@ end: Time.now)`
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+## TODO
+
+1. Support overriding AP... | Fax.create should return a reference object | phaxio_phaxio-ruby | train |
43841cd946ec779c9e6c2f5a6173a5c02a67ea81 | diff --git a/tests/test_ami_lookup.py b/tests/test_ami_lookup.py
index <HASH>..<HASH> 100644
--- a/tests/test_ami_lookup.py
+++ b/tests/test_ami_lookup.py
@@ -21,15 +21,15 @@ from unittest import mock
from foremast.utils import ami_lookup
-@mock.patch('foremast.utils.lookups.GITLAB_TOKEN')
-@mock.patch('foremast.u... | test: Fix ami lookup tests | foremast_foremast | train |
00a03d5107cf16d1b2358ad8960904b67e64585f | diff --git a/lib/y2r/ast/ycp.rb b/lib/y2r/ast/ycp.rb
index <HASH>..<HASH> 100644
--- a/lib/y2r/ast/ycp.rb
+++ b/lib/y2r/ast/ycp.rb
@@ -281,7 +281,7 @@ module Y2R
class Assign < Node
def compile(context)
Ruby::Assignment.new(
- :lhs => RubyVar.for(name, context, :in_code),
+ ... | Adapt to change in <assign> XML
Since commit ddea<I>ade5c2af7b1b3c<I>dfc8c<I>d<I> in yast-core, the
<assign> element in XML produced by ycpc does not store the namespace as
part of the "name" attribute, but in a separate "ns" attribute. This
commit adapts Y2R to that change.
Part of a fix of #8. | yast_y2r | train |
c2e5395e7f41bd0ffd23b11cf8df1fffe1c4a6bd | diff --git a/music/models.py b/music/models.py
index <HASH>..<HASH> 100755
--- a/music/models.py
+++ b/music/models.py
@@ -60,12 +60,16 @@ class Track(ModelBase):
last_played = models.DateTimeField(
blank=True,
null=True,
- auto_now_add=True,
+ )
+ length = models.IntegerField(
+ ... | added length field. added create_credit method | praekelt_panya-music | train |
f461129e6239a4225d138c1203969f19bb79c656 | diff --git a/runtime/traceback.go b/runtime/traceback.go
index <HASH>..<HASH> 100644
--- a/runtime/traceback.go
+++ b/runtime/traceback.go
@@ -21,12 +21,13 @@ import (
// Traceback represents Python 'traceback' objects.
type Traceback struct {
Object
- frame *Frame `attr:"tb_frame"`
- next *Traceback
+ frame *Fra... | Add lineno to traceback objects. | google_grumpy | train |
3c4c4a65a497f19b0663f09e83de4b8d5d8657bc | diff --git a/lib/uuidv5.js b/lib/uuidv5.js
index <HASH>..<HASH> 100644
--- a/lib/uuidv5.js
+++ b/lib/uuidv5.js
@@ -100,7 +100,9 @@ function uuidv5(data, ns) {
digest.copy(output);
}
+ /* jshint bitwise: false */
output[8] = output[8] & 0x3f | 0xa0; // set variant
+ /* jshint bitwise: false */... | Override some JSHint false positives about & and | | pump-io_pump.io | train |
759eb6efd11c0856ef801bb97e743fc6f30ed785 | diff --git a/knxip/ip.py b/knxip/ip.py
index <HASH>..<HASH> 100644
--- a/knxip/ip.py
+++ b/knxip/ip.py
@@ -508,7 +508,7 @@ class KNXIPTunnel():
This method does not wait for an acknowledge or result frame.
"""
- if self.data_server is None:
+ if not self.connected:
if auto... | Use self.connected instead of date_server to check if tunnel is up | open-homeautomation_pknx | train |
722dfa6aa13f9cec754c62ad4c4c27bb791394ef | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ from createsend import *
cs = CreateSend()
authorize_url = cs.authorize_url(
client_id='Client ID for your application',
- client_secret='Client Secret for your application',
redirect_uri='Redirect ... | CreatSend.authorize_url() should not expect client secret. | campaignmonitor_createsend-python | train |
637a8cde59ebb9ba97605e54ec875e3fd9e6474d | diff --git a/activestorage/lib/active_storage/service/gcs_service.rb b/activestorage/lib/active_storage/service/gcs_service.rb
index <HASH>..<HASH> 100644
--- a/activestorage/lib/active_storage/service/gcs_service.rb
+++ b/activestorage/lib/active_storage/service/gcs_service.rb
@@ -6,7 +6,6 @@ require "google/cloud/sto... | Remove vestigial require on ActiveStorage GCSService
The file `filename.rb` as mentioned in `require "active_storage/filename"`
belongs to the `app` folder while GCSService belongs to the lib folder.
Looking at the git blame, it was added in commit <URL> | rails_rails | train |
35bc409684aeac7fc8ee0dd07e836655a4ecb556 | diff --git a/src/stream/KeyExchange.js b/src/stream/KeyExchange.js
index <HASH>..<HASH> 100644
--- a/src/stream/KeyExchange.js
+++ b/src/stream/KeyExchange.js
@@ -58,14 +58,17 @@ function getKeyExchangeStreamId(address) {
return `${KEY_EXCHANGE_STREAM_PREFIX}/${address.toLowerCase()}`
}
-function GroupKeyStore(... | Pass value through GroupKey.from before adding/returning from store. | streamr-dev_streamr-client-javascript | train |
527a5d01f3afffaf1e53c5e7708aba46f5cf932f | diff --git a/molotov/run.py b/molotov/run.py
index <HASH>..<HASH> 100644
--- a/molotov/run.py
+++ b/molotov/run.py
@@ -34,6 +34,13 @@ def _parser():
)
parser.add_argument(
+ "--disable-dns-resolve",
+ action="store_true",
+ default=False,
+ help="Disable DNS resolving on all call... | added the --disable-dns-resolve option - fixes #<I> | loads_molotov | train |
7983f0ab72c77461a4cd263aa0054c90d1a2db39 | diff --git a/lxd/operations/operations.go b/lxd/operations/operations.go
index <HASH>..<HASH> 100644
--- a/lxd/operations/operations.go
+++ b/lxd/operations/operations.go
@@ -167,7 +167,7 @@ func OperationCreate(state *state.State, project string, opClass operationClass,
logger.Debugf("New %s Operation: %s", op.cla... | lxd/operations: Fix operation events | lxc_lxd | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.