hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1d47806774cfd1e3985290d251f51700decdaca5 | diff --git a/lib/router.js b/lib/router.js
index <HASH>..<HASH> 100644
--- a/lib/router.js
+++ b/lib/router.js
@@ -80,7 +80,6 @@ bindable.Object.extend(Router, {
request.mergeQuery(this.location.query.context());
}
- this.set("location", request);
// new path? re-renter
request.enter(functi... | don't set location until after redirecting | crcn_crowbar.js | train |
2a6752bf39338d3d861cec436bce9e7600f57385 | diff --git a/android/guava/src/com/google/common/primitives/Longs.java b/android/guava/src/com/google/common/primitives/Longs.java
index <HASH>..<HASH> 100644
--- a/android/guava/src/com/google/common/primitives/Longs.java
+++ b/android/guava/src/com/google/common/primitives/Longs.java
@@ -320,23 +320,31 @@ public fina... | Make initialization of Longs.asciiDigits lazy so ProGuard can eliminate Longs entirely from its users.
Effects on IntMathProGuard:
<I> bytes => <I> bytes
9 classes => 8 classes
<I> methods => <I> methods
-------------
Created by MOE: <URL> | google_guava | train |
64f4adf626e23d2c477c6feece0cee9f3824ac5a | diff --git a/lib/Cake/Core/Configure.php b/lib/Cake/Core/Configure.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Core/Configure.php
+++ b/lib/Cake/Core/Configure.php
@@ -70,7 +70,11 @@ class Configure {
self::_appDefaults();
if (!include APP . 'Config' . DS . 'core.php') {
- trigger_error(__d('cake_dev', ... | Shortened line length of trigger_error calls and improved @param of write()
<URL> | cakephp_cakephp | train |
a0aa383380da403561a3aeb933b9398aa39a0ab6 | diff --git a/drivers/python2/rethinkdb/internal.py b/drivers/python2/rethinkdb/internal.py
index <HASH>..<HASH> 100644
--- a/drivers/python2/rethinkdb/internal.py
+++ b/drivers/python2/rethinkdb/internal.py
@@ -2,38 +2,36 @@ import query
import query_language_pb2 as p
-###########################
-# DATABASE ADMIN... | Partially implement some metaqueries. | rethinkdb_rethinkdb | train |
c7b6e910b15863cf49e36ab86742c7f13b41efdc | diff --git a/jbpm-gwt/jbpm-gwt-shared/src/main/java/org/jbpm/integration/console/shared/GuvnorConnectionUtils.java b/jbpm-gwt/jbpm-gwt-shared/src/main/java/org/jbpm/integration/console/shared/GuvnorConnectionUtils.java
index <HASH>..<HASH> 100644
--- a/jbpm-gwt/jbpm-gwt-shared/src/main/java/org/jbpm/integration/console... | BZ-<I>: NullPointerException when accessing Process Overview and no package binary exists in Guvnor | kiegroup_jbpm | train |
810c49a094906ab95588fb36b128fc24f5bcf00c | diff --git a/src/Application/Application.php b/src/Application/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application/Application.php
+++ b/src/Application/Application.php
@@ -155,15 +155,15 @@ class Application
// init Messages
Messages::getInstance();
- // init Transl... | Moved initialization of translator to different method | bluzphp_framework | train |
412735c78aa1dc434eb200b2b3d87b397821ce62 | diff --git a/src/main/java/net/minecrell/terminalconsole/TerminalConsoleAppender.java b/src/main/java/net/minecrell/terminalconsole/TerminalConsoleAppender.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/minecrell/terminalconsole/TerminalConsoleAppender.java
+++ b/src/main/java/net/minecrell/terminalconsole/Te... | TerminalConsoleAppender: Clarify warning in unsupported environments
"Disabling terminal" has always been confusing, because it only
disables the advanced terminal features, not the console itself.
Rewrite the message to state that the advanced terminal features
are not available in the current environment. | Minecrell_TerminalConsoleAppender | train |
a3b3dc3f717ed525d31017861aafdb76e270003e | diff --git a/env_test.go b/env_test.go
index <HASH>..<HASH> 100644
--- a/env_test.go
+++ b/env_test.go
@@ -13,41 +13,41 @@ func TestSimpleEnv(t *testing.T) {
// Add
orig = make(SimpleEnv)
- orig = orig.Add("foo", &Scheme{
- tvs: TypeVarSet{'a', 'b', 'c'},
- t: TypeVariable('a'),
- })
- orig = orig.Add("bar", ... | Added NewScheme, which helps external packages create well, new schemes | chewxy_hm | train |
560c22719a049d6a15fbe59e569b04149df59079 | diff --git a/src/engine/miningFees.js b/src/engine/miningFees.js
index <HASH>..<HASH> 100644
--- a/src/engine/miningFees.js
+++ b/src/engine/miningFees.js
@@ -14,8 +14,8 @@ export const ES_FEE_HIGH = 'high'
export const ES_FEE_CUSTOM = 'custom'
const MAX_FEE = 999999999.0
-const MAX_STANDARD_DELAY = 12
-const MIN_S... | Tweak fees to improve confirmation times.
Change the standardFeeLow and high thresholds to between 2-8 blocks (instead of 3-<I>).
Also allow a fee estimate that returns maxDelay equal to or greater than 2 to be the standardLowFee. Use to require greater than. | EdgeApp_edge-currency-bitcoin | train |
501795d0c2161efa415be7750ab554964e9a6492 | diff --git a/src/commands/view/SelectComponent.js b/src/commands/view/SelectComponent.js
index <HASH>..<HASH> 100644
--- a/src/commands/view/SelectComponent.js
+++ b/src/commands/view/SelectComponent.js
@@ -250,7 +250,7 @@ module.exports = {
if(!model || !model.get('badgable'))
return;
var badge = this... | Make use of getName in SelectComponent command | artf_grapesjs | train |
db2d546debcf962847babcf1950b58582ce6196e | diff --git a/core/interpreter/src/main/java/org/overture/interpreter/debug/DBGPReaderV2.java b/core/interpreter/src/main/java/org/overture/interpreter/debug/DBGPReaderV2.java
index <HASH>..<HASH> 100644
--- a/core/interpreter/src/main/java/org/overture/interpreter/debug/DBGPReaderV2.java
+++ b/core/interpreter/src/main... | Adds strict flag parsing to the interpreter command line | overturetool_overture | train |
4137426c8836686f06e6de21e7c586df3e798c3a | diff --git a/routers/repo/download.go b/routers/repo/download.go
index <HASH>..<HASH> 100644
--- a/routers/repo/download.go
+++ b/routers/repo/download.go
@@ -26,12 +26,7 @@ func ServeBlob(ctx *middleware.Context, blob *git.Blob) error {
}
_, isTextFile := base.IsTextFile(buf)
- if isTextFile {
- charset, _ := b... | <I>bfee0d<I>c1da<I>e<I>e<I>bc4ceb5 reverted my change
<I>b1c<I>be<I>c<I>a<I>b<I>d<I>e<I>b9, which in turn
causes all content to be served as text/plain. Let go decide
what the mime type is (e.g. text/html instead of text/plain). | gogs_gogs | train |
f7587d1afb8bf2059ebba7c253fb2cf71753cee3 | diff --git a/docs/testdox.txt b/docs/testdox.txt
index <HASH>..<HASH> 100644
--- a/docs/testdox.txt
+++ b/docs/testdox.txt
@@ -1688,6 +1688,8 @@ s9e\TextFormatter\Tests\Plugins\WittyPants\Parser
s9e\TextFormatter\Tests\Renderers\XSLT
[x] Is serializable
+ [x] Renders multi-line text in HTML after un/serialization
... | Changed the way the XSLT renderer is serialized | s9e_TextFormatter | train |
aeb764a0129f208e6101a90c36c0a4dbed6e9a91 | diff --git a/generator/Writer/Filters.php b/generator/Writer/Filters.php
index <HASH>..<HASH> 100644
--- a/generator/Writer/Filters.php
+++ b/generator/Writer/Filters.php
@@ -62,4 +62,13 @@ class Filters
return "\\Spatie\\SchemaOrg\\Contracts\\{$baseType}Contract".($isArray ? '[]' : '');
}, $range... | Add new twig filter for the "schema:" prefixed links | spatie_schema-org | train |
9992096fbb5f2ea044ba536041c96ca93bddde21 | diff --git a/src/validator/utils.js b/src/validator/utils.js
index <HASH>..<HASH> 100644
--- a/src/validator/utils.js
+++ b/src/validator/utils.js
@@ -33,15 +33,53 @@ export function validateRequiredAttribute (object, path, attribute, possibleValu
}
}
+export function addRequiredToErrors (error, errorList) {
+ /... | Fixed redundant required validation for nested forms | ciena-blueplanet_bunsen-core | train |
20233594459961ae60db32cbbac234bb77943ecb | diff --git a/src/angular-froala.js b/src/angular-froala.js
index <HASH>..<HASH> 100644
--- a/src/angular-froala.js
+++ b/src/angular-froala.js
@@ -53,10 +53,11 @@ value('froalaConfig', {})
};
};
- ctrl.createEditor = function () {
+ ctrl.createEditor = function (fro... | give ability to pass options when editor instantiated manually | froala_angular-froala | train |
4ee8d13517f797a6e3090d963a1bbb8fc5dc3c20 | diff --git a/java/messaging/websocket/joynr-websocket-common/src/main/java/io/joynr/messaging/websocket/WebSocketMessagingSkeleton.java b/java/messaging/websocket/joynr-websocket-common/src/main/java/io/joynr/messaging/websocket/WebSocketMessagingSkeleton.java
index <HASH>..<HASH> 100644
--- a/java/messaging/websocket/... | [Java] Remove extra thread executor from WebSockets skeleton
Threading is handled by the MessageScheduler exclusively.
Change-Id: I<I>f<I>dde<I>f2df<I>e<I>d1e<I>e2 | bmwcarit_joynr | train |
81ca5ad832bbb4d988f322cc6e3fc40aa37c178a | diff --git a/lib/db/grammar/phrasing.js b/lib/db/grammar/phrasing.js
index <HASH>..<HASH> 100644
--- a/lib/db/grammar/phrasing.js
+++ b/lib/db/grammar/phrasing.js
@@ -86,6 +86,18 @@ var Phrasing = Class.extend(/** @lends Phrasing# */{
}, this);
return Statement.create(this._grammar.joinFragments(fragments))... | Added a method to handle table creation. | wbyoung_azul | train |
b67d93fbdc0bd3668e7103c4bcf8d6f8b2159d00 | diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
@@ -2536,9 +2536,11 @@ function alertNodeClicked(... | VMC-<I>: Fixed issue with network port information cycling between nodes for multi-node cluster on single host | VoltDB_voltdb | train |
99bde1f837bcad89f1f407a514df5a25ce40397d | diff --git a/pghoard/transfer.py b/pghoard/transfer.py
index <HASH>..<HASH> 100644
--- a/pghoard/transfer.py
+++ b/pghoard/transfer.py
@@ -31,6 +31,7 @@ class TransferAgent(Thread):
self.compression_queue = compression_queue
self.transfer_queue = transfer_queue
self.running = True
+ se... | upload: Retry less frequently when upload keeps on failing
In case the machine e.g. looses network connection upload will start
failing consistently. Since there may be multiple WAL files to upload
the old half a second sleep after failure might still mean the app
tries to make <I> or so uploads per second, which resu... | aiven_pghoard | train |
7a9244af762e0d2a19fc66e2bec333f416cd3706 | diff --git a/lib/rspec-puppet/matchers/run.rb b/lib/rspec-puppet/matchers/run.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec-puppet/matchers/run.rb
+++ b/lib/rspec-puppet/matchers/run.rb
@@ -50,29 +50,31 @@ module RSpec::Puppet
end
failure_message_for_should do |func_obj|
- func_name = func_obj.n... | DRY up failure messages for run matcher | rodjek_rspec-puppet | train |
cab760d7e96d0f7880bb430622f19db6329bb5dc | diff --git a/demos/grid_action.php b/demos/grid_action.php
index <HASH>..<HASH> 100644
--- a/demos/grid_action.php
+++ b/demos/grid_action.php
@@ -12,7 +12,7 @@ $edit_executor = new atk4\ui\ActionExecutor\Form([
'jsSuccess' => [
new atk4\ui\jsExpression('$(".atk-dialog-content").parent().modal("hide")'),
... | i think this is better because name is not public | atk4_ui | train |
1b4f1cec4fbf0aceeba2f08d371b92c9bae1a65c | diff --git a/src/Database/Attach/Media.php b/src/Database/Attach/Media.php
index <HASH>..<HASH> 100644
--- a/src/Database/Attach/Media.php
+++ b/src/Database/Attach/Media.php
@@ -558,8 +558,7 @@ class Media extends Model
protected function makeThumb($thumbFile, $options)
{
$thumbFile = $this->getStor... | Fix FileNotFoundException when manipulating locally stored images tastyigniter/TastyIgniter#<I> | tastyigniter_flame | train |
dbff78a418f4183eb89282d218c98e2b9db93080 | diff --git a/openquake/calculators/hazard/classical/core.py b/openquake/calculators/hazard/classical/core.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/classical/core.py
+++ b/openquake/calculators/hazard/classical/core.py
@@ -224,6 +224,11 @@ class ClassicalHazardCalculator(haz_general.BaseHazardCa... | calcs/hazard/classical/core:
Classical calculator now caches the site collection during pre-execute.
Former-commit-id: <I>aa1bbf<I>ec9a<I>e<I>f<I>bd<I>b6ba<I>e | gem_oq-engine | train |
887c3cb7831d2cf43679c8bcb17c856e4b312316 | diff --git a/PlugIns/Camera/test/CameraControl_test.py b/PlugIns/Camera/test/CameraControl_test.py
index <HASH>..<HASH> 100644
--- a/PlugIns/Camera/test/CameraControl_test.py
+++ b/PlugIns/Camera/test/CameraControl_test.py
@@ -511,6 +511,7 @@ class TestCameraControlClass(unittest.TestCase):
self.assertEqua... | Add comment in camera/scan consecutive frame tests.
Was svn r<I> | nion-software_nionswift-instrumentation-kit | train |
7fe3e1952363ae6771338eaa841edac166620a45 | diff --git a/tests/test_signatures.py b/tests/test_signatures.py
index <HASH>..<HASH> 100644
--- a/tests/test_signatures.py
+++ b/tests/test_signatures.py
@@ -18,6 +18,10 @@ class SignatureTests(TestCase):
oauth_nonce="7d8f3e4a",
oauth_signature="djosJKDKJSD8743243%2Fjdk33klY%3D" """.strip()
body = "cont... | Adding in the test_sign_hmac_sha1 method | oauthlib_oauthlib | train |
439f91bba1b864e098745437013bca094749b07a | diff --git a/uproot/source/chunked.py b/uproot/source/chunked.py
index <HASH>..<HASH> 100644
--- a/uproot/source/chunked.py
+++ b/uproot/source/chunked.py
@@ -72,7 +72,7 @@ class ChunkedSource(uproot.source.source.Source):
import concurrent.futures
except ImportError:
rais... | somehow forgot to pass number of threads to max_workers) | scikit-hep_uproot | train |
c4ffd60c2950442f29de7089a51a8614ab204c7f | diff --git a/apiserver/common/networkingcommon/linklayer.go b/apiserver/common/networkingcommon/linklayer.go
index <HASH>..<HASH> 100644
--- a/apiserver/common/networkingcommon/linklayer.go
+++ b/apiserver/common/networkingcommon/linklayer.go
@@ -236,20 +236,20 @@ func (o *MachineLinkLayerOp) AssertAliveOp() txn.Op {
... | Adds function for link-layer device key so as to DRY up key generation.
Also adds clarifying comments to device selection based on hardware
address in the instance poller. | juju_juju | train |
7e1d7fb0b8a632868b1ce09e1c20cc72ee142ac7 | diff --git a/src/cnczPush.py b/src/cnczPush.py
index <HASH>..<HASH> 100644
--- a/src/cnczPush.py
+++ b/src/cnczPush.py
@@ -37,24 +37,31 @@ class CnczPushRH(BaseHTTPRequestHandler):
if not 'Content-Length' in self.headers:
return self._respond_simple(500, "No Content-Length")
# TODO we sho... | cnczPush: Add support for 'log' source | bwesterb_tkbd | train |
4b3a30f4e7e320538d256adb542715813a5a716d | diff --git a/workflow/util/util.go b/workflow/util/util.go
index <HASH>..<HASH> 100644
--- a/workflow/util/util.go
+++ b/workflow/util/util.go
@@ -720,6 +720,7 @@ func retryWorkflow(ctx context.Context, kubeClient kubernetes.Interface, hydrato
newWF.Status.Phase = wfv1.WorkflowRunning
newWF.Status.Nodes = make(wfv1... | fix: Reset workflow started time to current when retrying workflow. Fixes #<I> (#<I>) | argoproj_argo | train |
6f7c2043e637122376f617cd64c85eb86e300021 | diff --git a/server-coreless/src/main/java/org/openqa/selenium/server/TrustEverythingSSLTrustManager.java b/server-coreless/src/main/java/org/openqa/selenium/server/TrustEverythingSSLTrustManager.java
index <HASH>..<HASH> 100644
--- a/server-coreless/src/main/java/org/openqa/selenium/server/TrustEverythingSSLTrustManag... | if we're really trusting _everything_, then we should also just assume all hostnames are good too. With unsigned and self-signed certs, this can sometimes return false if you stick with the default hostname verifier.
r<I> | SeleniumHQ_selenium | train |
c80660b82b1df9965c2e399fa61a62c088e152a6 | diff --git a/docs/config.md b/docs/config.md
index <HASH>..<HASH> 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -106,6 +106,10 @@ version = 2
# This only works for runtime type "io.containerd.runtime.v1.linux".
no_pivot = false
+ # discard_unpacked_layers allows GC to remove layers from the content... | Allow GC to discard content after successful pull and unpack
This commit adds a config flag for allowing GC to clean layer contents up after
unpacking these contents completed, which leads to deduplication of layer
contents between the snapshotter and the contnet store. | containerd_containerd | train |
1280c50c8f3d243ea7b38fa35c0136f7c78052a4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -32,6 +32,16 @@ EurekaDongle.prototype.collectAppList = function(fn) {
};
EurekaDongle.prototype.start = function(name, resource, callback) {
+ var that = this;
+
+ if (!name) {
+ return request(this.url + '/apps', {f... | allow youtube RAMP connection even if this app is not the initiator | TheThingSystem_eureka-dongle | train |
9c1427c036521be5d9127b813bdf51ddcf839345 | diff --git a/src/FileNameFilter.php b/src/FileNameFilter.php
index <HASH>..<HASH> 100644
--- a/src/FileNameFilter.php
+++ b/src/FileNameFilter.php
@@ -81,7 +81,7 @@ class FileNameFilter
// Safeguard against empty file names
$nameWithoutExt = pathinfo($name ?? '', PATHINFO_FILENAME);
- if (emp... | fallback to default on post filter empty basename | silverstripe_silverstripe-assets | train |
c3c43e95af15dd7de6a6070db628c6972e753ca1 | diff --git a/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/WAMResolvingJavaMachine.java b/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/WAMResolvingJavaMachine.java
index <HASH>..<HASH> 100644
--- a/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/WAMResolvingJavaMachine.java
+++ b/lojix/wam/src/main/com/these... | Implemented wthe switch instructions, but not the hash tables yet. | rupertlssmith_lojix | train |
367e7394170eb35d261814a2b10f0dfdd7c0c64c | diff --git a/library/CM/FormField/Boolean.php b/library/CM/FormField/Boolean.php
index <HASH>..<HASH> 100755
--- a/library/CM/FormField/Boolean.php
+++ b/library/CM/FormField/Boolean.php
@@ -7,7 +7,7 @@ class CM_FormField_Boolean extends CM_FormField_Abstract {
}
public function prepare(CM_Params $renderPar... | Fix several issues
- pass page properly in menu
- add form-name as class in RenderAdapter (form block)
- use ints for ff tabindexes
- allow non-string item for radio | cargomedia_cm | train |
3fc541bb05f6703040936cb50070b5630ef84b3a | diff --git a/src/ParserOptions.php b/src/ParserOptions.php
index <HASH>..<HASH> 100644
--- a/src/ParserOptions.php
+++ b/src/ParserOptions.php
@@ -44,6 +44,23 @@ class ParserOptions{
public $parserExtensionInterface = ParserExtension::class;
/**
+ * CA Root Certificates for use with CURL/SSL
+ *
+ * @var strin... | added fields for CA path and google API key | chillerlan_php-bbcode | train |
f0ba9fd427961c092ed2463fc80faee8adcb6b88 | diff --git a/pandas/core/common.py b/pandas/core/common.py
index <HASH>..<HASH> 100644
--- a/pandas/core/common.py
+++ b/pandas/core/common.py
@@ -1081,26 +1081,6 @@ def _infer_dtype_from_scalar(val):
return dtype, val
-def _maybe_cast(dtype, value):
- """
- If `dtype` is date-like, then:
- if `va... | Include _maybe_cast into _maybe_upcast_putmask inline, and fix Series.where test for Windows | pandas-dev_pandas | train |
87cf2e639e1d8f4b0e45e769cfe2ccf846d52fbc | diff --git a/src/MediaLibraryModel/MediaLibraryModelTrait.php b/src/MediaLibraryModel/MediaLibraryModelTrait.php
index <HASH>..<HASH> 100644
--- a/src/MediaLibraryModel/MediaLibraryModelTrait.php
+++ b/src/MediaLibraryModel/MediaLibraryModelTrait.php
@@ -60,21 +60,26 @@ trait MediaLibraryModelTrait
/**
* Get... | Allow null profile in MediaLibraryModelTrait::getFirstMediaURL() | spatie_laravel-medialibrary | train |
0c34b2cc9880b838c22c4d9c673410fd784d5fd1 | diff --git a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java b/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/ShardingConnection.java
index <HASH>..<HASH> 100644
--- a/sharding-jdbc/src/main/java/io/shardingsphere/core/jdbc/core/connection/Shardin... | use ShardingDataSource instead of sharding context | apache_incubator-shardingsphere | train |
c88f4e6907aaa99478baad3560a16c65d65f0fad | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -185,8 +185,6 @@ module.exports = function commandline(argv) {
* @api public
*/
cli.on('--watch', function watch(port, square) {
- var Watcher = require('./watch');
-
// Register a signint handler so... | [minor] several minor fixes and allow rebuilding from object | observing_square | train |
d3bf72fd3bcbe64d1727bb2439158f14f9a062a1 | diff --git a/lib/onebox/engine/audio_onebox.rb b/lib/onebox/engine/audio_onebox.rb
index <HASH>..<HASH> 100644
--- a/lib/onebox/engine/audio_onebox.rb
+++ b/lib/onebox/engine/audio_onebox.rb
@@ -3,7 +3,7 @@ module Onebox
class AudioOnebox
include Engine
- matches_regexp /^(https?:)?\/\/.*\.(mp3|ogg|w... | audio & video files might have uppercase extensions | discourse_onebox | train |
a013ac9ab554cc2bcdf65d80ecb1aa64652feef4 | diff --git a/spec/ransack/nodes/condition_spec.rb b/spec/ransack/nodes/condition_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/ransack/nodes/condition_spec.rb
+++ b/spec/ransack/nodes/condition_spec.rb
@@ -5,13 +5,21 @@ module Ransack
describe Condition do
context 'with multiple values and an _any predic... | Readability [skip ci] | activerecord-hackery_ransack | train |
6eaa4388acc34db795d445043f62c991500a7961 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100755
--- a/test/test.js
+++ b/test/test.js
@@ -37,6 +37,7 @@ exports.sass = {
test.done();
},
+ /*
sourceMap: function (test) {
test.expect(2);
@@ -47,6 +48,7 @@ exports.sass = {
test.ok(/test\.scss/.test(map), 'should include the main fil... | comment out source map test for now
as it's currently broken in node-sass | sindresorhus_grunt-sass | train |
5eaa7d3fd9f85ba7b15fd7841e9a63bed5fe6547 | diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/classical.py
+++ b/openquake/calculators/classical.py
@@ -353,6 +353,10 @@ def build_hcurves_and_stats(pmap_by_grp, sids, pstats, rlzs_assoc, monitor):
:param pstats: instanc... | Fixed a few docstrings | gem_oq-engine | train |
0844e318033bea67a03c06f2f7aad3bcbca969cc | diff --git a/src/Console/ConfigurationResolver.php b/src/Console/ConfigurationResolver.php
index <HASH>..<HASH> 100644
--- a/src/Console/ConfigurationResolver.php
+++ b/src/Console/ConfigurationResolver.php
@@ -350,8 +350,12 @@ final class ConfigurationResolver
$rules = array();
foreach (array_map('... | ConfigurationResolver - disallow empty rule name | FriendsOfPHP_PHP-CS-Fixer | train |
6b8612632696db57f6dbe4246054e9016598f046 | diff --git a/ui/src/components/slide-transition/QSlideTransition.js b/ui/src/components/slide-transition/QSlideTransition.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/slide-transition/QSlideTransition.js
+++ b/ui/src/components/slide-transition/QSlideTransition.js
@@ -73,10 +73,9 @@ export default Vue.extend(... | Update QSlideTransition.js | quasarframework_quasar | train |
bac22f755b5b51931fb7f085f119994f863432d5 | diff --git a/heroku-deploy/src/main/java/com/heroku/sdk/deploy/WarApp.java b/heroku-deploy/src/main/java/com/heroku/sdk/deploy/WarApp.java
index <HASH>..<HASH> 100644
--- a/heroku-deploy/src/main/java/com/heroku/sdk/deploy/WarApp.java
+++ b/heroku-deploy/src/main/java/com/heroku/sdk/deploy/WarApp.java
@@ -46,7 +46,7 @@... | added WEBAPP_RUNNER_OPTS to war deployment | heroku_heroku-maven-plugin | train |
4771614985946fa80f51d20a433b25547f8fa937 | diff --git a/mungers/submit-queue-batch.go b/mungers/submit-queue-batch.go
index <HASH>..<HASH> 100644
--- a/mungers/submit-queue-batch.go
+++ b/mungers/submit-queue-batch.go
@@ -274,6 +274,8 @@ func (sq *SubmitQueue) doBatchMerge(batch Batch) {
if !sq.e2eStable(true) {
return
}
+
+ glog.Infof("merging batch: %s... | log an explanation line when batch merging, for clarity | kubernetes_test-infra | train |
e37694a926465728a78689fa181a9f5b19c33356 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========
+#### 5.2.1 (2020-09-09)
+
+* Fix that exception must be throw if sort attribute is not exist.
+
#### 5.2.0 (2020-09-09)
* Improves code and fixed bug.
diff --git a/src... | * Fix that exception must be throw if sort attribute is not exist. | CedrickOka_oka-pagination | train |
022d16b7cf7ef9e8022adb07b9c9d3524e9bee1f | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule.... | [de] tiny improvements of DE_AGREEMENT | languagetool-org_languagetool | train |
a76c53e6996712295b4f98b5ce21564f7165a769 | diff --git a/GPy/kern/rbf.py b/GPy/kern/rbf.py
index <HASH>..<HASH> 100644
--- a/GPy/kern/rbf.py
+++ b/GPy/kern/rbf.py
@@ -8,13 +8,13 @@ import hashlib
class rbf(kernpart):
"""
- Radial Basis Function kernel, aka squared-exponential, exponentiated quadratic or Gaussian kernel.
+ Radial Basis Function kern... | bug fixed in example (in regression.py) | SheffieldML_GPy | train |
2114fb2b748cb51544e6fb8c5ce8a172600159b5 | diff --git a/dynamic_dynamodb/calculators.py b/dynamic_dynamodb/calculators.py
index <HASH>..<HASH> 100644
--- a/dynamic_dynamodb/calculators.py
+++ b/dynamic_dynamodb/calculators.py
@@ -339,6 +339,25 @@ def increase_writes_in_units(
return updated_provisioning
+def is_consumed_over_proposed(
+ current_... | Don't scale down if it would scale below the current consumed units | sebdah_dynamic-dynamodb | train |
5bb5ada8069dc99676c9b724f07c9cbff0ba3ecf | diff --git a/molgenis-core/src/main/java/org/molgenis/MolgenisOptions.java b/molgenis-core/src/main/java/org/molgenis/MolgenisOptions.java
index <HASH>..<HASH> 100644
--- a/molgenis-core/src/main/java/org/molgenis/MolgenisOptions.java
+++ b/molgenis-core/src/main/java/org/molgenis/MolgenisOptions.java
@@ -171,7 +171,7 ... | changed the hibernate to MySQL5InnoDBDialect | molgenis_molgenis | train |
1d67a0b02b27de034ae76d944450f5abc43cd29c | diff --git a/services/master/master.go b/services/master/master.go
index <HASH>..<HASH> 100644
--- a/services/master/master.go
+++ b/services/master/master.go
@@ -34,7 +34,7 @@ func parseArgs() {
}
}
-var jobDir string = "jobs"
+var jobDir string = "job"
func commitParam(r *http.Request) string {
if p := r.UR... | Make the jobs dir /job. | pachyderm_pachyderm | train |
3f6af042bfb74a37197ab975b47f87bf5d0cb106 | diff --git a/livetests.py b/livetests.py
index <HASH>..<HASH> 100755
--- a/livetests.py
+++ b/livetests.py
@@ -53,7 +53,7 @@ def _initialize(api):
@pytest.fixture(scope="module",
- params=["2.14.18", "2.15.10", "2.16.5"])
+ params=["2.14.18", "2.15.11", "2.16.6"])
def gerrit_api(requ... | Run livetests against <I> and <I>
Change-Id: I<I>e8e8f<I>f<I>d<I>a<I>cb6d8affebf7a | dpursehouse_pygerrit2 | train |
0ee09fab1c317408c64084166ad07d4894d16269 | diff --git a/lib/mongodb/connection/server.js b/lib/mongodb/connection/server.js
index <HASH>..<HASH> 100644
--- a/lib/mongodb/connection/server.js
+++ b/lib/mongodb/connection/server.js
@@ -152,7 +152,9 @@ Server.READ_SECONDARY_ONLY = ReadPreference.SECONDARY;
* Always ourselves
* @ignore
*/
-Server.prototype.se... | Merged in missing setReadPreference #<I> | mongodb_node-mongodb-native | train |
c211d02ee59163613ab4e5f5c0747cdc6bd7c37a | diff --git a/PhpUnit/AbstractContainerBuilderTestCase.php b/PhpUnit/AbstractContainerBuilderTestCase.php
index <HASH>..<HASH> 100644
--- a/PhpUnit/AbstractContainerBuilderTestCase.php
+++ b/PhpUnit/AbstractContainerBuilderTestCase.php
@@ -157,7 +157,7 @@ abstract class AbstractContainerBuilderTestCase extends \PHPUnit_... | Method call can also have no args | SymfonyTest_SymfonyDependencyInjectionTest | train |
4ddce90a5977a16a605d7fe610a8228b8e3f95de | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -184,7 +184,7 @@ module.exports = function( grunt ) {
config = grunt.config( 'prepWidgetSass' ),
widgets = grunt.file.readJSON( config.widgetConfigPath ).widgets,
content ... | jsbeautified according to latest jsbeautify, fixes Travis failures | enketo_enketo-core | train |
348f32e4fb49e927ea969f64927c6d624f9783dd | diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb
index <HASH>..<HASH> 100755
--- a/lib/solargraph/api_map.rb
+++ b/lib/solargraph/api_map.rb
@@ -227,7 +227,7 @@ module Solargraph
# @param namespace [String] A fully qualified namespace
# @return [Array<Solargraph::Pin::ClassVariable>]
de... | ApiMap class variable store and spec. | castwide_solargraph | train |
6061a79fb0306fe8b6c5e4a7c06344b18a9e9c95 | diff --git a/src/Api/Communities.php b/src/Api/Communities.php
index <HASH>..<HASH> 100644
--- a/src/Api/Communities.php
+++ b/src/Api/Communities.php
@@ -27,4 +27,25 @@ trait Communities
return $this->get('communities', ['name' => $name]);
}
+
+ /**
+ * Get community by ID
+ *
+ * @param... | Added getCommunityById method | nicklaw5_twitch-api-php | train |
c8c3a473bc161f70dd6b7b415dc8c726d0e587b7 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,7 @@ The response object contains all information about all data received from Asteri
- action_id
- message
- data
+- raw_response
The data property contains all additional information obtained from Aster... | Added property raw_response containing original response coming from Asterisk | emilianodellacasa_ruby-asterisk | train |
dcfc27785c11ccd706710dd9ab5a319fcf66299e | diff --git a/example/src/FormElementsPage.react.js b/example/src/FormElementsPage.react.js
index <HASH>..<HASH> 100644
--- a/example/src/FormElementsPage.react.js
+++ b/example/src/FormElementsPage.react.js
@@ -585,6 +585,130 @@ function FormElements() {
</Form.Group>
</ComponentDemo>
... | Add Form.MaskedInput to form demo page and adds value and placeholderChar props | tabler_tabler-react | train |
fd8855a20003185cbb2ece2e262321c0cbf06fa5 | diff --git a/lenses/lens.py b/lenses/lens.py
index <HASH>..<HASH> 100644
--- a/lenses/lens.py
+++ b/lenses/lens.py
@@ -249,7 +249,7 @@ class Lens(object):
return self.call(name[:-2], *args, **kwargs)
return caller
- return self.add_lens(baselens.GetattrLens(name))
+ return ... | switch over to using GetZoomAttrLens by default | ingolemo_python-lenses | train |
73a4e7f3eb63c37781df98b587c62150653a3ac8 | diff --git a/rawdisk/reader.py b/rawdisk/reader.py
index <HASH>..<HASH> 100644
--- a/rawdisk/reader.py
+++ b/rawdisk/reader.py
@@ -20,6 +20,6 @@ class Reader:
if (bootsector.load(raw_record)):
# This is MBR bootsector (also could be GUID)
- bootsector.hexdump()
+ bootsector... | Added PartitionEntry and PartitionTable classes to mgr module | dariusbakunas_rawdisk | train |
56fffea47bc0f01aabdf6683993d65d170e0c352 | diff --git a/lib/tjbot.js b/lib/tjbot.js
index <HASH>..<HASH> 100644
--- a/lib/tjbot.js
+++ b/lib/tjbot.js
@@ -167,8 +167,8 @@ TJBot.prototype.defaultConfiguration = {
camera: {
height: 720,
width: 960,
- vflip: false, // flips the image vertically, may need to set to 'true... | vflip and hflip should be verticalFlip and horizontalFilp as they are used in other parts of the code | ibmtjbot_tjbotlib | train |
34250d68cf53f118e2b61546f1298dc16b9e95d5 | diff --git a/lib/cli/commands/apps.rb b/lib/cli/commands/apps.rb
index <HASH>..<HASH> 100644
--- a/lib/cli/commands/apps.rb
+++ b/lib/cli/commands/apps.rb
@@ -629,18 +629,23 @@ module VMC::Cli::Command
end
+ # If no resource needs to be sent, add an empty file to ensure we have
+ # a multi-pa... | Add an empty file entry to the zip archive that we send in case we do not
have to send anything based on a resource check when pushing / uploading an app.
This helps to satisfy the multi-part requirement of the request to the nginx
fronted CF instance.
- Rebase master to resolve merge conflict.
Change-Id: I2cc<I>c<I>dd... | cloudfoundry-attic_cf | train |
26bcab26042fa59f79a11c4d7967e9cf0f91e01d | diff --git a/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java b/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java
index <HASH>..<HASH> 100644
--- a/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java
+++ b/uploadservice/src/main/java/net/gotev/uploadservice/... | #<I> added method to be able to stop the upload service explicitly if no tasks are running | gotev_android-upload-service | train |
4a414420e940bf4a5eea2c870ddff6e33f0343b9 | diff --git a/tools/build/webpack/angular2-all-testing.umd.js b/tools/build/webpack/angular2-all-testing.umd.js
index <HASH>..<HASH> 100644
--- a/tools/build/webpack/angular2-all-testing.umd.js
+++ b/tools/build/webpack/angular2-all-testing.umd.js
@@ -1,18 +1,24 @@
// this bundle is almost identical to the angular2.umd... | fix(bundles): testing bundle should include browser platform
Closes #<I> | angular_angular | train |
5d4dfa0c70cb81e1c85d3e0474d407fcc4a3f602 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -68,8 +68,30 @@ class VersionPyFinder(object):
with open(self.filename, mode='r') as f:
contents = f.read()
+ tree = ast.parse(contents)
+
+ class MakeImportError(ast.NodeTransformer):
+ ... | fix for py 2 (rewrite the damn AST!) | dwhswenson_autorelease | train |
aa4105dba63a9d101c493abd5a63336d9587f4f6 | diff --git a/framework/core/js/forum/src/components/SignUpModal.js b/framework/core/js/forum/src/components/SignUpModal.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/forum/src/components/SignUpModal.js
+++ b/framework/core/js/forum/src/components/SignUpModal.js
@@ -118,7 +118,7 @@ export default class SignUpMo... | Make link to email provider open in new window
closes flarum/core#<I> | flarum_core | train |
83b127fec9f35597405a70176ea7195eae02ca1f | diff --git a/jquery.maphilight.js b/jquery.maphilight.js
index <HASH>..<HASH> 100755
--- a/jquery.maphilight.js
+++ b/jquery.maphilight.js
@@ -158,7 +158,7 @@
mouseover = function(e) {
var shape, area_options;
area_options = $.metadata ? $.extend({}, options, $(this).metadata()) : options;
- if(!area_o... | added support for neverOn option, which will never perform the mouseover effects on an area | kemayo_maphilight | train |
fc157fde627151690b33659964dbf59148f2e0d7 | diff --git a/src/lightncandy.php b/src/lightncandy.php
index <HASH>..<HASH> 100644
--- a/src/lightncandy.php
+++ b/src/lightncandy.php
@@ -692,11 +692,17 @@ $libstr
* @expect Array(2, 'a', 'b') when input '../../a.b', Array('flags' => Array('advar' => 0, 'this' => 0))
* @expect Array(2, '[a]', 'b') when inp... | fix for quoted argument (issue #<I>) | zordius_lightncandy | train |
22d0d6daafe8fadd9d731f3a7a84ab37dd22f8c3 | diff --git a/storio-sqlite/src/androidTest/java/com/pushtorefresh/storio/sqlite/impl/NotifyAboutChangesTest.java b/storio-sqlite/src/androidTest/java/com/pushtorefresh/storio/sqlite/impl/NotifyAboutChangesTest.java
index <HASH>..<HASH> 100644
--- a/storio-sqlite/src/androidTest/java/com/pushtorefresh/storio/sqlite/impl... | Fix NotifyAboutChangesTest#notifyAboutChangesConcurrently, increase number of threads | pushtorefresh_storio | train |
9316b33d06fa1d9df89c37e1d2ddea36c55a7fc4 | diff --git a/lib/tumblr/post.rb b/lib/tumblr/post.rb
index <HASH>..<HASH> 100644
--- a/lib/tumblr/post.rb
+++ b/lib/tumblr/post.rb
@@ -59,7 +59,7 @@ module Tumblr
end
def self.load_from_binary(file, post_type = nil)
- file_size_in_mb = File.size(file.path).to_f / 2**20
+ file_size_in_mb = file.siz... | use File#size.
I tried putting the File.read in a future, but it turns out the thread
scheduler doesn't care. | mwunsch_tumblr | train |
e6692ff6bb09b1d8470c8f7c349e66866bc1de70 | diff --git a/aeron-driver/src/main/java/io/aeron/driver/Configuration.java b/aeron-driver/src/main/java/io/aeron/driver/Configuration.java
index <HASH>..<HASH> 100644
--- a/aeron-driver/src/main/java/io/aeron/driver/Configuration.java
+++ b/aeron-driver/src/main/java/io/aeron/driver/Configuration.java
@@ -900,23 +900,3... | [Java] Add alias names for idle strategy supply. | real-logic_aeron | train |
ede3bcbcffc8c28fa52855a35cc39b1c72773fc7 | diff --git a/src/cc/picture.js b/src/cc/picture.js
index <HASH>..<HASH> 100644
--- a/src/cc/picture.js
+++ b/src/cc/picture.js
@@ -220,6 +220,11 @@ base.exportTo('cc', function() {
},
initialize: function() {
+ // If we have an alias args, that means this picture was represented
+ // by an alias, ... | Added ability to handle picture aliases instead of full pictures
This patch adds the ability to handle picture aliases as well
as regular pictures
BUG=<I>
R=<EMAIL>
Review URL: <URL> | catapult-project_catapult | train |
8d71bca4c92669050173fa750f1ac984c6346f4c | diff --git a/src/Filter/AssociationToManyFilter.php b/src/Filter/AssociationToManyFilter.php
index <HASH>..<HASH> 100644
--- a/src/Filter/AssociationToManyFilter.php
+++ b/src/Filter/AssociationToManyFilter.php
@@ -22,25 +22,72 @@ class AssociationToManyFilter extends AbstractAssociationFilter implements Filte
// ve... | Bi-directional self-referencing many-to-many fixes (hopefully with no regressions) | imarc_tenet | train |
ae2b1fd89bfd3594af3509f3cc8807c78797530b | diff --git a/class.contextio.php b/class.contextio.php
index <HASH>..<HASH> 100644
--- a/class.contextio.php
+++ b/class.contextio.php
@@ -303,6 +303,22 @@ class ContextIO {
return $this->get($account, 'imap/resetstatus.json', $params);
}
+ public function imap_deleteOAuthProvider($params=array()) {
+ $params =... | added support for imap/oauthprovider calls | contextio_PHP-ContextIO | train |
b478d19bd77c93c96e68aaa39fe2e8dd2b5519d9 | diff --git a/holoviews/core/data.py b/holoviews/core/data.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/data.py
+++ b/holoviews/core/data.py
@@ -935,26 +935,6 @@ class ArrayColumns(DataColumns):
return data
- @classmethod
- def collapse_data(cls, data, function, kdims=None, **kwargs):
- ... | Removed superfluous collapse_data method | pyviz_holoviews | train |
a884eeedda7292015aba3282a96aade4acd16ddc | diff --git a/bridgesupport.js b/bridgesupport.js
index <HASH>..<HASH> 100644
--- a/bridgesupport.js
+++ b/bridgesupport.js
@@ -97,6 +97,15 @@ function bridgesupport (fw, _global) {
case 'cftype':
break;
case 'constant':
+ try {
+ var ptr = fw.lib.get(node.attributes.name);
+ ... | Add <constant> BridgeSupport processing. | TooTallNate_NodObjC | train |
c7bc7ebdd0705791149a91c3e4042b10c0a904a4 | diff --git a/tests/test_minimize.py b/tests/test_minimize.py
index <HASH>..<HASH> 100644
--- a/tests/test_minimize.py
+++ b/tests/test_minimize.py
@@ -57,7 +57,7 @@ class TestMinimize(unittest.TestCase):
res = minimize(func, [-1.0,1.0], args=(-1.0,), jac=func_deriv,
method='SLSQP', options={'di... | In tests comparing Maximize to scipys equivalent, we should still use SLSQP | tBuLi_symfit | train |
8bc33d7efaf9721e0711a3eb06753554adc53466 | diff --git a/features/core.feature b/features/core.feature
index <HASH>..<HASH> 100644
--- a/features/core.feature
+++ b/features/core.feature
@@ -110,7 +110,7 @@ Feature: Manage WordPress installation
Then the return code should be 1
And STDERR should contain:
"""
- missing --url parameter
+ ... | Show param description when required param is missing | wp-cli_extension-command | train |
be05c86a1d54df76fedb8c72a1706e046e65783a | diff --git a/jaraco/util/turk.py b/jaraco/util/turk.py
index <HASH>..<HASH> 100644
--- a/jaraco/util/turk.py
+++ b/jaraco/util/turk.py
@@ -62,7 +62,7 @@ def get_connection():
def get_questions():
from boto.mturk.question import (
Overview, FormattedContent, Question, FreeTextAnswer,
- QuestionContent, List, Q... | Added validation and fixed issue with format (missing AnswerSpecification) | jaraco_jaraco.util | train |
acdc6a0b86d8795cc31e521e7241869bcb05ebf7 | diff --git a/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ObjectsTest.java b/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ObjectsTest.java
index <HASH>..<HASH> 100644
--- a/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ObjectsTest.java
+... | Shuffling from internal-only change.
-------------
Created by MOE: <URL> | google_guava | train |
1d8d4f62b3dec156423b63847c3005c2a6ee3161 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -276,13 +276,13 @@ Arguments sent with these signals:
## Optimistic locking
`django-fsm` provides optimistic locking mixin, to avoid concurent model state changes.
-If model state was changed in database `django_fsm.Co... | Rename FSMLockMixin to ConcurrentTransitionMixin | viewflow_django-fsm | train |
935ead4b5464960bdea43a6e423c563cbf0a6625 | diff --git a/py/testdir_single_jvm/test_exec2_col_add.py b/py/testdir_single_jvm/test_exec2_col_add.py
index <HASH>..<HASH> 100644
--- a/py/testdir_single_jvm/test_exec2_col_add.py
+++ b/py/testdir_single_jvm/test_exec2_col_add.py
@@ -34,6 +34,7 @@ class Basic(unittest.TestCase):
def tearDownClass(cls):
h... | skip test that cannot find a dataset | h2oai_h2o-2 | train |
3848cf0c1f021b0e89b3fc249499ae10c05c068a | diff --git a/app/depict/src/main/java/org/openscience/cdk/depict/DepictionGenerator.java b/app/depict/src/main/java/org/openscience/cdk/depict/DepictionGenerator.java
index <HASH>..<HASH> 100644
--- a/app/depict/src/main/java/org/openscience/cdk/depict/DepictionGenerator.java
+++ b/app/depict/src/main/java/org/openscie... | Roll back last change and extend comment to indicate why we want this. | cdk_cdk | train |
c09a67e071fb3602cec01261792b043737661328 | diff --git a/tests/test_detox.py b/tests/test_detox.py
index <HASH>..<HASH> 100644
--- a/tests/test_detox.py
+++ b/tests/test_detox.py
@@ -35,6 +35,7 @@ class TestDetoxExample1:
sdist = detox.create_sdist()
assert sdist.check()
+ @pytest.mark.timeout(20)
def test_createvenv(self, detox):
... | higher timeout for venv creation | tox-dev_detox | train |
930c140da806bfcf7776bced839de9f4ad5eff2c | diff --git a/pandas/core/series.py b/pandas/core/series.py
index <HASH>..<HASH> 100644
--- a/pandas/core/series.py
+++ b/pandas/core/series.py
@@ -585,8 +585,8 @@ copy : boolean, default False
ser = self if inplace else self.copy()
if not isinstance(other, (list, tuple, np.ndarray)):
- se... | BUG: Series.where always inplace | pandas-dev_pandas | train |
15476ca490ebfa689d583a1c33edd713db9a9528 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -183,8 +183,7 @@ function _yield(name) {
var prop = props[name];
if (typeof prop !== 'function') return prop;
var args = Array.prototype.slice.call(arguments, 1);
- args.push(this._store.get);
- return prop.apply(th... | use 'this' as getter function for blocks | react-components_onus | train |
41847143bf5ddf3dcce48596165083bdaed5a027 | diff --git a/lib/erd/railtie.rb b/lib/erd/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/erd/railtie.rb
+++ b/lib/erd/railtie.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require 'rails/all'
+require 'rails'
require 'erd/engine'
module Erd | erd doesn't require all of the rails components | amatsuda_erd | train |
a1426e5c9c41ba936ac5c197a2d5dc186697079f | diff --git a/packages/webdev-setup-tools/setup.js b/packages/webdev-setup-tools/setup.js
index <HASH>..<HASH> 100644
--- a/packages/webdev-setup-tools/setup.js
+++ b/packages/webdev-setup-tools/setup.js
@@ -38,10 +38,10 @@ let findRequiredAndOptionalUpdates = (userGlobals, projectGlobals, highestVersio
}
retu... | Improve function and variable names in setup.js | tmo-ng_webdev-setup-tools-plugins | train |
ab513030cda009505484356e4e98d04a14c00405 | diff --git a/lib/gcli/commands/help.js b/lib/gcli/commands/help.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/commands/help.js
+++ b/lib/gcli/commands/help.js
@@ -99,7 +99,9 @@ function getListTemplateData(args, context) {
}
return true;
});
- matchingCommands.sort();
+ matchingCommands.sort(function(c1,... | helpsort-<I>: Sort the commands properly
The sort function needs a function to know how to compare two commands,
this was missing. | joewalker_gcli | train |
972a91e4cc874b0bd4eff81028dc9b799fb86f89 | diff --git a/github/MainClass.py b/github/MainClass.py
index <HASH>..<HASH> 100644
--- a/github/MainClass.py
+++ b/github/MainClass.py
@@ -253,7 +253,7 @@ class Github(object):
assert language is github.GithubObject.NotSet or isinstance(language, (str, unicode)), language
args = {} if language is gith... | Change quote to quote_plus and avoid double-escaping some problematic characters. | PyGithub_PyGithub | train |
7bd4c7b39e267182d33b55509097a88c42bab335 | diff --git a/app/controllers/worker_status_controller.rb b/app/controllers/worker_status_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/worker_status_controller.rb
+++ b/app/controllers/worker_status_controller.rb
@@ -8,7 +8,7 @@ class WorkerStatusController < ApplicationController
events = even... | Fixes WorkerStattusController for postgresql
postgres needs every column used in a group by query to be aggregated | huginn_huginn | train |
d25622d15ad37b465dd39f6b0f5524a0c2593811 | diff --git a/tofu/imas2tofu/_core.py b/tofu/imas2tofu/_core.py
index <HASH>..<HASH> 100644
--- a/tofu/imas2tofu/_core.py
+++ b/tofu/imas2tofu/_core.py
@@ -2704,8 +2704,8 @@ class MultiIDSLoader(object):
if np.any(indnan):
nunav, ntot = str(indnan.sum()), str(D.shape[1])
ms... | [Issue<I>] PEP8 Compliance | ToFuProject_tofu | train |
cc15cee08f93f51bdb9135f6d7a2f6ba1a51e1f9 | diff --git a/lib/service.js b/lib/service.js
index <HASH>..<HASH> 100644
--- a/lib/service.js
+++ b/lib/service.js
@@ -4069,7 +4069,7 @@
* - `openInSearch` (_string_): Equivalent to search parameter, but listed more simply.
* - `prettyQuery` (_string_): Equivalent to `openInSearch`.
* - `pivo... | simplify some PivotSpecification code | splunk_splunk-sdk-javascript | train |
4edec22e8036723abc70263f273d5431f8d3c8bd | diff --git a/lib/api.js b/lib/api.js
index <HASH>..<HASH> 100644
--- a/lib/api.js
+++ b/lib/api.js
@@ -86,6 +86,16 @@ var wire = function(taskName, action) {
} else if (opt['content-type']) {
res.set('Content-Type', opt['content-type']);
}
+
+ /**
+ * If the content is a JSON... | set HTTP status code if there is one present in returned JSON | markbirbeck_gulp-endpoint | train |
997ba2ffb05082eeb4af17f45d74c0d19b12bcbf | diff --git a/src/main/java/org/jpmml/sparkml/model/TreeModelUtil.java b/src/main/java/org/jpmml/sparkml/model/TreeModelUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jpmml/sparkml/model/TreeModelUtil.java
+++ b/src/main/java/org/jpmml/sparkml/model/TreeModelUtil.java
@@ -191,6 +191,11 @@ public class Tre... | Optimized the encoding of score distributions | jpmml_jpmml-sparkml | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.