hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
ee9e984975de6a22c8bd2005352c9248cd5241e4 | diff --git a/cmd/xurls/main.go b/cmd/xurls/main.go
index <HASH>..<HASH> 100644
--- a/cmd/xurls/main.go
+++ b/cmd/xurls/main.go
@@ -22,11 +22,11 @@ func init() {
p := func(args ...interface{}) {
fmt.Fprintln(os.Stderr, args...)
}
- p("Usage: xurls [-h]")
+ p(`Usage: xurls [-h]`)
p()
- p(" -m <regexp> ... | cmd/xurls: Use literal strings for the usage | mvdan_xurls | train | go |
6e073f8bee33c897fd6ed0af12920dfc58a13e67 | diff --git a/src/deprecated/platformSpecificDeprecated.android.js b/src/deprecated/platformSpecificDeprecated.android.js
index <HASH>..<HASH> 100644
--- a/src/deprecated/platformSpecificDeprecated.android.js
+++ b/src/deprecated/platformSpecificDeprecated.android.js
@@ -43,7 +43,9 @@ function adaptTopTabs(screen, navig... | Fix tabs with out icons (#<I>) | wix_react-native-navigation | train | js |
555dd4d7cdc4763bc871aad23381dc98fc3c0a29 | diff --git a/test/mathSpec.js b/test/mathSpec.js
index <HASH>..<HASH> 100644
--- a/test/mathSpec.js
+++ b/test/mathSpec.js
@@ -83,6 +83,21 @@ describe('The odd function', function () {
});
+describe('The range function', function () {
+
+ it('returns linear values', function () {
+ var s1 = grob.range(4,... | Test for 'range' function. | nodebox_g.js | train | js |
829fda8144f84dbd0f318bc2c8191bf5e014edc7 | diff --git a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListBox.java b/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListBox.java
index <HASH>..<HASH> 100644
--- a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListBox.java
+++ b/gwt-material/src/main/java/gwt/... | Added reinitialize method to listbox component. | GwtMaterialDesign_gwt-material | train | java |
54a218554a3567afbd84217b4aa8f0b638104694 | diff --git a/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.java b/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.jav... | Clarified this error message, for the case where you enter a bad directory but you don't know it
r<I> | SeleniumHQ_selenium | train | java |
5b1fe8a6595b439751c45ca53dbef7cb482bc9b7 | diff --git a/lib/ShopifyResource.php b/lib/ShopifyResource.php
index <HASH>..<HASH> 100644
--- a/lib/ShopifyResource.php
+++ b/lib/ShopifyResource.php
@@ -492,8 +492,8 @@ abstract class ShopifyResource
if (isset($responseArray['errors'])) {
$message = $this->castString($responseArray['errors']);... | Added last http code as exception code | phpclassic_php-shopify | train | php |
e9834daa3116ccf1c63887543ca8acd2b3eef355 | diff --git a/src/transport/tcp/tcpConnection.js b/src/transport/tcp/tcpConnection.js
index <HASH>..<HASH> 100644
--- a/src/transport/tcp/tcpConnection.js
+++ b/src/transport/tcp/tcpConnection.js
@@ -153,11 +153,22 @@ TcpConnection.createConnectingConnection = function(
connection._initSocket(socket);
if (onCo... | feat(tcp): add timeout when trying to connect to a TCP endpoint
* the timeout parameters in options will trigger a timeout only when the socket is connected (cf. <URL> | nicdex_node-eventstore-client | train | js |
e23434eafcfbb7676bdb7dec98beab968632aacf | diff --git a/gwpy/detector/units.py b/gwpy/detector/units.py
index <HASH>..<HASH> 100644
--- a/gwpy/detector/units.py
+++ b/gwpy/detector/units.py
@@ -61,6 +61,7 @@ class PluralFormat(Generic):
raise exc
+# pylint: disable=redefined-builtin
def parse_unit(name, parse_strict='warn', format=PluralFormat... | detector.units: added pylint exceptions [ci skip]
need code as is to communicate well with astropy, so don't need the warnings | gwpy_gwpy | train | py |
ea81a20a750e3e237056b553d2e7fa6f6856129d | diff --git a/test/__tad.js b/test/__tad.js
index <HASH>..<HASH> 100644
--- a/test/__tad.js
+++ b/test/__tad.js
@@ -1,3 +1,3 @@
'use strict';
-exports.context = {};
+exports.context = null; | Postponed TAD context setting, as it's not well supported by TAD yet | medikoo_es5-ext | train | js |
79aea0fa3a5417ebfcfa5e5e7257cce272095dfa | diff --git a/src/BayesianModel.py b/src/BayesianModel.py
index <HASH>..<HASH> 100644
--- a/src/BayesianModel.py
+++ b/src/BayesianModel.py
@@ -201,7 +201,8 @@ class BayesianModel(nx.DiGraph):
"""
Sets states of nodes as observed.
- @param observations: dictionary with key as node and value as... | pep8 compliant [issue <I>] | pgmpy_pgmpy | train | py |
8163f3de580343362ea30ce3ed98b5c8cfcddee2 | diff --git a/tests/test_executable_containers.py b/tests/test_executable_containers.py
index <HASH>..<HASH> 100644
--- a/tests/test_executable_containers.py
+++ b/tests/test_executable_containers.py
@@ -61,6 +61,18 @@ class ExecutableContainerTestCase(unittest.TestCase):
with self.assertRaises(GOSExecutableCon... | GOS-<I> added a test to check that an exception is thrown, when no unique name is provided for the subclass of the custom executable container class | aganezov_gos | train | py |
9f0120ee126928802932ed2d4a38cf1214ce7e3c | diff --git a/lib/Entity/Token.php b/lib/Entity/Token.php
index <HASH>..<HASH> 100644
--- a/lib/Entity/Token.php
+++ b/lib/Entity/Token.php
@@ -19,9 +19,8 @@ class Token
*
* @param string $tokenString
* @param array $tokenData
- * @param int $videoManagerId - deprecated, kept for BC
*/
- ... | Don't use deprecations - we will bump the major version | MovingImage24_VMProApiClient | train | php,php |
12390e7b557bc87adc957066642351f121db5918 | diff --git a/src/wavesurfer.js b/src/wavesurfer.js
index <HASH>..<HASH> 100644
--- a/src/wavesurfer.js
+++ b/src/wavesurfer.js
@@ -1028,12 +1028,19 @@ WaveSurfer.util = {
ajax: function (options) {
var ajax = Object.create(WaveSurfer.Observer);
var xhr = new XMLHttpRequest();
+ var fired10... | Ensure "progress" fires with <I>%
In the event that progress does NOT fire with loaded==total, then fire it with <I>% when the load event happens | katspaugh_wavesurfer.js | train | js |
e86cc75ac3806efdc95f77b161015cdc1870927b | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -13,8 +13,11 @@ module.exports = {
this.getSize = function() { return {width: 1, height: 1}; };
this.context = {
- getContextAttributes: function() { return {alpha: 0}; },
- depthMask: funct... | Updated WebGLRenderer mockup. | vanruesc_postprocessing | train | js |
308b57b9c7e909ac01f223ebd0e783540d4ffa0a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ setuptools.setup(
'pytest',
'pytest-cov',
'tox',
+ 'twine',
]
}, | setup.py += twine dev dependency | awdeorio_mailmerge | train | py |
f31895239f89f2cb4b0a6a2798df5085e3460e94 | diff --git a/resultdb/internal/artifactcontent/rbecas.go b/resultdb/internal/artifactcontent/rbecas.go
index <HASH>..<HASH> 100644
--- a/resultdb/internal/artifactcontent/rbecas.go
+++ b/resultdb/internal/artifactcontent/rbecas.go
@@ -32,6 +32,7 @@ import (
"go.chromium.org/luci/common/logging"
"go.chromium.org/luc... | [resultdb] enable grpcmon in rbecas client
This can replace the artifact metrics with
providing more detailed information.
Bug: <I>
Change-Id: I7e6ae<I>d<I>f<I>ca<I>aece<I>f2b<I>f5a
Reviewed-on: <URL> | luci_luci-go | train | go |
26fdd39b7d555795e0bff63f10ef5eb858f6e5da | diff --git a/src/Controller/Admin.php b/src/Controller/Admin.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Admin.php
+++ b/src/Controller/Admin.php
@@ -5,8 +5,16 @@ namespace Phwoolcon\Controller;
use Phwoolcon\Config;
use Phwoolcon\Controller;
use Phwoolcon\Session;
+use Phwoolcon\View;
-abstract class Adm... | refactor: change admin/api controller class to trait | phwoolcon_phwoolcon | train | php,php |
c707448a729888ba440e2a5b24723617a619f6c6 | diff --git a/lib/utils.php b/lib/utils.php
index <HASH>..<HASH> 100644
--- a/lib/utils.php
+++ b/lib/utils.php
@@ -23,7 +23,7 @@ class Roots_Wrapping {
self::$base = substr(basename(self::$main_template), 0, -4);
- if ('index' == self::$base) {
+ if (self::$base === 'index') {
self::$base = false;... | Enforce code standards
Correct this is not. | roots_sage | train | php |
1cdf55f8b279b5b37e1115b9465a041f9f4a4c31 | diff --git a/cake/libs/cache.php b/cake/libs/cache.php
index <HASH>..<HASH> 100644
--- a/cake/libs/cache.php
+++ b/cake/libs/cache.php
@@ -549,10 +549,16 @@ class Cache {
return array();
}
+/**
+ * Write the session when session data is persisted with cache.
+ *
+ * @return void
+ * @access public
+ */
functi... | Fixing whitespace and adding doc comment. | cakephp_cakephp | train | php |
5535235166b75cb8ef1253ad3c5c9b7ccf9f475d | diff --git a/app/scripts/HiGlassComponent.js b/app/scripts/HiGlassComponent.js
index <HASH>..<HASH> 100644
--- a/app/scripts/HiGlassComponent.js
+++ b/app/scripts/HiGlassComponent.js
@@ -964,7 +964,6 @@ class HiGlassComponent extends React.Component {
targetCanvas.toBlob((blob) => {
download('export... | Avoid memory leak
"The URL lifetime is tied to the document in the window on which it was created."
<URL> | higlass_higlass | train | js,js |
3092917f736b71217a64df9b697495e17406596b | diff --git a/src/Rapid/Model/Response/Creation3dsEnrolmentResponse.php b/src/Rapid/Model/Response/Creation3dsEnrolmentResponse.php
index <HASH>..<HASH> 100644
--- a/src/Rapid/Model/Response/Creation3dsEnrolmentResponse.php
+++ b/src/Rapid/Model/Response/Creation3dsEnrolmentResponse.php
@@ -7,7 +7,7 @@ namespace Eway\Ra... | MUP-<I>: Update SDK | eWAYPayment_eway-rapid-php | train | php |
0ff77049c9d5cdf7e6f42dce28406e4822a039f8 | diff --git a/ecs-init/docker/docker_test.go b/ecs-init/docker/docker_test.go
index <HASH>..<HASH> 100644
--- a/ecs-init/docker/docker_test.go
+++ b/ecs-init/docker/docker_test.go
@@ -253,6 +253,14 @@ func validateCommonCreateContainerOptions(opts godocker.CreateContainerOptions,
if hostCfg.NetworkMode != networkMode... | Update tests to validate CAP_NET_ADMIN capability | aws_amazon-ecs-agent | train | go |
37351c671b9b693714db2808d7d89dfc9c2e289a | diff --git a/aiohttp/client_reqrep.py b/aiohttp/client_reqrep.py
index <HASH>..<HASH> 100644
--- a/aiohttp/client_reqrep.py
+++ b/aiohttp/client_reqrep.py
@@ -668,8 +668,10 @@ class ClientResponse(HeadersMixin):
try:
content = self.content
if content is not None:
- whil... | Close connection if content is not at_eof (#<I>) | aio-libs_aiohttp | train | py,py |
cb2cee5374e73654d7d7b839cbe20f0f8a8e805f | diff --git a/khard/actions.py b/khard/actions.py
index <HASH>..<HASH> 100644
--- a/khard/actions.py
+++ b/khard/actions.py
@@ -23,6 +23,15 @@ class Actions:
@classmethod
def get_action_for_alias(cls, alias):
+ """Find the name of the action for the supplied alias. If no action s
+ asociated w... | Add docstrings to actions.Actions' methods | scheibler_khard | train | py |
1f6701251ef6f0da4c28f67edc84498cdc725f93 | diff --git a/dna.js b/dna.js
index <HASH>..<HASH> 100755
--- a/dna.js
+++ b/dna.js
@@ -505,9 +505,8 @@ dna.compile = {
elems.each(dna.compile.propsAndAttrs);
dna.compile.separators(elem);
//support html5 values for "type" attribute
- $('input[data-attr-type]').each(function() {
- $(th... | replaced annonymous function with named function | dnajs_dna.js | train | js |
14ec0d22507c3fef3595545a6010246fa04cff03 | diff --git a/unyt/unit_object.py b/unyt/unit_object.py
index <HASH>..<HASH> 100644
--- a/unyt/unit_object.py
+++ b/unyt/unit_object.py
@@ -14,6 +14,10 @@ A class that represents a unit symbol.
import copy
+try:
+ from functools import lru_cache
+except ImportError:
+ from backports.functools_lru_cache import... | decorate _check_em_conversions with lru_cache for a nice speedup | yt-project_unyt | train | py |
5196f76ebc26cc43bf38f983dd68da1367a0f0bb | diff --git a/snap7/logo.py b/snap7/logo.py
index <HASH>..<HASH> 100644
--- a/snap7/logo.py
+++ b/snap7/logo.py
@@ -156,7 +156,6 @@ class Logo(object):
amount = 1
wordlen = 0
data = bytearray(0)
- print(data)
logger.debug("write, vm_address:%s, value:%s" %
... | remove a print() statement from logo.py (#<I>) | gijzelaerr_python-snap7 | train | py |
7d59de89a15b277e878c895148f80189318a61b7 | diff --git a/unit_lookup_table.py b/unit_lookup_table.py
index <HASH>..<HASH> 100644
--- a/unit_lookup_table.py
+++ b/unit_lookup_table.py
@@ -18,7 +18,7 @@ from yt.utilities.physical_ratios import \
mass_sun_grams, sec_per_year, sec_per_day, sec_per_hr, \
sec_per_min, temp_sun_kelvin, luminosity_sun_ergs_per... | Add masses for solar system's planets. Introduce jupiter and earth mass as new units
--HG--
branch : yt-<I> | yt-project_unyt | train | py |
f986551bbcdc471491d8bc65b237537256f43bdf | diff --git a/download.js b/download.js
index <HASH>..<HASH> 100644
--- a/download.js
+++ b/download.js
@@ -396,7 +396,7 @@ function getSortedComponents(components, requireName, sorted) {
}
}
if (notNow) {
- tmp = sorted[i];
+ var tmp = sorted[i];
sorted[i] = sorted[indexOfRequirement];
sorted[inde... | Download page: Fix implicitly declared variable | PrismJS_prism | train | js |
bc181f888e2926bd6c06c306149c9ebc0fd084f5 | diff --git a/lib/ydim/config.rb b/lib/ydim/config.rb
index <HASH>..<HASH> 100644
--- a/lib/ydim/config.rb
+++ b/lib/ydim/config.rb
@@ -5,7 +5,7 @@ require 'rclconf'
require 'fileutils'
module YDIM
- VERSION = 1.0.0
+ VERSION = '1.0.0'
class Client
home_dir = ENV['HOME'] || '/tmp'
ydim_default_... | Updated lib/ydim/config.rb | zdavatz_ydim | train | rb |
76bf10a952118c6f66a2967e74d5701618927583 | diff --git a/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java b/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java
+++ b/liquibase-core/src/main/java/liquibase/integra... | New CLI:
- Don't re-handle liquibase.properties in Main when wrapped in new CLI
LB-<I>
DAT-<I> | liquibase_liquibase | train | java |
9e8b3d33d2c535f24fa337dae709a2bf9ab35eac | diff --git a/spec/guard/notifiers/terminal_notifier_spec.rb b/spec/guard/notifiers/terminal_notifier_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/guard/notifiers/terminal_notifier_spec.rb
+++ b/spec/guard/notifiers/terminal_notifier_spec.rb
@@ -27,7 +27,7 @@ describe Guard::Notifier::TerminalNotifier do
it "shou... | Fixes old syntax stuff and adds a better implementation of the available? method. | guard_notiffany | train | rb |
f418c22487af3ab045fede6b047c48192fca136f | diff --git a/src/Stagehand/TestRunner/Runner/PHPUnit.php b/src/Stagehand/TestRunner/Runner/PHPUnit.php
index <HASH>..<HASH> 100644
--- a/src/Stagehand/TestRunner/Runner/PHPUnit.php
+++ b/src/Stagehand/TestRunner/Runner/PHPUnit.php
@@ -115,9 +115,9 @@ class Stagehand_TestRunner_Runner_PHPUnit extends Stagehand_TestRunne... | - Fixed a defect so that the Growl message is output only "FAILURES!" when a test fails. | piece_stagehand-testrunner | train | php |
85884e3521287bb5b0a744622beba89c236e5492 | diff --git a/packages/analytics-core/src/analytics.js b/packages/analytics-core/src/analytics.js
index <HASH>..<HASH> 100644
--- a/packages/analytics-core/src/analytics.js
+++ b/packages/analytics-core/src/analytics.js
@@ -217,6 +217,11 @@ export default class AvAnalytics {
};
trackPageView = url => {
+ // h... | refactor(analytics-core): fixed issue with hashchange not having proper url | Availity_sdk-js | train | js |
2698452751681f81087baaf2f0fa195798592e1e | diff --git a/go/libkb/constants.go b/go/libkb/constants.go
index <HASH>..<HASH> 100644
--- a/go/libkb/constants.go
+++ b/go/libkb/constants.go
@@ -106,7 +106,7 @@ const (
// could be stale.
CachedUserTimeout = 10 * time.Minute
- LinkCacheSize = 0x10000
+ LinkCacheSize = 4000
LinkCacheCleanDur = 1 * time... | Decrease LinkCacheSize default to <I> (#<I>) | keybase_client | train | go,go |
e4258eb46d1055a85abe638272ee52ffa3b7a0f3 | diff --git a/src/lib/Behat/BrowserContext/UserPreferencesContext.php b/src/lib/Behat/BrowserContext/UserPreferencesContext.php
index <HASH>..<HASH> 100644
--- a/src/lib/Behat/BrowserContext/UserPreferencesContext.php
+++ b/src/lib/Behat/BrowserContext/UserPreferencesContext.php
@@ -8,6 +8,7 @@ namespace Ibexa\AdminUi\B... | [Behat] IBX-<I> Added missing UserSettingsPage in UserPreferencesContext (#<I>)
* added missing context
* added missing import
* cs fix | ezsystems_ezplatform-admin-ui | train | php |
aac064fe4ee45ebd7f65cfe562b4b4d31d973f25 | diff --git a/lib/her/model/attributes.rb b/lib/her/model/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/her/model/attributes.rb
+++ b/lib/her/model/attributes.rb
@@ -145,16 +145,16 @@ module Her
attributes.each do |attribute|
attribute = attribute.to_sym
- define_method "#{attr... | Remove some useless castings
Sorry I couldn't resist. | remiprev_her | train | rb |
9c6d6302c3fb5a5c00dd2404482948793452118d | diff --git a/lib/has_scope.rb b/lib/has_scope.rb
index <HASH>..<HASH> 100644
--- a/lib/has_scope.rb
+++ b/lib/has_scope.rb
@@ -11,7 +11,6 @@ module HasScope
def self.included(base)
base.class_eval do
extend ClassMethods
- helper_method :current_scopes
class_attribute :scopes_configuration, :i... | Apply helper_method only on ActionController::Base
This way, HasScope can be included in every class. | plataformatec_has_scope | train | rb,rb |
13a2c7b5b69df260ea3e658a9aea3ed0427f6514 | diff --git a/client/volume_future.go b/client/volume_future.go
index <HASH>..<HASH> 100644
--- a/client/volume_future.go
+++ b/client/volume_future.go
@@ -3,11 +3,11 @@ package client
import (
"encoding/json"
"fmt"
- "math/rand"
"net/http"
"time"
"code.cloudfoundry.org/lager"
+ "github.com/cenkalti/backoff... | Use github.com/cenkalti/backoff in the volume future | concourse_baggageclaim | train | go |
10ae1eab317e681f4b64f15feeaad9e69592eca1 | diff --git a/src/Internal/ControlUtils.php b/src/Internal/ControlUtils.php
index <HASH>..<HASH> 100644
--- a/src/Internal/ControlUtils.php
+++ b/src/Internal/ControlUtils.php
@@ -1,7 +1,6 @@
<?php
namespace mpyw\Co\Internal;
-use React\Promise\Deferred;
use mpyw\Co\AllFailedException;
use mpyw\Co\CoInterface; | Scrutinizer Auto-Fixes (#<I>)
This commit consists of patches automatically generated for this project on <URL> | mpyw_co | train | php |
a46e0544536cde14c37b8b48998bda31a699943e | diff --git a/test/cases/loaders/_css/generateCss.js b/test/cases/loaders/_css/generateCss.js
index <HASH>..<HASH> 100644
--- a/test/cases/loaders/_css/generateCss.js
+++ b/test/cases/loaders/_css/generateCss.js
@@ -1,3 +1,7 @@
var fs = require("fs");
var path = require("path");
-module.exports = fs.readFileSync(path.... | fix for val-loader change | webpack_webpack | train | js |
17601096be08c6555fa5ae495ad93403b753810b | diff --git a/holoviews/plotting/mpl/chart3d.py b/holoviews/plotting/mpl/chart3d.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/mpl/chart3d.py
+++ b/holoviews/plotting/mpl/chart3d.py
@@ -119,7 +119,7 @@ class Scatter3DPlot(Plot3D, PointPlot):
style = self.style[self.cyclic_index]
cdim = poin... | Small bugfix for Scatter3DPlot | pyviz_holoviews | train | py |
a648be5df859e4dd9e0e9b62026634febe12da49 | diff --git a/gwpy/io/nds/__init__.py b/gwpy/io/nds/__init__.py
index <HASH>..<HASH> 100644
--- a/gwpy/io/nds/__init__.py
+++ b/gwpy/io/nds/__init__.py
@@ -47,6 +47,19 @@ finally:
(detector.LLO_4k.prefix,('nds.ligo-la.caltech.edu', 31200)),
(detector.CIT_40.prefix,('nds40.ligo.c... | io.nds: added NDS channel type dicts
- int->str and str->int | gwpy_gwpy | train | py |
1d723668142253d7ab35579cd44a7e72b435e33b | diff --git a/src/Exceptions.php b/src/Exceptions.php
index <HASH>..<HASH> 100644
--- a/src/Exceptions.php
+++ b/src/Exceptions.php
@@ -31,6 +31,8 @@ class Exceptions
{
private static $handlers;
+ private static $errorReportingLevel;
+
public static function setHandler($handler)
{
if (self::$handlers === nul... | Disable error reporting when a handler is in effect | spencer-mortensen_exceptions | train | php |
da2aa295895bf24acc05d30d1350be99823520e0 | diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -1538,7 +1538,7 @@ module ActionDispatch
path = path_fo... | Remove unnecessary `dup` from Mapper `add_route`
The `dup` was introduced by c<I>d0c<I>b<I>e<I>ec<I>b7bc7ea4b
to work around a frozen key. Nowadays, the string is already being
duplicated by the `tr` in `options[:action] ||= action.tr('-', '_')`
and later joined into a new string in `name_for_action`. | rails_rails | train | rb |
70d026420fe4eacfddb4abb544ded60c2a055dae | diff --git a/sos/plugins/apport.py b/sos/plugins/apport.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/apport.py
+++ b/sos/plugins/apport.py
@@ -25,5 +25,12 @@ class Apport(Plugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_copy_spec("/etc/apport/*")
+ self.add_copy_spec("/var/lib/w... | [apport] Add information on specific crashes
The whoopsie ID let's us look the machine up
on errors.ubuntu.com for crash reports.
Partial output from /var/crash let's us
better know what crashdumps the user has without
uploading all of them. | sosreport_sos | train | py |
701772c0e891baad1e195fd8b1595b2828e96376 | diff --git a/course/format/topics/lib.php b/course/format/topics/lib.php
index <HASH>..<HASH> 100644
--- a/course/format/topics/lib.php
+++ b/course/format/topics/lib.php
@@ -143,6 +143,19 @@ class format_topics extends format_base {
// check if there are callbacks to extend course navigation
parent... | MDL-<I> format_topics: section 0 navigation tweak
Section 0 is now only shown in the navigation block if it contains
activities.
If there are no activities then the section is removed.
This mimicks the display on the course page. | moodle_moodle | train | php |
cd6056a58463caac1fe6a8e6594bf590e350c4bc | diff --git a/tests/parser/test_parser.py b/tests/parser/test_parser.py
index <HASH>..<HASH> 100644
--- a/tests/parser/test_parser.py
+++ b/tests/parser/test_parser.py
@@ -157,19 +157,12 @@ def test_html_doc_preprocessor(caplog, tmpdir):
fake_pdf_folder.join("fake{}.pdf".format(i)).write("content")
# No ... | Updates html preprocessor test | HazyResearch_fonduer | train | py |
fce2471d9e99193456586f552165e1716b37e99b | diff --git a/js/src/javascript/beautifier.js b/js/src/javascript/beautifier.js
index <HASH>..<HASH> 100644
--- a/js/src/javascript/beautifier.js
+++ b/js/src/javascript/beautifier.js
@@ -1425,7 +1425,7 @@ Beautifier.prototype.handle_dot = function(current_token) {
this.handle_whitespace_and_comments(current_token,... | regex for js implementation, need to do the same for py | beautify-web_js-beautify | train | js |
c38ac4511c4fae4963c864c6e6e416426791646b | diff --git a/khard/address_book.py b/khard/address_book.py
index <HASH>..<HASH> 100644
--- a/khard/address_book.py
+++ b/khard/address_book.py
@@ -87,10 +87,8 @@ class AddressBook:
"""
if self.loaded:
return len(self.contact_list), 0
- contacts = 0
errors = 0
for ... | Correctly report number of loaded contacts
The documentation of load_all_vcards() says it reports successfully loaded
contacts. That is also the number which is reported in case the vcards have
already been loaded. | scheibler_khard | train | py,py |
c38cffee9c19c2b33d52e4bc62b476e770f0d928 | diff --git a/tlc/prepare.go b/tlc/prepare.go
index <HASH>..<HASH> 100644
--- a/tlc/prepare.go
+++ b/tlc/prepare.go
@@ -10,6 +10,11 @@ import (
// Prepare creates all directories, files, and symlinks.
// It also applies the proper permissions if the files already exist
func (c *Container) Prepare(basePath string) err... | Make Prepare create the containing directory if it doesn't exist | itchio_wharf | train | go |
fb3ffc34913db687535166a74c06e32487b28dc4 | diff --git a/test/test-works.py b/test/test-works.py
index <HASH>..<HASH> 100644
--- a/test/test-works.py
+++ b/test/test-works.py
@@ -25,11 +25,11 @@ def test_works_with_many_ids():
assert 'work' == [ x['message-type'] for x in res ][0]
assert dois[0] == res[0]['message']['DOI']
-def test_works_doesnt_allo... | comment out test for now, cant sort out why not passing on travis
is passing locally | sckott_habanero | train | py |
b4d999a5a6e2e7fdb20f4a2456439895183470df | diff --git a/privacy/export_files/general.js b/privacy/export_files/general.js
index <HASH>..<HASH> 100644
--- a/privacy/export_files/general.js
+++ b/privacy/export_files/general.js
@@ -62,7 +62,7 @@ function loadContent(datafile, callback) {
}
newscript.type = 'text/javascript';
- newscript.src = data;... | MDL-<I> privacy: encode data URL when loading content.
Previously paths that included ? or # characters would break loading. | moodle_moodle | train | js |
f0340f8b0fd3605685446c5bf7b6dce024b7e729 | diff --git a/src/Container/Css.php b/src/Container/Css.php
index <HASH>..<HASH> 100644
--- a/src/Container/Css.php
+++ b/src/Container/Css.php
@@ -114,7 +114,7 @@ class Css extends Container
$hash .= md5($c);
// url case
- } elseif (preg... | fix css file reges | FrenchFrogs_framework | train | php |
6990f9043c712d601cea7d0875badc1e594e7c85 | diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/WsRequest.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/WsRequest.java
index <HASH>..<HASH> 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/WsRequest.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/WsRequest.java
@@ -24,7 +24,7 @@... | Replace checkNotNull by requireNonNull in sonar-ws | SonarSource_sonarqube | train | java |
e94d409a895c41f82b48a4d3628b0a42679e558f | diff --git a/lib/strings2csv/converter.rb b/lib/strings2csv/converter.rb
index <HASH>..<HASH> 100644
--- a/lib/strings2csv/converter.rb
+++ b/lib/strings2csv/converter.rb
@@ -16,10 +16,11 @@ module Strings2CSV
end
def default_headers
- headers = ['Variables']
+ headers = ["Variables"]
@file... | use the full strings file path as header and language key
fixes problems with en.lproj/Localizable.strings de.lproj/Localizable.strings kind of collisions | netbe_Babelish | train | rb |
bbe1bc4a87c15cc99a953f096b924470253d1efe | diff --git a/blueocean-admin/src/main/js/redux/actions.js b/blueocean-admin/src/main/js/redux/actions.js
index <HASH>..<HASH> 100644
--- a/blueocean-admin/src/main/js/redux/actions.js
+++ b/blueocean-admin/src/main/js/redux/actions.js
@@ -112,7 +112,7 @@ export const actions = {
fetchRunsIfNeeded(config) {
... | [UX-<I>] Add Trailing slash to runs fetch to stop redirect | jenkinsci_blueocean-plugin | train | js |
29bf2c59d868dacf36310a6e6ef79bc3dde3dd16 | diff --git a/suds/sudsobject.py b/suds/sudsobject.py
index <HASH>..<HASH> 100644
--- a/suds/sudsobject.py
+++ b/suds/sudsobject.py
@@ -59,10 +59,11 @@ class Factory:
@classmethod
def subclass(cls, name, super):
name = name.encode('utf-8')
- myclass = cls.cache.get(name)
+ key = "%s.%s" ... | update cache key in Factory to include class name | ovnicraft_suds2 | train | py |
2ab367f95b6d16056ea73bc4bd3000a83aa99fd3 | diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -2539,7 +2539,7 @@ def line(name, content, match=None, mode=None, location=None,
.. code-block: yaml
- /etc/myconfig.conf
+ /etc/myconfig.conf:
file.li... | file.line state: add missing colon in docstring | saltstack_salt | train | py |
9f98115871360e2ef2f7dbe601a68dd507c4bef4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,15 @@
import sys
import os
-from distutils.core import setup, Extension
-from distutils.command.clean import clean
-from distutils.command.build_ext import build_ext
-from distutils.command.install_data import insta... | More fixes for Windows/Appveyor, Part 4c | aleaxit_gmpy | train | py |
8736d74e555d7294761bc8e31c9020bda3160845 | diff --git a/lib/veritas/relation/operation/order/direction_set.rb b/lib/veritas/relation/operation/order/direction_set.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas/relation/operation/order/direction_set.rb
+++ b/lib/veritas/relation/operation/order/direction_set.rb
@@ -90,8 +90,6 @@ module Veritas
@di... | Update DirectionSet so constant is declared at the bottom of the source | dkubb_axiom | train | rb |
534a0300eb355e1fe6598f52860caa1104b01a28 | diff --git a/Model/AuditReaderInterface.php b/Model/AuditReaderInterface.php
index <HASH>..<HASH> 100644
--- a/Model/AuditReaderInterface.php
+++ b/Model/AuditReaderInterface.php
@@ -38,12 +38,4 @@ interface AuditReaderInterface
* @param string $id
*/
public function findRevisions($className, $id);
-
-... | Undo add AuditReader diff method | sonata-project_SonataAdminBundle | train | php |
9b013ea1b77fb0d3c16ed219bf41775b8b18f9ae | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
+ 'Pro... | update setup.py with <I> support | singingwolfboy_flask-dance | train | py |
9e681bce319c010162f92274ca5e1136f486e7c7 | diff --git a/examples/react-web/src/chess/grid.js b/examples/react-web/src/chess/grid.js
index <HASH>..<HASH> 100644
--- a/examples/react-web/src/chess/grid.js
+++ b/examples/react-web/src/chess/grid.js
@@ -84,6 +84,7 @@ export class Grid extends React.Component {
onClick={this.onClick}
onMous... | Fix examples (#<I>)
* Fix examples
* Remove plugin entirely | nicolodavis_boardgame.io | train | js |
3e143d98af5d3a56ebda391a600e3a2b2bdc0ac5 | diff --git a/src/TestSuite/Fixture/FixtureManager.php b/src/TestSuite/Fixture/FixtureManager.php
index <HASH>..<HASH> 100644
--- a/src/TestSuite/Fixture/FixtureManager.php
+++ b/src/TestSuite/Fixture/FixtureManager.php
@@ -277,11 +277,13 @@ class FixtureManager {
foreach ($dbs as $connection => $fixtures) {
$db ... | Disable foreign keys when truncating tables.
This fixes issues in MySQL where truncation cannot occur when tables
have foreign keys. | cakephp_cakephp | train | php |
8291119885223f00cc31eacb547b030216405ae0 | diff --git a/ledgerautosync/sync.py b/ledgerautosync/sync.py
index <HASH>..<HASH> 100644
--- a/ledgerautosync/sync.py
+++ b/ledgerautosync/sync.py
@@ -7,7 +7,9 @@ class Synchronizer(object):
self.ledger = ledger
def is_txn_synced(self, acctid, txn):
- return (self.ledger.get_transaction("meta ofx... | fix ledger search for crazy fitids | egh_ledger-autosync | train | py |
22263e464a4654954f6a29838c24961826e24aee | diff --git a/tests/unit/io/JSONGraphFormatTest.py b/tests/unit/io/JSONGraphFormatTest.py
index <HASH>..<HASH> 100644
--- a/tests/unit/io/JSONGraphFormatTest.py
+++ b/tests/unit/io/JSONGraphFormatTest.py
@@ -51,6 +51,14 @@ class JSONGraphFormatTest:
'pore.area', 'pore.volume'}
assert pore... | Ensure correctness of pore properties | PMEAL_OpenPNM | train | py |
a9501e63ae3403eb2863d310c3ac79f2337b033d | diff --git a/openfisca_web_api/controllers/parameters.py b/openfisca_web_api/controllers/parameters.py
index <HASH>..<HASH> 100644
--- a/openfisca_web_api/controllers/parameters.py
+++ b/openfisca_web_api/controllers/parameters.py
@@ -99,15 +99,16 @@ def api1_parameters(req):
parameter_json['description'] ... | Return currency only if tax benefit system supports it | openfisca_openfisca-web-api | train | py |
aa96fcbc7724ccd0306b6df0b1aaa9f86aa1d507 | diff --git a/src/core/lombok/core/AnnotationProcessor.java b/src/core/lombok/core/AnnotationProcessor.java
index <HASH>..<HASH> 100644
--- a/src/core/lombok/core/AnnotationProcessor.java
+++ b/src/core/lombok/core/AnnotationProcessor.java
@@ -121,8 +121,6 @@ public class AnnotationProcessor extends AbstractProcessor {
... | Whoops, ecj was broken due to half work on a previous commit to take ecj annotation processing offline. | rzwitserloot_lombok | train | java |
550df4244a8cf0db1cfe3c997874286651551eb2 | diff --git a/spec/agent_spec.rb b/spec/agent_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/agent_spec.rb
+++ b/spec/agent_spec.rb
@@ -223,6 +223,7 @@ describe Instrumental::Agent, "enabled" do
5.times do |i|
@agent.increment('overflow_test', i + 1, 300)
end
+ @agent.instance_variable_get(:@... | correctly check queue is empty after sending sync commands | Instrumental_instrumental_agent-ruby | train | rb |
c2abcdf94b69a83c4b2536d5fdeac08426c6bd69 | diff --git a/src/ScayTrase/StoredFormsBundle/Form/Type/ChoiceFieldType.php b/src/ScayTrase/StoredFormsBundle/Form/Type/ChoiceFieldType.php
index <HASH>..<HASH> 100644
--- a/src/ScayTrase/StoredFormsBundle/Form/Type/ChoiceFieldType.php
+++ b/src/ScayTrase/StoredFormsBundle/Form/Type/ChoiceFieldType.php
@@ -16,6 +16,9 @@... | required, multiple, extended fields at configuration form | nemesis-platform_persistent-forms | train | php |
d0d53322c9ef5ce6389f2b8b2edfc48520889785 | diff --git a/cherrypy/_cplogging.py b/cherrypy/_cplogging.py
index <HASH>..<HASH> 100644
--- a/cherrypy/_cplogging.py
+++ b/cherrypy/_cplogging.py
@@ -109,9 +109,6 @@ the "log.error_file" config entry, for example).
import datetime
import logging
-# Silence the no-handlers "warning" (stderr write!) in stdlib loggin... | Fix E<I> in _cplogging | cherrypy_cheroot | train | py |
136ca7c87decaa7d028267d69a1d6ed877a32106 | diff --git a/lib/navigationlib.php b/lib/navigationlib.php
index <HASH>..<HASH> 100644
--- a/lib/navigationlib.php
+++ b/lib/navigationlib.php
@@ -1473,7 +1473,6 @@ class global_navigation extends navigation_node {
protected function load_for_user($user=null, $forceforcontext=false) {
global $DB, $CFG, $U... | NOBUG: Tidied up coding style in navigationlib | moodle_moodle | train | php |
ab507a68859341533b16df0cf0952c4082547af8 | diff --git a/spec/call/call_spec.rb b/spec/call/call_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/call/call_spec.rb
+++ b/spec/call/call_spec.rb
@@ -46,4 +46,22 @@ describe EvalHook::HookHandler, "hook handler hooks" do
}.should_not raise_error
end
end
+
+ class XDefinedOutside56
+ def method_missi... | <I> failing test: method missing with one argument | tario_evalhook | train | rb |
b88ed75b951452bac7c088342a7333134dc1bda1 | diff --git a/lib/zss/service.rb b/lib/zss/service.rb
index <HASH>..<HASH> 100644
--- a/lib/zss/service.rb
+++ b/lib/zss/service.rb
@@ -115,19 +115,18 @@ module ZSS
def handle_request(message)
start_time = Time.now.utc
+
log.info("Handle request for #{message.address}", request_metadata(message))
... | refactor sid validation on request | micro-toolkit_zmq-service-suite-ruby | train | rb |
54a20cf9b461d2c265e87bbbb55351d34b0c1382 | diff --git a/wepay.php b/wepay.php
index <HASH>..<HASH> 100755
--- a/wepay.php
+++ b/wepay.php
@@ -80,7 +80,7 @@ class WePay {
'state' => empty($options['state']) ? '' : $options['state'],
'user_name' => empty($options['user_name']) ? '' : $options['user_name'],
'user_email' => empty($opti... | Specify $arg_separator in http_build_query()
It defaults to arg_separator.output which may not be understood by WePay servers.
This parameter is available since PHP <I>, I'm not sure what's the minimum PHP version supported by the SDK. | wepay_PHP-SDK | train | php |
b32463b14928efee342386604d662c31b5a7e935 | diff --git a/pypyscrypt.py b/pypyscrypt.py
index <HASH>..<HASH> 100755
--- a/pypyscrypt.py
+++ b/pypyscrypt.py
@@ -56,11 +56,8 @@ def scrypt(password, salt, N=SCRYPT_N, r=SCRYPT_r, p=SCRYPT_p, olen=64):
N, r, p must be positive
"""
- def array_overwrite(source, source_start, dest, dest_start, length)... | Use slicing for array overwrite
Improves overall speed by ~<I>%. | jvarho_pylibscrypt | train | py |
52889eff9b6ded4a09096e339c0227ca9be8fab1 | diff --git a/abydos/fingerprint.py b/abydos/fingerprint.py
index <HASH>..<HASH> 100644
--- a/abydos/fingerprint.py
+++ b/abydos/fingerprint.py
@@ -719,8 +719,8 @@ def synoname_toolcode(lname, fname='', qual='', normalize=0):
loc = full_name.find(extra)
if loc != -1:
toolcode[7... | BUG: fixed another case of taking a char instead of a slice | chrislit_abydos | train | py |
4a1cf7d8b223938aa6339efbeb4fb9d899b50981 | diff --git a/tutum/stream.go b/tutum/stream.go
index <HASH>..<HASH> 100644
--- a/tutum/stream.go
+++ b/tutum/stream.go
@@ -94,6 +94,7 @@ func messagesHandler(ws *websocket.Conn, ticker *time.Ticker, msg Event, c chan
log.Println("READ ERR")
ticker.Stop()
e <- err
+ return
}
if reflect.TypeOf(msg)... | break loop when websocket fails to be read | tutumcloud_go-tutum | train | go |
eab66b5a0c700a9415dcb5aee763179f0eb42dd7 | diff --git a/OpenPNM/Base/__Controller__.py b/OpenPNM/Base/__Controller__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Base/__Controller__.py
+++ b/OpenPNM/Base/__Controller__.py
@@ -295,6 +295,9 @@ class Controller(dict):
self[net.name] = net
else:
raise Exception('Simulation with th... | Fixed bug in load_simulation where sub-objects were not being regisistered with the controller | PMEAL_OpenPNM | train | py |
b2190fc5404129b6aa775f5f99460d6772a5a6c2 | diff --git a/warehouse/search/__init__.py b/warehouse/search/__init__.py
index <HASH>..<HASH> 100644
--- a/warehouse/search/__init__.py
+++ b/warehouse/search/__init__.py
@@ -42,8 +42,8 @@ def includeme(config):
[urllib.parse.urlunparse(p[:2] + ("",) * 4)],
verify_certs=True,
ca_certs=certifi... | be aggressive in timeouts/retries with Elasticsearch (#<I>) | pypa_warehouse | train | py |
ac1effeb41a0eff711a4427542eb4327477a551c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,6 @@ setup(
version=__version__,
url="https://github.com/alice1017/watcher",
description="The watcher can monitoring the file modification.",
- long_description=open("README.md").read(),
py_mod... | Setup script not supported markdown. | alice1017_mdfmonitor | train | py |
3ca8ce07a6c4f456cc70fe5c23b6f9f253c4d027 | diff --git a/examples/with-segment-analytics/pages/_app.js b/examples/with-segment-analytics/pages/_app.js
index <HASH>..<HASH> 100644
--- a/examples/with-segment-analytics/pages/_app.js
+++ b/examples/with-segment-analytics/pages/_app.js
@@ -24,7 +24,10 @@ function MyApp({ Component, pageProps }) {
return (
<P... | Add id to inline Segment script (#<I>)
When I don't include an `id`, I see the console error "VM<I>:1 Segment snippet included twice."
According to <URL> | zeit_next.js | train | js |
c2b702f8474c42ba56eaf18548dbab4d271f13cd | diff --git a/lib/list_matcher.rb b/lib/list_matcher.rb
index <HASH>..<HASH> 100644
--- a/lib/list_matcher.rb
+++ b/lib/list_matcher.rb
@@ -159,7 +159,9 @@ module List
def best_prefix(list)
acceptable = nil
- (1..list.map(&:size).min).each do |l|
+ sizes = list.map(&:size)
+ lim = sizes.uniq... | fixed bug when all items in list are same size | dfhoughton_list_matcher | train | rb |
f8a3e90180f3abb7cbbe9068d7a81af3750fcfc9 | diff --git a/spec/medie_spec.rb b/spec/medie_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/medie_spec.rb
+++ b/spec/medie_spec.rb
@@ -5,15 +5,28 @@ class Always
true
end
end
+class Never
+ def can_handle?(response)
+ false
+ end
+end
describe Medie do
it "should return acceptable registries" do... | supports nil if not found | caelum_medie | train | rb |
aaddeae699dd922547a2560aa207bd4b5256a807 | diff --git a/packages/veritone-widgets/src/widgets/UserProfile/index.js b/packages/veritone-widgets/src/widgets/UserProfile/index.js
index <HASH>..<HASH> 100644
--- a/packages/veritone-widgets/src/widgets/UserProfile/index.js
+++ b/packages/veritone-widgets/src/widgets/UserProfile/index.js
@@ -89,7 +89,8 @@ export clas... | disable submit button while waiting for network response | veritone_veritone-sdk | train | js |
496cfa85729a73fb5807a7e217c2a7d6ad395d37 | diff --git a/src/basis/dragdrop.js b/src/basis/dragdrop.js
index <HASH>..<HASH> 100644
--- a/src/basis/dragdrop.js
+++ b/src/basis/dragdrop.js
@@ -44,7 +44,7 @@
}
function startDrag(event){
- if (dragElement)
+ if (dragElement || this.ignoreTarget(event.sender, event))
return;
// Some browse... | dragdrop: implement DragDropElement#ignoreTarget
by default don't init d&d if event target is <input>, <textarea>,
<select> and <button> element | basisjs_basisjs | train | js |
32f2c236cec805d80fb3a3b5a12cb0258a1276f0 | diff --git a/mbed/mbed.py b/mbed/mbed.py
index <HASH>..<HASH> 100644
--- a/mbed/mbed.py
+++ b/mbed/mbed.py
@@ -2434,10 +2434,10 @@ def config_(var=None, value=None, global_cfg=False, unset=False, list_config=Fal
else:
# Find the root of the program
program = Program(os.getcwd())
- ... | Allowing root directory configuration to happen in an unknown project directory | ARMmbed_mbed-cli | train | py |
29fa48d8c31a9bb8828a7931df243412b65eef83 | diff --git a/lib/browser/api/app.js b/lib/browser/api/app.js
index <HASH>..<HASH> 100644
--- a/lib/browser/api/app.js
+++ b/lib/browser/api/app.js
@@ -24,15 +24,15 @@ Object.assign(app, {
return Menu.getApplicationMenu()
},
commandLine: {
- appendSwitch() {
- let castedArgs = [...arguments].map((arg)... | :wrench: Ensure correct types for commandLine
This commit ensures that arguments passed to `appendSwitch` and `appendArgument` are turned into strings before passing them over to the binding. | electron_electron | train | js |
71285d4dfde9e75b0ff5855d7acabdbcf964e2a8 | diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/deploymentscanner/ScannerView.java b/gui/src/main/java/org/jboss/as/console/client/shared/subsys/deploymentscanner/ScannerView.java
index <HASH>..<HASH> 100644
--- a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/deploymentscanner/Sca... | Add FormItems to add dialog so that defaults will work correctly. | hal_core | train | java |
e2bc9727500584e055ce603bf95f00165c657ec2 | diff --git a/lib/py/src/transport/TTransport.py b/lib/py/src/transport/TTransport.py
index <HASH>..<HASH> 100644
--- a/lib/py/src/transport/TTransport.py
+++ b/lib/py/src/transport/TTransport.py
@@ -169,7 +169,6 @@ class TBufferedTransport(TTransportBase, CReadableTransport):
# on exception reset wbuf so i... | THRIFT-<I> remove useless code cause performance problem
Client: python
This closes #<I> | limingxinleo_thrift | train | py |
41e41de41b8821b6889d4cdb3d5f4e1d0d609293 | diff --git a/app/models/abstract.js b/app/models/abstract.js
index <HASH>..<HASH> 100644
--- a/app/models/abstract.js
+++ b/app/models/abstract.js
@@ -42,7 +42,7 @@ export default Model.extend(UserSession, EmberValidations, {
this._super(options).then(function(results) {
Ember.run(null, re... | Fixed issue retrying save. | HospitalRun_hospitalrun-frontend | train | js |
f18335b90d4d6cbc7e2e8f5d4e12b30d7ba1d38d | diff --git a/js/cryptopia.js b/js/cryptopia.js
index <HASH>..<HASH> 100644
--- a/js/cryptopia.js
+++ b/js/cryptopia.js
@@ -88,10 +88,12 @@ module.exports = class cryptopia extends Exchange {
const currencies = {
'ACC': 'AdCoin',
'CC': 'CCX',
+ 'CMT': 'Comet',
'... | cryptopia QBT → Cubits, CMT → Comet fix #<I> | ccxt_ccxt | train | js |
0d682cf12dd7998d6034a78baf427fdd08506357 | diff --git a/omemo/implementations/jsonfilestorage.py b/omemo/implementations/jsonfilestorage.py
index <HASH>..<HASH> 100644
--- a/omemo/implementations/jsonfilestorage.py
+++ b/omemo/implementations/jsonfilestorage.py
@@ -59,7 +59,7 @@ class JSONFileStorage(Storage):
@staticmethod
def getHashForBareJID(bar... | JSONFileStorage: Prevent from choking on non-ascii characters in JIDs | Syndace_python-omemo | train | py |
ae1a0230b0276fbc91985a30dfd7e75fe710ec08 | diff --git a/lib/respec.js b/lib/respec.js
index <HASH>..<HASH> 100644
--- a/lib/respec.js
+++ b/lib/respec.js
@@ -28,7 +28,7 @@
}
ReSpec.RE = {
variable: /^(\w+)([+*?])?$/,
- templates: /(?:\\(?:\\\\)*`)|`\s*(\w+[+*?]?)\s*`/g,
+ templates: /\\(?:\\\\)*{|{\s*(\w+[+*?]?)\s*}/g,
countPar... | {} makes more sense for enclosing vars in a regex structure and it matches what lexx does | bline_remix | train | js |
8ba113ffef1a6f3ca65bbab6964aa13c140ca572 | diff --git a/lib/veritas/relation/operation/order/direction_set.rb b/lib/veritas/relation/operation/order/direction_set.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas/relation/operation/order/direction_set.rb
+++ b/lib/veritas/relation/operation/order/direction_set.rb
@@ -12,7 +12,7 @@ module Veritas
end
... | Refactored common initialization code in DirectionSet | dkubb_axiom | train | rb |
714948da828f9650ab2d30abfe9d19222fa0bca1 | diff --git a/worker/buildbot_worker/test/unit/test_scripts_create_slave.py b/worker/buildbot_worker/test/unit/test_scripts_create_slave.py
index <HASH>..<HASH> 100644
--- a/worker/buildbot_worker/test/unit/test_scripts_create_slave.py
+++ b/worker/buildbot_worker/test/unit/test_scripts_create_slave.py
@@ -595,8 +595,8 ... | rename local buildslave_mock -> worker_mock | buildbot_buildbot | train | py |
d621cc56b60aa9c78ad34b568faeeda9cd5211db | diff --git a/Command/PlatformInstallCommand.php b/Command/PlatformInstallCommand.php
index <HASH>..<HASH> 100644
--- a/Command/PlatformInstallCommand.php
+++ b/Command/PlatformInstallCommand.php
@@ -18,6 +18,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\ArrayInput;
use Symf... | claroline:install runs doctrine:database:create | claroline_CoreBundle | train | php |
66ec98eca5b69167089b383848b1ab0e856bac9c | diff --git a/Entity/ThemeCssInterface.php b/Entity/ThemeCssInterface.php
index <HASH>..<HASH> 100644
--- a/Entity/ThemeCssInterface.php
+++ b/Entity/ThemeCssInterface.php
@@ -12,7 +12,7 @@
namespace WellCommerce\Bundle\ThemeBundle\Entity;
-use WellCommerce\Bundle\AppBundle\Entity\TimestampableInterface;
+use WellC... | AppBundle fixes
(cherry picked from commit 2cd8a<I>e4ffa<I>ba<I>c6a8d<I>d<I>cb1a<I>df7) | WellCommerce_WishlistBundle | train | php,php |
55fb1a39259bf99107c6bb4edf430d6050a6e075 | diff --git a/lib/tasque/configuration.rb b/lib/tasque/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/tasque/configuration.rb
+++ b/lib/tasque/configuration.rb
@@ -41,6 +41,7 @@ module Tasque
attr_accessor :worker
attr_accessor :heartbeat
attr_accessor :heartbeat_interval
+ attr_accessor :heart... | Configuration: heartbeat_payload added | Gropher_tasque | train | rb,rb,rb |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.