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 |
|---|---|---|---|---|---|
b16f026deb9ba9b7323457b7a40df1cc966d7963 | diff --git a/scenarios/kubernetes_janitor.py b/scenarios/kubernetes_janitor.py
index <HASH>..<HASH> 100755
--- a/scenarios/kubernetes_janitor.py
+++ b/scenarios/kubernetes_janitor.py
@@ -134,8 +134,6 @@ def check_ci_jobs():
# Hard code node-ci project here
clean_project('k8s-jkns-ci-node-e2e')
- # gke in... | strip spaces, also remove an internal project | kubernetes_test-infra | train | py |
379a42cb26cf86e9fdec0826f76bafd38509e838 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -541,6 +541,11 @@ function forum_cron () {
}
$posthtml .= '</body>';
+ if($userto->mailformat != 1) {
+ // This user DOE... | Bugfix: don't send HTML digests to users who want simple text mail. | moodle_moodle | train | php |
75d8d015beedbdcdee51ac1d7dc0203027b2d520 | diff --git a/src/Model/Behavior/FootprintBehavior.php b/src/Model/Behavior/FootprintBehavior.php
index <HASH>..<HASH> 100644
--- a/src/Model/Behavior/FootprintBehavior.php
+++ b/src/Model/Behavior/FootprintBehavior.php
@@ -81,7 +81,7 @@ class FootprintBehavior extends Behavior
foreach (array_keys($config) as $... | Fixes Ambiguous SQL Queries
This change causes the Model name to attach to field names preventing database ambiguous errors. For example group_id becomes Users.group_id.
This fixes makes it useful for multi-tenant applications. | UseMuffin_Footprint | train | php |
c2ab52464203c96c103085d82f27cd737836a563 | diff --git a/src/Connection.php b/src/Connection.php
index <HASH>..<HASH> 100644
--- a/src/Connection.php
+++ b/src/Connection.php
@@ -77,4 +77,17 @@ class Connection implements ConnectionInterface
return $this->connection;
}
+
+
+ /**
+ * Sets a timezone.
+ *
+ * @param string $timezone ... | Adding ability to set timezone. | air-php_database | train | php |
3c257eb5c4856ee2c9ad6d9becc6e58d8b505dc3 | diff --git a/src/main/java/com/aspectran/console/service/ConsoleAspectranService.java b/src/main/java/com/aspectran/console/service/ConsoleAspectranService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/aspectran/console/service/ConsoleAspectranService.java
+++ b/src/main/java/com/aspectran/console/service/Co... | Reserved commands for Aspectran console applications starts with the special character "!". | aspectran_aspectran | train | java |
6b00c28774fa3b98e51db240f9e7e0320b37a71e | diff --git a/lib/god/cli/command.rb b/lib/god/cli/command.rb
index <HASH>..<HASH> 100644
--- a/lib/god/cli/command.rb
+++ b/lib/god/cli/command.rb
@@ -215,7 +215,7 @@ module God
puts "killing process"
::Process.kill('KILL', pid)
- ::Process.waitpid2(pid) rescue Errno::... | Fix improper usage of single-line rescue. | mojombo_god | train | rb,rb |
29a3f8f5aeb9cc2b5f13117ad33e8b901901b838 | diff --git a/src/main/java/com/box/sdk/http/HttpHeaders.java b/src/main/java/com/box/sdk/http/HttpHeaders.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/box/sdk/http/HttpHeaders.java
+++ b/src/main/java/com/box/sdk/http/HttpHeaders.java
@@ -9,6 +9,8 @@ public final class HttpHeaders {
public static final... | If-Match and If-None-Match headers implementation | box_box-java-sdk | train | java |
ca54470cbfe40c4cc7a0bd04e6e52746b0c13649 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@ import glob, os, sys
if sys.version[0:1] == '1':
raise RuntimeError, ("pyscard requires Python 2.x to build.")
-print get_platform()
if 'win32'==get_platform():
platform__cc_defines=[('WIN32', '100... | Improved detection of Mac OS X darwin platform | LudovicRousseau_pyscard | train | py |
5a783005ce03b962d5d6ea85999010a7ab0122ec | diff --git a/lib/RunTestsCommand.php b/lib/RunTestsCommand.php
index <HASH>..<HASH> 100644
--- a/lib/RunTestsCommand.php
+++ b/lib/RunTestsCommand.php
@@ -42,9 +42,8 @@ class RunTestsCommand extends Command
)
->addArgument(
'browser',
- InputArgument::OPTIONAL, ... | Make browser argument required to unexpected behavior when unintentionally ommiting environment name | lmc-eu_steward | train | php |
0ee48b64a681eb0f8c01046b10afb9ff80edd4e4 | diff --git a/lib/zertico/version.rb b/lib/zertico/version.rb
index <HASH>..<HASH> 100644
--- a/lib/zertico/version.rb
+++ b/lib/zertico/version.rb
@@ -1,3 +1,3 @@
module Zertico
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end | Bumping version to <I> | zertico_zertico | train | rb |
49a4b6df5e3b53a5254b2200c7576dbf59079de1 | diff --git a/zhmcclient/_lpar.py b/zhmcclient/_lpar.py
index <HASH>..<HASH> 100644
--- a/zhmcclient/_lpar.py
+++ b/zhmcclient/_lpar.py
@@ -217,7 +217,7 @@ class Lpar(BaseResource):
return result
@_log_call
- def load(self, load_address, wait_for_completion=True):
+ def load(self, load_address, loa... | lpar.load(): Added support for load-parameter field
The load parameter field is an optional field supported by the API
for the load operation. It may be required by the system to sucessfully
load an LPAR. For example, it might be used to determine which PLEX an
LPAR belongs to. | zhmcclient_python-zhmcclient | train | py |
cb8ee0a4d9fd7d1f6a2b8f6856d842d38e6dfb69 | diff --git a/nexl-engine/nexl-engine.js b/nexl-engine/nexl-engine.js
index <HASH>..<HASH> 100644
--- a/nexl-engine/nexl-engine.js
+++ b/nexl-engine/nexl-engine.js
@@ -1066,25 +1066,4 @@ module.exports = (function () {
'settings-list': Object.keys(GLOBAL_SETTINGS),
resolveJsVariables: resolveJsVariables
};
-}())... | - it was redundant ;) | liamray_nexl-engine | train | js |
ce032ee359fb4c492288aa961401e46f6862e918 | diff --git a/src/graphic/Path.js b/src/graphic/Path.js
index <HASH>..<HASH> 100644
--- a/src/graphic/Path.js
+++ b/src/graphic/Path.js
@@ -136,9 +136,10 @@ define(function (require) {
// FIXME Must after updateTransform
var w = style.lineWidth;
// PENDING, ... | Fix line scale in Path#contain | ecomfe_zrender | train | js |
86aa0dd7f1f0761f92d48861f146606766b9a17e | diff --git a/Observer/Backend/OrderAfterRefund.php b/Observer/Backend/OrderAfterRefund.php
index <HASH>..<HASH> 100644
--- a/Observer/Backend/OrderAfterRefund.php
+++ b/Observer/Backend/OrderAfterRefund.php
@@ -72,7 +72,6 @@ class OrderAfterRefund implements \Magento\Framework\Event\ObserverInterface
// Ch... | ECPINT-<I> - add action id for on backend for refund | checkout_checkout-magento2-plugin | train | php |
2a6af900a632316275657e8a562124a28e0131b2 | diff --git a/examples/single_logger.php b/examples/single_logger.php
index <HASH>..<HASH> 100644
--- a/examples/single_logger.php
+++ b/examples/single_logger.php
@@ -7,5 +7,5 @@ $logger = Cascade::getLogger('some_logger');
$logger->pushHandler(new Monolog\Handler\StreamHandler('php://stdout'));
$logger->info('Helloo... | fix typo "following" (#<I>) | theorchard_monolog-cascade | train | php |
b45f8919c981a9b78294bc5e4b7048f8b029fd54 | diff --git a/core/sawtooth/cli/cluster.py b/core/sawtooth/cli/cluster.py
index <HASH>..<HASH> 100644
--- a/core/sawtooth/cli/cluster.py
+++ b/core/sawtooth/cli/cluster.py
@@ -348,6 +348,7 @@ def do_cluster_stop(args):
# Force kill any targeted nodes that are still up
for node_name in find_still_up(node_name... | Fixed stats command of 'sawtooth cluster'
Fixed the way in which the sawtooth cluster stats command
determines the stype of node controller to use. It was
looking at the state file directly instead of using the
get_node_controller function. | hyperledger_sawtooth-core | train | py |
929cdf06deeac8c773ce7c8daa057630c7d265f5 | diff --git a/course/category.php b/course/category.php
index <HASH>..<HASH> 100644
--- a/course/category.php
+++ b/course/category.php
@@ -43,7 +43,7 @@ $sesskey = optional_param('sesskey', '', PARAM_RAW);
// MDL-27824 - This is a temporary fix until we have the proper
// way to check/initialize $CFG value.
// @tod... | MDL-<I> course categories: change isset() to empty() | moodle_moodle | train | php |
bf49860194e2435faa57bb910876eecad9da454f | diff --git a/src/main/java/spark/Spark.java b/src/main/java/spark/Spark.java
index <HASH>..<HASH> 100644
--- a/src/main/java/spark/Spark.java
+++ b/src/main/java/spark/Spark.java
@@ -52,9 +52,23 @@ public class Spark {
private static SparkServer server;
private static RouteMatcher routeMatcher;
+ private... | Add call host API from Spark class. | perwendel_spark | train | java |
3b180353a1bef3fc8598831720efaebb8f727fd7 | diff --git a/database/index.go b/database/index.go
index <HASH>..<HASH> 100644
--- a/database/index.go
+++ b/database/index.go
@@ -129,7 +129,7 @@ func documentScore(pdoc *doc.Package) float64 {
}
}
- if !pdoc.Truncated &&
+ if !pdoc.IsCmd && !pdoc.Truncated &&
len(pdoc.Consts) == 0 &&
len(pdoc.Vars) == 0 ... | show commands, but penalize them
Except those that import the "go/*" packages. | golang_gddo | train | go |
8f86bdc7a109daa05de96e2faa653a9d2e5991d7 | diff --git a/lib/locales/plurals.rb b/lib/locales/plurals.rb
index <HASH>..<HASH> 100644
--- a/lib/locales/plurals.rb
+++ b/lib/locales/plurals.rb
@@ -10,7 +10,7 @@ ru_rule = lambda do |count|
when (2..4).include?(count)
:few
else
- :other
+ :many
end
else
:other | Change :other plurals to :many for Integer. | kslazarev_numbers_and_words | train | rb |
6509464e88eac3fa5e08fba1c4c1041878b3ef98 | diff --git a/lib/agent/updater.js b/lib/agent/updater.js
index <HASH>..<HASH> 100644
--- a/lib/agent/updater.js
+++ b/lib/agent/updater.js
@@ -5,16 +5,12 @@ var join = require('path').join,
spawn = require('child_process').spawn,
package = require(join('..', 'conf', 'package'));
-var should_check = fun... | Removed should_upgrade time limitation logic. | prey_prey-node-client | train | js |
a80ccb82cb46f633bb610ac5d370898739faf97d | diff --git a/scheduler/reconcile_util.go b/scheduler/reconcile_util.go
index <HASH>..<HASH> 100644
--- a/scheduler/reconcile_util.go
+++ b/scheduler/reconcile_util.go
@@ -256,8 +256,10 @@ func (a allocSet) filterByRescheduleable(isBatch bool, now time.Time, evalID str
var eligibleNow, eligibleLater bool
var resch... | Only ignore rescheduled allocations if they got stopped | hashicorp_nomad | train | go |
7660954b79be05246a9d8ffc8713ec0ce0d63453 | diff --git a/keyvalue/clients/src/main/java/tachyon/client/keyvalue/hadoop/KeyValueOutputCommitter.java b/keyvalue/clients/src/main/java/tachyon/client/keyvalue/hadoop/KeyValueOutputCommitter.java
index <HASH>..<HASH> 100644
--- a/keyvalue/clients/src/main/java/tachyon/client/keyvalue/hadoop/KeyValueOutputCommitter.jav... | Add comment about staying compatible with hdfs1 | Alluxio_alluxio | train | java |
771f7c2e66e961e021ddddf74afb9e4a815628b6 | diff --git a/lib/multirepo/commands/open.rb b/lib/multirepo/commands/open.rb
index <HASH>..<HASH> 100644
--- a/lib/multirepo/commands/open.rb
+++ b/lib/multirepo/commands/open.rb
@@ -15,9 +15,7 @@ module MultiRepo
super
@entries.each do |entry|
- # OS X
- `open #{entry.repo.working_c... | Minor change in open.rb. | fortinmike_git-multirepo | train | rb |
236332d8c74d246f01639e4692917cc5a6f0185b | diff --git a/cypress/integration/rendering/stateDiagram.spec.js b/cypress/integration/rendering/stateDiagram.spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/rendering/stateDiagram.spec.js
+++ b/cypress/integration/rendering/stateDiagram.spec.js
@@ -118,7 +118,7 @@ describe('State diagram', () => {
... | Use arial in stateDiagram rendering tests | knsv_mermaid | train | js |
927014b8a739d50bbfffd2757217541c210c7861 | diff --git a/src/Codeception/Test/Loader/Cest.php b/src/Codeception/Test/Loader/Cest.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Test/Loader/Cest.php
+++ b/src/Codeception/Test/Loader/Cest.php
@@ -5,6 +5,7 @@ use Codeception\Exception\TestParseException;
use Codeception\Lib\ExampleSuite;
use Codeception\Lib... | Fixed. uing @group in Cest with examples. Fixes #<I> | Codeception_base | train | php |
752c3fe5e31cc5734742d9e859b282c1c659f3eb | diff --git a/cassandra/pool.py b/cassandra/pool.py
index <HASH>..<HASH> 100644
--- a/cassandra/pool.py
+++ b/cassandra/pool.py
@@ -355,6 +355,7 @@ class HostConnection(object):
return
def connection_finished_setting_keyspace(conn, error):
+ self.return_connection(conn)
er... | Return connection to pool after set keyspace
PYTHON-<I>
Fixes a problem where connection.in_flight count leaks when keyspace
changes due to session.set_keyspace or 'USE' statements. | datastax_python-driver | train | py |
5e565185c30aac6ff62d4a1f9d3a33373cfc9033 | diff --git a/src/Illuminate/Cache/Lock.php b/src/Illuminate/Cache/Lock.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Cache/Lock.php
+++ b/src/Illuminate/Cache/Lock.php
@@ -98,7 +98,7 @@ abstract class Lock implements LockContract
*
* @param int $seconds
* @param callable|null $callback
- ... | Update lock return type (#<I>) | laravel_framework | train | php,php |
2637254bcf8ad9605eaa08b5b499630ad600a782 | diff --git a/dataset/util.py b/dataset/util.py
index <HASH>..<HASH> 100644
--- a/dataset/util.py
+++ b/dataset/util.py
@@ -2,6 +2,7 @@ from hashlib import sha1
from urllib.parse import urlparse
from collections import OrderedDict
from collections.abc import Iterable
+from sqlalchemy.exc import ResourceClosedError
... | Catch closed RP, fixes #<I>. | pudo_dataset | train | py |
79c1258724a89ba84b0e26fe8e27d9db8f9c344d | diff --git a/src/Illuminate/Queue/Connectors/IronConnector.php b/src/Illuminate/Queue/Connectors/IronConnector.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Queue/Connectors/IronConnector.php
+++ b/src/Illuminate/Queue/Connectors/IronConnector.php
@@ -44,6 +44,8 @@ class IronConnector implements ConnectorInterfa... | Allow for host on Iron.io configuration. Closes #<I>. | laravel_framework | train | php |
bfa4893dcb5e0d2af64ddaae3ee017171c9b19a6 | diff --git a/spyder/plugins/ipythonconsole.py b/spyder/plugins/ipythonconsole.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole.py
+++ b/spyder/plugins/ipythonconsole.py
@@ -1588,18 +1588,9 @@ class IPythonConsole(SpyderPluginWidget):
def restart_kernel(self):
"""Restart kernel of curren... | IPython console: Remove unnecessary code to restart kernels | spyder-ide_spyder | train | py |
c8cb73c157a3d5a573431444dcfcf77c16312362 | diff --git a/app/controllers/devise/invitations_controller.rb b/app/controllers/devise/invitations_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/devise/invitations_controller.rb
+++ b/app/controllers/devise/invitations_controller.rb
@@ -38,7 +38,8 @@ class Devise::InvitationsController < DeviseControl... | Made invites use :updated_not_active on accept
Devise defines an updated flash message, and also an updated_not_active message. It uses this when updating the user's password (see PasswordsController#update) | scambra_devise_invitable | train | rb |
4156bb9ef25c25ec23981b560e0d690320f8ff9f | diff --git a/lib/parallel/processor_count.rb b/lib/parallel/processor_count.rb
index <HASH>..<HASH> 100644
--- a/lib/parallel/processor_count.rb
+++ b/lib/parallel/processor_count.rb
@@ -12,7 +12,7 @@ module Parallel
def physical_processor_count
@physical_processor_count ||= begin
ppc = case RbConf... | Add support for darwin<I> | grosser_parallel | train | rb |
bd72c35f7c5d53421b0cb201316663c309372db1 | diff --git a/tests/integration/runner/__init__.py b/tests/integration/runner/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/integration/runner/__init__.py
+++ b/tests/integration/runner/__init__.py
@@ -59,6 +59,24 @@ class RunnerModuleTest(integration.ClientCase):
'token': token['token'],
})
... | Add tests for the cmd_sync and cmd_async RunnerClient methods | saltstack_salt | train | py |
1be919607f47f56a123a3a1e3c77a4027476af6a | diff --git a/src/main/java/org/thymeleaf/ITemplateEngine.java b/src/main/java/org/thymeleaf/ITemplateEngine.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/thymeleaf/ITemplateEngine.java
+++ b/src/main/java/org/thymeleaf/ITemplateEngine.java
@@ -33,6 +33,8 @@ import org.thymeleaf.context.IContext;
*/
public... | Added getConfiguration method to ITemplateEngine | thymeleaf_thymeleaf | train | java |
bb2ab2e6c86e513a4b9ea101e3008e3f0a77fd01 | diff --git a/vsphere/internal/helper/network/network_helper.go b/vsphere/internal/helper/network/network_helper.go
index <HASH>..<HASH> 100644
--- a/vsphere/internal/helper/network/network_helper.go
+++ b/vsphere/internal/helper/network/network_helper.go
@@ -55,7 +55,7 @@ func FromID(client *govmomi.Client, id string) ... | NetworkHelper: Limit the returned scope as workaround for govmomi reflection bug | terraform-providers_terraform-provider-vsphere | train | go |
81e27c1c0f019fc458a749d43959200ace6f36d7 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ setup(
name='django-su',
version=__version__,
description="Login as any user from the Django admin interface, then switch back when done",
+ long_description=open('README.rst').read() if os.path.... | Adding long_description to setup.py | adamcharnock_django-su | train | py |
5b55500b08e01339f463468d89794302881f2e2b | diff --git a/public/dashboard.js b/public/dashboard.js
index <HASH>..<HASH> 100644
--- a/public/dashboard.js
+++ b/public/dashboard.js
@@ -181,7 +181,6 @@ $(document).ready(() => {
.done(() => {
alert('Job successfully added!');
localStorage.removeItem('arena:savedJob');
- window.locatio... | refactor(dashboard): delete window location reload | bee-queue_arena | train | js |
9aac024cf5017f7ea459094aad3f867dd93cd748 | diff --git a/src/main/java/nl/topicus/jdbc/statement/CloudSpannerStatement.java b/src/main/java/nl/topicus/jdbc/statement/CloudSpannerStatement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/topicus/jdbc/statement/CloudSpannerStatement.java
+++ b/src/main/java/nl/topicus/jdbc/statement/CloudSpannerStatement.ja... | renamed variable to reflect the fact that this is not a constant | olavloite_spanner-jdbc | train | java |
fcf4a6df922c9c8413828c80b6ccbad49994ffda | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,5 +16,3 @@ RSpec.configure do |config|
config.mock_with :rspec
config.example_status_persistence_file_path = 'spec/examples.txt'
end
-
-$VERBOSE = true
diff --git a/spec/u... | Only turn on VERBOSE after requiring shoulda-matchers
[ci skip] | thoughtbot_shoulda-matchers | train | rb,rb |
39966fab9f89173809baf11d2e4ecaada490efc4 | diff --git a/keras_self_attention/seq_self_attention.py b/keras_self_attention/seq_self_attention.py
index <HASH>..<HASH> 100644
--- a/keras_self_attention/seq_self_attention.py
+++ b/keras_self_attention/seq_self_attention.py
@@ -169,7 +169,7 @@ class SeqSelfAttention(keras.layers.Layer):
lower = K.expand... | Bug fix. (#<I>) | CyberZHG_keras-self-attention | train | py |
558b024c5b5a6b7f6c7627679a5e4642b4e399f6 | diff --git a/packages/utils/src/lambdaHandler.js b/packages/utils/src/lambdaHandler.js
index <HASH>..<HASH> 100644
--- a/packages/utils/src/lambdaHandler.js
+++ b/packages/utils/src/lambdaHandler.js
@@ -1,8 +1,8 @@
import log from './log';
-const logEvent = log('Event');
-const logResult = log('Result');
-const logE... | fix(utils): fix lambdaHandler using the old curried version of log
affects: @goldwasserexchange/utils | goldwasserexchange_public | train | js |
1419e3e75519f738efc0ad0806a3e2d560d9b00e | diff --git a/R/tests/run.py b/R/tests/run.py
index <HASH>..<HASH> 100755
--- a/R/tests/run.py
+++ b/R/tests/run.py
@@ -630,7 +630,7 @@ class RUnitRunner:
continue
for f in files:
- if (not re.match(".*runit.*\.[rR]", f)):
+ if (not re.match(".*runit.*\.[rR]$... | Put a $ at the end of re.match check for runit. | h2oai_h2o-2 | train | py |
429b6fc008cbe6626189128c43fd675e3eb8882b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -36,7 +36,7 @@ FTP.prototype.initialize = function (options) {
if (!opts.host) throw new Error('You need to set a host.');
if (!opts.username) throw new Error('You need to set an username.');
if (!opts.password) throw ne... | prevent errors when hostname contains "protocolname" as part of it | Atinux_node-ftps | train | js |
18f941ee92d1db18563c10fc10e95ed9c367b479 | diff --git a/lib/gpio.js b/lib/gpio.js
index <HASH>..<HASH> 100644
--- a/lib/gpio.js
+++ b/lib/gpio.js
@@ -55,7 +55,7 @@ var _export = function(n, fn) {
}
};
var _testwrite = function(file, fn) {
- fs.open(file, function(err, fd) {
+ fs.open(file, 'w', function(err, fd) {
if (err) {
fn(false, err);
retur... | Open with 'w' mode and fix reference to this. | EnotionZ_gpio | train | js |
be8b30fa007d1b577918cbabc1708091dc5da9db | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,11 @@ def windows_lensfun_compile():
path = 'external/' + os.path.basename(url)
if not os.path.exists(path):
print('Downloading', url)
- urlretrieve(url, pa... | repeat lib/tools download once in case of network problems | letmaik_lensfunpy | train | py |
cfd375d32d1ffbf80f6cafcafa9d28e8a38679e3 | diff --git a/lib/chart.js b/lib/chart.js
index <HASH>..<HASH> 100644
--- a/lib/chart.js
+++ b/lib/chart.js
@@ -58,7 +58,7 @@ var LineDefaults = proto.Line.defaults = {
scaleLineWidth : 1,
//Boolean - Whether to show labels on the scale
- scaleShowLabels : false,
+ scaleShowLabels : true,
//Interpolated J... | Set scaleShowLabels to true to be consistent with chart.js. | my-archives_nchart | train | js |
3514adaf3777cbe9bb0e4011ad94c746b7e0c4db | diff --git a/delocate/libsana.py b/delocate/libsana.py
index <HASH>..<HASH> 100644
--- a/delocate/libsana.py
+++ b/delocate/libsana.py
@@ -147,12 +147,6 @@ def search_environment_for_lib(lib_path):
lib_basename = basename(lib_path)
potential_library_locations = []
- def _paths_from_var(varname, lib_basen... | Move _paths_from_var() into the main module | matthew-brett_delocate | train | py |
386830434cfb7d440e20d611546e8693ca465b14 | diff --git a/lib/rom/version.rb b/lib/rom/version.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/version.rb
+++ b/lib/rom/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ROM
- VERSION = '5.1.1'
+ VERSION = '5.1.2'
end | Bump rom to <I> | rom-rb_rom | train | rb |
96290919d665f5c2d7c59c05436dd02e2ecd812b | diff --git a/jquery.nette-ajax.js b/jquery.nette-ajax.js
index <HASH>..<HASH> 100644
--- a/jquery.nette-ajax.js
+++ b/jquery.nette-ajax.js
@@ -39,10 +39,19 @@ var nette = function () {
requestHandler: function (e) {
e.preventDefault();
if (inner.fire('before', this)) {
- var req = $.post(this.href, {}, fu... | Added default ajaxification to 'a.ajax' + AJAX type changed to 'get' | vojtech-dobes_nette.ajax.js | train | js |
72e1cc11e891bbc61ec032a8d5ccc7229219471a | diff --git a/application/action-builder.js b/application/action-builder.js
index <HASH>..<HASH> 100644
--- a/application/action-builder.js
+++ b/application/action-builder.js
@@ -1,4 +1,5 @@
var dispatcher = require('../dispatcher');
+var message = require('../message');
function preServiceCall(config){
dispatcher... | [action-builder] Add error handling. | KleeGroup_focus-core | train | js |
c48eba844112bdd01aab7d4ca7f242b3b9353952 | diff --git a/tests/test_schedule.py b/tests/test_schedule.py
index <HASH>..<HASH> 100644
--- a/tests/test_schedule.py
+++ b/tests/test_schedule.py
@@ -1,7 +1,7 @@
from collections import namedtuple
from nose.tools import eq_, assert_almost_equal
-from simpy.schedule import Line, Schedule
+from simpyple.schedule imp... | Correct import path after repo rename. | thinkingbox_simpyple | train | py |
6852ca763ea005bb6e45bf75a8cc0c0937a933cc | diff --git a/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php b/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php
+++ b/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.p... | Add a setter on DateTimeNormalizer to change the default context at runtime | symfony_symfony | train | php |
6a4ae43e47e6ef0a890b664551eb4c32eafb0830 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -96,7 +96,6 @@ func main() {
// otherwise it will update twice
Update(Channel, "block")
}
- SubmitAnalytics()
SetupNode()
// try running as a core command
diff --git a/update.go b/update.go
index <HASH>..<HASH> 10064... | do analytics as part of updates instead of running on every command | heroku_cli | train | go,go |
d5cd006fb784df1afe4edbd33409e45fdbd75e47 | diff --git a/lib/dm-core/query.rb b/lib/dm-core/query.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/query.rb
+++ b/lib/dm-core/query.rb
@@ -965,7 +965,52 @@ module DataMapper
return false
end
- to_hash.send(operator, other.to_hash)
+ unless fields.to_set.send(operator, other.fields.to_set... | Temporarily unrolled Query#cmp? conditions to aid coverage testing
* Found a bug in how Query objects are compared, so unrolling Query#cmp?
to ensure it is fully specced. | datamapper_dm-core | train | rb |
a1d8a84048921bed332fd410b7c6fbfdd9b3c4b4 | diff --git a/reana_commons/version.py b/reana_commons/version.py
index <HASH>..<HASH> 100755
--- a/reana_commons/version.py
+++ b/reana_commons/version.py
@@ -14,4 +14,4 @@ and parsed by ``setup.py``.
from __future__ import absolute_import, print_function
-__version__ = "0.7.0.dev20200316"
+__version__ = "0.7.0.de... | release: <I>.de<I> | reanahub_reana-commons | train | py |
35d24371e47232f0e6278a345024fd55c6be2479 | diff --git a/vendor/assets/javascripts/s3_multipart/lib.js b/vendor/assets/javascripts/s3_multipart/lib.js
index <HASH>..<HASH> 100644
--- a/vendor/assets/javascripts/s3_multipart/lib.js
+++ b/vendor/assets/javascripts/s3_multipart/lib.js
@@ -62,6 +62,7 @@ function S3MP(options) {
var parts, i, ETag;
pa... | Don't pause/resume completed chunks | maxgillett_s3_multipart | train | js |
38c65d02d408b28d99fd77ff2b02aaecec342e79 | diff --git a/src/Ugosansh/Component/Image/Upload/Adapter/TempFileAdapter.php b/src/Ugosansh/Component/Image/Upload/Adapter/TempFileAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Ugosansh/Component/Image/Upload/Adapter/TempFileAdapter.php
+++ b/src/Ugosansh/Component/Image/Upload/Adapter/TempFileAdapter.php
@@ -71,7 ... | Update TempFileAdapter.php | UgoSansH_component-image | train | php |
58c7baa3bff52dccc56375cde604fcd3c2381086 | diff --git a/sub/client.go b/sub/client.go
index <HASH>..<HASH> 100644
--- a/sub/client.go
+++ b/sub/client.go
@@ -167,6 +167,9 @@ func (c Client) Update(id string, params *stripe.SubParams) (*stripe.Sub, error)
} else if item.QuantityZero {
body.Add(key+"[quantity]", "0")
}
+ if item.Deleted {
+ ... | Handling subscription item's deletion when updating subscription (#<I>) | stripe_stripe-go | train | go |
6de29b24b197f4fbbf3e48369343d457e7a80523 | diff --git a/src/effects.js b/src/effects.js
index <HASH>..<HASH> 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -363,9 +363,9 @@ jQuery.fx.prototype = {
t.elem = this.elem;
if ( t() && jQuery.timers.push(t) && !timerId ) {
- jQuery.support.requestAnimationFrame ?
- window[jQuery.support.requestAnimat... | timerId has to be set to true, to avoid starting multiple animation queues | jquery_jquery | train | js |
c2b4f143ecc52225949985b2b9b0489945d98640 | diff --git a/framework/cli/commands/shell/ModelCommand.php b/framework/cli/commands/shell/ModelCommand.php
index <HASH>..<HASH> 100644
--- a/framework/cli/commands/shell/ModelCommand.php
+++ b/framework/cli/commands/shell/ModelCommand.php
@@ -168,7 +168,7 @@ EOD;
// Add relation for the referenced table
$... | enhanced model command to respect tablePrefix setting. | yiisoft_yii | train | php |
2e7edad3ac25c14f9e7a315db6a709384f3fde46 | diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/engine.rb
+++ b/railties/lib/rails/engine.rb
@@ -549,7 +549,7 @@ module Rails
load(seed_file) if seed_file
end
- # Add configured load paths to ruby load paths and remove duplic... | Capitalize Ruby and small grammar fix
[ci skip] | rails_rails | train | rb |
1ad9781d6806426cfb955bcef15c6e68b5c0f854 | diff --git a/test/test_runtime.rb b/test/test_runtime.rb
index <HASH>..<HASH> 100644
--- a/test/test_runtime.rb
+++ b/test/test_runtime.rb
@@ -90,6 +90,12 @@ class TestRuntime < Test::Unit::TestCase
assert_equal true, @runtime.exec("return this === (function() {return this})()")
end
+ def test_commonjs_vars_... | Ensure commonjs vars are undefined | rails_execjs | train | rb |
d1a43ee05e77b91570a95234fa3e23c22a3a1a34 | diff --git a/lib/service/generate-saz.js b/lib/service/generate-saz.js
index <HASH>..<HASH> 100644
--- a/lib/service/generate-saz.js
+++ b/lib/service/generate-saz.js
@@ -17,6 +17,14 @@ function filterSessions(sessions) {
});
}
+function getFiddler2Meta() {
+
+}
+
+function getFiddler4Meta() {
+
+}
+
module.... | feat: Export saz file | avwo_whistle | train | js |
523abc744d077d37eaaeb0e02403a61a35e63edd | diff --git a/public/src/Route/Route.php b/public/src/Route/Route.php
index <HASH>..<HASH> 100644
--- a/public/src/Route/Route.php
+++ b/public/src/Route/Route.php
@@ -165,7 +165,8 @@ class Route
foreach (Helper::listFolder($viewFolder) as $item) {
$extensao = pathinfo($item, PATHINFO_EXTEN... | html melhor que php e index is good as name view | edineibauer_uebRoute | train | php |
7f9ffb516ff3a892f3bbf9349714c7d9413b2508 | diff --git a/src/main/java/com/soulgalore/web/browsertime/serializer/JsonSerializer.java b/src/main/java/com/soulgalore/web/browsertime/serializer/JsonSerializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/soulgalore/web/browsertime/serializer/JsonSerializer.java
+++ b/src/main/java/com/soulgalore/web/brow... | Fix compilation after time->startTime change. | sitespeedio_browsertime | train | java |
1376c032778519680f598f8ab9873b89d6379803 | diff --git a/zinnia/plugins/admin.py b/zinnia/plugins/admin.py
index <HASH>..<HASH> 100644
--- a/zinnia/plugins/admin.py
+++ b/zinnia/plugins/admin.py
@@ -16,9 +16,9 @@ class EntryPlaceholderAdmin(PlaceholderAdmin, EntryAdmin):
fieldsets = ((None, {'fields': ('title', 'image', 'status')}),
(_('Co... | adding missing 'featured' field for EntryPlaceholderAdmin | Fantomas42_django-blog-zinnia | train | py |
0b1c8713d6fdc07bf4073e1f5b7106af178a2b82 | diff --git a/TYPO3.Flow/Tests/Unit/I18n/LocaleCollectionTest.php b/TYPO3.Flow/Tests/Unit/I18n/LocaleCollectionTest.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Tests/Unit/I18n/LocaleCollectionTest.php
+++ b/TYPO3.Flow/Tests/Unit/I18n/LocaleCollectionTest.php
@@ -7,7 +7,6 @@ namespace TYPO3\Flow\Tests\Unit\I18n;
*... | [BUGFIX] Fix a syntax error caused by a broken file header
The MIT change had introduced a stray block comment end marker. | neos_flow-development-collection | train | php |
0cde750cfdb680fca97fee75a3fdee323aa12d93 | diff --git a/lib/display/index.js b/lib/display/index.js
index <HASH>..<HASH> 100644
--- a/lib/display/index.js
+++ b/lib/display/index.js
@@ -98,7 +98,7 @@ function Display(transitive) {
sm.forward(transitive.options.initialBounds[1])
];
} else if (transitive.network && transitive.network.graph) {
- ... | Fix broken graph reference in Display constructor | conveyal_transitive.js | train | js |
ed76600da3d87c357d5457e0c57ea498e182674b | diff --git a/requirements.py b/requirements.py
index <HASH>..<HASH> 100644
--- a/requirements.py
+++ b/requirements.py
@@ -1,15 +1,15 @@
install_requires = [
- 'docker-py>=1.2.0',
- 'watchdog>=0.8.0',
- 'PyYAML>=3.11',
- 'PrettyTable>=0.7.0',
- 'GitPython>=1.0.1',
+ 'docker-py==1.2.0',
+ 'watchdog... | We are an app, we should not use floating versions | gamechanger_dusty | train | py |
74bf0f88ca4128ab14871c4a236f1e972bd92aa6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -6,13 +6,13 @@ var resolveRelative = require('resolve-relative-url');
var assign = require('lodash.assign');
var defaults = {
recursive: true,
- resolveURLs: false,
+ resolveUrls: false,
modernBrowser: false,... | Typo and allow non quoted urls | unlight_postcss-import-url | train | js |
4a7897e6ccf2cbe47767df85dbe3bc2cfa3caa4f | diff --git a/src/org/jgroups/util/UUID.java b/src/org/jgroups/util/UUID.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/util/UUID.java
+++ b/src/org/jgroups/util/UUID.java
@@ -7,6 +7,7 @@ import org.jgroups.blocks.LazyRemovalCache;
import java.io.*;
import java.security.SecureRandom;
import java.util.Collecti... | added ways to add an entire map and get the contents (UUID) | belaban_JGroups | train | java |
420a2a34b1af9feb1ea644467532020a4ff69509 | diff --git a/demos/obj_tracking.py b/demos/obj_tracking.py
index <HASH>..<HASH> 100755
--- a/demos/obj_tracking.py
+++ b/demos/obj_tracking.py
@@ -55,7 +55,7 @@ start_date = run_date + timedelta(hours=10) # remember first time is usually all
# From ahij's config file.
if field == "MAX_UPDRAFT_HELICITY" or field == ... | use strptime. better path selection. thinner map lines. | djgagne_hagelslag | train | py |
e07cbac742cd7667dfa79871896f28b72ce3f316 | diff --git a/shared/actions/login/index.js b/shared/actions/login/index.js
index <HASH>..<HASH> 100644
--- a/shared/actions/login/index.js
+++ b/shared/actions/login/index.js
@@ -413,10 +413,10 @@ function makeKex2IncomingMap (dispatch, getState) : incomingCallMapType {
devices={devices}
onSelect=... | Fix 'enter text code on other device' screen
Fix comes from @MarcoPolo. | keybase_client | train | js |
74629595abe3d44f32658b304f9ab3e1df9123a4 | diff --git a/ModernGL/context.py b/ModernGL/context.py
index <HASH>..<HASH> 100644
--- a/ModernGL/context.py
+++ b/ModernGL/context.py
@@ -289,7 +289,7 @@ class Context:
return Buffer.new(self.mglo.buffer(data, reserve, dynamic))
- def texture(self, size, components, data=None, *, samples=0, alignment=4... | change alignmet in favor to use Pillow easily | moderngl_moderngl | train | py,py |
b871c2b5aabc5508cac764b589a34a593a716280 | diff --git a/opal/corelib/array.rb b/opal/corelib/array.rb
index <HASH>..<HASH> 100644
--- a/opal/corelib/array.rb
+++ b/opal/corelib/array.rb
@@ -580,6 +580,7 @@ class Array
%x{
var i;
+ var length;
var stack;
var chosen;
var lev; | Missed declaring var length; fixed | opal_opal | train | rb |
088905f83bab69fee4eccc7a9eaa1cec3e7e0934 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -33,15 +33,15 @@ module.exports = function(grunt, options) {
config = _.merge({}, config, opts.data);
+ if (typeof options.postProcess === 'function') {
+ options.postProcess(config);
+ }
+
if (debugOnly){
... | moved config-debug output to after postProcess. #<I> | firstandthird_load-grunt-config | train | js |
1c2911eb537c6686aa5c672455cbcbb8479375db | diff --git a/resources/views/tools/database/vue-components/database-table-editor.blade.php b/resources/views/tools/database/vue-components/database-table-editor.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/tools/database/vue-components/database-table-editor.blade.php
+++ b/resources/views/tools/database/... | Delete the create migrations button
Remove the button since the feature is not implemented | the-control-group_voyager | train | php |
095dc5d71a89971cfb2582ddeb5e01ebf77b4515 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,7 @@ Profiler utility for python
Active8 (04-03-15)
license: GNU-GPL2
"""
-from __future__ import unicode_literals
-from __future__ import print_function
-from __future__ import division
-from __future__ import abs... | appinstance
Friday <I> March <I> (week:9 day:<I>), <I>:<I>:<I> | erikdejonge_pyprofiler | train | py |
899bcef2ba5ea888490fc260cbeb434cc169c1c3 | diff --git a/src/Crossjoin/PreMailer/PreMailerAbstract.php b/src/Crossjoin/PreMailer/PreMailerAbstract.php
index <HASH>..<HASH> 100644
--- a/src/Crossjoin/PreMailer/PreMailerAbstract.php
+++ b/src/Crossjoin/PreMailer/PreMailerAbstract.php
@@ -132,7 +132,7 @@ abstract class PreMailerAbstract
bre... | Line width validation fixed
Fixed the line with validation, issue #2 | crossjoin_PreMailer | train | php |
ea37c7af747af583e63aef10b23d8e721d3077f3 | diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectCont... | Fix typos in doc blocks
Change "wheter" to "whether" in doc blocks for redirectAction() and urlRedirectAction() | symfony_symfony | train | php |
2c7aa723a0ac3bbcaa0a87c6da61ebaa6d97efcf | diff --git a/lib/vcr/middleware/excon.rb b/lib/vcr/middleware/excon.rb
index <HASH>..<HASH> 100644
--- a/lib/vcr/middleware/excon.rb
+++ b/lib/vcr/middleware/excon.rb
@@ -87,10 +87,10 @@ module VCR
invoke_after_request_hook(vcr_response)
end
- private
-
attr_reader :request_params, :... | Remove ruby warning by making attributes public.
/Users/myron/code/vcr/lib/vcr/middleware/excon.rb:<I>: warning: private attribute? | vcr_vcr | train | rb |
fc0649646ee00de91972c36fb3b26353d7d91ed5 | diff --git a/action/clipboard.go b/action/clipboard.go
index <HASH>..<HASH> 100644
--- a/action/clipboard.go
+++ b/action/clipboard.go
@@ -28,6 +28,6 @@ func copyToClipboard(ctx context.Context, name string, content []byte) error {
return errors.Wrapf(err, "failed to clear clipboard")
}
- out.Print(ctx, "Copied ... | Remove newline from "Copied to clipboard..." message. (#<I>) | gopasspw_gopass | train | go |
b2f4fbc0cccaffef993c056ee6ab9be342f2e00e | diff --git a/lib/mongoid/criterion/optional.rb b/lib/mongoid/criterion/optional.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/criterion/optional.rb
+++ b/lib/mongoid/criterion/optional.rb
@@ -98,8 +98,8 @@ module Mongoid #:nodoc:
#
# Example:
#
- # <tt>criteria.id("4ab2bc4b8ad548971900005c"... | Fixing code documentation for for_ids method
Based on a patch from Jacques Crocker (railsjedi) | mongodb_mongoid | train | rb |
63550f02f294eee3d174bb0733dc9ef2643bc269 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,14 +1,12 @@
'use strict';
-const {lstat: lstatCallback, stat: statCallback} = require('fs');
-const {inspect, promisify} = require('util');
+const {lstat, stat} = require('fs/promises');
+const {inspect} = require('util'... | use fs/promises to simplify the code
¥<URL> | shinnn_get-mode | train | js |
ad953d6392f985ec0c40c1b318e33f9421f1e321 | diff --git a/bcbio/ngsalign/split.py b/bcbio/ngsalign/split.py
index <HASH>..<HASH> 100644
--- a/bcbio/ngsalign/split.py
+++ b/bcbio/ngsalign/split.py
@@ -96,9 +96,9 @@ def _find_current_bam_split(bam_file, out_dir):
num, pair = get_pair_and_splitnum(fname)
xs.append((num, pair, fname))
out = []
... | Default back to splitting through unix pipes. Correctly pull split numbers for existing split fastq files | bcbio_bcbio-nextgen | train | py |
fedf7e2b846abe5a395c7dcf6769d67cdfb1147e | diff --git a/Controller/FrontendPageController.php b/Controller/FrontendPageController.php
index <HASH>..<HASH> 100644
--- a/Controller/FrontendPageController.php
+++ b/Controller/FrontendPageController.php
@@ -303,6 +303,8 @@ class FrontendPageController extends Controller
}
}
+ $params[... | alter _locale param to match language change | networking_init-cms-bundle | train | php |
355ab85c47ada7f59e3cde13b92821caf605d781 | diff --git a/lib/xmpp/sasl.js b/lib/xmpp/sasl.js
index <HASH>..<HASH> 100644
--- a/lib/xmpp/sasl.js
+++ b/lib/xmpp/sasl.js
@@ -50,7 +50,7 @@ exports.availableMechanisms = availableMechanisms;
function Mechanism() {
}
util.inherits(Mechanism, EventEmitter);
-Mechanism.authAttrs = function() {
+Mechanism.prototype.aut... | authAttrs should be a part of the Mechanism prototype | xmppjs_xmpp.js | train | js |
7b49a12a0f7111bccbd47d49773c3d578e800bc2 | diff --git a/lib/json/jws.rb b/lib/json/jws.rb
index <HASH>..<HASH> 100644
--- a/lib/json/jws.rb
+++ b/lib/json/jws.rb
@@ -21,24 +21,26 @@ module JSON
raise VerificationFailed
end
- def as_json(options = {})
- case options[:syntax]
- when :general
- {
- payload: UrlSafeBase64.... | defining JSON::JWS#as_json for JWS JSON Serialization breaks existing JSON::JWS#to_json usage | nov_json-jwt | train | rb |
15a45d67e2bd9af8faf662d8ec2ab79f923934a0 | diff --git a/pmxbot/rss.py b/pmxbot/rss.py
index <HASH>..<HASH> 100644
--- a/pmxbot/rss.py
+++ b/pmxbot/rss.py
@@ -35,7 +35,7 @@ class RSSFeeds(object):
repeat = True,
)(self.parse_feed)
timer = timing.Stopwatch()
- self.seen_feeds = self.store.get_seen_feeds()
+ self.seen_feeds = set(self.store.get_seen... | Fix for seen feeds being reported multiple times | yougov_pmxbot | train | py |
dbdcc047a32893fcfd1b19706c4115ed27def4ab | diff --git a/lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php b/lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php
+++ b/lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php
@@ -76,7 +76,11 @@ class ReferenceManyCollection extends Mult... | Fixed inconsistency with count method after initialization | doctrine_phpcr-odm | train | php |
fe51f41627c81e6d9e80423b6edb481934ce9bd9 | diff --git a/tests/Framework/GRPC/GenerateTest.php b/tests/Framework/GRPC/GenerateTest.php
index <HASH>..<HASH> 100644
--- a/tests/Framework/GRPC/GenerateTest.php
+++ b/tests/Framework/GRPC/GenerateTest.php
@@ -31,6 +31,11 @@ class GenerateTest extends ConsoleTest
public function setUp()
{
+ exec('pr... | skip protoc tests when protoc not found | spiral_security | train | php,php |
e0ea9317ef869d824cbc4b6ba486daaf5a594b44 | diff --git a/Tests/FilesystemTest.php b/Tests/FilesystemTest.php
index <HASH>..<HASH> 100644
--- a/Tests/FilesystemTest.php
+++ b/Tests/FilesystemTest.php
@@ -319,7 +319,7 @@ class FilesystemTest extends \PHPUnit_Framework_TestCase
mkdir($basePath);
mkdir($basePath.'dir');
// create symlink t... | [Filesystem] Fixed 2 tests throwing error on windows | stevleibelts-archive_php_component_filesystem | train | php |
0a172733a6fb3222d38f5ba943cf767f84addd6b | diff --git a/src/Form/GamesBetting.php b/src/Form/GamesBetting.php
index <HASH>..<HASH> 100644
--- a/src/Form/GamesBetting.php
+++ b/src/Form/GamesBetting.php
@@ -63,7 +63,9 @@ class GamesBetting extends FormBase {
);
if($betting_type == 'score') {
$form['games'][$game->id()]['score_team_1'] = ar... | Bet form - set score as number input | mespronos_mespronos | train | php |
a86ed3375650a2260be42ff4a94f2345d4710803 | diff --git a/lib/gemstash/S3.rb b/lib/gemstash/S3.rb
index <HASH>..<HASH> 100644
--- a/lib/gemstash/S3.rb
+++ b/lib/gemstash/S3.rb
@@ -32,4 +32,29 @@ module Gemstash
end
end
+ class S3Resource
+ include Gemstash::Env::Helper
+ include Gemstash::Logging
+ attr_reader :name, :folder, :client
+ VERS... | Create S3Resource class
Similar to the original storage.rb resource class | bundler_gemstash | train | rb |
9704cdf58e94870dd2774cc48b0da126744e0f1e | diff --git a/generators/init-product/templates/plain/build.js b/generators/init-product/templates/plain/build.js
index <HASH>..<HASH> 100644
--- a/generators/init-product/templates/plain/build.js
+++ b/generators/init-product/templates/plain/build.js
@@ -18,6 +18,7 @@ const pkg = require('./package.json');
* * --pus... | option to force a single service label | phovea_generator-phovea | train | js |
ca3c77b51d3eb6649e2a3642cb28cd9ffc17dcf9 | diff --git a/src/Effect/Watermark.php b/src/Effect/Watermark.php
index <HASH>..<HASH> 100644
--- a/src/Effect/Watermark.php
+++ b/src/Effect/Watermark.php
@@ -92,6 +92,7 @@ class Watermark extends PictureEffect
$pictureHeight = $image->getImageHeight();
$watermarkPicture = new Picture($this->waterma... | CHANGE: Watermark image is always in full quality. | MichaelPavlista_palette | train | php |
052ac5978eedb9ac30c6d1a31dd4fd92876ebe23 | diff --git a/util.go b/util.go
index <HASH>..<HASH> 100644
--- a/util.go
+++ b/util.go
@@ -1,13 +1,13 @@
package dht
+// PoolSize is the number of nodes used for group find/set RPC calls
// Deprecated: No longer used
-// Pool size is the number of nodes used for group find/set RPC calls
var PoolSize = 6
+// KVal... | made deprecated util values have comments that satisfy golint | libp2p_go-libp2p-kad-dht | train | go |
b23789962f3a4ef708cc1849b145e8fe9d640831 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -22,7 +22,7 @@ after(function (done) {
afterEach(function (done) {
conn.model('User').collection.drop(function () {
delete conn.models.User;
- return conn.model('Mongoose-Auto-Increment').... | Updated tests so they pass again. | lvyue_mongoose-auto-increment-fix | train | js |
9d0507fac5e6f79f9050595e752dcf9604b22d47 | diff --git a/phpdoc.php b/phpdoc.php
index <HASH>..<HASH> 100644
--- a/phpdoc.php
+++ b/phpdoc.php
@@ -593,6 +593,10 @@ foreach ($carbonMethods as $method) {
$return = '';
}
+ if ($method === '__toString' && $phpLevel < 8) {
+ $return = '';
+ }
+
if (method_exists($function, 'getAttrib... | Fix __toString interface compability | briannesbitt_Carbon | train | php,php |
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.