hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
df2b9bb16533b809578ffd487e6927417bc4171a
diff --git a/views/js/layout/actions/common.js b/views/js/layout/actions/common.js index <HASH>..<HASH> 100644 --- a/views/js/layout/actions/common.js +++ b/views/js/layout/actions/common.js @@ -280,6 +280,11 @@ define([ }); } else { + i...
fix: add check for triggering tree refresh and new message
oat-sa_tao-core
train
68b38db9a6d6a912a1f4ec289edb18a3f545fe01
diff --git a/lexicon/providers/easyname.py b/lexicon/providers/easyname.py index <HASH>..<HASH> 100644 --- a/lexicon/providers/easyname.py +++ b/lexicon/providers/easyname.py @@ -53,6 +53,18 @@ class Provider(BaseProvider): AssertionError: When a request returns unexpected or unknown data. ValueEr...
[easyname] Refactor authentication code
AnalogJ_lexicon
train
1bde35abaa67243f230f910053c64a88eee1934b
diff --git a/lib/threadz/thread_pool.rb b/lib/threadz/thread_pool.rb index <HASH>..<HASH> 100644 --- a/lib/threadz/thread_pool.rb +++ b/lib/threadz/thread_pool.rb @@ -80,7 +80,8 @@ module Threadz # Kill a thread after it completes its current job def kill_thread - @queue.unshift(Directive::SUICIDE_PILL...
Fix for issue #3 -- Queue doesn't have an unshift, only a push.
nanodeath_threadz
train
91c00f061c6a86b5b406e7a2209f745602a040b7
diff --git a/medoo.php b/medoo.php index <HASH>..<HASH> 100644 --- a/medoo.php +++ b/medoo.php @@ -741,6 +741,11 @@ class medoo return false; } + if ($columns === '*') + { + return $query->fetchAll(PDO::FETCH_ASSOC); + } + while ($row = $query->fetch(PDO::FETCH_ASSOC)) { foreach ($columns as $ke...
[fix] Fix select bug for * condition #<I>
catfan_Medoo
train
c198d3ed8915f789f2a6e1f6b0ef80ecbd76aa07
diff --git a/upup/pkg/fi/assetstore.go b/upup/pkg/fi/assetstore.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/assetstore.go +++ b/upup/pkg/fi/assetstore.go @@ -24,12 +24,13 @@ import ( "os/exec" "path" "path/filepath" + "strconv" "strings" + "time" + "github.com/golang/glog" "k8s.io/kops/upup/pkg/fi/util...
assetstore: extract tar files to a temp directory This ensures that even if we are interrupted mid-expand, we won't leave the system in an unexpected state.
kubernetes_kops
train
641bde04e20e845009249928e982eb7698299c1e
diff --git a/djpaypal/models/webhooks.py b/djpaypal/models/webhooks.py index <HASH>..<HASH> 100644 --- a/djpaypal/models/webhooks.py +++ b/djpaypal/models/webhooks.py @@ -12,7 +12,7 @@ from ..utils import fix_django_headers, get_version from .base import PaypalObject -WEBHOOK_EVENT_TYPES = set([ +WEBHOOK_EVENT_TYP...
Use a set literal for WEBHOOK_EVENT_TYPES
HearthSim_dj-paypal
train
a6bed06d5abf13773558b767815cefef42609861
diff --git a/azurerm/resource_arm_network_interface.go b/azurerm/resource_arm_network_interface.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_network_interface.go +++ b/azurerm/resource_arm_network_interface.go @@ -38,7 +38,6 @@ func resourceArmNetworkInterface() *schema.Resource { "network_security_gro...
Network Security Group ID needs to not be computed
terraform-providers_terraform-provider-azurerm
train
2466c7b70756d447a786a2cae109d49601ac5af9
diff --git a/citizen-intelligence-agency/src/test/java/com/hack23/cia/architecture/AppPublicSystemDocumentation.java b/citizen-intelligence-agency/src/test/java/com/hack23/cia/architecture/AppPublicSystemDocumentation.java index <HASH>..<HASH> 100644 --- a/citizen-intelligence-agency/src/test/java/com/hack23/cia/archit...
fix spelling wordbank -> worldbank
Hack23_cia
train
f475da0730aa7a60afab6e18d96a6e3da3827cab
diff --git a/tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicCloneTest.php b/tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicCloneTest.php index <HASH>..<HASH> 100644 --- a/tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeL...
Providing IDE hints for mocks
Ocramius_ProxyManager
train
89387bb8130cf3c39cc638e5f8279c11645f245f
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '2.2.0' + VERSION = '2.3.0' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
8bb27006cd221673bba24ad2c71959cabb65b5ea
diff --git a/test/integration/common.js b/test/integration/common.js index <HASH>..<HASH> 100644 --- a/test/integration/common.js +++ b/test/integration/common.js @@ -256,11 +256,12 @@ async function initiateAndVerify (chain, secretHash, swapParams, fee) { async function claimAndVerify (chain, initiationTxId, secret, ...
Fix tests based on block time + verify claim mined
liquality_chainabstractionlayer
train
da2d0feb5917f4dbabb31103c9f06ce7dc6910be
diff --git a/packages/node_modules/@ciscospark/plugin-messages/src/index.js b/packages/node_modules/@ciscospark/plugin-messages/src/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/plugin-messages/src/index.js +++ b/packages/node_modules/@ciscospark/plugin-messages/src/index.js @@ -2,7 +2,9 ...
refactor(plugin-messages): include conversation plugin to decrypt
webex_spark-js-sdk
train
e76c69264908aea96df30be134e0f5afa64bd1ea
diff --git a/sos/report/plugins/origin.py b/sos/report/plugins/origin.py index <HASH>..<HASH> 100644 --- a/sos/report/plugins/origin.py +++ b/sos/report/plugins/origin.py @@ -8,7 +8,7 @@ # # See the LICENSE file in the source distribution for further information. -from sos.report.plugins import Plugin, RedHatPlugin...
[origin] Removing unused configuration Removed the diagnostics part as it is no longer maintained and doesn't work on Openshift. Adding additional projects to collect. Removed getting all namespaces as it is not needed for troubleshooting and project names are sensitive for some customers. Adding condition to colle...
sosreport_sos
train
769c4b57769847da6142f2e99aef5bf9b8b24b60
diff --git a/includes/functions-http.php b/includes/functions-http.php index <HASH>..<HASH> 100644 --- a/includes/functions-http.php +++ b/includes/functions-http.php @@ -280,6 +280,7 @@ function yourls_check_core_version() { 'yourls_unique' => defined( 'YOURLS_UNIQUE_URLS' ) && YOURLS_UNIQUE_URLS ? 1 : 0, '...
stats include 'num_pages'
YOURLS_YOURLS
train
4395d4307d6ee982b42c78ef169e63b71bbdf2f0
diff --git a/options/ngeox.js b/options/ngeox.js index <HASH>..<HASH> 100644 --- a/options/ngeox.js +++ b/options/ngeox.js @@ -987,7 +987,7 @@ ngeox.QueryResultSource.prototype.features; /** - * Identifier. + * Identifier (can be not unique). * @type {number|string} */ ngeox.QueryResultSource.prototype.id; di...
queryResults: Separate features by type
camptocamp_ngeo
train
aafd951ae1ac3fcc07d332950509390cc4654e48
diff --git a/plugins/debug/debugPanel.js b/plugins/debug/debugPanel.js index <HASH>..<HASH> 100644 --- a/plugins/debug/debugPanel.js +++ b/plugins/debug/debugPanel.js @@ -129,9 +129,29 @@ me.timer.countFPS(); }); + // patch me.game.update + me.plugin.patch(me.game, 'update', function(time) { + var fra...
Simplified the main loop management by calling directly me.game.update (slightly modified) and me.game.draw from the RAF callback this also nicely cleaning the debugPanel code :P
melonjs_melonJS
train
5e6195192417f04dc4706a77ee7e110fda4c4282
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index <HASH>..<HASH> 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -135,6 +135,18 @@ class OpenVSwitch(Plugin): "ovs-ofctl -O %s dump-ports-desc %s" % (flow, br) ]) ...
[openvswitch] Add DPDK port mempool information. "ovs-appctl netdev-dpdk/get-mempool-info <port>" will dump the mempool information for DPDK ports. This can be used to help debug memory issues with DPDK ports.
sosreport_sos
train
a43c42ef217ce2f36da3050a8825f1fcb8a2214f
diff --git a/moto/wafv2/urls.py b/moto/wafv2/urls.py index <HASH>..<HASH> 100644 --- a/moto/wafv2/urls.py +++ b/moto/wafv2/urls.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals from .responses import WAFV2Response url_bases = [ - "https?://wafv2.(.+).amazonaws.com", + r"https?://wafv2\.(.+)\.amazona...
Update WAFv2 URLs with proper regex (#<I>)
spulec_moto
train
529472bf0f59f94ebb80bd6dc146d265cbeae8e5
diff --git a/pysat/instruments/sw_f107.py b/pysat/instruments/sw_f107.py index <HASH>..<HASH> 100644 --- a/pysat/instruments/sw_f107.py +++ b/pysat/instruments/sw_f107.py @@ -260,14 +260,12 @@ def list_files(tag=None, sat_id=None, data_path=None, format_str=None): doff = pds.DateOffset(years=1) if ...
Update sw_f<I>.py Reviewer suggested changes made. - changed from `fromtimestamp` to `utcfromtimestap` - removed commented out code - clarified reason for bad_fname list in comments
rstoneback_pysat
train
77b96b39939e7ebe58fae849dd3f72bb21efc941
diff --git a/cfgrib/__init__.py b/cfgrib/__init__.py index <HASH>..<HASH> 100644 --- a/cfgrib/__init__.py +++ b/cfgrib/__init__.py @@ -15,14 +15,19 @@ from __future__ import absolute_import, division, print_function, unicode_literals +# cfgrib core API depends on the ECMWF ecCodes C-library only + from .dataset i...
Remove EcCodesError from the API (no need anymore).
ecmwf_cfgrib
train
f58a56e72c8c4f8e51539696a296a39f068ed1d8
diff --git a/spec/actions_specs/xcodebuild_spec.rb b/spec/actions_specs/xcodebuild_spec.rb index <HASH>..<HASH> 100644 --- a/spec/actions_specs/xcodebuild_spec.rb +++ b/spec/actions_specs/xcodebuild_spec.rb @@ -22,6 +22,7 @@ describe Fastlane do configuration: 'Debug', derived_data_path: '/der...
update specs for xcodebuild and xctest actions
fastlane_fastlane
train
a7cf07ca17381f19afc38c9d2a31745194a4518a
diff --git a/core/MANIFEST.in b/core/MANIFEST.in index <HASH>..<HASH> 100644 --- a/core/MANIFEST.in +++ b/core/MANIFEST.in @@ -1,3 +1,2 @@ include requirements.txt -include eolearn/core/report_templates/report.html include LICENSE diff --git a/core/eolearn/core/__init__.py b/core/eolearn/core/__init__.py index <HASH>...
version <I> - fixed manifests
sentinel-hub_eo-learn
train
446a44e4a50d37e51516381f3bcc0e6171d69f0d
diff --git a/tests/test_hooks.py b/tests/test_hooks.py index <HASH>..<HASH> 100644 --- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -11,11 +11,6 @@ except ImportError: import tkinter as tk from tkinter import ttk from ttkwidgets.hook import hook_ttk_widgets, generate_hook_name, is_hooked - - -def print...
Update hook tests and fix issue with keys function
RedFantom_ttkwidgets
train
cbb487757e2ddb05f21432386388c8b18008222b
diff --git a/lib/lisp/tests/parser-tests.nydp b/lib/lisp/tests/parser-tests.nydp index <HASH>..<HASH> 100644 --- a/lib/lisp/tests/parser-tests.nydp +++ b/lib/lisp/tests/parser-tests.nydp @@ -12,6 +12,23 @@ (parse "{foo bar 1 2 3}") ((brace-list foo bar 1 2 3)))) + (suite "prefix-list" + ("parse quasiq...
parser: emit 'prefix-list for lists with attached prefix
conanite_nydp
train
9e1031d12188965f009c4efd9ae6baeb8b5fff69
diff --git a/dictionaries/errors.php b/dictionaries/errors.php index <HASH>..<HASH> 100644 --- a/dictionaries/errors.php +++ b/dictionaries/errors.php @@ -862,6 +862,14 @@ $lang = array( 'no' => 'En feil oppstod mens simpleSAMLphp prøvde å finne tilgjengelige filer i config-templates katalogen.', 'en' => 'An erro...
Adding error message for lost information about user during logout: title_LOGOUTINFOLOST
simplesamlphp_saml2
train
9620ea391d193348bf06d1692795f31cfbb385c6
diff --git a/py3status/modules/uptime.py b/py3status/modules/uptime.py index <HASH>..<HASH> 100644 --- a/py3status/modules/uptime.py +++ b/py3status/modules/uptime.py @@ -15,10 +15,13 @@ Format placeholders: {minutes} minutes {seconds} seconds -Note: If you don't use a placeholder, its value will be carried...
uptime: specify strftime characters to display system up since (#<I>)
ultrabug_py3status
train
3bcd06688722231bfaf61a1bd82dcf2b5da5a9dd
diff --git a/devassistant/gui/creator_window.py b/devassistant/gui/creator_window.py index <HASH>..<HASH> 100644 --- a/devassistant/gui/creator_window.py +++ b/devassistant/gui/creator_window.py @@ -13,7 +13,6 @@ from devassistant.gui import gui_helper from devassistant.gui import yaml_window import threading, thre...
Remove unused gobject import, which causes startup warning when combined with imports from gi.repository. Fixes #<I>
devassistant_devassistant
train
9ffad7fcebe57fedcd71688b3bd1e33bff8d8692
diff --git a/cmd/crypto/config.go b/cmd/crypto/config.go index <HASH>..<HASH> 100644 --- a/cmd/crypto/config.go +++ b/cmd/crypto/config.go @@ -222,6 +222,9 @@ func LookupKesConfig(kvs config.KVS) (KesConfig, error) { endpointStr := env.Get(EnvKMSKesEndpoint, kvs.Get(KMSKesEndpoint)) var endpoints []string for _, ...
discard empty endpoint in crypto kes introduced in <I>c4f<I>ed<I>c<I>baa1fb8c<I>c0
minio_minio
train
5f1d04457a4cf70d0272d1f4841219e4d4f91548
diff --git a/reliure/schema.py b/reliure/schema.py index <HASH>..<HASH> 100644 --- a/reliure/schema.py +++ b/reliure/schema.py @@ -753,7 +753,6 @@ class Doc(dict): >>> term_field = Text(attrs={'tf':Numeric(default=1), 'positions':Numeric(multi=True)}) >>> schema = Schema(docnum=Numeric(), text=Text(), terms=t...
Improve doc and doctest is Schema
kodexlab_reliure
train
1316bf6a8a3ee604b576aa08e584a8eb5f778d3e
diff --git a/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationBuilderImpl.java b/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationBuilderImpl.java index <HASH>..<HASH> 100644 --- a/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationBuilderImpl.java +++ b/tang/src/main/ja...
fix corner cases involving #<I>
apache_reef
train
0c194058123e862fb3dd54e8e1fe6a65f19dba1f
diff --git a/packages/veritone-react-common/src/components/BoundingPolyOverlay/Overlay.js b/packages/veritone-react-common/src/components/BoundingPolyOverlay/Overlay.js index <HASH>..<HASH> 100644 --- a/packages/veritone-react-common/src/components/BoundingPolyOverlay/Overlay.js +++ b/packages/veritone-react-common/src...
Add autocommit mode for overlay and media player to automatically confirm new boxes without clicking the Add button
veritone_veritone-sdk
train
5e0c63ccc2759f2c7640eac7f4dd4b947b7d5e95
diff --git a/src/main/java/net/masterthought/cucumber/ReportBuilder.java b/src/main/java/net/masterthought/cucumber/ReportBuilder.java index <HASH>..<HASH> 100755 --- a/src/main/java/net/masterthought/cucumber/ReportBuilder.java +++ b/src/main/java/net/masterthought/cucumber/ReportBuilder.java @@ -51,7 +51,7 @@ public ...
Updated VERSION variable to the latest version The version should be taken from somewhere instead of being hardcoded in the Java file.
damianszczepanik_cucumber-reporting
train
7bc8c6302538d041e0c3a531229b5c77a99edc54
diff --git a/bin/pairsee b/bin/pairsee index <HASH>..<HASH> 100755 --- a/bin/pairsee +++ b/bin/pairsee @@ -17,9 +17,11 @@ end def run_command opts if opts[:svn] - log_lines = SvnLogLines.new(opts[:svn_logfile], opts[:after], opts[:config]).lines + puts "Running in SVN mode" + log_lines = SvnLogLines.new(...
unbreaking main run by removing .lines
compwron_pairSee
train
d8310c4f9563c48ff6a7ea29e6b9e9ec7ddcf2b7
diff --git a/salt/cloud/clouds/vmware.py b/salt/cloud/clouds/vmware.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/vmware.py +++ b/salt/cloud/clouds/vmware.py @@ -1074,12 +1074,12 @@ def create(vm_): transport=__opts__['transport'] ) -# task = object_ref.Clone(folder_r...
Forgot to uncommentcomment stuff
saltstack_salt
train
399ffc1b8b50a93f97f424a8c1d86b29821c4a83
diff --git a/gtk_mock/info_bar.go b/gtk_mock/info_bar.go index <HASH>..<HASH> 100644 --- a/gtk_mock/info_bar.go +++ b/gtk_mock/info_bar.go @@ -12,3 +12,37 @@ func (*MockInfoBar) GetOrientation() gtki.Orientation { func (*MockInfoBar) SetOrientation(o gtki.Orientation) { } + +func (*MockInfoBar) AddActionWidget(w gt...
Completes GTK's `InfoBar` component implementation by adding it's missing methods
coyim_gotk3adapter
train
45c2b6baf6fd57025df63d5a4c816f91d7d46c79
diff --git a/pycbc/workflow/workflow.py b/pycbc/workflow/workflow.py index <HASH>..<HASH> 100644 --- a/pycbc/workflow/workflow.py +++ b/pycbc/workflow/workflow.py @@ -8,14 +8,11 @@ class Executable(object): class Node(object): def __init__(self, executable): - self.in_workflow = False - - ...
readd functions to set node level profile information
gwastro_pycbc
train
7321195856290a83bbb2300c895f213e090ffd33
diff --git a/lib/osc-ruby/osc_packet.rb b/lib/osc-ruby/osc_packet.rb index <HASH>..<HASH> 100644 --- a/lib/osc-ruby/osc_packet.rb +++ b/lib/osc-ruby/osc_packet.rb @@ -16,8 +16,8 @@ module OSC msg = decode_simple_message( time, OSCPacket.new( message ) ) if ip_info # Append info for th...
refactoring how i serialize the ip address and port array
aberant_osc-ruby
train
3fb569e73dd120f3e87f4fded6741af22f54a90b
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1902,7 +1902,7 @@ func SignRawTransaction(icmd btcjson.Cmd) (interface{}, *btcjson.Error) { } } keys[addr.EncodeAddress()] = keyInfo{ - key: privk, + key: privk.ToECDSA(), ...
btcec is changed, this fixes btcwallet to work with the new changes.
btcsuite_btcwallet
train
60837ec2c593eaa1bc5ff8fee604fe181314838a
diff --git a/js/woo.js b/js/woo.js index <HASH>..<HASH> 100644 --- a/js/woo.js +++ b/js/woo.js @@ -337,13 +337,6 @@ module.exports = class woo extends Exchange { settle = this.safeCurrencyCode (settleId); symbol = base + '/' + quote + ':' + settle; } - const min...
woo linting minor fixes
ccxt_ccxt
train
e61c593a2c3cadbd656ff6768e302ee94e287da2
diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index <HASH>..<HASH> 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -1800,7 +1800,6 @@ return [ 'DateTimeImmutable::getLastErrors' => ['array{warning_count:int,warnings:array<int,string>,error_count:int,errors:array<int,string>}'...
Removed `DateTimeImmutable::setTime()` from the CallMap: fully covered by stub Also simplified the return type from `static|false` to `static`, since the method throws at all times, on failure. On PHP 7.x, it could only fail if an invalid type was passed in, which is not really valid anyway, from a type perspective. ...
vimeo_psalm
train
67e25baae9348901e76da458c6d39bebff2f5945
diff --git a/ui/js/pods-dfv/src/admin/edit-pod/store/test/selectors.js b/ui/js/pods-dfv/src/admin/edit-pod/store/test/selectors.js index <HASH>..<HASH> 100644 --- a/ui/js/pods-dfv/src/admin/edit-pod/store/test/selectors.js +++ b/ui/js/pods-dfv/src/admin/edit-pod/store/test/selectors.js @@ -52,7 +52,7 @@ describe( 'sele...
Missed an explicit object path reference in the selector tests
pods-framework_pods
train
6abdc9fcb81d05ca3c8d6c2da7c4d8b533ec51fc
diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java b/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java index <HASH>..<HASH> 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java +++ b/structr-db-driver-api/src/main/java/org/struct...
Feature: Makes ForceHttps setting only take effect if HTTPS configured and active
structr_structr
train
febcf4e24e9ea67f040eee2cd73997f79b3471ed
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.18 + +* Fixed regression where you could no longer access items' item type + # 0.6.15 * Handle `429 Too Many Requests` responses from API diff --git a/lib/dato/json_schema_relationships....
Fix regression where you could no longer access items' item type
datocms_ruby-datocms-client
train
e138749f211c8c53c4a7ff87dee6c9309b35b52e
diff --git a/examples/collection.php b/examples/collection.php index <HASH>..<HASH> 100644 --- a/examples/collection.php +++ b/examples/collection.php @@ -4,7 +4,6 @@ require '../vendor/autoload.php'; ini_set('display_errors', 1); error_reporting(-1); -\alsvanzelf\jsonapi\base::$debug = true; /** * the collect...
auto set debug mode based on display_errors
lode_jsonapi
train
41141b654296f469438184f46f15510920cf3b9f
diff --git a/agents/lib/common/agent_identity_token.rb b/agents/lib/common/agent_identity_token.rb index <HASH>..<HASH> 100644 --- a/agents/lib/common/agent_identity_token.rb +++ b/agents/lib/common/agent_identity_token.rb @@ -1,4 +1,25 @@ -# Copyright (c) 2009 RightScale, Inc, All Rights Reserved Worldwide. +# +# Copy...
Added a missing copyright header; added code to compute an agent identity token verifier.
rightscale_right_agent
train
7cfd543902daa18f6debd91dfadc00517819aec0
diff --git a/byte-buddy-agent/src/main/java/net/bytebuddy/agent/ByteBuddyAgent.java b/byte-buddy-agent/src/main/java/net/bytebuddy/agent/ByteBuddyAgent.java index <HASH>..<HASH> 100644 --- a/byte-buddy-agent/src/main/java/net/bytebuddy/agent/ByteBuddyAgent.java +++ b/byte-buddy-agent/src/main/java/net/bytebuddy/agent/B...
Added escaping for class path specification.
raphw_byte-buddy
train
7655d839debf7609862e414a9ec0ebbb19b884be
diff --git a/vcs/utils/progressbar.py b/vcs/utils/progressbar.py index <HASH>..<HASH> 100644 --- a/vcs/utils/progressbar.py +++ b/vcs/utils/progressbar.py @@ -287,85 +287,6 @@ PALETTES = { } DEFAULT_PALETTE = DARK_PALETTE -def parse_color_setting(config_string): - """Parse a DJANGO_COLORS environment variable to...
Removed not used code from vcs/utils/progressbar.py. Fixes #<I>
codeinn_vcs
train
daeeca0bc357ae729d4631d2e88fc61fcb39c4ea
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1636,10 +1636,12 @@ func (r *rpcServer) ListChannels(ctx context.Context, } for i, htlc := range localCommit.Htlcs { + var rHash [32]byte + copy(rHash[:], htlc.RHash[:]) channel.PendingHtlcs[i]...
rpcserver: make copy of htlc rhash before returning in listchannels This commit fixes a bug where all the HTLC rhash slices in a ListChannelsResponse would be tied to the loop variable, making them all take the hash of the last HTLC in the list. This commit fixes it by making a copy of the slice.
lightningnetwork_lnd
train
460013080fdb57d2e7a8a2f98de459cb7fe2d2d1
diff --git a/pyout/tests/test_tabular.py b/pyout/tests/test_tabular.py index <HASH>..<HASH> 100644 --- a/pyout/tests/test_tabular.py +++ b/pyout/tests/test_tabular.py @@ -257,10 +257,10 @@ def test_tabular_write_multicolor(): assert_eq_repr(out.stdout, expected) -def test_tabular_write_empty_string_nostyle(): ...
tests: Update "don't style empty string" check With the next commit, render() won't be called with zero-width values. Pass a value with spaces to trigger the "all whitespace" code path in TermProcessors.render(). Also rename the test to make it clear that the tested behavior isn't strictly limited to empty strings.
pyout_pyout
train
1807052ebb1a31e0d61ca6d919c4a9342960a8c6
diff --git a/js/hitbtc2.js b/js/hitbtc2.js index <HASH>..<HASH> 100644 --- a/js/hitbtc2.js +++ b/js/hitbtc2.js @@ -749,7 +749,9 @@ module.exports = class hitbtc2 extends hitbtc { 'ask': this.safeFloat (ticker, 'ask'), 'vwap': vwap, 'open': open, + 'close': last, ...
restored hitbtc2 close = last, previousClose #<I>
ccxt_ccxt
train
9ca884944c4b69ecd2e4d3d9972fda5bfc31a0b7
diff --git a/src/Composer/Plugin/PluginManager.php b/src/Composer/Plugin/PluginManager.php index <HASH>..<HASH> 100644 --- a/src/Composer/Plugin/PluginManager.php +++ b/src/Composer/Plugin/PluginManager.php @@ -18,6 +18,7 @@ use Composer\IO\IOInterface; use Composer\Package\Package; use Composer\Package\Version\Versi...
Skip aliases packages when looking for plugins.
mothership-ec_composer
train
c66f56f199e7483671719a9360abe956552e5e34
diff --git a/aiohttp/websocket_client.py b/aiohttp/websocket_client.py index <HASH>..<HASH> 100644 --- a/aiohttp/websocket_client.py +++ b/aiohttp/websocket_client.py @@ -157,15 +157,15 @@ class ClientWebSocketResponse: while True: try: - msg = yield from self.receive(...
do not use receive() from close() coroutine
aio-libs_aiohttp
train
efa7f3e5e171460ca270e6f7ec09f8959af1ddcd
diff --git a/ospd/xml.py b/ospd/xml.py index <HASH>..<HASH> 100644 --- a/ospd/xml.py +++ b/ospd/xml.py @@ -19,6 +19,7 @@ """ OSP XML utils class. """ +import re from typing import List, Dict, Any, Union @@ -28,6 +29,49 @@ from xml.etree.ElementTree import tostring, Element from ospd.misc import ResultType ...
Escape control chars, not supported in xml
greenbone_ospd
train
3d0c9c321cc058770ad3b778479444a1fb09941b
diff --git a/relay.go b/relay.go index <HASH>..<HASH> 100644 --- a/relay.go +++ b/relay.go @@ -285,12 +285,17 @@ func (r *Relayer) Receive(f *Frame, fType frameType) (sent bool, failureReason s // Since this is typically due to the send buffer being full, get send buffer // usage + limit and add that to the log. ...
relay: Include time since last activity in dropped call log (#<I>)
uber_tchannel-go
train
1c28d16023c83bb65db8d4f5c44a6063ef3d44f7
diff --git a/lib/cms_scanner/vulnerability/references.rb b/lib/cms_scanner/vulnerability/references.rb index <HASH>..<HASH> 100644 --- a/lib/cms_scanner/vulnerability/references.rb +++ b/lib/cms_scanner/vulnerability/references.rb @@ -63,7 +63,7 @@ module CMSScanner # @return [ String ] def exploitdb_url(id...
Updates ExploitDB references to use https
wpscanteam_CMSScanner
train
5b9ad2223a3f656d0d54b9a58ebf36304c91c633
diff --git a/src/SimpleJsonRpcClient/Client.php b/src/SimpleJsonRpcClient/Client.php index <HASH>..<HASH> 100644 --- a/src/SimpleJsonRpcClient/Client.php +++ b/src/SimpleJsonRpcClient/Client.php @@ -13,6 +13,11 @@ namespace SimpleJsonRpcClient; class Client { + + /** + * The version string + */ + const JSON_RPC_...
throw exception if the server uses a JSON-RPC version other than <I>
Jalle19_simple-json-rpc-client
train
3a108641f9e323301b8b35e2a0bb78cabd27998d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ README = open(os.path.join(here, 'README.md')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.1' +version = __version__ setup(name='faker', - version=__version__, + version...
setup.py now read current version from faker/__init__.py __version__ variable
joke2k_faker
train
289e5731e80a19124ffa5e05328709d135c553eb
diff --git a/lib/queue/job.js b/lib/queue/job.js index <HASH>..<HASH> 100644 --- a/lib/queue/job.js +++ b/lib/queue/job.js @@ -32,6 +32,20 @@ var priorities = exports.priorities = { }; /** + * Sort the given `jobs` by priority / id. + * + * @param {Array} jobs + * @return {Array} + * @api private + */ + +function s...
Fixed sorting, by id / priority. Closes #<I>
Automattic_kue
train
1805bb3d41753bb19ce2c16ae8acb54f97637304
diff --git a/libkbfs/prefetcher.go b/libkbfs/prefetcher.go index <HASH>..<HASH> 100644 --- a/libkbfs/prefetcher.go +++ b/libkbfs/prefetcher.go @@ -58,6 +58,9 @@ type blockPrefetcher struct { prefetchRequestCh chan *prefetchRequest // channel that is idempotently closed when a shutdown occurs shutdownCh chan struc...
prefetcher: Add synchronization so the tests can be guaranteed that the prefetcher is done its work.
keybase_client
train
4d008e4d9e122e40c2928a45cfa62ecaa0aa7328
diff --git a/src/Libraries/Database/Database.php b/src/Libraries/Database/Database.php index <HASH>..<HASH> 100644 --- a/src/Libraries/Database/Database.php +++ b/src/Libraries/Database/Database.php @@ -114,9 +114,9 @@ class Database */ private static function setConfig() { - if (file_exists(MODU...
Replacing constants with respective functions
softberg_quantum-core
train
55a11e053ec5d48ff9fba2f09af26fa0fa4593b6
diff --git a/src/java/org/apache/cassandra/db/ColumnFamilyStore.java b/src/java/org/apache/cassandra/db/ColumnFamilyStore.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/db/ColumnFamilyStore.java +++ b/src/java/org/apache/cassandra/db/ColumnFamilyStore.java @@ -138,7 +138,7 @@ public class ColumnFa...
unregister CF mbean when a CF is dropped. patch by gdusbabek, reviewed by jbellis. CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
cbe779c43ead1ec88100d3f24e9dbed3fc404831
diff --git a/mqtt/client/client_test.go b/mqtt/client/client_test.go index <HASH>..<HASH> 100644 --- a/mqtt/client/client_test.go +++ b/mqtt/client/client_test.go @@ -22,6 +22,66 @@ func (p *packetErr) Type() (byte, error) { return 0x00, errTest } +func TestClient_handlePUBACK_validatePacketIDErr(t *testing.T) { +...
Update mqtt/client/client_test.go
yosssi_gmq
train
681cdf3e3947b6afb8b5fa875b4d0790c1ce0af1
diff --git a/lib/sup/util.rb b/lib/sup/util.rb index <HASH>..<HASH> 100644 --- a/lib/sup/util.rb +++ b/lib/sup/util.rb @@ -574,10 +574,6 @@ module Enumerable end end -unless Object.const_defined? :Enumerator - Enumerator = Enumerable::Enumerator -end - class Array def flatten_one_level inject([]) { |a, ...
Enumerator is defined as constant
sup-heliotrope_sup
train
be413c7ee73e867951943c93969965c3daffeb9b
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ the following section *Solvers*. After these preliminary steps, you can install PyMzn by either download the source code from the git repository or install it via Pip: ``` - pip3 install pymzn +pip3 in...
Minor changes in solns2out function; Updated README with troubleshooting section.
paolodragone_pymzn
train
9ac3f9c79a7f82a32bfcaaa33dcbb5b6aa7379a2
diff --git a/saspy/sasproccommons.py b/saspy/sasproccommons.py index <HASH>..<HASH> 100644 --- a/saspy/sasproccommons.py +++ b/saspy/sasproccommons.py @@ -465,7 +465,6 @@ class SASProcCommons: def _processNominals(self, kwargs, data): - import pdb;pdb.set_trace() nom = kwargs.pop('nominals', No...
add support for teach_me_SAS with nominals
sassoftware_saspy
train
d41270192e4f302ac6f3e324cef3b49d08efd66a
diff --git a/src/nacl/signing.py b/src/nacl/signing.py index <HASH>..<HASH> 100644 --- a/src/nacl/signing.py +++ b/src/nacl/signing.py @@ -102,8 +102,20 @@ class VerifyKey(encoding.Encodable, StringFixer, object): :rtype: :class:`bytes` """ if signature is not None: - # If we were ...
Verify detached signature length (#<I>) Fixes #<I>.
pyca_pynacl
train
4df5232367d7e3a14dabea736561e4d94105f361
diff --git a/polyaxon/hpsearch/schemas/bayesian_optimization.py b/polyaxon/hpsearch/schemas/bayesian_optimization.py index <HASH>..<HASH> 100644 --- a/polyaxon/hpsearch/schemas/bayesian_optimization.py +++ b/polyaxon/hpsearch/schemas/bayesian_optimization.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -from __future__ imp...
Merge branch 'master' into restructure # Conflicts: # polyaxon/polyaxon/config_settings/assets.py # polyaxon/runner/spawners/base.py
polyaxon_polyaxon
train
83325cf248ea3756db81593eecfd960dd236282a
diff --git a/src/Picqer/Financials/Exact/Query/Findable.php b/src/Picqer/Financials/Exact/Query/Findable.php index <HASH>..<HASH> 100644 --- a/src/Picqer/Financials/Exact/Query/Findable.php +++ b/src/Picqer/Financials/Exact/Query/Findable.php @@ -38,7 +38,7 @@ trait Findable $result = isset($records[0]) ? $r...
Create new classes with static instead of self When used as `new self(...)` this would create the class in which it was called, `new static(...)` would create the dynamic class.
picqer_exact-php-client
train
42384f316c4fc27f3778cd5a036bb15e59c1df08
diff --git a/test/modules/rumplestiltskin.js b/test/modules/rumplestiltskin.js index <HASH>..<HASH> 100755 --- a/test/modules/rumplestiltskin.js +++ b/test/modules/rumplestiltskin.js @@ -213,7 +213,7 @@ exports.testRegExp = function (test) { var a = /rumplestiltskin/; var b = /rumplestiltskin/; var c = /ronbledor...
Test tomy salt and objecty salt.
Wizcorp_node-rumplestiltskin
train
95c74cac37dad12a54561103a9896c11625748ed
diff --git a/pkg/logging/logging.go b/pkg/logging/logging.go index <HASH>..<HASH> 100644 --- a/pkg/logging/logging.go +++ b/pkg/logging/logging.go @@ -261,6 +261,7 @@ func setupSyslog(logOpts LogOptions, tag string, debug bool) { } // TODO: switch to a per-logger version when we upgrade to logrus >1.0.3 logrus.Ad...
Fix syslog hook missing in DefaultLogger When specify cilium-agent to use syslog driver, all logs will still be output to `stdout`. This is because each module uses the `DefaultLogger` (cilium's customized logger, not logrus's default logger), while syslog hook is not added to this logger. This patch fixes this probl...
cilium_cilium
train
0cb72508ebf16c9700f46326d11bfb6438b3f84c
diff --git a/tasks/vood.js b/tasks/vood.js index <HASH>..<HASH> 100644 --- a/tasks/vood.js +++ b/tasks/vood.js @@ -10,14 +10,14 @@ module.exports = function(grunt) { grunt.log.writeln('Working on: ' + file); if(target == 'templates') { - var template = grunt.file.read(file); + var template = grunt.f...
[grunt] made it work with cwd directories
plusgut_grunt-snew
train
706f87a4f70686a292dbc681fb8531237335e6f6
diff --git a/qiskit/pulse/schedule.py b/qiskit/pulse/schedule.py index <HASH>..<HASH> 100644 --- a/qiskit/pulse/schedule.py +++ b/qiskit/pulse/schedule.py @@ -555,6 +555,10 @@ class Schedule(ScheduleComponent): """Return a new schedule which is shifted forward by ``time``.""" return self.shift(time) ...
Add __len__ to Schedule in Pulse along with related tests. (#<I>) * Add __len__ to Schedule in Pulse along with its related tests (Qiskit#<I>) * Update __len__ in Pulse Schedule (Qiskit#<I>) * Update function name to test __len__ of Schedule in Pulse (Qiskit#<I>)
Qiskit_qiskit-terra
train
c434f2b8948dffde492b43cb1d7dc26f13327134
diff --git a/src/components/TableToolbar.js b/src/components/TableToolbar.js index <HASH>..<HASH> 100644 --- a/src/components/TableToolbar.js +++ b/src/components/TableToolbar.js @@ -199,31 +199,31 @@ class TableToolbar extends React.Component { </Tooltip> )} {options.print && ( - ...
Make tooltips consistent (#<I>) Some tooltips were inside the IconButton while others wrapped the IconButton. They now all wrap the IconButton.
gregnb_mui-datatables
train
3da099b8efe4d93b746216df49f6b596a7d2f9ec
diff --git a/criteria/common/src/org/immutables/criteria/repository/Writable.java b/criteria/common/src/org/immutables/criteria/repository/Writable.java index <HASH>..<HASH> 100644 --- a/criteria/common/src/org/immutables/criteria/repository/Writable.java +++ b/criteria/common/src/org/immutables/criteria/repository/Wri...
Add tests for upsert operation in WriteTemplate
immutables_immutables
train
d11b0f182c7f496965003c33eb0c63a9e0520b8a
diff --git a/lib/microformats2/property/embedded.rb b/lib/microformats2/property/embedded.rb index <HASH>..<HASH> 100644 --- a/lib/microformats2/property/embedded.rb +++ b/lib/microformats2/property/embedded.rb @@ -2,7 +2,7 @@ module Microformats2 module Property class Embedded < Foundation def to_s - ...
Support for string arg on Embedded
microformats_microformats-ruby
train
f50a37fc88b8157578787b93391e0054d4d06a82
diff --git a/sanic/server.py b/sanic/server.py index <HASH>..<HASH> 100644 --- a/sanic/server.py +++ b/sanic/server.py @@ -312,13 +312,15 @@ class HttpProtocol(asyncio.Protocol): else: extra['byte'] = -1 + extra['host'] = 'UNKNOWN' if self.request is not None: - ...
ignore error if request.ip is None
huge-success_sanic
train
2677ad04454bb2a43069dda0675b602b0ec2c14c
diff --git a/edit.go b/edit.go index <HASH>..<HASH> 100644 --- a/edit.go +++ b/edit.go @@ -108,16 +108,9 @@ func (v *View) EditDelete(back bool) { // EditNewLine inserts a new line under the cursor. func (v *View) EditNewLine() { v.breakLine(v.cx, v.cy) - - y := v.oy + v.cy - if y >= len(v.viewLines) || (y >= 0 && ...
Fix trailing \x<I> bug in edition mode
jroimartin_gocui
train
c8d2acde3cdadea4e69a16b8ba276267c146f2fa
diff --git a/genes/api.py b/genes/api.py index <HASH>..<HASH> 100644 --- a/genes/api.py +++ b/genes/api.py @@ -5,7 +5,7 @@ from haystack.query import SearchQuerySet from genes.models import Gene, CrossRefDB, CrossRef from genes.utils import translate_genes -from genes.app_settings import GENE_RESULT_LIMIT +from gen...
Changing the name of GENE_RESULT_LIMIT setting to GENES_API_RESULT_LIMIT setting as per feedback from code review. Also changing some comments for accuracy in api.py, and adding a logger error message if the 'limit' parameter passed for the number of genes returned was incorrectly specified.
greenelab_django-genes
train
4e6a66057df5d20fc82a2e407db9a9f59e96129e
diff --git a/lib/channel.rb b/lib/channel.rb index <HASH>..<HASH> 100644 --- a/lib/channel.rb +++ b/lib/channel.rb @@ -1,7 +1,12 @@ require_relative 'namespace' +class IllegalStateError < StandardError +end + class Cocaine::Channel def initialize + @state = :opened + @pending = [] @errors = [] @@ ...
Channel state control implemented. * spec for that has been written.
cocaine_cocaine-framework-ruby
train
b80f21f5424bccf434456ced64786a2213e2bcde
diff --git a/src/mixins/Path.js b/src/mixins/Path.js index <HASH>..<HASH> 100644 --- a/src/mixins/Path.js +++ b/src/mixins/Path.js @@ -9,11 +9,6 @@ export default { custom: true, default: null }, - visible: { - type: Boolean, - custom: true, - default: true - }, stroke: { ...
feat: clean Path and Polyline mixin for methods and props moved to Layer
KoRiGaN_Vue2Leaflet
train
47fd285b4afcc285c75ee70bd9b12ae1f04b117a
diff --git a/plugins/outputs/influxdb/http.go b/plugins/outputs/influxdb/http.go index <HASH>..<HASH> 100644 --- a/plugins/outputs/influxdb/http.go +++ b/plugins/outputs/influxdb/http.go @@ -255,6 +255,9 @@ func (c *httpClient) Write(ctx context.Context, metrics []telegraf.Metric) error } if c.config.ExcludeD...
Fix database routing on retry with exclude_database_tag (#<I>)
influxdata_telegraf
train
0628a6d1e6a61890f79c7919f5e0e45dbe4bea85
diff --git a/src/Gelatin/compiler/MatchFieldList.py b/src/Gelatin/compiler/MatchFieldList.py index <HASH>..<HASH> 100644 --- a/src/Gelatin/compiler/MatchFieldList.py +++ b/src/Gelatin/compiler/MatchFieldList.py @@ -12,9 +12,12 @@ # You should have received a copy of the GNU General Public License # along with this pr...
add support for google's re2 library.
knipknap_Gelatin
train
5ad2d6178b1587ab3c98ed73baf2dd362381eaad
diff --git a/core/server/middleware/index.js b/core/server/middleware/index.js index <HASH>..<HASH> 100644 --- a/core/server/middleware/index.js +++ b/core/server/middleware/index.js @@ -1,3 +1,7 @@ +// # Custom Middleware +// The following custom middleware functions cannot yet be unit tested, and as such are kept sep...
Putting back relative redirects issue #<I> - also added some comments to indicate the difference between the two custom middleware files.
TryGhost_Ghost
train
f8b72369d36f1260ff02199b1b098ed3c90fe85c
diff --git a/test/unit/TokenStoreTest.php b/test/unit/TokenStoreTest.php index <HASH>..<HASH> 100644 --- a/test/unit/TokenStoreTest.php +++ b/test/unit/TokenStoreTest.php @@ -101,18 +101,17 @@ HTML; $token = $tokenStore->generateNewToken(); $tokenStore->saveToken($token); - $post = new StdClass(); - $post->to...
Use StdClass toArray method in test
PhpGt_Csrf
train
6ae8c4780e4eca29b081e41cdc15dd0447161d0b
diff --git a/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java b/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/de/bwaldvogel/mongo/backend/AbstractMongoDatabase.java +++ b/core/src/main/java/de/bwaldvogel/mongo/back...
Refactor: Extract 'isSystemCollection' method
bwaldvogel_mongo-java-server
train
b041b0a55d7f92cb9f123df47b6b721306b11143
diff --git a/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/CompatibilityVerifierProperties.java b/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/CompatibilityVerifierProperties.java index <HASH>..<HASH> 100644 --- a/spring-cloud-commons/src/main/java/org/springfr...
Adds verifier support for boot <I> Fixes gh-<I>
spring-cloud_spring-cloud-commons
train
a6c68070b22d7264c35ced225daf1fb1bd2ef9f1
diff --git a/git_pull_request/__init__.py b/git_pull_request/__init__.py index <HASH>..<HASH> 100644 --- a/git_pull_request/__init__.py +++ b/git_pull_request/__init__.py @@ -662,7 +662,7 @@ def fork_and_push_pull_request( ">\n> Current pull request content:\n" + pull.title ...
fix: when body is empty, GitHub may returns None (#<I>)
Mergifyio_git-pull-request
train
ea49e900ecced4204a588c8b9096bc6c76261319
diff --git a/test/lib/conceptql/scope_test.rb b/test/lib/conceptql/scope_test.rb index <HASH>..<HASH> 100755 --- a/test/lib/conceptql/scope_test.rb +++ b/test/lib/conceptql/scope_test.rb @@ -200,9 +200,9 @@ describe ConceptQL::Scope do check_sequel(db.query(["cpt", "99214"], opts), :impala_window_table_under_g...
ScopeTest: update test for new Person behavior
outcomesinsights_conceptql
train
cc677707717147f32db5bbdb7fb9d96114a8be8e
diff --git a/src/utils/index.js b/src/utils/index.js index <HASH>..<HASH> 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -16,10 +16,16 @@ export const slugify = str => { export const getFilenameByPath = (sourcePath, path) => { sourcePath = sourcePath || './' - sourcePath = sourcePath.replace(/\/$/, ...
fix: properly handle relative sourcePath
egoist_docute
train
d0d74b4e3e7c8826f8c7003007938ef283d4eaa7
diff --git a/checkpoints.go b/checkpoints.go index <HASH>..<HASH> 100644 --- a/checkpoints.go +++ b/checkpoints.go @@ -58,6 +58,7 @@ var checkpointDataMainNet = checkpointData{ {225430, newShaHashFromStr("00000000000001c108384350f74090433e7fcf79a606b8e797f065b130575932")}, {250000, newShaHashFromStr("000000000000...
Add checkpoint at block height <I>.
btcsuite_btcd
train
dc80d87329947975ae2cd278f81a845a539f4f32
diff --git a/src/HTML5DOMDocument.php b/src/HTML5DOMDocument.php index <HASH>..<HASH> 100644 --- a/src/HTML5DOMDocument.php +++ b/src/HTML5DOMDocument.php @@ -344,10 +344,13 @@ class HTML5DOMDocument extends \DOMDocument $meta->setAttribute('data-html5-dom-document-internal-attribute', 'charset-meta'); ...
Fix in saveHTML() related to wrong charset values provided.
ivopetkov_html5-dom-document-php
train
471e639a6371d3ad8fb17e6da9a06bb24ea3db14
diff --git a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadHelper.java b/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadHelper.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadHelper.java +++ b/library/src/main/java/com...
docs: add best strategy for the conection count on connection count adapter interface
lingochamp_FileDownloader
train
e0aacc968715ef469bfe02cbb0ecfce259d4eb11
diff --git a/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheService.java b/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheService.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheService.java +++ b/hazelcast/src/main/java/com/hazelcast/ca...
Ensure CacheConfig is created on cluster when getting Cache proxy When getting Cache proxy via HazelcastInstance.getCacheManager.getCache the CacheConfig must be created on other cluster members before the method returns to the caller. Otherwise, it is possible Cache operations may fail with CacheNotExistsException un...
hazelcast_hazelcast
train
475a019557be73b8d23c55deae0320b0a3e1f175
diff --git a/src/geo/map/torque-layer.js b/src/geo/map/torque-layer.js index <HASH>..<HASH> 100644 --- a/src/geo/map/torque-layer.js +++ b/src/geo/map/torque-layer.js @@ -43,7 +43,7 @@ var TorqueLayer = LayerModelBase.extend({ var reloadVis = _.any(ATTRIBUTES_THAT_TRIGGER_VIS_RELOAD, function (attr) { if (t...
Removed unnecessary instantiation when there is turbocarto on cartocss
CartoDB_carto.js
train
36d26ede682bbfd162d20e236ecd77ae00df1f2a
diff --git a/src/Extra/HasContainer.php b/src/Extra/HasContainer.php index <HASH>..<HASH> 100644 --- a/src/Extra/HasContainer.php +++ b/src/Extra/HasContainer.php @@ -1,9 +1,21 @@ <?php +/* + * This file is part of vaibhavpandeyvpz/katora package. + * + * (c) Vaibhav Pandey <contact@vaibhavpandey.com> + * + * This s...
Missing phpDoc & comments.
vaibhavpandeyvpz_katora
train
97bdf0427147a402f1d6f8ddd0efdc9cb7ebfd4d
diff --git a/stravalib/util/limiter.py b/stravalib/util/limiter.py index <HASH>..<HASH> 100644 --- a/stravalib/util/limiter.py +++ b/stravalib/util/limiter.py @@ -159,8 +159,10 @@ class SleepingRateLimitRule(object): def _get_wait_time(self, short_usage, long_usage, seconds_until_short_limit, seconds_until_long_...
Some logging to indicate rate limit exceedance
hozn_stravalib
train
1f0b8130db4d22b5f2b1f3df26e26bc8a65cba2b
diff --git a/python/mxnet/module/module.py b/python/mxnet/module/module.py index <HASH>..<HASH> 100644 --- a/python/mxnet/module/module.py +++ b/python/mxnet/module/module.py @@ -386,6 +386,7 @@ class Module(BaseModule): assert isinstance(shared_module, Module) and \ shared_module.bind...
assert size eq between shared_module.execs and context (#<I>)
apache_incubator-mxnet
train
a02c0ea8b7f6923a2ec1ec7ab6d43137ed0889a8
diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -172,7 +172,7 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { */ getLonLatFromViewPortPx: funct...
you wanted viewportpx from latlon? well, you got it mister. using a small and but ingenious hack by the astute dr. steven erle, we are able to fix the last remaining (famous last words) kink in the google layer. seems like it should be all a-o-k now. Changed the getLonLatFromViewPortPx() to use the Container as well. C...
openlayers_openlayers
train
8fc7ed1cb010a1f38cf868302f6a591a17303de3
diff --git a/vyper/parser/context.py b/vyper/parser/context.py index <HASH>..<HASH> 100644 --- a/vyper/parser/context.py +++ b/vyper/parser/context.py @@ -33,7 +33,8 @@ class Context: is_private=False, is_payable=False, origcode='', - method_id=''): ...
Fix nonreentrant to unlock on return statements.
ethereum_vyper
train
8270344f579f1e607f01acaddd3541d1a19b84c9
diff --git a/grab/spider/queue_backend/mongo.py b/grab/spider/queue_backend/mongo.py index <HASH>..<HASH> 100644 --- a/grab/spider/queue_backend/mongo.py +++ b/grab/spider/queue_backend/mongo.py @@ -8,15 +8,15 @@ from pymongo.binary import Binary class QueueBackend(Queue): def __init__(self, database, **kwargs)...
Fixed mongo queue backend: it clear on exit now.
lorien_grab
train