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 |
|---|---|---|---|---|---|
de68397f311af389ed2ebb97a8e650b9336a9697 | diff --git a/src/experimentalcode/frankenb/model/PINNKnnQuery.java b/src/experimentalcode/frankenb/model/PINNKnnQuery.java
index <HASH>..<HASH> 100644
--- a/src/experimentalcode/frankenb/model/PINNKnnQuery.java
+++ b/src/experimentalcode/frankenb/model/PINNKnnQuery.java
@@ -103,7 +103,7 @@ public class PINNKnnQuery imp... | post-refactoring cleanups. | elki-project_elki | train | java,java |
c6aabb671a6c32c54fd22bf47a7456cdf64ff64b | diff --git a/satpy/modifiers/angles.py b/satpy/modifiers/angles.py
index <HASH>..<HASH> 100644
--- a/satpy/modifiers/angles.py
+++ b/satpy/modifiers/angles.py
@@ -180,7 +180,25 @@ class ZarrCacheHelper:
compute=False)
new_res.append(new_sub_res)
# act... | Fix angle caching using a large amount of memory | pytroll_satpy | train | py |
de5ef06bbd8e7e8a255b15588cc3ad9167138904 | diff --git a/lib/API.php b/lib/API.php
index <HASH>..<HASH> 100644
--- a/lib/API.php
+++ b/lib/API.php
@@ -79,6 +79,9 @@ class API {
// Optional file attachment
if (isset($payload['files'])) {
foreach ($payload['files'] as &$file) {
+ if (is_array($file) && isset($file['id'])... | Added possibility to provide encoded files to the API | sendwithus_sendwithus_php | train | php,php |
035cd0a16e208a51e002be9e6e2cc524962a9fc0 | diff --git a/src/physics/collision.js b/src/physics/collision.js
index <HASH>..<HASH> 100644
--- a/src/physics/collision.js
+++ b/src/physics/collision.js
@@ -220,14 +220,14 @@
api.maxDepth = 4;
/**
- * The maximum number of children that a quadtree node can contain before it is split into s... | [#<I>] fixed the `maxChildren` and `maxDepth` parameters, and increased `maxChildren` to 8 | melonjs_melonJS | train | js |
e4de52c6e12bc99291b608577b28aff3e351d7aa | diff --git a/salt/modules/win_network.py b/salt/modules/win_network.py
index <HASH>..<HASH> 100644
--- a/salt/modules/win_network.py
+++ b/salt/modules/win_network.py
@@ -295,12 +295,13 @@ def ip_addrs6(interface=None, include_loopback=False):
ipaddrs6 = ip_addrs6
+
def connect(host, port=None, **kwargs):
''... | Fixed Pylint and version added | saltstack_salt | train | py |
6f08aa87e30566a259ff467b0d1c7d670d2fffb7 | diff --git a/tests/TestCase/AuthenticationServiceTest.php b/tests/TestCase/AuthenticationServiceTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/AuthenticationServiceTest.php
+++ b/tests/TestCase/AuthenticationServiceTest.php
@@ -308,6 +308,25 @@ class AuthenticationServiceTest extends TestCase
}
/... | Adding a test case for an exception | cakephp_authentication | train | php |
f76c53b7f6f3c3a133b6909a8d8501cdd84d0e14 | diff --git a/generator/classes/propel/engine/platform/PlatformMssqlImpl.php b/generator/classes/propel/engine/platform/PlatformMssqlImpl.php
index <HASH>..<HASH> 100644
--- a/generator/classes/propel/engine/platform/PlatformMssqlImpl.php
+++ b/generator/classes/propel/engine/platform/PlatformMssqlImpl.php
@@ -44,8 +44,... | Fixed BU_ types for Microsoft SQL Server | propelorm_Propel | train | php |
78d1e1d94d78d1bc5a19e1c52cbae65646458dc6 | diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py
index <HASH>..<HASH> 100644
--- a/salt/modules/cmdmod.py
+++ b/salt/modules/cmdmod.py
@@ -982,8 +982,8 @@ def run(cmd,
.. warning::
For versions 2018.3.3 and above on macosx while using runas,
- to pass special characters to... | doc: escape special characters on linux for cmd.run | saltstack_salt | train | py |
161365ab342532b8c280379e9d29cdd790a53b46 | diff --git a/drools-core/src/main/java/org/drools/reteoo/RuleTerminalNodeLeftTuple.java b/drools-core/src/main/java/org/drools/reteoo/RuleTerminalNodeLeftTuple.java
index <HASH>..<HASH> 100644
--- a/drools-core/src/main/java/org/drools/reteoo/RuleTerminalNodeLeftTuple.java
+++ b/drools-core/src/main/java/org/drools/ret... | Ensuring that RuleTerminalNodeLeftTuple.equals never throws ClassCastExecption | kiegroup_drools | train | java |
cc3172646e268b6f95ac42a277291082209dd946 | diff --git a/panc/src/main/scripts/panlint/tests.py b/panc/src/main/scripts/panlint/tests.py
index <HASH>..<HASH> 100755
--- a/panc/src/main/scripts/panlint/tests.py
+++ b/panc/src/main/scripts/panlint/tests.py
@@ -61,7 +61,7 @@ class TestPanlint(unittest.TestCase):
"""
no_errors = ([], 0)
di... | panlint: Fix glob preventing test files from being matched and run | quattor_pan | train | py |
a9fa0295c17eb42026ecca951d8f10e1bdbf4435 | diff --git a/openstack_dashboard/contrib/developer/resource_browser/urls.py b/openstack_dashboard/contrib/developer/resource_browser/urls.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/contrib/developer/resource_browser/urls.py
+++ b/openstack_dashboard/contrib/developer/resource_browser/urls.py
@@ -12,13 +12... | [Django <I>] Fix URL patterns again
The URL patterns was deprecated in ~<I>, and this style has been
removed from the Horizon codebase multiple times. Cleaning up again.
Change-Id: I7ca<I>eccb6e<I>edba1da7ef4c3aab<I> | openstack_horizon | train | py |
98362b6000756af3520b34022cd14ba80aef9fee | diff --git a/examples/opf/experiments/multistep/hotgym/description.py b/examples/opf/experiments/multistep/hotgym/description.py
index <HASH>..<HASH> 100644
--- a/examples/opf/experiments/multistep/hotgym/description.py
+++ b/examples/opf/experiments/multistep/hotgym/description.py
@@ -168,7 +168,7 @@ config = {
... | Use cpp implementation of SP as default in hotgym example | numenta_nupic | train | py |
ad4c33fceda5c38fe22a06dd8b9cf8074711a81a | diff --git a/lib/alipay/utils.rb b/lib/alipay/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/alipay/utils.rb
+++ b/lib/alipay/utils.rb
@@ -11,8 +11,9 @@ module Alipay
# 退款批次号,支付宝通过此批次号来防止重复退款操作,所以此号生成后最好直接保存至数据库,不要在显示页面的时候生成
# 共 24 位(8 位当前日期 + 9 位纳秒 + 1 位随机数)
def self.generate_batch_no
- time = Time... | Make sure the lenght of batch_no is <I> | chloerei_alipay | train | rb |
c224380e28ab658a198e7fa206f66933a6d80909 | diff --git a/src/specification.js b/src/specification.js
index <HASH>..<HASH> 100644
--- a/src/specification.js
+++ b/src/specification.js
@@ -9,6 +9,7 @@ var sprintf = require('sprintf').sprintf;
var extend = require('./extend');
var I18N = require('./i18n');
+var utils = require('./utils');
var createVBusSpeci... | Add number rounding support for `Specification` class. | danielwippermann_resol-vbus | train | js |
b729d7ebe46991a4d7c6e17addd7268972e8eaf2 | diff --git a/src/deep-security/lib/IdentityProvider.js b/src/deep-security/lib/IdentityProvider.js
index <HASH>..<HASH> 100644
--- a/src/deep-security/lib/IdentityProvider.js
+++ b/src/deep-security/lib/IdentityProvider.js
@@ -33,6 +33,9 @@ export class IdentityProvider {
case IdentityProvider.AUTH0_PROVIDER:
... | # Added cognito-user-pool security provider | MitocGroup_deep-framework | train | js |
e909b91bfd83c46520a0f51a1f27cefccf309211 | diff --git a/plugins/guests/linux/cap/insert_public_key.rb b/plugins/guests/linux/cap/insert_public_key.rb
index <HASH>..<HASH> 100644
--- a/plugins/guests/linux/cap/insert_public_key.rb
+++ b/plugins/guests/linux/cap/insert_public_key.rb
@@ -5,13 +5,13 @@ module VagrantPlugins
module Cap
class InsertPublic... | guests/linux: public key insertion is more robust
contents can have newlines (or not) | hashicorp_vagrant | train | rb |
3d0fe440220de60a0e194c86b502f4d51c1dde34 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -105,7 +105,7 @@ Pagelet.extend({
return memo;
}, {});
- return this.temper.fetch(this.view).server(data);
+ return this._temper.fetch(this.view).server(data);
},
/** | [fix] compiler is underscored nw | bigpipe_bootstrap-pagelet | train | js |
c56f6f60bf6c3ff11788de94d2265222412c3027 | diff --git a/ipyvolume/test_all.py b/ipyvolume/test_all.py
index <HASH>..<HASH> 100644
--- a/ipyvolume/test_all.py
+++ b/ipyvolume/test_all.py
@@ -4,6 +4,8 @@ import ipyvolume.examples
import ipyvolume.datasets
import numpy as np
import os
+import pytest
+
if not os.path.exists("tmp"):
os.makedirs("tmp")
@@ ... | test: reflects changes in ipywidgets (upcoming) | maartenbreddels_ipyvolume | train | py |
cac1cfd79f691fb26dc6586117b3a00c97d8fdde | diff --git a/src/database/migrations/2016_01_14_161812_add_nb_of_try_from_users_table.php b/src/database/migrations/2016_01_14_161812_add_nb_of_try_from_users_table.php
index <HASH>..<HASH> 100644
--- a/src/database/migrations/2016_01_14_161812_add_nb_of_try_from_users_table.php
+++ b/src/database/migrations/2016_01_14... | Add default value for make sure is always initilized | Distilleries_Expendable | train | php |
df7dba6a4e01ab07e59e8a0a4577781116e9f288 | diff --git a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js
+++ b/bundles/org.eclipse.orion.client.edit... | organize ruler css as subclasses (2) | eclipse_orion.client | train | js |
cb485e5af45f2d0e6d8290da187a02b03a01c412 | diff --git a/testing/python/fixture.py b/testing/python/fixture.py
index <HASH>..<HASH> 100644
--- a/testing/python/fixture.py
+++ b/testing/python/fixture.py
@@ -1855,6 +1855,7 @@ class TestFixtureMarker:
reprec.assertoutcome(passed=5)
+ @pytest.mark.xfail
@pytest.mark.issue246
@pytest.mark.p... | reopen #<I> -- it turns out parametrized finalization ordering is not fully fixed -- i modified the test and marked it xfail for now. | vmalloc_dessert | train | py |
80de8c2efcd4b523cc0b1a609d79492441329541 | diff --git a/Generator/PHPUnitTest.php b/Generator/PHPUnitTest.php
index <HASH>..<HASH> 100644
--- a/Generator/PHPUnitTest.php
+++ b/Generator/PHPUnitTest.php
@@ -79,7 +79,7 @@ class PHPUnitTest extends PHPClassFile {
'value' => 'FunctionalJavascript',
],
'parent_class_name' => ... | Fixed use of deprecated base class for Functional Javascript tests. Fixes #<I>. | drupal-code-builder_drupal-code-builder | train | php |
f1f88d0490b22f05e86798f3ebdfd375b8ef902d | diff --git a/classes/page/cms.php b/classes/page/cms.php
index <HASH>..<HASH> 100644
--- a/classes/page/cms.php
+++ b/classes/page/cms.php
@@ -25,7 +25,7 @@ class Page_CMS extends Page
$htmlbefore = $this->addcmsclasses( $htmlbefore, $type, $slotname, '' );
$html = $htmlbefore . $slot->data->show() . $htmlafter... | Fixed bug in Page_Cms decorator adding cmsclasses to slots | boomcms_boom-core | train | php |
47278356ef98fafbb1ec2cc9a6d548a0de09b50d | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -57,6 +57,8 @@ module.exports = function (program) {
console.error('No files to lint were passed. See lesshint -h');
exitDefer.reject(EXIT_CODES.NOINPUT);
+
+ return exitPromise;
}
... | CLI should bail when something goes wrong | lesshint_lesshint | train | js |
94b11167b2cbc10117c1b13b212c48e74c2ea4fd | diff --git a/pysswords/crypt.py b/pysswords/crypt.py
index <HASH>..<HASH> 100644
--- a/pysswords/crypt.py
+++ b/pysswords/crypt.py
@@ -22,16 +22,17 @@ class CryptOptions(object):
def make_keys(password, salt=None, iterations=100000):
"""Generates two 128-bit keys from the given password using
- PBKDF2-SHA... | Updating docstring for in crypt | marcwebbie_passpie | train | py |
19b5888460ee2ff4ff5c71fb08575349d3a62722 | diff --git a/neo/Prompt/Commands/Wallet.py b/neo/Prompt/Commands/Wallet.py
index <HASH>..<HASH> 100644
--- a/neo/Prompt/Commands/Wallet.py
+++ b/neo/Prompt/Commands/Wallet.py
@@ -33,11 +33,11 @@ def CreateAddress(prompter, wallet, args):
print('Enter a number greater than 0.')
return False
if int... | Update Wallet
Gives desired CreateAddress Functionality | CityOfZion_neo-python | train | py |
095715297d1a21b6c1476c899e576a7fdb3a8d5e | diff --git a/pyaavso/parsers/webobs.py b/pyaavso/parsers/webobs.py
index <HASH>..<HASH> 100644
--- a/pyaavso/parsers/webobs.py
+++ b/pyaavso/parsers/webobs.py
@@ -6,7 +6,7 @@ from lxml.etree import XPath
TBODY_XPATH = XPath('//table[@class="observations"]/tbody')
OBSERVATION_XPATH = XPath('./td//text()[normalize-sp... | Don't normalize space in details XPath, some cells get broken. | zsiciarz_pyaavso | train | py |
a5fd8e5a6022a6b720bc48d0b87fa5361401d052 | diff --git a/test/unexpected.spec.js b/test/unexpected.spec.js
index <HASH>..<HASH> 100644
--- a/test/unexpected.spec.js
+++ b/test/unexpected.spec.js
@@ -561,7 +561,14 @@ describe('unexpected', function () {
});
describe('exception assertion', function () {
- it('fails if no exception is thrown', fu... | Skip some error inspection tests in Phantom.js, which pollutes the instances with a lot of weird properties. | unexpectedjs_unexpected | train | js |
8c0f6128f41ee3445500a065659848b72fb41bd3 | diff --git a/src/org/jdcp/server/JobServer.java b/src/org/jdcp/server/JobServer.java
index <HASH>..<HASH> 100644
--- a/src/org/jdcp/server/JobServer.java
+++ b/src/org/jdcp/server/JobServer.java
@@ -179,7 +179,9 @@ public final class JobServer implements JobService {
public void submitTaskResults(final UUID jobId, fi... | JobServer.submitTaskResults should check if the job is present before trying to call ScheduledJob.submitTaskResults. | bwkimmel_jdcp | train | java |
fcc6e5c1c1540aed830de63210273f050e8334ac | diff --git a/tests/exemplars_test.py b/tests/exemplars_test.py
index <HASH>..<HASH> 100644
--- a/tests/exemplars_test.py
+++ b/tests/exemplars_test.py
@@ -2,6 +2,12 @@
# Copyright (c) Cognitect, Inc.
# All rights reserved.
import unittest
+
+# get parent directory into python path
+import sys, os
+sys.path.append(os... | Add parent dir to pythonpath so as not to depend on environment var | cognitect_transit-python | train | py |
50e45ff442a60b5d7bd9f16d67639bc13d1b3489 | diff --git a/crate/crash/repl.py b/crate/crash/repl.py
index <HASH>..<HASH> 100644
--- a/crate/crash/repl.py
+++ b/crate/crash/repl.py
@@ -56,7 +56,7 @@ from pygments.token import (
Token,
)
-from crate.client.exceptions import ProgrammingError
+from crate.client.exceptions import ConnectionError, ProgrammingEr... | Don't print error if pg_get_keywords is not available
Connecting to a cluster that doesn't have a `pg_get_keywords()` function
looked like:
crash --verify-ssl no --hosts https://localhost:<I> -U crate
CONNECT OK
SQLActionException[SQLParseException: line 1:<I>: mismatched input '(' expecting {<EOF>, ';'}] | crate_crash | train | py |
cf1125a470f69121ccf6e01bacd29b3d5b7df846 | diff --git a/ros_buildfarm/__init__.py b/ros_buildfarm/__init__.py
index <HASH>..<HASH> 100644
--- a/ros_buildfarm/__init__.py
+++ b/ros_buildfarm/__init__.py
@@ -17,4 +17,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
-__version__ = '3.0.0'
+__version__ = '3.0.1-master'
diff --git a/setup.py b/setup.py
index... | start next development cycle which might become <I> | ros-infrastructure_ros_buildfarm | train | py,py |
8f1b0351656371bb0c974117c955efada14ba139 | diff --git a/lib/knife_sous/dsl_wrapper.rb b/lib/knife_sous/dsl_wrapper.rb
index <HASH>..<HASH> 100644
--- a/lib/knife_sous/dsl_wrapper.rb
+++ b/lib/knife_sous/dsl_wrapper.rb
@@ -1,11 +1,7 @@
module KnifeSous
module DSLWrapper
def evaluate_block(&block)
- if block.arity == 1
- block[self]
- el... | use yield vs instance_eval | substantial_knife_sous | train | rb,rb |
108bb5aa2e39a669c0f6e5773985f089cdef9f0d | diff --git a/pmml-evaluator/src/main/java/org/jpmml/evaluator/TreeModelEvaluator.java b/pmml-evaluator/src/main/java/org/jpmml/evaluator/TreeModelEvaluator.java
index <HASH>..<HASH> 100644
--- a/pmml-evaluator/src/main/java/org/jpmml/evaluator/TreeModelEvaluator.java
+++ b/pmml-evaluator/src/main/java/org/jpmml/evaluat... | Reverted commit fbbe3cda<I>
Apparently, this sanity check is violated by 'ada::ada' models. | jpmml_jpmml-evaluator | train | java |
9eee40f79252f15cfd23e9fc0804910232862e41 | diff --git a/lib/fast_excel/binding.rb b/lib/fast_excel/binding.rb
index <HASH>..<HASH> 100644
--- a/lib/fast_excel/binding.rb
+++ b/lib/fast_excel/binding.rb
@@ -7,6 +7,8 @@ module Libxlsxwriter
LIB_FILENAME = if RUBY_PLATFORM =~ /darwin/
"libxlsxwriter.dylib"
+ elsif ['x64-mingw32', 'i386-mingw32'].include... | Fix for ffi library loading issue on Windows (issue #<I>). | Paxa_fast_excel | train | rb |
e26ac6f86d83e5edc3efd9ce98c3fee5bcfcd8b7 | diff --git a/lib/yt/request.rb b/lib/yt/request.rb
index <HASH>..<HASH> 100644
--- a/lib/yt/request.rb
+++ b/lib/yt/request.rb
@@ -269,7 +269,7 @@ module Yt
# @return [Boolean] whether the request exceeds the YouTube quota
def exceeded_quota?
- response_error == Errors::Forbidden && response.body =~ /q... | Youtube has more than one types of rate limits, so 'Exceeded' should cover more | Fullscreen_yt | train | rb |
39f305b30a485879cf47521b93871645aca78db9 | diff --git a/src/Testing/TestCase.php b/src/Testing/TestCase.php
index <HASH>..<HASH> 100644
--- a/src/Testing/TestCase.php
+++ b/src/Testing/TestCase.php
@@ -47,7 +47,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
$containerFactory = new ContainerFactory($rootDir);
self::$container = $contain... | PHPStan\Testing\TestCase is public API, do not apply bleedingEdge there | phpstan_phpstan | train | php |
273080b126cbc3a970312e9c6e4fc6156a7d751f | diff --git a/arquillian/container-managed-domain/src/main/java/org/jboss/as/arquillian/container/domain/managed/DomainLifecycleUtil.java b/arquillian/container-managed-domain/src/main/java/org/jboss/as/arquillian/container/domain/managed/DomainLifecycleUtil.java
index <HASH>..<HASH> 100644
--- a/arquillian/container-ma... | Dump domain process consoles to test-output.txt by default | wildfly_wildfly | train | java |
70d10a4077442f813c4be0e70248884aca7e9e54 | diff --git a/lib/locabulary.rb b/lib/locabulary.rb
index <HASH>..<HASH> 100644
--- a/lib/locabulary.rb
+++ b/lib/locabulary.rb
@@ -56,7 +56,7 @@ module Locabulary
# @since 0.1.0
def active_labels_for(options = {})
predicate_name = options.fetch(:predicate_name)
- active_items_for(predicate_name: predicate... | Removing redundant sort on .active_labels_for
The `.active_items_for` already sorts the items. No sense sorting them
again (and in the incorrect order). | ndlib_locabulary | train | rb |
90a10c39290e4ff1c91179b4f9bdee0298e47156 | diff --git a/Lib/fontParts/test/test_glyph.py b/Lib/fontParts/test/test_glyph.py
index <HASH>..<HASH> 100644
--- a/Lib/fontParts/test/test_glyph.py
+++ b/Lib/fontParts/test/test_glyph.py
@@ -43,8 +43,8 @@ class TestGlyph(unittest.TestCase):
layer = font.layers[0]
glyph = layer.newGlyph("A")
s... | Removed hardwired class names from test | robotools_fontParts | train | py |
8fb24aa57e3b72df366cdec07e19a5ea953c8664 | diff --git a/lib/request_log_analyzer/aggregator/database.rb b/lib/request_log_analyzer/aggregator/database.rb
index <HASH>..<HASH> 100644
--- a/lib/request_log_analyzer/aggregator/database.rb
+++ b/lib/request_log_analyzer/aggregator/database.rb
@@ -3,6 +3,17 @@ require 'activerecord'
module RequestLogAnalyzer::Agg... | Added documentation to database inserter class | wvanbergen_request-log-analyzer | train | rb |
1f8d4c168f818b390e595f38b1382c4e87bd3a4f | diff --git a/querydsl-codegen/src/main/java/com/querydsl/codegen/EntityType.java b/querydsl-codegen/src/main/java/com/querydsl/codegen/EntityType.java
index <HASH>..<HASH> 100644
--- a/querydsl-codegen/src/main/java/com/querydsl/codegen/EntityType.java
+++ b/querydsl-codegen/src/main/java/com/querydsl/codegen/EntityTyp... | use LinkedHashSet for deterministic order | querydsl_querydsl | train | java |
525659b0354e7e1a7e51584445bb663cf31890b8 | diff --git a/tests/ValuestoreTest.php b/tests/ValuestoreTest.php
index <HASH>..<HASH> 100644
--- a/tests/ValuestoreTest.php
+++ b/tests/ValuestoreTest.php
@@ -13,7 +13,7 @@ class ValuestoreTest extends TestCase
/** @var \Spatie\Valuestore\Valuestore */
protected $valuestore;
- public function setUp(): vo... | Improve PHPUnit fixtures (#<I>) | spatie_valuestore | train | php |
5fc717f68d2dd36f80eeaaf4b120104946813678 | diff --git a/lib/scripts/conversionScriptPart.js b/lib/scripts/conversionScriptPart.js
index <HASH>..<HASH> 100644
--- a/lib/scripts/conversionScriptPart.js
+++ b/lib/scripts/conversionScriptPart.js
@@ -121,14 +121,17 @@ page.open(body.url, function () {
}
if(body.fitToPage) {
- page.evaluate(functio... | Update fitToPage to use phantom's zoomFactor rather than setting the
zoom on the body. This works better for elements like svgs and other
types of images. | pofider_phantom-html-to-pdf | train | js |
46423c9a1add21b2e97d52f2cefd01d862382b43 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,13 +3,13 @@ from setuptools import setup, find_packages
setup(
name='pyseleniumjs',
description='Small library with javascript utilities for official Python selenium bindings.',
- version='1.1.1',
+ version... | Updated version, package classifiers. | neetjn_pyselenium-js | train | py |
32afcdcb889e651b13e161a04c4d6d2ea78a652f | diff --git a/activemodel/lib/active_model/lint.rb b/activemodel/lib/active_model/lint.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/lint.rb
+++ b/activemodel/lib/active_model/lint.rb
@@ -22,8 +22,6 @@ module ActiveModel
assert model.respond_to?(:to_key), "The model should respond to to_key"... | ActiveModel::Lint should not require our models to respond to id. | rails_rails | train | rb |
d1f8b8615cd62cc03da50322f614eaf485355b4e | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -157,7 +157,7 @@ app.get("/db/list_all_promoted_influencers", (req, res)=> {
});
app.get("/db/list_all_promoted_posts", (req, res)=> {
- var dbRequest = "SELECT * FROM POST WHERE PROMOTED = TRUE;";
+ ... | Fixed so that you can retrieve all promoted posts | pumpumba_Influsion-back-end | train | js |
5232d812819d1d44187a54cb025835b1f9cb2296 | diff --git a/activesupport/lib/active_support/deprecation.rb b/activesupport/lib/active_support/deprecation.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/deprecation.rb
+++ b/activesupport/lib/active_support/deprecation.rb
@@ -185,6 +185,10 @@ module ActiveSupport
@new_const = new_const... | Pass class through to DeprecatedConstantProxy target
This is needed because include_all_modules_from checks
calls "class" on every constant and sometimes it can
hit deprecated constants which aren't even Modules,
but while checking for it deprecation warnings are shown. | rails_rails | train | rb |
a681cd917c9b0b6798ff06f0cfc46f574fe6cccb | diff --git a/pyAudioAnalysis/audioTrainTest.py b/pyAudioAnalysis/audioTrainTest.py
index <HASH>..<HASH> 100644
--- a/pyAudioAnalysis/audioTrainTest.py
+++ b/pyAudioAnalysis/audioTrainTest.py
@@ -312,9 +312,14 @@ def extract_features_and_train(paths, mid_window, mid_step, short_window,
print("Selected params: {0:.5... | SMOTE added in training (if used) | tyiannak_pyAudioAnalysis | train | py |
ab4664f3d95bbdd129d903af64d263a90cd35ca5 | diff --git a/client/auth/controller.js b/client/auth/controller.js
index <HASH>..<HASH> 100644
--- a/client/auth/controller.js
+++ b/client/auth/controller.js
@@ -30,6 +30,8 @@ export default {
login: function( context ) {
if ( config.isEnabled( 'oauth' ) ) {
+ // hack to keep the blue background for Desktop l... | Set the blue background for Desktop login from the js client | Automattic_wp-calypso | train | js |
35ee9c475478d21f4928aeaf694f3078314e7790 | diff --git a/lib/y2r/ast/ruby.rb b/lib/y2r/ast/ruby.rb
index <HASH>..<HASH> 100644
--- a/lib/y2r/ast/ruby.rb
+++ b/lib/y2r/ast/ruby.rb
@@ -45,7 +45,8 @@ module Y2R
def list(items, separator, context)
item_indent = 0
items.map do |item|
- item_code = item.to_ruby(context.indente... | Y2R::AST::Ruby::Node#list: Refactor to match #to_ruby methods
We usually use *_indent, *_context and *_code variables in #to_ruby
methods and do not inline them. | yast_y2r | train | rb |
9c99a6d477ab7e7adc6a1481b348d72f0cdcffda | diff --git a/scout/ext/backend/utils/build_mongo_query.py b/scout/ext/backend/utils/build_mongo_query.py
index <HASH>..<HASH> 100644
--- a/scout/ext/backend/utils/build_mongo_query.py
+++ b/scout/ext/backend/utils/build_mongo_query.py
@@ -55,12 +55,13 @@ def build_query(case_id, query=None, variant_ids=None):
... | don't filter out variants with no ExAC frequency | Clinical-Genomics_scout | train | py |
2278afe6eeb1c67ab617e8c0dfea05c906c9705c | diff --git a/lib/review/pdfmaker.rb b/lib/review/pdfmaker.rb
index <HASH>..<HASH> 100644
--- a/lib/review/pdfmaker.rb
+++ b/lib/review/pdfmaker.rb
@@ -326,7 +326,7 @@ module ReVIEW
if File.exist?(file_sty)
File.read(file_sty)
else
- raise ReVIEW::ConfigError, "File #{file} is not found."
+... | warn for missing custompage instead of error | kmuto_review | train | rb |
7569c752b09f0cb1beb02855bbcf0e3e1d6a993b | diff --git a/src/pusher.js b/src/pusher.js
index <HASH>..<HASH> 100644
--- a/src/pusher.js
+++ b/src/pusher.js
@@ -179,7 +179,7 @@ Pusher.prototype = {
},
onmessage: function(evt) {
- var params = Pusher.parser(evt.data);
+ var params = JSON.parse(evt.data);
if (params.socket_id && params.socket_id... | Fix: Message format from Pusher is always JSON so don't use configurable parser | pusher_pusher-js | train | js |
8ceaaab162be88ecfa6ed485ea8ce9486d995223 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,16 @@ try:
except ImportError:
from distutils.core import setup
+# read the contents of your README file
+from os import path
+from io import open
+this_directory = path.abspath(path.dirname(__file__))
+with op... | Readme (#<I>)
* Add readme.md on Pypi | blockcypher_blockcypher-python | train | py |
acb9c2d20d578b4269a96a19ded3c7434f47c3a2 | diff --git a/src/models/time.js b/src/models/time.js
index <HASH>..<HASH> 100644
--- a/src/models/time.js
+++ b/src/models/time.js
@@ -272,11 +272,7 @@ var TimeModel = Model.extend({
if (firstScreen) {
filter[dim] = value;
} else {
- var gte = {},
- lte = {};
- gte[dim] = { '$gte': s... | Remove explicit `$and` in time query because of lacking support of Mingo library in DDFcsv reader
<URL> | vizabi_vizabi | train | js |
bffaa3193444d5ffde635ac9c4ddf67d63d98108 | diff --git a/lib/bbcloud/version.rb b/lib/bbcloud/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bbcloud/version.rb
+++ b/lib/bbcloud/version.rb
@@ -1,3 +1,3 @@
module Brightbox
- VERSION = "0.6.2"
+ VERSION = "0.7"
end | Bumped version to <I> | brightbox_brightbox-cli | train | rb |
3ca894d44a4c26fde52c03f561fdfdcc03a494b8 | diff --git a/services/document_conversion/v1-experimental.js b/services/document_conversion/v1-experimental.js
index <HASH>..<HASH> 100644
--- a/services/document_conversion/v1-experimental.js
+++ b/services/document_conversion/v1-experimental.js
@@ -29,6 +29,12 @@ function DocumentConversion(options) {
qs: { vers... | [DCS] Adds a warning if version param is unset
If the "version" query parameter is not specified by the user, a default
value of yesterday's date will be used. In this case, we want to warn
the user that their API calls may fail if the service introduces
API-breaking changes. | watson-developer-cloud_node-sdk | train | js |
f2f58f535520bfa77ab2d0ad1fb598f18349dd2e | diff --git a/actionpack/lib/action_controller/caching/actions.rb b/actionpack/lib/action_controller/caching/actions.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/caching/actions.rb
+++ b/actionpack/lib/action_controller/caching/actions.rb
@@ -93,7 +93,7 @@ module ActionController #:nodoc:
... | Fix failing ActionCacheFilter tests due to around filter changes. | rails_rails | train | rb,rb |
c72cdfaae7273a4ea831be001d27fe1b06edf3b1 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -95,11 +95,13 @@ function getPolyfills(options) {
return obj;
}, {});
- Object.keys(features).forEach(function(featureName) {
+ return Object.keys(features).map(function(featureName) {
chooseVariant(f... | Ensure browsers are filtered out of the result if they do not have an explicit variant to use | Financial-Times_polyfill-service | train | js |
5358c95a76ed9dc51116ec2b83cd8da5ea9fd544 | diff --git a/integration/plugin/graphdriver/external_test.go b/integration/plugin/graphdriver/external_test.go
index <HASH>..<HASH> 100644
--- a/integration/plugin/graphdriver/external_test.go
+++ b/integration/plugin/graphdriver/external_test.go
@@ -424,8 +424,8 @@ func TestGraphdriverPluginV2(t *testing.T) {
Remot... | TestGraphdriverPluginV2: SA<I>: should check returned error before deferring (staticcheck)
```
integration/plugin/graphdriver/external_test.go:<I>:2: SA<I>: should check returned error before deferring responseReader.Close() (staticcheck)
``` | moby_moby | train | go |
a26496c563de6ff59d308c9f66c9585b521b7ba8 | diff --git a/addon/components/flexi-sustain.js b/addon/components/flexi-sustain.js
index <HASH>..<HASH> 100644
--- a/addon/components/flexi-sustain.js
+++ b/addon/components/flexi-sustain.js
@@ -36,6 +36,8 @@ const component = Component.extend({
if (!this.label) {
this.label = this.component;
+ } else ... | fix(labels): ensure labels are namespaced | html-next_flexi-layouts | train | js |
13490e457444a023fbacfc3e59e2ca986a98f786 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,6 @@
var http = require('http')
-var findPort = require('find-port')
var opn = require('opn')
var rc = module.require('rc')
var argv = require('optimist').argv
@@ -13,19 +12,6 @@ if (argv.usage) {
process.exi... | Allow OS to assign port if it was not configured | kessler_node-hcat | train | js |
c846fb5a68a8a4036da182e44351d424fa68ecad | diff --git a/src/FieldHandlers/RelatedFieldTrait.php b/src/FieldHandlers/RelatedFieldTrait.php
index <HASH>..<HASH> 100644
--- a/src/FieldHandlers/RelatedFieldTrait.php
+++ b/src/FieldHandlers/RelatedFieldTrait.php
@@ -182,11 +182,13 @@ trait RelatedFieldTrait
*/
protected function _getInputIcon($properties)... | Fix bug with module icon not loading in related inputs (task #<I>) | QoboLtd_cakephp-csv-migrations | train | php |
81c20c3b53a671046ed37925b3f3d7ccc7f25aa8 | diff --git a/lib/capybara/node/finders.rb b/lib/capybara/node/finders.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/node/finders.rb
+++ b/lib/capybara/node/finders.rb
@@ -29,7 +29,15 @@ module Capybara
raise Capybara::ElementNotFound, options[:message] || "Unable to find '#{args[1] || args[0]}'" unless nod... | Added deprecation warning for #locate | teamcapybara_capybara | train | rb |
489b032daa00315c93a41ee4736b5ce39777a48f | diff --git a/lib/github/html.rb b/lib/github/html.rb
index <HASH>..<HASH> 100644
--- a/lib/github/html.rb
+++ b/lib/github/html.rb
@@ -109,7 +109,7 @@ module GitHub
end
# XXX nokogiri monkey patches
-class Nokogiri::XML::Text < Nokogiri::XML::CharacterData
+class Nokogiri::XML::Node
# Work around an issue with u... | fix utf-8 encoding issues in syntax highlighted GFM blocks | jch_html-pipeline | train | rb |
01909f43fafa31a38013c6f056983c56153cf12a | diff --git a/es/ae/oracle.js b/es/ae/oracle.js
index <HASH>..<HASH> 100644
--- a/es/ae/oracle.js
+++ b/es/ae/oracle.js
@@ -62,6 +62,7 @@ async function getOracleObject (oracleId) {
* @alias module:@aeternity/aepp-sdk/es/ae/oracle
* @instance
* @function
+ * @category async
* @param {String} oracleId Oracle publ... | pollForQueries: Return promise as it was before | aeternity_aepp-sdk-js | train | js |
ce95fb29919683bac9de4eb87dabeba1221262aa | diff --git a/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb b/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
+++ b/activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
@@ -1... | "string" isn't a valid column type for ActiveRecord
Conflicts:
activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb | rails_rails | train | rb |
a1df1deec6c5fa93156ed6dddd37eb20f266afc9 | diff --git a/bin/controller.js b/bin/controller.js
index <HASH>..<HASH> 100755
--- a/bin/controller.js
+++ b/bin/controller.js
@@ -218,10 +218,14 @@ function main(argv) {
console.log(' http: ' + argv['http-port']);
console.log(' ws: ' + argv['ws-port']);
console.log('');
- console.log('Connect pages usi... | Updating the code snippet to be the full thing. | google_tracing-framework | train | js |
6033c20920d8bc3852cba2e03ae360aa4148e90c | diff --git a/lib/jobba/status.rb b/lib/jobba/status.rb
index <HASH>..<HASH> 100644
--- a/lib/jobba/status.rb
+++ b/lib/jobba/status.rb
@@ -219,7 +219,7 @@ module Jobba
@state = attrs[:state] || State::UNKNOWN
@progress = attrs[:progress] || 0
@errors = attrs[:errors] || []
- ... | Job data is now nil when not set | openstax_jobba | train | rb,rb |
53f4470ed8d93d5d43cc1f0e2d850448ea503240 | diff --git a/tock/editor.js b/tock/editor.js
index <HASH>..<HASH> 100644
--- a/tock/editor.js
+++ b/tock/editor.js
@@ -588,10 +588,6 @@ function main(name) {
movingObject = false;
originalClick = mouse;
- if(selectedObject == null)
- Jupyter.keyboard_manager.enable();
- else... | disabling keyboard shortcuts not needed anymore | ND-CSE-30151_tock | train | js |
91b53c0aa67d0dfb5092f2c54b15edccf9c61ff5 | diff --git a/spec/support/notifier_helpers.rb b/spec/support/notifier_helpers.rb
index <HASH>..<HASH> 100644
--- a/spec/support/notifier_helpers.rb
+++ b/spec/support/notifier_helpers.rb
@@ -45,13 +45,13 @@ module NotifierHelpers
env_vars
end
- def restore_proxy_env_vars(vars)
+ def restore_proxy_env_vars(e... | Fix spec helper and address Rubocop finding. | rollbar_rollbar-gem | train | rb |
524da020597ffd9f744a3fef3e155094ae12664c | diff --git a/handlers/jobs.js b/handlers/jobs.js
index <HASH>..<HASH> 100644
--- a/handlers/jobs.js
+++ b/handlers/jobs.js
@@ -42,16 +42,16 @@ export default {
listApps(req, res, next) {
agave.listApps((err, resp) => {
if (err) {return next(err);}
- let apps = resp.body.result;
- ... | Setup app list retrieval to return in depth app data | OpenNeuroOrg_openneuro | train | js |
ef1faad28f7eb6a4018f20427b443f9920ae01a6 | diff --git a/lib/mongo/server/monitor.rb b/lib/mongo/server/monitor.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/server/monitor.rb
+++ b/lib/mongo/server/monitor.rb
@@ -140,7 +140,7 @@ module Mongo
#
# @since 2.0.0
def stop!
- @thread.kill && @thread.stop?
+ connection.disconnect! &... | RUBY-<I> Disconnect the connection in monitor#stop | mongodb_mongo-ruby-driver | train | rb,rb |
1756b583b0a306fc41db772fbd33a13ea1737268 | diff --git a/src/IdBrokerClient.php b/src/IdBrokerClient.php
index <HASH>..<HASH> 100644
--- a/src/IdBrokerClient.php
+++ b/src/IdBrokerClient.php
@@ -4,6 +4,7 @@ namespace Sil\Idp\IdBroker\Client;
/**
* IdP ID Broker API client implemented with Guzzle.
*
+ * @method array activateUser(array $config = [])
* @met... | Add missing method doc. comment. | silinternational_idp-id-broker-php-client | train | php |
8f07d88596bd81e300485bb3f4a5017611cfb966 | diff --git a/lib/melissa/geo_point_mock.rb b/lib/melissa/geo_point_mock.rb
index <HASH>..<HASH> 100644
--- a/lib/melissa/geo_point_mock.rb
+++ b/lib/melissa/geo_point_mock.rb
@@ -18,10 +18,10 @@ module Melissa
else
raise "Invalid call to GeoPoint, unknown object #{addr_obj.inspect}"
end
- @l... | Changed values in GeoPointMock. | smarinskaya_Melissa | train | rb |
9d93857eb367fe639f8342ac55af4edb7043ddda | diff --git a/lib/puppetserver/ca/version.rb b/lib/puppetserver/ca/version.rb
index <HASH>..<HASH> 100644
--- a/lib/puppetserver/ca/version.rb
+++ b/lib/puppetserver/ca/version.rb
@@ -1,5 +1,5 @@
module Puppetserver
module Ca
- VERSION = "0.4.3"
+ VERSION = "0.5.0"
end
end | (GEM) update puppetserver-ca version to <I> | puppetlabs_puppetserver-ca-cli | train | rb |
d6a2f1e9a8e19a081f35853519ddc5702edb4ec9 | diff --git a/src/main/webapp/js/Core/abstractPlugin.js b/src/main/webapp/js/Core/abstractPlugin.js
index <HASH>..<HASH> 100644
--- a/src/main/webapp/js/Core/abstractPlugin.js
+++ b/src/main/webapp/js/Core/abstractPlugin.js
@@ -311,7 +311,7 @@ ORYX.Plugins.AbstractPlugin = Clazz.extend({
return null;
}*/
... | qname should not have : | kiegroup_jbpm-designer | train | js |
965c99aa2bf694b529b16c433e8f6319fca8b958 | diff --git a/core/cb.vfs/main.js b/core/cb.vfs/main.js
index <HASH>..<HASH> 100644
--- a/core/cb.vfs/main.js
+++ b/core/cb.vfs/main.js
@@ -6,7 +6,9 @@ function setup(options, imports, register) {
// Initialize local vfs
var vfs = vfsLocal({
- 'root': workspace.root
+ 'root': workspace.root,
+ ... | Set umask for vfs to <I>, fixes #<I> | CodeboxIDE_codebox | train | js |
3d4cc21e15c574790139dc427b197469a8527b28 | diff --git a/lib/cucumber/mappings.rb b/lib/cucumber/mappings.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/mappings.rb
+++ b/lib/cucumber/mappings.rb
@@ -123,12 +123,20 @@ module Cucumber
def tags
@test_case.tags
end
+
+ def outline?
+ false
+ end
end
class Scena... | Add TestCase#outline? for conditionals in hooks | cucumber_cucumber-ruby | train | rb |
dc85316efbe4f3b6a7aecbe65fc65e3e773d0d74 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -100,5 +100,5 @@ setup(
extras_require={
'snappy': ['python-snappy'],
},
- tests_require=['nose', 'flake8'],
+ tests_require=['nose', 'flake8', 'check-manifest'],
) | add check-manifest to test dependencies | fastavro_fastavro | train | py |
ac0ebb3cfdac8817cc4d0e49c33aeea7e6874a0e | diff --git a/multiqc/modules/mtnucratio/mtnucratio.py b/multiqc/modules/mtnucratio/mtnucratio.py
index <HASH>..<HASH> 100644
--- a/multiqc/modules/mtnucratio/mtnucratio.py
+++ b/multiqc/modules/mtnucratio/mtnucratio.py
@@ -51,9 +51,12 @@ class MultiqcModule(BaseMultiqcModule):
""" Parse the JSON output from mt... | Adjusted according to @ewels requests | ewels_MultiQC | train | py |
0fe19ee45f13b1cb6048cb998482420b01593343 | diff --git a/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js b/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js
index <HASH>..<HASH> 100755
--- a/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js
+++ b/view/frontend/web/js/view/payme... | Reinit frames if billing address is updated | checkout_checkout-magento2-plugin | train | js |
9975ff625e95fe18f9703d0c15913feba5b3ee35 | diff --git a/src/accounts/views.py b/src/accounts/views.py
index <HASH>..<HASH> 100644
--- a/src/accounts/views.py
+++ b/src/accounts/views.py
@@ -71,6 +71,7 @@ class UserProfileDetailView(UserProfileBaseMixin, DetailView):
'ticket': TicketCollabCount,
}
+ messages = Message.objects.filte... | Fixing emails count on area contribution chart of user profile | colab_colab | train | py |
603b2bcc67320f9a51aa66ee28c9a38fd32c4d5a | diff --git a/src/js/components/Notification.js b/src/js/components/Notification.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Notification.js
+++ b/src/js/components/Notification.js
@@ -76,11 +76,12 @@ export default class Notification extends Component {
}
let boxProps = Props.pick(this.props, Obj... | Removes hardcoded full prop in Notification
* Addresses issue when embedding Notification in Layer
* Still defaults to 'horizontal' for IE fix (#<I>) | grommet_grommet | train | js |
2c1643b0c6b74353f338e50cc18c75cdd7b6ac58 | diff --git a/src/react/JSONTree/JSONObjectNode.js b/src/react/JSONTree/JSONObjectNode.js
index <HASH>..<HASH> 100644
--- a/src/react/JSONTree/JSONObjectNode.js
+++ b/src/react/JSONTree/JSONObjectNode.js
@@ -78,7 +78,7 @@ export default class JSONObjectNode extends React.Component {
getItemString() {
if (!this.i... | renamed Items to Keys for clarity | reduxjs_redux-devtools | train | js |
a9a8f3719f90f1e84e1c45f001356aaa00e3c36a | diff --git a/yangson/instance.py b/yangson/instance.py
index <HASH>..<HASH> 100644
--- a/yangson/instance.py
+++ b/yangson/instance.py
@@ -377,6 +377,9 @@ class InstanceNode:
return [m for m in self.value if not m.startswith("@")]
def _member(self, name: InstanceName) -> "ObjectMember":
+ pts... | Permit redundant prefix for instance member access | CZ-NIC_yangson | train | py |
9a7a199fd0b475894195a8e7e17ecf5dedd0e2dd | diff --git a/blocks/rss_client/block_rss_client.php b/blocks/rss_client/block_rss_client.php
index <HASH>..<HASH> 100644
--- a/blocks/rss_client/block_rss_client.php
+++ b/blocks/rss_client/block_rss_client.php
@@ -26,6 +26,10 @@
return 210;
}
+ function applicable_formats() {
+ return array('... | No need to restrict where RSS feeds can be displayed | moodle_moodle | train | php |
9134c6483870f3fc2d4ea9510420b4294ad79384 | diff --git a/system/BaseModel.php b/system/BaseModel.php
index <HASH>..<HASH> 100644
--- a/system/BaseModel.php
+++ b/system/BaseModel.php
@@ -1082,6 +1082,7 @@ abstract class BaseModel
$page = $page >= 1 ? $page : $pager->getCurrentPage($group);
// Store it in the Pager library, so it can be paginate... | Ensure page validity
~ get valid page after validation in pager | codeigniter4_CodeIgniter4 | train | php |
dde83b119081540a3ce6a0063ca715b77625aec9 | diff --git a/Pynac/Core.py b/Pynac/Core.py
index <HASH>..<HASH> 100644
--- a/Pynac/Core.py
+++ b/Pynac/Core.py
@@ -138,7 +138,7 @@ class Pynac(object):
break
if self.dynacProc.wait() != 0:
raise RuntimeError("Errors occured during execution of Dynac")
- self.dynacProc.s... | Don't close stdin? | se-esss-litterbox_Pynac | train | py |
6b38d1da61facf122b195c8860dba0a94fe02896 | diff --git a/Controller.php b/Controller.php
index <HASH>..<HASH> 100644
--- a/Controller.php
+++ b/Controller.php
@@ -181,7 +181,7 @@ class Controller extends \yii\web\Controller
}
}
- if (empty($accessToken) || !Yii::$app->getUser()->loginByToken($accessToken)) {
+ if (empty($accessToken) || !Yii::$app->ge... | Renamed `User::loginByToken()` to `loginByAccessToken()`. | yiisoft_yii-rest | train | php |
9a315088393e779fad38727991e78177f4370ccc | diff --git a/f90nml.py b/f90nml.py
index <HASH>..<HASH> 100644
--- a/f90nml.py
+++ b/f90nml.py
@@ -55,6 +55,11 @@ def read(nml_fname):
if v_name:
+ # Pass commas
+ if t == ',':
+ prior_t = t
+ t = next(tokens)
+
#---
... | Final element parsed; final comma bug; needs refactoring | marshallward_f90nml | train | py |
5e8706e3604356e8b3019212c3c3db55f474f477 | diff --git a/update.go b/update.go
index <HASH>..<HASH> 100644
--- a/update.go
+++ b/update.go
@@ -10,6 +10,7 @@ import (
"os/exec"
"path/filepath"
"runtime"
+ "strings"
"time"
"github.com/heroku/heroku-cli/Godeps/_workspace/src/github.com/dickeyxxx/golock"
@@ -61,6 +62,7 @@ func Update(channel string, t st... | truncate error log during updates | heroku_cli | train | go |
f1869032b664fface5201fd2dc9488b7b642b885 | diff --git a/src/Where/In.php b/src/Where/In.php
index <HASH>..<HASH> 100644
--- a/src/Where/In.php
+++ b/src/Where/In.php
@@ -20,6 +20,6 @@ class In extends AbstractWhere
}
$markers = array_fill(0, count($this->values), "?");
- return "IN (" . implode(",", $markers) . ")";
+ return "I... | Updated the whitespace handling of IN clauses | duncan3dc_sql-class | train | php,php |
1042ab51d55e2cbb6bb1485cabc2058a53962b65 | diff --git a/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java b/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java
index <HASH>..<HASH> 100644
--- a/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.... | CORE-<I> Fixed order of Mojo system properties processing. | liquibase_liquibase | train | java |
fd0ec75056c5afd833575ef8afb4f83602fd42bc | diff --git a/test/helper.rb b/test/helper.rb
index <HASH>..<HASH> 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -131,6 +131,10 @@ class Env
end
class ViewEnv
+ def output_number
+ 1337
+ end
+
def person
[{:name => 'Joe'}, {:name => 'Jack'}]
end
diff --git a/test/slim/test_wrapper.rb b/test/s... | add failing test (issue #<I>) | slim-template_slim | train | rb,rb |
30fdad120e341e5e099d2a70dacdef2ccc70d6e8 | diff --git a/src/lib/driver/Session.js b/src/lib/driver/Session.js
index <HASH>..<HASH> 100644
--- a/src/lib/driver/Session.js
+++ b/src/lib/driver/Session.js
@@ -495,6 +495,9 @@ export default function Send(driver) {
},
setHomeDomain: async () => {
+ if (this.account.signers.length > 1) ... | Fixed federation bug, when updating with multisig in one login session | stellarterm_stellarterm | train | js |
d364800716b32608a1cfcf9945956fca6ee5b713 | diff --git a/test/comparison-tests/create-and-execute-test.js b/test/comparison-tests/create-and-execute-test.js
index <HASH>..<HASH> 100644
--- a/test/comparison-tests/create-and-execute-test.js
+++ b/test/comparison-tests/create-and-execute-test.js
@@ -366,8 +366,8 @@ function getNormalisedFileContent(file, location,... | tolerate kb differences in comparison tests | TypeStrong_ts-loader | train | js |
cd3da238240ed10450a427ba7e6ee9c998e3dfec | diff --git a/tests/test_AeRes.py b/tests/test_AeRes.py
index <HASH>..<HASH> 100755
--- a/tests/test_AeRes.py
+++ b/tests/test_AeRes.py
@@ -8,7 +8,7 @@ from __future__ import print_function
__author__ = 'Paul Hancock'
from AegeanTools import AeRes as ar
-from AegeanTools import wcs_helpers
+from AegeanTools import w... | create test to catch issue #<I> | PaulHancock_Aegean | train | py |
3afc78dab5fb2451a2eda04b12eb6394bafc3079 | diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -774,13 +774,13 @@ const options = [
{
name: 'assignees',
description:
- 'Assignees for Pull Request (user name in GitHub/GitLab, email addr... | chore: renamed "user name" to "username" in definitions.js (#<I>)
Changed `user name` to `username` in description to clarify we want a login name and not the user's actual name. | renovatebot_renovate | train | js |
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.