hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
816e72d088866d1ad8069e2f5bcd7ce9db3dbf80 | diff --git a/src/components/Button/Button.react.js b/src/components/Button/Button.react.js
index <HASH>..<HASH> 100644
--- a/src/components/Button/Button.react.js
+++ b/src/components/Button/Button.react.js
@@ -23,6 +23,7 @@ type Props = {|
+href?: string,
+target?: string,
+isDropdownToggle?: boolean,
+ +onC... | Adding onClick for button and making error pages go back. | tabler_tabler-react | train |
31c4ca1dd7a368758396633b441d29516b0eb4c1 | diff --git a/src/Htmlizer2.js b/src/Htmlizer2.js
index <HASH>..<HASH> 100644
--- a/src/Htmlizer2.js
+++ b/src/Htmlizer2.js
@@ -71,7 +71,10 @@
block;
//Before evaluating, determine the nesting structure for containerless statements.
- traverse(this.frag, function (node) {
+ ... | Ported Htmlizer 1's traversal logic. It is more flexible than the one now. | Munawwar_htmlizer | train |
70a2ef8021b46ff7405350533dd68147295871a2 | diff --git a/README b/README
index <HASH>..<HASH> 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
== VERSION
-This documentation refers to athena version 0.0.3
+This documentation refers to athena version 0.0.4
== DESCRIPTION
diff --git a/lib/athena/formats/dbm.rb b/lib/athena/formats/dbm.rb
index <HASH>..<H... | lib/athena/formats/ferret.rb: We're only reading from the index, so use IndexReader.
lib/athena/formats/dbm.rb: More relaxed conversion from UTF-8 to Latin1.
lib/athena/version.rb: <I> | blackwinter_athena | train |
0516f7d5264c30dccbd3977008ba4f8fe7022b64 | diff --git a/simuvex/plugins/abstract_memory.py b/simuvex/plugins/abstract_memory.py
index <HASH>..<HASH> 100644
--- a/simuvex/plugins/abstract_memory.py
+++ b/simuvex/plugins/abstract_memory.py
@@ -269,13 +269,15 @@ class SimAbstractMemory(SimMemory): #pylint:disable=abstract-method
for _,v in self._regions.i... | add support for converting AddressWrappers to ValueSets | angr_angr | train |
665d95d362186df42830da5e1f7a8e5c54127e74 | diff --git a/lib/pdf/reader/page_text_receiver.rb b/lib/pdf/reader/page_text_receiver.rb
index <HASH>..<HASH> 100644
--- a/lib/pdf/reader/page_text_receiver.rb
+++ b/lib/pdf/reader/page_text_receiver.rb
@@ -43,8 +43,7 @@ module PDF
#####################################################
def begin_text_objec... | WIP: more work on per-glyph processing of text | yob_pdf-reader | train |
4292435d971fc974075f35c3e12da15a41e8e894 | diff --git a/fake_filesystem_test.py b/fake_filesystem_test.py
index <HASH>..<HASH> 100755
--- a/fake_filesystem_test.py
+++ b/fake_filesystem_test.py
@@ -1557,6 +1557,16 @@ class FakeOsModuleTest(FakeOsModuleTestBase):
self.os.symlink(link_target, link_path)
self.assertRaisesOSError(errno.ELOOP, self... | Corrected incomplete fix for makedirs with symlink
- fixed #<I> | jmcgeheeiv_pyfakefs | train |
f9f4b5d74b9b3fb2e24aaf935fed4d79ecae42ab | diff --git a/website/inject.js b/website/inject.js
index <HASH>..<HASH> 100644
--- a/website/inject.js
+++ b/website/inject.js
@@ -191,13 +191,21 @@ function injectLocaleList () {
glob.sync(localePackagePath).forEach((localePath) => {
const localeName = path.basename(localePath, '.js')
- const localeNameWi... | Support locale variants (#<I>) | transloadit_uppy | train |
af30ea514583f39c1fa358c4384988e7d88edbcc | diff --git a/src/cli/commands/block/rm.js b/src/cli/commands/block/rm.js
index <HASH>..<HASH> 100644
--- a/src/cli/commands/block/rm.js
+++ b/src/cli/commands/block/rm.js
@@ -17,7 +17,7 @@ module.exports = {
throw new Error('rm block with daemon running is not yet implemented')
}
- argv.ipfs.block.del(... | fix: fix `block rm` command (#<I>)
On the command line `block rm` failed. | ipfs_js-ipfs | train |
2780dfc62d414f907abceab6492cfa87c1871928 | diff --git a/test/functional/ft_37_default_history.rb b/test/functional/ft_37_default_history.rb
index <HASH>..<HASH> 100644
--- a/test/functional/ft_37_default_history.rb
+++ b/test/functional/ft_37_default_history.rb
@@ -95,8 +95,16 @@ class FtDefaultHistoryTest < Test::Unit::TestCase
launch_processes(false)
... | ft_<I>: more noop rejection | jmettraux_ruote | train |
31500c1cdd8f6dba6e7829af46abd9650a37fe92 | diff --git a/code/extensions/BasicAuthEnablerExtension.php b/code/extensions/BasicAuthEnablerExtension.php
index <HASH>..<HASH> 100644
--- a/code/extensions/BasicAuthEnablerExtension.php
+++ b/code/extensions/BasicAuthEnablerExtension.php
@@ -6,6 +6,10 @@
class BasicAuthEnablerExtension extends Extension {
static $d... | FIX Added additional hook point for a request made to Security/login directly | nyeholt_silverstripe-restrictedobjects | train |
cfd3c31bd85a416ca8d4f5a71f09943c7a237de0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ with open(os.path.join(os.path.dirname(__file__), 'requirements.txt')) as f:
setup(
name='zappa',
- version='0.5.0',
+ version='0.6.0',
packages=['zappa'],
install_requires=required,
... | <I> - add delete zip funtionality | Miserlou_Zappa | train |
ac2f7109e69733f470d2d716ad05ddb49f1c4800 | diff --git a/src/LIN3S/AdminBundle/Repository/DefaultQueryBuilder.php b/src/LIN3S/AdminBundle/Repository/DefaultQueryBuilder.php
index <HASH>..<HASH> 100644
--- a/src/LIN3S/AdminBundle/Repository/DefaultQueryBuilder.php
+++ b/src/LIN3S/AdminBundle/Repository/DefaultQueryBuilder.php
@@ -8,8 +8,18 @@ use Symfony\Componen... | Refactored default query builder removed unused code and CS | LIN3S_AdminBundle | train |
eb5adfdd2054de996ba9956e87fa1427592828b0 | diff --git a/superprompt/core.py b/superprompt/core.py
index <HASH>..<HASH> 100644
--- a/superprompt/core.py
+++ b/superprompt/core.py
@@ -16,6 +16,29 @@ except ModuleNotFoundError:
HOME = str(Path.home())
+def path_complete(text):
+ text = text.replace('~', HOME)
+
+ suggs = glob.glob(text + '*')
+ real_... | moved path completer outside of function so itis possible to reuse it | ddorn_superprompt | train |
fa3b8dbc1660d16fab4d3b1a2816b85531138d04 | diff --git a/Adapter/ShopwareAdapter/ServiceBus/QueryHandler/Order/FetchChangedOrdersQueryHandler.php b/Adapter/ShopwareAdapter/ServiceBus/QueryHandler/Order/FetchChangedOrdersQueryHandler.php
index <HASH>..<HASH> 100644
--- a/Adapter/ShopwareAdapter/ServiceBus/QueryHandler/Order/FetchChangedOrdersQueryHandler.php
+++ ... | remove obsolete additional advanceProgressbar call | plentymarkets_plentymarkets-shopware-connector | train |
c87eba7d6e7539bc5de1a864d116191f852b9471 | diff --git a/packages/scales/src/logScale.js b/packages/scales/src/logScale.js
index <HASH>..<HASH> 100644
--- a/packages/scales/src/logScale.js
+++ b/packages/scales/src/logScale.js
@@ -16,14 +16,16 @@ export const logScale = ({ axis, base = 10, min = 'auto', max = 'auto' }, xy, wi
const hasZero = values.all.some... | feat(scales): exclude null and undefined values in log scale validation (#<I>)
* Exclude null and undefined in log scale validation
* Fixed formatting | plouc_nivo | train |
3664f25bfa3d7f110a37da7230ff58b2ff37d4c8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,11 @@ setup(
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Prog... | Updated setup.py's language classifier. | rq_django-rq | train |
3e31698a3c2c54aa29ffb6ced933723fa8694985 | diff --git a/static/bundle.js b/static/bundle.js
index <HASH>..<HASH> 100644
--- a/static/bundle.js
+++ b/static/bundle.js
@@ -27304,6 +27304,10 @@
clearWorkarea(dom);
return;
}
+ var msg = "(暫定)診察中ではありませんが、薬剤を追加しますか?";
+ if( !dom.inquire("fn-confirm-edit", visit.visit_id, msg) ){
+ return;
+... | revised add-drug to confirm edit | hangilc_myclinic-practice | train |
ab40497041a1fb2e367d8b7e9aad207a40f14bc7 | diff --git a/nacl/hash.py b/nacl/hash.py
index <HASH>..<HASH> 100644
--- a/nacl/hash.py
+++ b/nacl/hash.py
@@ -8,7 +8,7 @@ def sha256(message, binary=False):
digest = nacl.ffi.new("unsigned char[]", nacl.lib.crypto_hash_sha256_BYTES)
if not nacl.lib.crypto_hash_sha256(digest, message, len(message)):
... | Properly handle strings with internal nul
The strings from NaCl can contain nul characters inside the string
and are not nul terminated. Using ffi.buffer with an explict
size will prevent issues here. | pyca_pynacl | train |
7b8df57a7f12118e5d28e7be0f93803513172130 | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -167,6 +167,7 @@ type InventoryCollection struct {
Indexes []InventoryIndex `json:"indexes,omitempty"`
PlanVersion int64 `json:"planVersion,omitempty"`
IsReady bool ... | Added AllInSync field. (#<I>) | arangodb_go-driver | train |
170941765d942d6f76e7759336c2d90b2df02c83 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,10 @@
# -*- coding: UTF-8 -*-
from distutils.core import setup
from setuptools import find_packages
+import time
-_version = "0.1"
+_version = "0.1.dev%s" % int(time.time())
_packages = find_packages(exclude=["... | Fixing development version number after merge from master | landscapeio_requirements-detector | train |
8aec68214b1f8a747c631d10e1b8f7c39dc385f7 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
CHANGELOG for Sulu
==================
+* dev-master
+ * HOTFIX #3535 [Content] Fix bug in structure bridge when no document is available
+
* 1.6.4 (2017-09-14)
* H... | Fix bug in structure bridge when no document is available (#<I>)
* Fix bug in structure bridge when no document is available
* Add tests
* Fixed bug
* Added entry to CHANGELOG | sulu_sulu | train |
533e66bbb4c015b21e1d085286961cc27ede645b | diff --git a/hazelcast/src/test/java/com/hazelcast/json/MapIndexJsonTest.java b/hazelcast/src/test/java/com/hazelcast/json/MapIndexJsonTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/json/MapIndexJsonTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/json/MapIndexJsonTest.java
@@ -1... | Fix compilation error missing HazelcastJson.fromString methods | hazelcast_hazelcast | train |
c4cd86e0949812b988060809baa2b572db05aaa0 | diff --git a/tests/functional/simple_snapshot_test.go b/tests/functional/simple_snapshot_test.go
index <HASH>..<HASH> 100644
--- a/tests/functional/simple_snapshot_test.go
+++ b/tests/functional/simple_snapshot_test.go
@@ -56,7 +56,7 @@ func TestSnapshot(t *testing.T) {
index, _ := strconv.Atoi(snapshots[0].Name()[... | tests(snapshot): expand reasonable range for index
snapshot file was createed with name '0_<I>.ss' and '0_<I>.ss' when testing. | etcd-io_etcd | train |
e54487ac934510f3266fdf1d3825c838d4646e9e | diff --git a/test/tweezer.spec.js b/test/tweezer.spec.js
index <HASH>..<HASH> 100644
--- a/test/tweezer.spec.js
+++ b/test/tweezer.spec.js
@@ -44,32 +44,57 @@ describe('Tweezer', () => {
spy.mockRestore()
})
- test('should pass on props as options', () => {
- const spy = jest.fn()
- function Mock (...a... | ✨ Add easing to Tweezer | posva_vue-tweezing | train |
0a05065f3f280eebbf4dabfb0aecb4a676db7f9f | diff --git a/lib/dm-core/query.rb b/lib/dm-core/query.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/query.rb
+++ b/lib/dm-core/query.rb
@@ -607,8 +607,9 @@ module DataMapper
normalize_links
end
- # TODO: document this
- # TODO: needs example
+ # Copying contructor, called when
+ # #dup me... | Explain copying constructor on DataMapper::Query | datamapper_dm-core | train |
c59c2351de8b09227f931b553e7af276b80db991 | diff --git a/src/js/wrappedselection.js b/src/js/wrappedselection.js
index <HASH>..<HASH> 100644
--- a/src/js/wrappedselection.js
+++ b/src/js/wrappedselection.js
@@ -257,7 +257,7 @@ rangy.createModule("WrappedSelection", function(api, module) {
};
selProto.refresh = function() {
- var... | Fixes for minor issues caught by JSLint | timdown_rangy | train |
3387f72236a7b585db0a6908310f8ec238abc5a1 | diff --git a/titlecase/__init__.py b/titlecase/__init__.py
index <HASH>..<HASH> 100755
--- a/titlecase/__init__.py
+++ b/titlecase/__init__.py
@@ -81,16 +81,18 @@ def titlecase(text, callback=None):
continue
if "/" in word and "//" not in word:
- slashed = []
- ... | Handle `/`'s with recursion so all logic applies
Closes #6. Thanks @speedplane | ppannuto_python-titlecase | train |
48bb03d3198511c9b72af967215cb4079afad024 | diff --git a/spock-core/src/main/java/org/spockframework/runtime/JUnitDescriptionGenerator.java b/spock-core/src/main/java/org/spockframework/runtime/JUnitDescriptionGenerator.java
index <HASH>..<HASH> 100644
--- a/spock-core/src/main/java/org/spockframework/runtime/JUnitDescriptionGenerator.java
+++ b/spock-core/src/m... | don't report unrolled features up-front because IDEs don't handle this well | spockframework_spock | train |
22709eed43ee11a68306222de287925c29fd7c70 | diff --git a/detail/ImmediateInterceptor.js b/detail/ImmediateInterceptor.js
index <HASH>..<HASH> 100644
--- a/detail/ImmediateInterceptor.js
+++ b/detail/ImmediateInterceptor.js
@@ -11,7 +11,7 @@ ImmediateInterceptor.prototype.addImmediate = function(callback) {
var that = this;
var args = [].splice.call(arg... | Added support for unstrigifiable uids | tlewowski_zurvan | train |
fe2aff49ae1ab23af9bed01aa131062f47a2e4e7 | diff --git a/core/src/main/java/org/bitcoinj/net/discovery/DnsDiscovery.java b/core/src/main/java/org/bitcoinj/net/discovery/DnsDiscovery.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/bitcoinj/net/discovery/DnsDiscovery.java
+++ b/core/src/main/java/org/bitcoinj/net/discovery/DnsDiscovery.java
@@ -17,11... | DnsDiscovery: attempt workaround for apparent lack of working thread safety on some Linux platform C libraries. | bitcoinj_bitcoinj | train |
7bd16b87762480b0c61ee517770ff7c037620b74 | diff --git a/utils/tests_fetcher.py b/utils/tests_fetcher.py
index <HASH>..<HASH> 100644
--- a/utils/tests_fetcher.py
+++ b/utils/tests_fetcher.py
@@ -417,26 +417,30 @@ def infer_tests_to_run(output_file, diff_with_last_commit=False, filters=None):
print(f"\n### IMPACTED FILES ###\n{_print_list(impacted_files)}")
... | Fix test_fetcher when setup is updated (#<I>)
* Fix test_fetcher when setup is updated
* Remove example | huggingface_pytorch-pretrained-BERT | train |
ce4a27c57d39d17f411ec3cd6ebd487a28a29145 | diff --git a/jsio/env/browser/csp.js b/jsio/env/browser/csp.js
index <HASH>..<HASH> 100644
--- a/jsio/env/browser/csp.js
+++ b/jsio/env/browser/csp.js
@@ -3,11 +3,10 @@ require('jsio.logging');
require('jsio.interfaces');
require('jsio.csp.client', 'CometSession');
-var logger = jsio.logging.getLogger('env.browser.... | add some semicolons and remove a log statement about orbited | gameclosure_js.io | train |
768a72f7205efec8bcb534160642c0c2def09c6a | diff --git a/gxa/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/ExpressionAtlasExperimentOpsExecutionService.java b/gxa/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/ExpressionAtlasExperimentOpsExecutionService.java
index <HASH>..<HASH> 100644
--- a/gxa/src/main/java/uk/ac/ebi/atlas/experimentimport/admin/... | Add missing break at the end of case; fix test to allow some ops to be Single Cell only | ebi-gene-expression-group_atlas | train |
e3dc945c7fdbbd9f977f6bc14b3e6023b99dc5e1 | diff --git a/lib/xcodeproj/project/object/native_target.rb b/lib/xcodeproj/project/object/native_target.rb
index <HASH>..<HASH> 100644
--- a/lib/xcodeproj/project/object/native_target.rb
+++ b/lib/xcodeproj/project/object/native_target.rb
@@ -127,6 +127,7 @@ module Xcodeproj
#
def platform_name
... | [PBXNativeTarget] Improve #platform_name & #deployment_target helpers. | CocoaPods_Xcodeproj | train |
58989122eb2aa09f80287a9a2dd43c206cf1d6cb | diff --git a/lib/draper.rb b/lib/draper.rb
index <HASH>..<HASH> 100644
--- a/lib/draper.rb
+++ b/lib/draper.rb
@@ -1,6 +1,5 @@
require "draper/version"
require 'draper/system'
-require 'draper/all_helpers'
require 'draper/base'
require 'draper/lazy_helpers'
require 'draper/model_support' | Removed now unused AllHelpers code | drapergem_draper | train |
b74c83e7e7a0be4f33c27b194d2dfc6075cba85e | diff --git a/rules/bind.go b/rules/bind.go
index <HASH>..<HASH> 100644
--- a/rules/bind.go
+++ b/rules/bind.go
@@ -41,7 +41,7 @@ func (r *BindsToAllNetworkInterfaces) Match(n ast.Node, c *gas.Context) (gi *gas
func NewBindsToAllNetworkInterfaces(conf map[string]interface{}) (gas.Rule, []ast.Node) {
return &BindsTo... | BindsToAllNetworkInterfaces should check TLS also | securego_gosec | train |
fc7fab33b5bf89f4f09a7d5486bc5a4a6be0d6cb | diff --git a/lib/oauth-helper.js b/lib/oauth-helper.js
index <HASH>..<HASH> 100644
--- a/lib/oauth-helper.js
+++ b/lib/oauth-helper.js
@@ -61,11 +61,6 @@ module.exports.getRequestToken = function (options, callback) {
function getRequestToken() {
var oAuth = wrapperFactory(options.oauthkey, options.oauthsecret);... | Rencode less aggressively (access token) | 7digital_7digital-api | train |
b7524850161c32c972fa56afdca16cb3f44d1e54 | diff --git a/src/test/java/de/bwaldvogel/mongo/MongoServerTest.java b/src/test/java/de/bwaldvogel/mongo/MongoServerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/de/bwaldvogel/mongo/MongoServerTest.java
+++ b/src/test/java/de/bwaldvogel/mongo/MongoServerTest.java
@@ -13,7 +13,7 @@ import com.mongodb.ServerAd... | adjust the test timeout in the hope to make it less flaky | bwaldvogel_mongo-java-server | train |
ef33152870c72a2560c0cca2142d24b97c46cdde | diff --git a/bundles/org.eclipse.orion.client.core/web/orion/widgets/settings/SettingsContainer.js b/bundles/org.eclipse.orion.client.core/web/orion/widgets/settings/SettingsContainer.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/web/orion/widgets/settings/SettingsContainer.js
+++ b/bundles... | Fixed bug <I> in the setting page where the ui would get build twice | eclipse_orion.client | train |
ec284fdff40f9bcdb95ecf5671e5fb4bec4a742b | diff --git a/tests/unit/modules/timezone_test.py b/tests/unit/modules/timezone_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/timezone_test.py
+++ b/tests/unit/modules/timezone_test.py
@@ -66,6 +66,9 @@ class TimezoneTestCase(TestCase):
'os': 'Debian'... | Fix issue that #<I> exposed in timezone_test | saltstack_salt | train |
4196d5e4ce70306b5d25cbfe7ff3ec9b7b207235 | diff --git a/currencies/management/commands/_currencyiso.py b/currencies/management/commands/_currencyiso.py
index <HASH>..<HASH> 100644
--- a/currencies/management/commands/_currencyiso.py
+++ b/currencies/management/commands/_currencyiso.py
@@ -39,8 +39,8 @@ class CurrencyHandler(BaseHandler):
except excepti... | fixed UnicodeEncodeError when updating cached currencyiso file | panosl_django-currencies | train |
6eba70991479958345ac1fea62c3baec658b377f | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
- Added experimental support for sorting literals (issue #1358)
- Improved handling of deprecated single line variab... | Resolve #<I>: Improve error handling for known import sections | timothycrosley_isort | train |
723bcafc94c6a535c0045351e24811673b02f1e2 | diff --git a/lib/discordrb/commands/command_bot.rb b/lib/discordrb/commands/command_bot.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/commands/command_bot.rb
+++ b/lib/discordrb/commands/command_bot.rb
@@ -88,7 +88,7 @@ module Discordrb::Commands
debug("Executing command #{name} with arguments #{arguments}"... | Fix long standing bug that would crash command handling
if the command didn't exist. It was supposed to output a message that the command doesn't exist but it never did this because of a conversion error. | meew0_discordrb | train |
44b306b38eb8a569c3ccff0f2757d7262e6bef6d | diff --git a/types/block.go b/types/block.go
index <HASH>..<HASH> 100644
--- a/types/block.go
+++ b/types/block.go
@@ -89,6 +89,17 @@ func (b *Block) ValidateBasic() error {
// NOTE: b.Evidence.Evidence may be nil, but we're just looping.
for i, ev := range b.Evidence.Evidence {
+ switch ev.(type) {
+ case *Con... | types: reject blocks w/ ConflictingHeadersEvidence (#<I>)
* types: reject blocks w/ ConflictingHeadersEvidence
Closes #<I>
* types: reject blocks w/ PotentialAmnesiaEvidence
as well
PotentialAmnesiaEvidence does not contribute anything on its own,
therefore should not be committed on chain.
* fix lint ... | tendermint_tendermint | train |
eaf187bb4416c690519d01fa21db64ca3812cd4c | diff --git a/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/StorageStubProvider.java b/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/StorageStubProvider.java
index <HASH>..<HASH> 100644
--- a/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/StorageStubProvider.java
+++ b/gcsio/src/main/java/com/google/cloud/had... | Fix duration format for grpc retry (#<I>) | GoogleCloudPlatform_bigdata-interop | train |
d488389dc3727805d570bae4e391f637d733f60e | diff --git a/classes/core.php b/classes/core.php
index <HASH>..<HASH> 100644
--- a/classes/core.php
+++ b/classes/core.php
@@ -461,12 +461,51 @@ class ShopgateLibraryException extends Exception {
* @author Shopgate GmbH, 35510 Butzbach, DE
*/
class ShopgateMerchantApiException extends Exception {
+ const UNKNOWN_A... | refs LIBRARY-<I> Added missing error code constants to the ShopgateMerchantApiException class. | shopgate_cart-integration-sdk | train |
97afd9cb49514fd3f2fa8425ab645c349c02f8ac | diff --git a/src/main/java/org/graylog2/indexer/DeflectorInformation.java b/src/main/java/org/graylog2/indexer/DeflectorInformation.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/graylog2/indexer/DeflectorInformation.java
+++ b/src/main/java/org/graylog2/indexer/DeflectorInformation.java
@@ -97,9 +97,9 @@ pub... | fix bug in shard information collection | Graylog2_graylog2-server | train |
1c1207cc4e7a5f8b721d2cdbf528eb385f92222f | diff --git a/src/scout_apm/django/middleware.py b/src/scout_apm/django/middleware.py
index <HASH>..<HASH> 100644
--- a/src/scout_apm/django/middleware.py
+++ b/src/scout_apm/django/middleware.py
@@ -59,15 +59,17 @@ class ViewTimingMiddleware:
"""
Capture details about the view_func that is about to ex... | Use the correct method to get current username
Also adds exception swallowing around that block
<URL> | scoutapp_scout_apm_python | train |
a8803b794e8b976cdc960ca867798fc6d5144838 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,6 @@
'use strict';
const assert = require('assert');
+const _ = require('lodash');
function PocketRegistry() {
this.register = {};
@@ -7,24 +8,27 @@ function PocketRegistry() {
this.set = function (key, value)... | Adding support for nested objects and default values on get() | 4umfreak_pocket-registry | train |
870c22873bfa70ae4bd0bbd1885b5fb3a0c0d5a5 | diff --git a/library/CM/Stream/Adapter/Message/SocketRedis.php b/library/CM/Stream/Adapter/Message/SocketRedis.php
index <HASH>..<HASH> 100644
--- a/library/CM/Stream/Adapter/Message/SocketRedis.php
+++ b/library/CM/Stream/Adapter/Message/SocketRedis.php
@@ -60,7 +60,10 @@ class CM_Stream_Adapter_Message_SocketRedis ex... | Allow CM_Db_Exception when deleting stream channel | cargomedia_cm | train |
e98f25d07babcc26ac1836abc462c87ed2adef69 | diff --git a/src/viz/helpers/tooltip/create.js b/src/viz/helpers/tooltip/create.js
index <HASH>..<HASH> 100644
--- a/src/viz/helpers/tooltip/create.js
+++ b/src/viz/helpers/tooltip/create.js
@@ -195,6 +195,9 @@ module.exports = function(params) {
if (vars.axes.opposite && vars[vars.axes.opposite].value !== vars.... | color scale value automatically appears in tooltips | alexandersimoes_d3plus | train |
2421d5b6d3dffef48162f191242bbc44f8da3767 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,8 +15,7 @@
#
import os
import sys
-sys.path.insert(0, os.path.join(os.path.abspath('..'), 'twilio'))
-sys.path.append('..')
+sys.path.insert(0, os.path.abspath('..'))
from twilio import __version__ | Prepend the repo root to the system paths during doc generation (#<I>) | twilio_twilio-python | train |
e8d85a09ca4c4a2e2c884d61beb493c58d6f35a5 | diff --git a/src/test/java/picocli/CommandLineTest.java b/src/test/java/picocli/CommandLineTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/picocli/CommandLineTest.java
+++ b/src/test/java/picocli/CommandLineTest.java
@@ -76,6 +76,10 @@ import static picocli.CommandLine.*;
// DONE -vrx, -vro outputFile, -vroo... | added tests to fix IntelliJ warnings that fields are never accessed or methods are never called. | remkop_picocli | train |
6ebab82eb1362591ba862edfa94d47652993725d | diff --git a/src/api.js b/src/api.js
index <HASH>..<HASH> 100644
--- a/src/api.js
+++ b/src/api.js
@@ -29,7 +29,7 @@ exports = module.exports = {
return fs.folder.refresh(destination)
.then(function () {
logger.log('Folder `' + destination + '` successfully generated.');
- return fs.getData(... | Pass in the annotations from the used theme | SassDoc_sassdoc | train |
eca1617f8566aff712f69b2795e02a209c20a80c | diff --git a/lib/Controller/MVCForm.php b/lib/Controller/MVCForm.php
index <HASH>..<HASH> 100644
--- a/lib/Controller/MVCForm.php
+++ b/lib/Controller/MVCForm.php
@@ -85,7 +85,7 @@ class Controller_MVCForm extends AbstractController {
if($field_type=='checkbox'){
if(!$field->listData)$field->enum(... | allow redefining of field type for reference fields | atk4_atk4 | train |
98be0c2b45c2c6baa4ba1c3f6906f347251e590e | diff --git a/Gulpfile.js b/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -50,7 +50,8 @@ gulp.task('commands', function () {
gulp.task('file-system', function () {
var _fs = {};
var _ignore = [
- '.DS_Store'
+ '\\.DS_Store',
+ '.*\\.swp'
];
var root = 'src/js/lib/fs... | fix: prevent reading .swp files from file system | tadeuzagallo_zsh.js | train |
dccad97aba86ae45aa9f96b146cc8f044fa272e6 | diff --git a/core/src/test/java/org/infinispan/test/fwk/TransactionSetup.java b/core/src/test/java/org/infinispan/test/fwk/TransactionSetup.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/org/infinispan/test/fwk/TransactionSetup.java
+++ b/core/src/test/java/org/infinispan/test/fwk/TransactionSetup.java
@@ -4... | ISPN-<I> - Migrate Hudson from DummyTM to JBossTM
- added logging and fixed TM lookup from properties | infinispan_infinispan | train |
f7f69f61487758be0f6dd932af5b945fe42dd8f1 | diff --git a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerMimetypeR4Test.java b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerMimetypeR4Test.java
index <HASH>..<HASH> 100644
--- a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/ServerMimetypeR4Test.java
+++ b/h... | Ad some tests for #<I> | jamesagnew_hapi-fhir | train |
1821da4d8f40087b75dc5b32b2466c3722c14958 | diff --git a/asv/plugins/mercurial.py b/asv/plugins/mercurial.py
index <HASH>..<HASH> 100644
--- a/asv/plugins/mercurial.py
+++ b/asv/plugins/mercurial.py
@@ -135,10 +135,9 @@ class Hg(Repo):
rev = self._repo.log(self._encode(hash))[0]
return int(rev.date.strftime("%s")) * 1000
- def get_hashes_f... | Fix single revision selection with hg >= <I>
The behavior or 'hg log --follow-first -r <revset>' has changed in
mercurial <I>: <URL> which is needed to
draw the graph correctly in case of merges.
This fixes running tests with hg >= <I> | airspeed-velocity_asv | train |
f3af8bc63f926a4768485e534397c913e02e56ab | diff --git a/tiny-async-core/src/main/java/eu/toolchain/async/TinyAsyncBuilder.java b/tiny-async-core/src/main/java/eu/toolchain/async/TinyAsyncBuilder.java
index <HASH>..<HASH> 100644
--- a/tiny-async-core/src/main/java/eu/toolchain/async/TinyAsyncBuilder.java
+++ b/tiny-async-core/src/main/java/eu/toolchain/async/Tin... | [core] make configuration of recursion safe guard more consistent | udoprog_tiny-async-java | train |
85544709d0132dc145b7852926dc5a9312fdd8e4 | diff --git a/reportbuilder/classes/local/aggregation/base.php b/reportbuilder/classes/local/aggregation/base.php
index <HASH>..<HASH> 100644
--- a/reportbuilder/classes/local/aggregation/base.php
+++ b/reportbuilder/classes/local/aggregation/base.php
@@ -92,7 +92,7 @@ abstract class base {
global $DB;
... | MDL-<I> reportbuilder: cast fields to char on mssql during concat. | moodle_moodle | train |
1705b0e0c728e54974981f7f8e011b75113d66f4 | diff --git a/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/endpoint/AbstractJaxRsWebEndpoint.java b/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/endpoint/AbstractJaxRsWebEndpoint.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/endpoint/AbstractJaxRsWebEnd... | Move some code to reduce amount of time in sync block. | OpenLiberty_open-liberty | train |
bd97775b2b71b7ed29c9f6576eb660efc6379176 | diff --git a/cqlengine/tests/test_ifnotexists.py b/cqlengine/tests/test_ifnotexists.py
index <HASH>..<HASH> 100644
--- a/cqlengine/tests/test_ifnotexists.py
+++ b/cqlengine/tests/test_ifnotexists.py
@@ -1,5 +1,5 @@
from cqlengine.management import sync_table, drop_table, create_keyspace, delete_keyspace
-from cqlengin... | if not exist only supported by cassandra <I> or later. | cqlengine_cqlengine | train |
11cbd20f0e97e33f6abb619b6c8e9a9efb4b6c03 | diff --git a/tests/helpers/RequestParserTest.php b/tests/helpers/RequestParserTest.php
index <HASH>..<HASH> 100644
--- a/tests/helpers/RequestParserTest.php
+++ b/tests/helpers/RequestParserTest.php
@@ -91,7 +91,11 @@ class RequestParserTest extends TestCase {
}
public function testFromSuperglobals_WithoutServer... | don't clear the whole server context to not confuse phpunit time debugs | lode_jsonapi | train |
ac7755ebb1325babcc9afe61a1160aa1fc2ce462 | diff --git a/pandas/tests/tseries/offsets/test_offsets.py b/pandas/tests/tseries/offsets/test_offsets.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/tseries/offsets/test_offsets.py
+++ b/pandas/tests/tseries/offsets/test_offsets.py
@@ -19,11 +19,9 @@ from pandas.compat import IS64
from pandas.compat.numpy import np... | BUG: BDay() offsetting not behaving as expected (#<I>) | pandas-dev_pandas | train |
27f709e5aaf51a2d7dcf20ebebf918373a8d2a68 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ setup(
version = '0.1.1',
maintainer = 'Espen Hagen',
maintainer_email = 'e.hagen@fz-juelich.de',
- url = 'http://www.fz-juelich.de/inm/inm-6',
+ url = 'https://github.com/INM-6/hybridLFPy',... | updated url and added download_url | INM-6_hybridLFPy | train |
dda836d278fccbb8d4beed7cf702293fdcc9ae13 | diff --git a/easy_thumbnails/tests/files.py b/easy_thumbnails/tests/files.py
index <HASH>..<HASH> 100644
--- a/easy_thumbnails/tests/files.py
+++ b/easy_thumbnails/tests/files.py
@@ -2,11 +2,12 @@ from easy_thumbnails import files, utils
from easy_thumbnails.tests import utils as test_utils
from django.core.files.bas... | Added test for thumbnail_preserve_extensions | SmileyChris_easy-thumbnails | train |
16768f1dfe817b6973bd68a203ec2fbbd4c70fc2 | diff --git a/router/testing/router.go b/router/testing/router.go
index <HASH>..<HASH> 100644
--- a/router/testing/router.go
+++ b/router/testing/router.go
@@ -90,3 +90,9 @@ func (r *FakeRouter) Addr(name string) (string, error) {
}
return "", errors.New("Route not found")
}
+
+func (r *fakeRouter) Reset() {
+ r.mu... | router/testing: added method Reset to fakeRouter | tsuru_tsuru | train |
fdc6518ef3d6e3461c08087c7381f124332993b7 | diff --git a/deco/astutil.py b/deco/astutil.py
index <HASH>..<HASH> 100644
--- a/deco/astutil.py
+++ b/deco/astutil.py
@@ -103,7 +103,7 @@ class SchedulerRewriter(NodeTransformer):
call_lambda = ast.Lambda(ast.arguments(args = args, defaults = [], kwonlyargs = [], kw_defaults = []), call)
... | Fix a bug where waits wouldn't get inserted for referenced variables | alex-sherman_deco | train |
508ec7745c76d724877f9cbe8f77c3542f94802a | diff --git a/src/ChildProcess/Adapter.php b/src/ChildProcess/Adapter.php
index <HASH>..<HASH> 100644
--- a/src/ChildProcess/Adapter.php
+++ b/src/ChildProcess/Adapter.php
@@ -202,17 +202,18 @@ class Adapter implements AdapterInterface
*/
public function open($path, $flags, $mode = self::CREATION_MODE)
{... | Append to FD array and let PHP handle the indexing | reactphp_filesystem | train |
80c76ebac69e6b5fb42d9ab7d5458fdf54599e70 | diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index <HASH>..<HASH> 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
- ra... | add CHECK_WITH_INVERT_PROJ=True to function determining best zoom level; add test case; let gh actions test also on latest rasterio (#<I>) | ungarj_mapchete | train |
3beb77a36e4f000167dd0653c208e9e8167e7d8a | diff --git a/zzk/docker/action.go b/zzk/docker/action.go
index <HASH>..<HASH> 100644
--- a/zzk/docker/action.go
+++ b/zzk/docker/action.go
@@ -89,13 +89,8 @@ func SendAction(conn client.Connection, action *Action) (string, error) {
}
node := actionPath(action.HostID, uuid)
- if err := conn.CreateDir(path.Dir(node... | Don't need to check if node exists before creating | control-center_serviced | train |
11cb730a893b6b87a393a5f0ead5ce606720a351 | diff --git a/freemius/includes/class-freemius.php b/freemius/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/freemius/includes/class-freemius.php
+++ b/freemius/includes/class-freemius.php
@@ -939,7 +939,7 @@
if (isset( $this->_storage->connectivity_test ) ) {
if ( $_SERVER['HTTP_HOST'] == $thi... | [ip] [server] Removed direct access to $_SERVER['SERVER_ADDR'] since not always configured in Nginx. Closed #<I> | Freemius_wordpress-sdk | train |
41bc443b950dd8b759e5781650f09e0bfc5a85bd | diff --git a/lib/chef/knife/cloudformation_create.rb b/lib/chef/knife/cloudformation_create.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/cloudformation_create.rb
+++ b/lib/chef/knife/cloudformation_create.rb
@@ -100,6 +100,8 @@ class Chef
end
populate_parameters!(stack.load_template)
+
+ ... | Set stack parameters after populating since the stack initialization parameters are duped | sparkleformation_sfn | train |
1fefae9bc7153f94b0f46812674e1b3b80d4c786 | diff --git a/public/javascripts/application.js b/public/javascripts/application.js
index <HASH>..<HASH> 100644
--- a/public/javascripts/application.js
+++ b/public/javascripts/application.js
@@ -279,7 +279,7 @@ $(document).ready(function(){
$.post("/health/currentthroughput", function(data) {
json = eva... | cast throughput to int in ajax updater | Graylog2_graylog2-server | train |
cb07ce5aa18a1687369196475adb0e6a7da001a7 | diff --git a/src/harvesters/_private/frontend/canvas.py b/src/harvesters/_private/frontend/canvas.py
index <HASH>..<HASH> 100644
--- a/src/harvesters/_private/frontend/canvas.py
+++ b/src/harvesters/_private/frontend/canvas.py
@@ -100,13 +100,16 @@ class CanvasBase(app.Canvas):
gloo.clear(color=self._backgroun... | Resolve issue #<I> | genicam_harvesters | train |
fe802c444032ca4b8756d7f7f8090e2942326d8e | diff --git a/lib/scoped_search/auto_complete_builder.rb b/lib/scoped_search/auto_complete_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/scoped_search/auto_complete_builder.rb
+++ b/lib/scoped_search/auto_complete_builder.rb
@@ -135,7 +135,7 @@ module ScopedSearch
end
q=query
unless q =~ /(\s|\)|... | fixed issue with regexp escape of symboles | wvanbergen_scoped_search | train |
a530fa78d16981c66c7e7d2e2635cb05f26e8345 | diff --git a/sharding-jdbc/sharding-jdbc-core/src/main/java/io/shardingsphere/shardingjdbc/jdbc/core/datasource/MasterSlaveDataSource.java b/sharding-jdbc/sharding-jdbc-core/src/main/java/io/shardingsphere/shardingjdbc/jdbc/core/datasource/MasterSlaveDataSource.java
index <HASH>..<HASH> 100644
--- a/sharding-jdbc/shard... | #<I> Refactor MasterSlaveDataSource binding with specific transaction type. | apache_incubator-shardingsphere | train |
14ccaa50bafa6d08edefab75bc863cda7a52bf93 | diff --git a/database/migrations/2015_01_27_190909_create_script_tables.php b/database/migrations/2015_01_27_190909_create_script_tables.php
index <HASH>..<HASH> 100644
--- a/database/migrations/2015_01_27_190909_create_script_tables.php
+++ b/database/migrations/2015_01_27_190909_create_script_tables.php
@@ -17,7 +17,... | DF-<I> Fix migration for MS SQL Server possible cascading issue. | dreamfactorysoftware_df-script | train |
df6bb64c4150116f29a7a718e7065913d1322813 | diff --git a/salt/client/ssh/wrapper/__init__.py b/salt/client/ssh/wrapper/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/client/ssh/wrapper/__init__.py
+++ b/salt/client/ssh/wrapper/__init__.py
@@ -58,7 +58,10 @@ class FunctionWrapper(object):
if stdout.startswith('deploy'):
single.de... | Catch errors in json parsing | saltstack_salt | train |
261269536a542b45c5fc25530834cc670997b91f | diff --git a/satpy/multiscene.py b/satpy/multiscene.py
index <HASH>..<HASH> 100644
--- a/satpy/multiscene.py
+++ b/satpy/multiscene.py
@@ -453,24 +453,24 @@ class MultiScene(object):
def load_data(frame_gen, q):
for frame_arrays in frame_gen:
future_list = _client.compute(frame_ar... | Use distributed's gather to clean up code | pytroll_satpy | train |
f709674ca72e2ba28f9f8150e589803d3eda287c | diff --git a/src/Handler.php b/src/Handler.php
index <HASH>..<HASH> 100644
--- a/src/Handler.php
+++ b/src/Handler.php
@@ -159,7 +159,20 @@ abstract class Handler implements HandlerInterface
*/
public function addResDir(string $dir)
{
- $this->_resDir = array_merge($this->_resDir, $dir);
+ ... | add method for adding multiple additional resource dirs | SlaxWeb_Config | train |
13239b975309676cb825fab7d3f290be5d0184a0 | diff --git a/src/bosh-director/lib/bosh/director/api/cloud_config_manager.rb b/src/bosh-director/lib/bosh/director/api/cloud_config_manager.rb
index <HASH>..<HASH> 100644
--- a/src/bosh-director/lib/bosh/director/api/cloud_config_manager.rb
+++ b/src/bosh-director/lib/bosh/director/api/cloud_config_manager.rb
@@ -6,7 +... | uploading a cloud config using placeholders should not cause validation errors
[#<I>] (<URL>) | cloudfoundry_bosh | train |
6b99f47bbfc0137ffea34d47030b1d369e459d23 | diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1066,7 +1066,8 @@ class ObjCLanguage(object):
cpu_cost=1e6,
environ={
'SCHEME': 'Sample',
... | Try modifying kokoro job because Sample's default FRAMEWORK is set to
YES now | grpc_grpc | train |
f38f15d855faa4ff19e34af8dc4f2b5c080521d4 | diff --git a/tools/cli.js b/tools/cli.js
index <HASH>..<HASH> 100644
--- a/tools/cli.js
+++ b/tools/cli.js
@@ -37,7 +37,8 @@ function print_usage() { // {{{
"file into stdin.\n\n" +
"If you specify no files and stdin is a terminal, a RapydScript\n" +
- "REPL will be started.");
+ "REP... | some repl UI tweaks and refactoring | atsepkov_RapydScript | train |
3b6686398e6574a1405b1287830bfac032c7c88a | diff --git a/lib/capybara-screenshot.rb b/lib/capybara-screenshot.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara-screenshot.rb
+++ b/lib/capybara-screenshot.rb
@@ -106,11 +106,11 @@ module Capybara
end
def self.after_save_html &block
- Saver.after_save_html &block
+ Saver.after_save_html( &bloc... | fix “`&' interpreted as argument prefix” warnings in capybara-screenshot.rb | mattheworiordan_capybara-screenshot | train |
d3d57d7ff0434049d10248b2635988e31a4db51b | diff --git a/lib/capybara/session.rb b/lib/capybara/session.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/session.rb
+++ b/lib/capybara/session.rb
@@ -397,6 +397,8 @@ module Capybara
scopes.slice!(idx..-1)
driver.switch_to_frame(:top)
end
+ else
+ raise ArgumentError, "You... | `within_frame` should allow no arguments when theres only one frame in scope | teamcapybara_capybara | train |
4b465f1fa741f953d3b85c88cf651526cd71c8f4 | diff --git a/src/devices/mouse.js b/src/devices/mouse.js
index <HASH>..<HASH> 100644
--- a/src/devices/mouse.js
+++ b/src/devices/mouse.js
@@ -70,15 +70,18 @@ function Mouse() {
utils.setEventProperty(event, 'metaKey', options.metaKey);
utils.setEventProperty(event, 'buttons', options.buttons);
utils.set... | Added some more tests + uniformization | francejs_effroi | train |
535e7b73136ba155546aa189dc53803c402e552a | diff --git a/src/env.js b/src/env.js
index <HASH>..<HASH> 100644
--- a/src/env.js
+++ b/src/env.js
@@ -7,3 +7,8 @@ export const ENV = {
PRODUCTION: ('production' : 'production'),
TEST: ('test' : 'test')
};
+
+export const MOBILE_ENV = {
+ ANDROID: ('android' : 'android'),
+ IOS: ('ios' ... | Add `SDK_ENVIRONMENT` to `FPTI_KEY` (#<I>)
* Added `SDK_ENVIRONMENT` to `FPTI_KEY`
* Added NATIVE to FPTI_KEY and Added new MOBILE_ENV const
* Removed unnecessary native key for FPTI_KEY | paypal_paypal-sdk-constants | train |
d4261935974f86b272eb15b17a6bded8ba78404d | diff --git a/oauth2/heroku.go b/oauth2/heroku.go
index <HASH>..<HASH> 100644
--- a/oauth2/heroku.go
+++ b/oauth2/heroku.go
@@ -7,6 +7,7 @@ import (
"github.com/influxdata/chronograf"
"golang.org/x/oauth2"
+ hrk "golang.org/x/oauth2/heroku"
)
// Ensure that Heroku is an oauth2.Provider
@@ -29,7 +30,12 @@ type ... | Configure Heroku OAuth2 properly
This was erroneously left unconfigured during dev. | influxdata_influxdb | train |
141b53bcef3be2a317cd5dc1c8f93f4c8244e33d | diff --git a/rails/init.rb b/rails/init.rb
index <HASH>..<HASH> 100644
--- a/rails/init.rb
+++ b/rails/init.rb
@@ -9,11 +9,10 @@ config.to_prepare do
exts = File.join(File.dirname(__FILE__), '../lib/kete_trackable_items/extensions/{controllers,helpers}/*')
# use Kernel.load here so that changes to the extensions ... | Using new DRY method for setting Kete.extensions. | kete_kete_trackable_items | train |
1d53206a8ae47d5cac4e55d634ecef67dc965159 | diff --git a/packages/perspective-viewer/src/js/utils.js b/packages/perspective-viewer/src/js/utils.js
index <HASH>..<HASH> 100644
--- a/packages/perspective-viewer/src/js/utils.js
+++ b/packages/perspective-viewer/src/js/utils.js
@@ -218,8 +218,6 @@ export function throttlePromise(target, property, descriptor) {
... | Add `throttle` attribute to `<perspective-viewer>` | finos_perspective | train |
849956c8f2d52a63500206e94e4666e8b138f055 | diff --git a/adaptors/backbone/component_widget.js b/adaptors/backbone/component_widget.js
index <HASH>..<HASH> 100644
--- a/adaptors/backbone/component_widget.js
+++ b/adaptors/backbone/component_widget.js
@@ -136,11 +136,15 @@ ComponentWidget.prototype.attach = function attach(elem) {
* @param {Template} tmpl Temp... | Allowing for Component to use contents as template rather than literal contents | wayfair_tungstenjs | train |
2d10796bc25f5e9d83c18ba852922ab295d948d7 | diff --git a/server_test.go b/server_test.go
index <HASH>..<HASH> 100644
--- a/server_test.go
+++ b/server_test.go
@@ -254,12 +254,12 @@ var _ = Describe("Server", func() {
Expect(serv.Close()).To(Succeed())
})
- It("works if no quic.Config is given", func(done Done) {
+ It("works if no quic.Config is given"... | stop the listener in the server unit tests | lucas-clemente_quic-go | train |
e9b9a44151e56c296690956181b82bf8475c435e | diff --git a/pymc3/tests/test_distributions.py b/pymc3/tests/test_distributions.py
index <HASH>..<HASH> 100644
--- a/pymc3/tests/test_distributions.py
+++ b/pymc3/tests/test_distributions.py
@@ -1327,7 +1327,7 @@ class TestLatex:
sigma = HalfNormal('sigma', sigma=1)
#Test Cholesky parameteri... | Test for chol factorization should pass now | pymc-devs_pymc | train |
ddb5e3339bd68a1a696ad0de6a8e9dae33ebe5f7 | diff --git a/src/scene_worker.js b/src/scene_worker.js
index <HASH>..<HASH> 100644
--- a/src/scene_worker.js
+++ b/src/scene_worker.js
@@ -207,7 +207,7 @@ if (Utils.isWorkerThread) {
if (style.textures) {
for (var t in style.textures) {
if (style.textures[t].sprites) {... | prefix built-in texture names with style name | tangrams_tangram | train |
331568b11d89888df72499c3498aac1709045251 | diff --git a/go/kbfs/libkbfs/util.go b/go/kbfs/libkbfs/util.go
index <HASH>..<HASH> 100644
--- a/go/kbfs/libkbfs/util.go
+++ b/go/kbfs/libkbfs/util.go
@@ -22,6 +22,7 @@ import (
// to finish, unless ctx is cancelled. Returns nil only when fn was
// run to completion and succeeded. Any closed-over variables updated
... | REVERT BEFORE MERGING: this is just to trigger tests | keybase_client | train |
5960dbcfb2eeff5e32258156ca624f0a6c441989 | diff --git a/ipa/ipa_ec2.py b/ipa/ipa_ec2.py
index <HASH>..<HASH> 100644
--- a/ipa/ipa_ec2.py
+++ b/ipa/ipa_ec2.py
@@ -146,6 +146,7 @@ class EC2Provider(LibcloudProvider):
)
def _get_image(self):
+ """Retrieve NodeImage given the image id."""
try:
image = self.compute_driver... | Add docstrings to new methods. | SUSE-Enceladus_ipa | train |
897ab778bd2d2b262644be1634340330ab43135a | diff --git a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/Generator.java b/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/Generator.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/Generator.java
+++ b/plugins/org.ecli... | [generator][tests] Don't add an Activator for the test project | eclipse_xtext-extras | train |
94a8eff9cda0cdb16b180c7079961449c8385997 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ PY3 = sys.version_info[0] == 3
reqs = ['six', 'bitarray']
if PY2:
packages = find_packages()
- reqs.append('thrift')
+ reqs.append('thrift<=0.9.3')
elif PY3:
packages = find_packages(exclude=[... | Pin Python thrift at <= <I> (#<I>)
thrift <I> package has a breaking change. <URL> | cloudera_impyla | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.