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 |
|---|---|---|---|---|---|
44020034cb40878f91fa38eb9aa5ae8159826cdd | diff --git a/lib/workers/pr/pr-body.js b/lib/workers/pr/pr-body.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/pr-body.js
+++ b/lib/workers/pr/pr-body.js
@@ -69,13 +69,12 @@ async function getPrBody(config) {
.compile(value)(upgrade)
.replace(/^``$/, '');
} catch (err) /* istanbul igno... | refactor: better pr body log levels | renovatebot_renovate | train | js |
768ca1f9a720bfe33a3528ea911cf965be85e47d | diff --git a/tests/test_brann_bronzebeard.py b/tests/test_brann_bronzebeard.py
index <HASH>..<HASH> 100644
--- a/tests/test_brann_bronzebeard.py
+++ b/tests/test_brann_bronzebeard.py
@@ -36,13 +36,6 @@ def test_brann_novice_engineer():
assert len(game.player1.hand) == 2
-def test_brann_youthful_brewmaster():
- ga... | Fix alphabetical ordering of Brann tests | jleclanche_fireplace | train | py |
55f2e758806da221a2f705c2535958df9e5dc869 | diff --git a/src/adapter.js b/src/adapter.js
index <HASH>..<HASH> 100644
--- a/src/adapter.js
+++ b/src/adapter.js
@@ -1,17 +1,23 @@
var createStartFn = function(tc, env) {
var numResults = 0;
+ var res = [];
+ var startTime = new Date().getTime();
var parse_stream = tapParser(function(results) {
tc.info(... | Add some timing and test count to karma output. | bySabi_karma-tap | train | js |
feeb62f94f9ebd0a6153b3787652b122dfc4af46 | diff --git a/lib/instana/version.rb b/lib/instana/version.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/version.rb
+++ b/lib/instana/version.rb
@@ -1,4 +1,4 @@
module Instana
- VERSION = "1.4.10"
+ VERSION = "1.4.11"
VERSION_FULL = "instana-#{VERSION}"
end | Bump gem version to <I> | instana_ruby-sensor | train | rb |
ee6cbbeb406c108a7d1cfd4b462ee5d20885354d | diff --git a/src/web/org/codehaus/groovy/grails/web/mapping/DefaultUrlMappingData.java b/src/web/org/codehaus/groovy/grails/web/mapping/DefaultUrlMappingData.java
index <HASH>..<HASH> 100644
--- a/src/web/org/codehaus/groovy/grails/web/mapping/DefaultUrlMappingData.java
+++ b/src/web/org/codehaus/groovy/grails/web/mapp... | Implemented the UrlMappingEvaluator which parses Groovy scripts into the UrlMapping data model. Then implemented the infrastructure code such as the UrlMappingHolder and factory bean which a new UrlMappingsFilter uses to match URIs and forward (using an include) to the given URI. Custom URL mapping almost working :-)
... | grails_grails-core | train | java |
71378263a1474de2d759c571aff7db96d810cfac | diff --git a/artifactory.py b/artifactory.py
index <HASH>..<HASH> 100755
--- a/artifactory.py
+++ b/artifactory.py
@@ -1708,16 +1708,13 @@ class ArtifactoryPath(pathlib.Path, PureArtifactoryPath):
promote_url = "{}/api/docker/{}/v2/promote".format(
self.drive.rstrip("/"), source_repo
)
- ... | use requests lib with dict data | devopshq_artifactory | train | py |
6b73492b78c1163c8e32398e26adabab5d5b411a | diff --git a/motor/__init__.py b/motor/__init__.py
index <HASH>..<HASH> 100644
--- a/motor/__init__.py
+++ b/motor/__init__.py
@@ -20,7 +20,7 @@ import pymongo
from motor.motor_py3_compat import text_type
-version_tuple = (0, 7)
+version_tuple = (1, 0, 'dev0')
def get_version_string():
diff --git a/setup.py b... | post-release bump: <I>dev0 | mongodb_motor | train | py,py |
24dac684f34791d834a55c44f383dbaf12cdadd6 | diff --git a/dedupe/api.py b/dedupe/api.py
index <HASH>..<HASH> 100644
--- a/dedupe/api.py
+++ b/dedupe/api.py
@@ -525,6 +525,13 @@ class ActiveMatching(Matching) :
def readTraining(self, training_source) : # pragma : no cover
+ '''
+ Read training from previously saved training data file
+ ... | docstrings for readTraining | dedupeio_dedupe | train | py |
ed775af9c59c33ffb18107dbc83ce4fe207f3160 | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/ProcessEngineConfigurationImpl.java b/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/ProcessEngineConfigurationImpl.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/ProcessEngineConfigurationImpl.java
+++ ... | chore(javadoc): update javadoc for new XXE Processing property
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
defdc72bbdb69ffd915c2679e7a6028c31a116f9 | diff --git a/src/DataFormatter.php b/src/DataFormatter.php
index <HASH>..<HASH> 100644
--- a/src/DataFormatter.php
+++ b/src/DataFormatter.php
@@ -301,7 +301,9 @@ abstract class DataFormatter
if (is_array($this->customFields)) {
foreach ($this->customFields as $fieldName) {
// @to... | FIX getFieldsForObj does not return relation classes in hasField() check | silverstripe_silverstripe-restfulserver | train | php |
7da22c86fbc89a1022e11affee7a7e487de32a1a | diff --git a/app/index.js b/app/index.js
index <HASH>..<HASH> 100644
--- a/app/index.js
+++ b/app/index.js
@@ -13,7 +13,7 @@ module.exports = yeoman.Base.extend({
yeoman.Base.apply(this, arguments);
- // preapre options
+ // prepare options
this.option('test-framework', {
desc: 'Test framewor... | Fix typo (#<I>) | yeoman_generator-chrome-extension | train | js |
03f8c3247b1b0958ff6de2d00cd2cb433be43ffa | diff --git a/ActiveRecord.php b/ActiveRecord.php
index <HASH>..<HASH> 100644
--- a/ActiveRecord.php
+++ b/ActiveRecord.php
@@ -59,23 +59,20 @@ class ActiveRecord extends BaseActiveRecord
* You may also define default conditions that should apply to all queries unless overridden:
*
* ```php
- * pub... | Fixes #<I>: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes | yiisoft_yii2-redis | train | php |
13bde430b8e6875899c9c69655b47677b8d16a48 | diff --git a/spec/mongoid/clients/options_spec.rb b/spec/mongoid/clients/options_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mongoid/clients/options_spec.rb
+++ b/spec/mongoid/clients/options_spec.rb
@@ -47,10 +47,6 @@ describe Mongoid::Clients::Options do
it 'uses that collection' do
expect(... | MONGOID-<I> Remove test for driver fix | mongodb_mongoid | train | rb |
ad37ffa886a11a2e37a8ec75d16bc6fd2a51f4be | diff --git a/lib/libhoney/transmission.rb b/lib/libhoney/transmission.rb
index <HASH>..<HASH> 100644
--- a/lib/libhoney/transmission.rb
+++ b/lib/libhoney/transmission.rb
@@ -3,16 +3,16 @@ require 'libhoney/response'
module Libhoney
# @api private
class TransmissionClient
- def initialize(max_batch_size: 0,
-... | Add working defaults to TransmissionClient | honeycombio_libhoney-rb | train | rb |
e6627d60fecd47f38d4a2200ecf97aef654fac12 | diff --git a/src/Audit.php b/src/Audit.php
index <HASH>..<HASH> 100644
--- a/src/Audit.php
+++ b/src/Audit.php
@@ -169,7 +169,7 @@ abstract class Audit implements AuditInterface
*/
private function evaluateTwigSyntax(string $expression)
{
- $code = '{{ '.$expression.'|json_encode()|raw }}';
+ ... | Fixed issues when ternary operators are used in twig syntax. | drutiny_drutiny | train | php |
57f106d2be445ab7d360c3a63a489697d1da2b39 | diff --git a/parser_test.go b/parser_test.go
index <HASH>..<HASH> 100644
--- a/parser_test.go
+++ b/parser_test.go
@@ -621,6 +621,7 @@ func TestParser_ParseStatement(t *testing.T) {
{s: `DELETE FROM myseries WHERE`, err: `found EOF, expected identifier, string, number, bool at line 1, char 28`},
{s: `DROP SERIES`... | one more err test condition for drop series | influxdata_influxql | train | go |
85b4d13b7854573aae3dde776ea03ca869e7a5ac | diff --git a/docson.js b/docson.js
index <HASH>..<HASH> 100644
--- a/docson.js
+++ b/docson.js
@@ -433,7 +433,8 @@ define(["lib/jquery", "lib/handlebars", "lib/highlight", "lib/jsonpointer", "lib
});
};
- var resolveRefsReentrant = function(schema){
+ var resolveRef... | if it's local to this server need throw relative path | lbovet_docson | train | js |
0b47d85a08a85073a95a36503090f08478d76db2 | diff --git a/src/frontend/org/voltdb/SystemProcedureCatalog.java b/src/frontend/org/voltdb/SystemProcedureCatalog.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/SystemProcedureCatalog.java
+++ b/src/frontend/org/voltdb/SystemProcedureCatalog.java
@@ -86,6 +86,10 @@ public class SystemProcedureCatalog {
... | ENG-<I>: hide IsDurable behind method. | VoltDB_voltdb | train | java |
eb59a002ecc8dca64b5b433308118914efed74b0 | diff --git a/opal/browser/css/rule/style.rb b/opal/browser/css/rule/style.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/css/rule/style.rb
+++ b/opal/browser/css/rule/style.rb
@@ -2,6 +2,14 @@ module Browser; module CSS; class Rule
class Style < Rule
alias_native :selector, :selectorText
+ alias_native :id, :... | css/rule/style: temporary fix for #selector and #id | opal_opal-browser | train | rb |
5344648376703387a62b90e20309c1ebd02a349e | diff --git a/metrics/sinks/stackdriver/stackdriver_test.go b/metrics/sinks/stackdriver/stackdriver_test.go
index <HASH>..<HASH> 100644
--- a/metrics/sinks/stackdriver/stackdriver_test.go
+++ b/metrics/sinks/stackdriver/stackdriver_test.go
@@ -291,9 +291,9 @@ func testTranslateAcceleratorMetric(t *testing.T, sourceName ... | Protect against someone changing LabelAccelerator... values.
Stackdriver expects the labels to be `make`, `model` and `accelerator_id`.
Currently the tests would keep on passing if someone changed the values of
`LabelAcceleratorMake`, `LabelAcceleratorModel` or `LabelAcceleratorID`. This
makes sure that the tests woul... | kubernetes-retired_heapster | train | go |
10be334e066c50d4c7472f002b330175f34b6f00 | diff --git a/can-simple-observable.js b/can-simple-observable.js
index <HASH>..<HASH> 100644
--- a/can-simple-observable.js
+++ b/can-simple-observable.js
@@ -75,7 +75,7 @@ var simpleObservableProto = {
//!steal-remove-start
if (process.env.NODE_ENV !== 'production') {
- simpleObservableProto[canSymbol.for("can.get... | fix can-symbol use after review | canjs_can-simple-observable | train | js |
8a5e5132d45f98f3a36f9cb7f582867c732d62bf | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -116,8 +116,8 @@ azure_data_lake = [
]
cassandra = ['cassandra-driver>=3.13.0']
celery = [
- 'celery>=4.1.1',
- 'flower>=0.7.3'
+ 'celery>=4.1.1, <4.2.0',
+ 'flower>=0.7.3, <1.0'
]
cgroups = [
'cgroupspy>... | [AIRFLOW-<I>][AIRFLOW-<I>] Guard against next major release of Celery, Flower
Closes #<I> from tedmiston/celery-flower-guard | apache_airflow | train | py |
315edd10366412326bbf13e289a3901ac1a1c471 | diff --git a/test/Base/PluginTestCaseWithDoctrine.php b/test/Base/PluginTestCaseWithDoctrine.php
index <HASH>..<HASH> 100644
--- a/test/Base/PluginTestCaseWithDoctrine.php
+++ b/test/Base/PluginTestCaseWithDoctrine.php
@@ -23,8 +23,6 @@ class PluginTestCaseWithDoctrine
{
$country = $this->getDefaultCountr... | make doctrine json storage plugins more testable -more fixes | reliv_Rcm | train | php |
9752332888641b64dc2e5f5378aae9e1f812726c | diff --git a/assess_autoload_credentials.py b/assess_autoload_credentials.py
index <HASH>..<HASH> 100755
--- a/assess_autoload_credentials.py
+++ b/assess_autoload_credentials.py
@@ -107,12 +107,14 @@ def ensure_autoload_credentials_overwrite_existing(juju_bin, cloud_details_fn):
"""
user = 'testing_user'
... | Update overwrite test to use separate tmp dirs. | juju_juju | train | py |
fc2ed11c32b534a9ce5e2188debd29dd718812ee | diff --git a/library/src/main/java/com/skocken/efficientadapter/lib/adapter/SimpleAdapter.java b/library/src/main/java/com/skocken/efficientadapter/lib/adapter/SimpleAdapter.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/skocken/efficientadapter/lib/adapter/SimpleAdapter.java
+++ b/library/src/main/ja... | [simple_adapter] Fixed parameter name
It’s not about the position, but about the view type into
getViewHolderClass() | StanKocken_EfficientAdapter | train | java |
ef8924a2ededaa0da6702b5bf6c24cf3b2fe95d6 | diff --git a/lib/moneta/adapters/couch.rb b/lib/moneta/adapters/couch.rb
index <HASH>..<HASH> 100644
--- a/lib/moneta/adapters/couch.rb
+++ b/lib/moneta/adapters/couch.rb
@@ -138,7 +138,7 @@ module Moneta
def clear(options = {})
loop do
docs = all_docs(limit: 10_000)
- break if docs[... | Fix spec setting a null store in couchdb | moneta-rb_moneta | train | rb |
837444f025f6f3c717554749729d773a8e55ce13 | diff --git a/bcbio/variation/varscan.py b/bcbio/variation/varscan.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/varscan.py
+++ b/bcbio/variation/varscan.py
@@ -25,7 +25,8 @@ import vcf
def run_varscan(align_bams, items, ref_file, assoc_files,
region=None, out_file=None):
- if is_paired_ana... | Push tumor-only samples to VarScan germline caling
VarScan currently complains on tumor-only inputs, as it doesn't have
a tumor only mode. This shifts these over to germline single sample
calling so we at least have output. Fixes #<I> | bcbio_bcbio-nextgen | train | py |
184e06f40e1873d3d0694e60ebdac7df19903c39 | diff --git a/xdot.py b/xdot.py
index <HASH>..<HASH> 100755
--- a/xdot.py
+++ b/xdot.py
@@ -1610,11 +1610,16 @@ class DotWidget(gtk.DrawingArea):
self.y += self.POS_INCREMENT/self.zoom_ratio
self.queue_draw()
return True
- if event.keyval == gtk.keysyms.Page_Up:
+ if ... | Accept +/- to zoom in and out (mgedmin, issue <I>) | jrfonseca_xdot.py | train | py |
1f17a47f4e22ebd4ca91f12ba81d56e11fb9f06d | diff --git a/pkg/kubelet/dockertools/docker_manager_unsupported.go b/pkg/kubelet/dockertools/docker_manager_unsupported.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockertools/docker_manager_unsupported.go
+++ b/pkg/kubelet/dockertools/docker_manager_unsupported.go
@@ -22,6 +22,7 @@ import (
"k8s.io/kubernetes/p... | dockertools: fix build on OSX | kubernetes_kubernetes | train | go |
d798dc77941cadfcf9ad6af2d58c9dca169c1046 | diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/application/agent.rb
+++ b/lib/puppet/application/agent.rb
@@ -259,7 +259,7 @@ configuration options can also be generated by running puppet agent with
* --test:
Enable the most common options... | Update lib/puppet/application/agent.rb
Fix docs to refer to actual option. | puppetlabs_puppet | train | rb |
abfcaa7692c1c1bf63dbf0cdb091cf1ccda2e6ef | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
'cc_core.commons.connectors',
'cc_core.agent',
'cc_core.agent.cwl',
- 'cc_core.agent.cwl_io',
+ 'cc_core.agent.red',
'cc_core.agent.connected'
],
... | fixed package renaming error in setup.py | curious-containers_cc-core | train | py |
4d5116bfed479a81b6ac6ae4e8f1a1fba56e4657 | diff --git a/resampy/version.py b/resampy/version.py
index <HASH>..<HASH> 100644
--- a/resampy/version.py
+++ b/resampy/version.py
@@ -3,4 +3,4 @@
"""Version info"""
short_version = '0.1'
-version = '0.1.0rc0'
+version = '0.1.0rc1' | upping version to rc1 | bmcfee_resampy | train | py |
144c9682fbadb63081bc092712b0d63af96ba840 | diff --git a/commands/fweather.py b/commands/fweather.py
index <HASH>..<HASH> 100755
--- a/commands/fweather.py
+++ b/commands/fweather.py
@@ -10,6 +10,6 @@ def cmd(e, c, msg):
temp, remark, flavor = soup.findAll('p')
c.privmsg(CHANNEL, str(temp.contents[0].contents[0]) + ' F? ' + str(remark.... | Added spirit to !fweather | tjcsl_cslbot | train | py |
164b40d15b69562f1b1890288afee8e4a5da58fe | diff --git a/src/index.spec.js b/src/index.spec.js
index <HASH>..<HASH> 100644
--- a/src/index.spec.js
+++ b/src/index.spec.js
@@ -984,18 +984,17 @@ describe('#Datatable', () => {
];
const dataTable = new DataTable(data1, schema1);
let dt2 = dataTable.select(fields => fields.profit.value < 15... | FSB-<I>: Achieved <I>% coverage for datatable | chartshq_datamodel | train | js |
170bcbf475a29cec82e32dff4c90354ce5c5c171 | diff --git a/src/main/java/jcifs/Configuration.java b/src/main/java/jcifs/Configuration.java
index <HASH>..<HASH> 100644
--- a/src/main/java/jcifs/Configuration.java
+++ b/src/main/java/jcifs/Configuration.java
@@ -165,7 +165,7 @@ public interface Configuration {
/**
- *
+ * Property <tt>jcifs.smb.cli... | Add missing docs for session timeout. | AgNO3_jcifs-ng | train | java |
957c6d5302c8de09acc46b40f11eb32730ce754d | diff --git a/tests/includes/properties/class-papi-property-test.php b/tests/includes/properties/class-papi-property-test.php
index <HASH>..<HASH> 100644
--- a/tests/includes/properties/class-papi-property-test.php
+++ b/tests/includes/properties/class-papi-property-test.php
@@ -154,7 +154,8 @@ class Papi_Property_Test ... | Changed to regex assert instead of check if it's not empty | wp-papi_papi | train | php |
54fa2ac7538310d9c25eeda86fa487522e74874b | diff --git a/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php b/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php
+++ b/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php
@@ -67,7 +67,7 @@ tra... | Update AuthorizesRequests.php | laravel_framework | train | php |
ee6d4b2fb01045c71fab66c28b38c63a329df462 | diff --git a/app/lib/actions/katello/host/register.rb b/app/lib/actions/katello/host/register.rb
index <HASH>..<HASH> 100644
--- a/app/lib/actions/katello/host/register.rb
+++ b/app/lib/actions/katello/host/register.rb
@@ -67,7 +67,8 @@ module Actions
if smart_proxy
smart_proxy.content_host = ... | Fixes #<I> - unable to register with sub-man after puppet registration (#<I>)
The previous commit for this did not fix the issue properly. | Katello_katello | train | rb |
4cc20fe591b113aeaf37fdda238d43fa6e4ce86f | diff --git a/libraries/lithium/util/Set.php b/libraries/lithium/util/Set.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/util/Set.php
+++ b/libraries/lithium/util/Set.php
@@ -364,22 +364,22 @@ class Set {
public static function merge($arr1, $arr2 = null) {
$args = func_get_args();
- if (!isset($r)) {
- ... | Renaming variables for clarity in `util\Set::merge()`. | UnionOfRAD_framework | train | php |
669baeff07fd20e4f1c2b50d4030dcadcaa9c9ea | diff --git a/src/main/java/nl/glasoperator/fitnesse/vodafone/VodafoneBrowserTest.java b/src/main/java/nl/glasoperator/fitnesse/vodafone/VodafoneBrowserTest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/glasoperator/fitnesse/vodafone/VodafoneBrowserTest.java
+++ b/src/main/java/nl/glasoperator/fitnesse/vodafon... | Slim scripts can have an expected value for null, but not for blank, so let's use a null value instead of "" as return when there are no others | fhoeben_hsac-fitnesse-fixtures | train | java |
d4c15e10eaf8fb6fc6fe3acef770b275e287134e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(name='tftpy',
'Environment :: Console',
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: Developers',
- 'License :: OSI-Approved Open Source :: MIT License... | Fixing the license in the setup.py | msoulier_tftpy | train | py |
76c41bca5772503d4392531b4e094144e0e3a6d9 | diff --git a/pycoin/coins/bitcoin/SolutionChecker.py b/pycoin/coins/bitcoin/SolutionChecker.py
index <HASH>..<HASH> 100644
--- a/pycoin/coins/bitcoin/SolutionChecker.py
+++ b/pycoin/coins/bitcoin/SolutionChecker.py
@@ -378,7 +378,7 @@ class BitcoinSolutionChecker(SolutionChecker):
tx_context = TxContext()
... | Deal with missing unspents case. | richardkiss_pycoin | train | py |
cae4f6151df8c9a8802bd176a8978ce47d789c14 | diff --git a/jwt/options.go b/jwt/options.go
index <HASH>..<HASH> 100644
--- a/jwt/options.go
+++ b/jwt/options.go
@@ -222,6 +222,10 @@ func WithFormKey(v string) ParseRequestOption {
//
// This is sometimes important when a JWT consumer does not understand that
// the "aud" claim can actually take the form of an ar... | be more explicit about the effects being global | lestrrat-go_jwx | train | go |
d9bc38ee6ec30e659509c767059384021226031a | diff --git a/tests/HttpKernel/PackageBuilderTestKernel.php b/tests/HttpKernel/PackageBuilderTestKernel.php
index <HASH>..<HASH> 100644
--- a/tests/HttpKernel/PackageBuilderTestKernel.php
+++ b/tests/HttpKernel/PackageBuilderTestKernel.php
@@ -12,6 +12,6 @@ final class PackageBuilderTestKernel extends AbstractSymplifyKe... | [SymplifyKernel] Allow empty compiler passes and extensions (#<I>) | Symplify_PackageBuilder | train | php |
4bb425bf55471994e1e42c4be3b6e1f0d2f5d4f3 | diff --git a/tests/Kwc/Trl/ImageEnlarge/Test.php b/tests/Kwc/Trl/ImageEnlarge/Test.php
index <HASH>..<HASH> 100644
--- a/tests/Kwc/Trl/ImageEnlarge/Test.php
+++ b/tests/Kwc/Trl/ImageEnlarge/Test.php
@@ -20,6 +20,8 @@ class Kwc_Trl_ImageEnlarge_Test extends Kwc_TestAbstract
{
parent::setUp('Kwc_Trl_ImageEn... | disable test, it's fixed in <I> | koala-framework_koala-framework | train | php |
95e3e3e3dc599cd3a3c26fa17f1196bffd867656 | diff --git a/lib/Voice/AudioEncoder.js b/lib/Voice/AudioEncoder.js
index <HASH>..<HASH> 100644
--- a/lib/Voice/AudioEncoder.js
+++ b/lib/Voice/AudioEncoder.js
@@ -161,6 +161,12 @@ var AudioEncoder = (function () {
resolve(data);
});
+ this.volume.once("end", function () {
+ killProcess();
+
+ reject("end"... | Another FFMPEG fix attempt (#<I>)
* Fix my very silly mistake
* Another FFMPEG issue fix attempt
* Add a missing semicolon
Yes, I really did make a commit just for this. :) | discordjs_discord.js | train | js,js |
fb5d0e1ffc79606eefddae550b9b1044f4ccc63b | diff --git a/components/tabs/Tabs.js b/components/tabs/Tabs.js
index <HASH>..<HASH> 100644
--- a/components/tabs/Tabs.js
+++ b/components/tabs/Tabs.js
@@ -64,6 +64,7 @@ const factory = (Tab, TabContent, FontIcon) => {
componentWillUnmount() {
window.removeEventListener('resize', this.handleResize);
c... | requestAnimationFrame will only trigger if the browser window is visible. If the browser tab is put to the background, requestAnimationFrame will trigger when the tab returned to the foreground. When the Tabs Component is removed from the DOM when in the background, the requestAnimationFrame must be canceled to prevent... | react-toolbox_react-toolbox | train | js |
8f59c3560555052b43d379d40dc44f7921510393 | diff --git a/tests/unittest/pywbem/test_indicationlistener.py b/tests/unittest/pywbem/test_indicationlistener.py
index <HASH>..<HASH> 100755
--- a/tests/unittest/pywbem/test_indicationlistener.py
+++ b/tests/unittest/pywbem/test_indicationlistener.py
@@ -454,7 +454,7 @@ def test_WBEMListener_port_in_use():
# Don... | Changed test listener ports to <I>/2 | pywbem_pywbem | train | py |
7af59f8de706cc39d96cecc32531c6b0ab0ecc59 | diff --git a/src/speech_rules/semantic_tree_rules.js b/src/speech_rules/semantic_tree_rules.js
index <HASH>..<HASH> 100644
--- a/src/speech_rules/semantic_tree_rules.js
+++ b/src/speech_rules/semantic_tree_rules.js
@@ -469,7 +469,7 @@ sre.SemanticTreeRules.initSemanticRules_ = function() {
defineRule(
'root',... | Fixes bug in semantics rules. | zorkow_speech-rule-engine | train | js |
1dfdd2bce0dacf9221f6b22151c1bc6aa8f08b80 | diff --git a/rapidoid-app/src/test/java/org/rapidoid/app/example/SearchScreen.java b/rapidoid-app/src/test/java/org/rapidoid/app/example/SearchScreen.java
index <HASH>..<HASH> 100644
--- a/rapidoid-app/src/test/java/org/rapidoid/app/example/SearchScreen.java
+++ b/rapidoid-app/src/test/java/org/rapidoid/app/example/Sea... | Minor content header improvements in the search screen. | rapidoid_rapidoid | train | java |
3e4187568bc363ab9d3fb37bea0afcbe09cf598e | diff --git a/middleman-core/lib/middleman-core/extensions/minify_css.rb b/middleman-core/lib/middleman-core/extensions/minify_css.rb
index <HASH>..<HASH> 100644
--- a/middleman-core/lib/middleman-core/extensions/minify_css.rb
+++ b/middleman-core/lib/middleman-core/extensions/minify_css.rb
@@ -1,3 +1,4 @@
+require 'act... | require the `try` core extension (#<I>) | middleman_middleman | train | rb,rb |
ef5ca1af5dc14c21d1df3af384542024fc99705f | diff --git a/lxd/network/network_load.go b/lxd/network/network_load.go
index <HASH>..<HASH> 100644
--- a/lxd/network/network_load.go
+++ b/lxd/network/network_load.go
@@ -23,9 +23,9 @@ func LoadByType(driverType string) (Type, error) {
return n, nil
}
-// LoadByName loads an instantiated network from the database ... | lxd/network/network/load: Renames project arg to projectName for clarity
Improves comments. | lxc_lxd | train | go |
df45a9ad31e356352fa530dd9403f8abfa210f32 | diff --git a/product/selectors/product.js b/product/selectors/product.js
index <HASH>..<HASH> 100644
--- a/product/selectors/product.js
+++ b/product/selectors/product.js
@@ -401,3 +401,20 @@ export const getProductMetadata = createSelector(
getProductById,
product => product.productData.metadata || null
);
+
+/... | CON-<I>: Users can add products to cart from favorite list
- create selector to find out whether a product is a base product or not | shopgate_pwa | train | js |
feb56298dd6a47f996439ae0ad9a5941a88e91df | diff --git a/etcdserver/v3_server.go b/etcdserver/v3_server.go
index <HASH>..<HASH> 100644
--- a/etcdserver/v3_server.go
+++ b/etcdserver/v3_server.go
@@ -441,9 +441,10 @@ func (s *EtcdServer) Authenticate(ctx context.Context, r *pb.AuthenticateRequest
return nil, err
}
+ // internalReq doesn't need to have P... | etcdserver: don't let InternalAuthenticateRequest have password (#<I>) | etcd-io_etcd | train | go |
38d0df05e05e509c3754f34457fbb243ff20b15f | diff --git a/build/changelog.py b/build/changelog.py
index <HASH>..<HASH> 100755
--- a/build/changelog.py
+++ b/build/changelog.py
@@ -102,7 +102,7 @@ def get_github_id(commit_message, commit_id, token):
def mention_author(commit_message, commit_id, token):
username = get_github_id(commit_message, commit_id, toke... | cicd: Update release notes mentions (#<I>)
Since Github will automatically link to user profiles mentioned
by their username, _and_ create a "Contributors" section for the
release notes with user avatars, it seems good to follow that
convention. | open-policy-agent_opa | train | py |
e41d7a2f2ed6cfa328fc4339661bb13b835c54a6 | diff --git a/lib/rom/support/class_macros.rb b/lib/rom/support/class_macros.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/support/class_macros.rb
+++ b/lib/rom/support/class_macros.rb
@@ -7,8 +7,6 @@ module ROM
args.each do |name|
mod.module_eval <<-RUBY, __FILE__, __LINE__ + 1
- @@macros = [#... | Fix code generation of ClassMacros
Before this commit ClassMacros defined one `inherited` hook once per macro.
This commit separates the definition of accessors and other definitions. | rom-rb_rom | train | rb |
c4c228ebeea472e7586632aca49904fa4c607274 | diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -11,7 +11,6 @@ require "rspec/rails"
require 'rspec/active_model/mocks'
require "capybara/rails"
require 'factory_bot'
-require 'alchemy/test_support/controller_requests'
req... | Remove alchemy controller requests test helper
This helper does not exist in latest Alchemy version
any more and is not used anyway | AlchemyCMS_alchemy-devise | train | rb |
fd6ca1a33b53df6574241cd8882cafca90cfb9ae | diff --git a/tests/mocha-reporter.js b/tests/mocha-reporter.js
index <HASH>..<HASH> 100644
--- a/tests/mocha-reporter.js
+++ b/tests/mocha-reporter.js
@@ -75,7 +75,9 @@ module.exports = class ServerlessSpec extends Spec {
try {
removeSync(tmpDirCommonPath);
} catch (error) {
- if (error.co... | Do not crash if tmp dir delete fails on win | serverless_serverless | train | js |
c6cb327ea254940db80ad131dda22027d93ac99a | diff --git a/anyvcs/common.py b/anyvcs/common.py
index <HASH>..<HASH> 100644
--- a/anyvcs/common.py
+++ b/anyvcs/common.py
@@ -301,7 +301,18 @@ class VCSRepo(object):
@abstractmethod
def canonical_rev(self, rev):
- """Get the canonical revision identifier"""
+ """ Get the canonical revision id... | fill out docstring of canonical_rev()
This is to clear up the difference between compose_rev() and canonical_rev(). | ScottDuckworth_python-anyvcs | train | py |
747ef8264be3ac3f4d47cea4c9dfe7ffbc6d2f40 | diff --git a/src/components/button/button.js b/src/components/button/button.js
index <HASH>..<HASH> 100644
--- a/src/components/button/button.js
+++ b/src/components/button/button.js
@@ -76,9 +76,13 @@ function MdButtonDirective($mdButtonInkRipple, $mdTheming, $mdAria, $timeout) {
}
function getTemplate(element... | update(button): add default type to buttons to prevent autosubmission of forms
BREAKING CHANGE: Buttons with undefined `type` will have type="button" assigned, so forms may not submit as previously expected.
Before:
```html
<button class="md-button" ng-transclude>
```
will become
```html
<button type="button" class=... | angular_material | train | js |
bd242236090b4b16c3fdd634e1674041c890d73e | diff --git a/lib/moped/socket.rb b/lib/moped/socket.rb
index <HASH>..<HASH> 100644
--- a/lib/moped/socket.rb
+++ b/lib/moped/socket.rb
@@ -1,3 +1,5 @@
+require "timeout"
+
module Moped
# @api private
@@ -38,23 +40,11 @@ module Moped
def connect
return true if connection
- socket = ::Socket.new ... | Use Timeout instead of connect_nonblock
Since we're running on jruby and <I>, we don't need to worry about
broken Timeout implementations. | mongoid_moped | train | rb |
99240e3c3c65d15b04fc768989bc489b37a09bc9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(
author_email='basti@bastibe.de',
url='https://github.com/bastibe/PySoundFile',
keywords=['audio', 'libsndfile'],
- py_modules=['pysoundio'],
+ py_modules=['pysoundfile'],
license... | Fixed copy-and-paste bug in setup.py
I missed one entry of pysoundio in the pysoundfile setup.py | bastibe_SoundFile | train | py |
df5d7ddd84f4d8b5e6ba3b57bb74317f6ff56d03 | diff --git a/cumulusci/tasks/robotframework/debugger/ui.py b/cumulusci/tasks/robotframework/debugger/ui.py
index <HASH>..<HASH> 100644
--- a/cumulusci/tasks/robotframework/debugger/ui.py
+++ b/cumulusci/tasks/robotframework/debugger/ui.py
@@ -1,7 +1,6 @@
from __future__ import print_function
import cmd
import textwr... | Removed special handling of emacs; it's not needed and wasn't working.
This was code copied from an ancient project of mine from a few years ago. | SFDO-Tooling_CumulusCI | train | py |
3daf9ce3cb7a927933bf913c5ed0e90bcbe64412 | diff --git a/snap7/__init__.py b/snap7/__init__.py
index <HASH>..<HASH> 100644
--- a/snap7/__init__.py
+++ b/snap7/__init__.py
@@ -6,5 +6,6 @@ import snap7.client as client
import snap7.error as error
import snap7.types as types
import snap7.common as common
+import snap7.s7util as s7util
__version__ = '0.2' | added missing s7util to package | gijzelaerr_python-snap7 | train | py |
5b3989a37395ee327138f36ea96b481c0d62ac5c | diff --git a/src/Api/Request.php b/src/Api/Request.php
index <HASH>..<HASH> 100644
--- a/src/Api/Request.php
+++ b/src/Api/Request.php
@@ -305,17 +305,7 @@ class Request
*/
protected function getContentTypeHeader()
{
- if ($this->filePathToUpload) {
- $delimiter = '-------------' . uni... | upd: Request refactoring | seregazhuk_php-pinterest-bot | train | php |
c81ac91b851819023a8b5459f21492b316a610e8 | diff --git a/tests/FormTest.php b/tests/FormTest.php
index <HASH>..<HASH> 100644
--- a/tests/FormTest.php
+++ b/tests/FormTest.php
@@ -45,7 +45,7 @@ EOT
public function testReferenceByName()
{
$this->expectOutputString(<<<EOT
-<input type="text" name="mytextfield">
+<input type="text" name="mytextfie... | text inheritance, and fix test with named field that now gets an id too | monolyth-php_formulaic | train | php |
56d78d857b3cfb378fdc7d66b3ccf72efe6d8f3a | diff --git a/endnote.php b/endnote.php
index <HASH>..<HASH> 100644
--- a/endnote.php
+++ b/endnote.php
@@ -27,6 +27,7 @@ class PHPEndNote {
* * notes - String (optional)
* * isbn - String (optional)
* * label - String (optional)
+ * * caption - String (optional)
*
* @var array
*/
@@ -101,6 +102,7 @@ class P... | Added support for 'caption' property
BUGFIX: 'label' not imported (was exported ok though) | hash-bang_RefLib | train | php |
dca192e0b3e4e7d9981a9466ce4a14211a5fb735 | diff --git a/src/Ractive/config/custom/css/css.js b/src/Ractive/config/custom/css/css.js
index <HASH>..<HASH> 100755
--- a/src/Ractive/config/custom/css/css.js
+++ b/src/Ractive/config/custom/css/css.js
@@ -90,7 +90,9 @@ export function initCSS(options, target, proto) {
css = evalCSS(target, css);
}
- const ... | make Ractive._cssDef configurable for components | ractivejs_ractive | train | js,js |
d86007f1a9751c18b306a6b932a0932f239818ca | 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.3.1'
+ VERSION = '0.4.0'
end
\ No newline at end of file | Bumping version to <I> | zertico_zertico | train | rb |
a982b118dbd3c2246e157e9ab13765953b514ff0 | diff --git a/xchange-examples/src/main/java/org/knowm/xchange/examples/btcturk/trade/BTCTrukTradeDemo.java b/xchange-examples/src/main/java/org/knowm/xchange/examples/btcturk/trade/BTCTrukTradeDemo.java
index <HASH>..<HASH> 100644
--- a/xchange-examples/src/main/java/org/knowm/xchange/examples/btcturk/trade/BTCTrukTrad... | Update BTCTrukTradeDemo.java | knowm_XChange | train | java |
5bacd5731d39eecd4dd44a63e89fe2f3366d692a | diff --git a/src/sap.m/src/sap/m/MessageView.js b/src/sap.m/src/sap/m/MessageView.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/MessageView.js
+++ b/src/sap.m/src/sap/m/MessageView.js
@@ -42,7 +42,7 @@ sap.ui.define([
* A {@link sap.m.MessageView} is used to display a summarized list of different types of... | [FIX] sap.m.MessageView: No initial navigation when there is only one item without description
Change-Id: Ic<I>b<I>ac<I>eb<I>d7fee<I>bdabaeb
BCP: <I> | SAP_openui5 | train | js |
1ead43c88cfacc0d30e186cc3782d31b4e9f5764 | diff --git a/cmd/geth/js.go b/cmd/geth/js.go
index <HASH>..<HASH> 100644
--- a/cmd/geth/js.go
+++ b/cmd/geth/js.go
@@ -245,7 +245,7 @@ func (self *jsre) batch(statement string) {
func (self *jsre) welcome() {
self.re.Run(`
(function () {
- console.log('instance: ' + web3.version.client);
+ console.log... | console: fix instance name printed incorrect on start | ethereum_go-ethereum | train | go |
d92a8c15315310aa3f726d9bb646d9cc3f921d24 | diff --git a/packages/container/lib/container.js b/packages/container/lib/container.js
index <HASH>..<HASH> 100644
--- a/packages/container/lib/container.js
+++ b/packages/container/lib/container.js
@@ -568,7 +568,7 @@ function destroyDestroyables(container) {
let key = keys[i];
let value = cache[key];
- ... | reusing `shouldInstantiate` | emberjs_ember.js | train | js |
64f573cca512d90e70663d0ac6ddfa7512a7372a | diff --git a/src/dawguk/GarminConnect.php b/src/dawguk/GarminConnect.php
index <HASH>..<HASH> 100755
--- a/src/dawguk/GarminConnect.php
+++ b/src/dawguk/GarminConnect.php
@@ -317,7 +317,7 @@ class GarminConnect
public function getWeightData($from = '2019-01-01', $until = '2099-12-31')
{
$intDateFrom ... | Update src/dawguk/GarminConnect.php | dawguk_php-garmin-connect | train | php |
a6e8e49a1d44a2a92ebed790871bf962a7bdcc0f | diff --git a/templates/response_parser_template.php b/templates/response_parser_template.php
index <HASH>..<HASH> 100644
--- a/templates/response_parser_template.php
+++ b/templates/response_parser_template.php
@@ -171,7 +171,7 @@ class PHPFHIRResponseParser
// Ignore properties prefixed with an unde... | only match prefixes with an underscore | dcarbone_php-fhir | train | php |
bba96f59f81f9aa5203ea59a73f42c37becce73f | diff --git a/extensions-core/datasketches/src/main/java/io/druid/query/aggregation/datasketches/theta/SynchronizedUnion.java b/extensions-core/datasketches/src/main/java/io/druid/query/aggregation/datasketches/theta/SynchronizedUnion.java
index <HASH>..<HASH> 100644
--- a/extensions-core/datasketches/src/main/java/io/d... | added missing synchronized keyword (#<I>)
* added missing synchronized keyword
* added missing synchronized keyword | apache_incubator-druid | train | java |
da8bfa04a5f7c89373a8c64d99d699ae547c72e6 | diff --git a/generators/server/index.js b/generators/server/index.js
index <HASH>..<HASH> 100644
--- a/generators/server/index.js
+++ b/generators/server/index.js
@@ -429,6 +429,10 @@ module.exports = class JHipsterServerGenerator extends BaseBlueprintGenerator {
dockerAwaitScripts.push(
... | Wait for keycloak to start. | jhipster_generator-jhipster | train | js |
d79910783358d09afe462fe480990d0b125d6733 | diff --git a/myfitnesspal/note.py b/myfitnesspal/note.py
index <HASH>..<HASH> 100644
--- a/myfitnesspal/note.py
+++ b/myfitnesspal/note.py
@@ -1,7 +1,9 @@
import datetime
+from six import text_type
-class Note(unicode):
+
+class Note(text_type):
def __new__(cls, note_data):
self = super(Note, cls).__... | [#<I>] Fix Python3x support for returned notes. | coddingtonbear_python-myfitnesspal | train | py |
201dc9eef2f2723118b48728c6955556f97e9743 | diff --git a/tinymongo/tinymongo.py b/tinymongo/tinymongo.py
index <HASH>..<HASH> 100644
--- a/tinymongo/tinymongo.py
+++ b/tinymongo/tinymongo.py
@@ -115,7 +115,7 @@ class TinyMongoCollection(object):
def count(self):
if self.table is None:self.buildTable()
- return self.table.count(self... | Count command should get all documents.
If we use lastcond, the user does not know why. The pymongo specs at <URL> | schapman1974_tinymongo | train | py |
2db4f51d8f6f292053ce24da32e5fdf78a99085a | diff --git a/src/main/java/org/zalando/fahrschein/NakadiClient.java b/src/main/java/org/zalando/fahrschein/NakadiClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/zalando/fahrschein/NakadiClient.java
+++ b/src/main/java/org/zalando/fahrschein/NakadiClient.java
@@ -50,12 +50,12 @@ public class NakadiClient... | Renamed the setup method of the object mapper in the nakadi client | zalando-nakadi_fahrschein | train | java |
0052b205d0357fcb0a736810cdd6fca68dc17e91 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/t... | Bug <I> - Home key jumps to start of file with word wrap on | eclipse_orion.client | train | js |
48efa98cbc6c93707690d224faabab985f673aa6 | diff --git a/src/core/nativefontwatchrunner.js b/src/core/nativefontwatchrunner.js
index <HASH>..<HASH> 100644
--- a/src/core/nativefontwatchrunner.js
+++ b/src/core/nativefontwatchrunner.js
@@ -22,14 +22,16 @@ goog.scope(function () {
var NativeFontWatchRunner = webfont.NativeFontWatchRunner;
NativeFontWatchRu... | Fix reference to loadWindow.document and make sure the reject callback is not called with an error. | typekit_webfontloader | train | js |
2a6719e3f466653f25073d75a11d6df841d9d4ae | diff --git a/src/env.js b/src/env.js
index <HASH>..<HASH> 100644
--- a/src/env.js
+++ b/src/env.js
@@ -68,18 +68,10 @@ class PokemonEnv {
seed: this.seed ? Array(4).fill(this.seed) : null,
send: (type, data) => this._receiveBattleUpdate(type, data),
};
- const p1Options = {
- ... | Use specified teams for players (bug fix) | pokeml_pokemon-env | train | js |
af7775a7bbbd23c461c5b72777586344a4d796b8 | diff --git a/jest.setup.js b/jest.setup.js
index <HASH>..<HASH> 100644
--- a/jest.setup.js
+++ b/jest.setup.js
@@ -20,7 +20,7 @@ function toHaveFocus(element) {
return [
matcherHint(`${this.isNot ? ".not" : ""}.toHaveFocus`, "element", ""),
"",
- "Expected",
+ "Expected:... | chore: Update jest.setup.js | reakit_reakit | train | js |
cdac4131706384a2d617d54e1b67aa670c9a14e0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup_args = dict(
- name='w',
+ name='wallace-platform',
packages=['wallace'],
version="0.11.1",
description='Wallace, a platform for experimental cultural ev... | Rename PyPi dist. to wallace-platform | berkeley-cocosci_Wallace | train | py |
489f62d32b10344b64559f5ef3c223d549233f4e | diff --git a/spec/core/answer_spec.rb b/spec/core/answer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/core/answer_spec.rb
+++ b/spec/core/answer_spec.rb
@@ -310,10 +310,10 @@ describe OSCRuby::Answer do
expect(known_working_answer.publishOnDate).to eq(nil)
expect(known_working_answer.question).to eq(nil)
... | I regret writing some of the tests the way I did... will need to figure something out | rajangdavis_osvc_ruby | train | rb |
f143ee80a1f4aedd739ae4956ad0e5387afcdd2b | diff --git a/src/Connection/Connector.php b/src/Connection/Connector.php
index <HASH>..<HASH> 100644
--- a/src/Connection/Connector.php
+++ b/src/Connection/Connector.php
@@ -54,7 +54,7 @@ class Connector implements ConnectorInterface
$defaults = [
'accounts' => 'https://marketplace.commerceguys.com... | Set the client_secret to '' to help with oauth2_server implementation | platformsh_platformsh-client-php | train | php |
fc814c6756158298bd869781cc752e23da026864 | diff --git a/safe/impact_functions/earthquake/earthquake_building/impact_function.py b/safe/impact_functions/earthquake/earthquake_building/impact_function.py
index <HASH>..<HASH> 100644
--- a/safe/impact_functions/earthquake/earthquake_building/impact_function.py
+++ b/safe/impact_functions/earthquake/earthquake_build... | reordering columns in earthquake building | inasafe_inasafe | train | py |
578795ad7992e31c402c2439ce91174096b81eda | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -1,9 +1,10 @@
var tape = require('tape')
+var ConnectionPool = require('any-db-pool')
var test = module.exports = tape.bind(null)
test.withAdapter = function (description, callback) {
- tape(description, function (t) {
+ ... | fix missing reference to ConnectionPool | grncdr_node-any-db | train | js |
fb45a2c12c085db163de1ebfb98ae2c0a605d4e4 | diff --git a/assemblerflow/generator/__init__.py b/assemblerflow/generator/__init__.py
index <HASH>..<HASH> 100644
--- a/assemblerflow/generator/__init__.py
+++ b/assemblerflow/generator/__init__.py
@@ -0,0 +1,3 @@
+"""
+Placeholder for Process creation docs
+"""
\ No newline at end of file | Added placeholder for processes docs | assemblerflow_flowcraft | train | py |
1cd00a83e424d09058cfb8c71015771465ca4e4c | diff --git a/sentry/client/base.py b/sentry/client/base.py
index <HASH>..<HASH> 100644
--- a/sentry/client/base.py
+++ b/sentry/client/base.py
@@ -1,3 +1,5 @@
+from __future__ import absolute_import
+
import base64
try:
import cPickle as pickle
diff --git a/sentry/client/models.py b/sentry/client/models.py
index... | Use absolute_import to prevent lazy pyc conflicts | elastic_apm-agent-python | train | py,py,py |
94e500911d9d0529e9f8f0708226468e605bcbdd | diff --git a/src/Form/ViewSorter.php b/src/Form/ViewSorter.php
index <HASH>..<HASH> 100644
--- a/src/Form/ViewSorter.php
+++ b/src/Form/ViewSorter.php
@@ -46,13 +46,13 @@ class ViewSorter
public function choice(FormView $choice)
{
$collator = $this->collator;
- if ($choice->vars['expanded']) {... | use value for sort if label is empty | anime-db_catalog-bundle | train | php |
f13de340e5b46e6f1a9e7783e7d9b330282fdb2c | diff --git a/lib/command/index.js b/lib/command/index.js
index <HASH>..<HASH> 100644
--- a/lib/command/index.js
+++ b/lib/command/index.js
@@ -1,4 +1,3 @@
module.exports = {
- __depends__: [ require('../core') ],
commandStack: [ 'type', require('./CommandStack') ]
-};
\ No newline at end of file
+}; | chore(command): remove dependency to core to promote reusability
This makes the command module a reusable component that
can be used outside the scope of diagram-js.
BREAKING CHANGE:
- You now need to provide a `eventBus` component yourself if you
want to use the commandStack | bpmn-io_diagram-js | train | js |
ccfa1c26f5928703a6aa2a502c5609d020a4b26d | diff --git a/tests/behat/features/bootstrap/FeatureContext.php b/tests/behat/features/bootstrap/FeatureContext.php
index <HASH>..<HASH> 100755
--- a/tests/behat/features/bootstrap/FeatureContext.php
+++ b/tests/behat/features/bootstrap/FeatureContext.php
@@ -660,6 +660,7 @@ class FeatureContext extends RawMinkContext i... | Set accessCheck to FALSE
Since the function getGroupIdFromTitle() retrieves only gid by group title, there is no necessary use to check access for the current user. | goalgorilla_open_social | train | php |
eccd62c6d4dd70c5d84fc30c59ab6112e03ea6c0 | diff --git a/lib/Entity.js b/lib/Entity.js
index <HASH>..<HASH> 100644
--- a/lib/Entity.js
+++ b/lib/Entity.js
@@ -53,6 +53,7 @@ module.exports.Entity = class Entity {
this.instance.genEntity = this.genEntity.bind(this.instance, nxs);
this.instance.getFile = this.getFile.bind(this.instance, nxs);
this.instance... | should fix exit adding issue to add a test for exit's existence | IntrospectiveSystems_xGraph | train | js |
eb512784792397631d87229eeba17586f2e65b4a | diff --git a/src/Phim/Color.php b/src/Phim/Color.php
index <HASH>..<HASH> 100644
--- a/src/Phim/Color.php
+++ b/src/Phim/Color.php
@@ -1694,20 +1694,20 @@ class Color
return sqrt(($dl ** 2) + ($dc ** 2) + ($dh ** 2) + $rt * $dc * $dh);
}
- private static function cieLabToHue($a, $b)
+ private stat... | Update Color.php (#<I>)
cieLabToHue function performing strict check against int 0 however floats provided meaning that it doesn't match the catching if's to prevent divide by zero errors. | Talesoft_phim | train | php |
338dbe17904b969ab9626b03ee2998efc78af4d0 | diff --git a/src/Options.php b/src/Options.php
index <HASH>..<HASH> 100644
--- a/src/Options.php
+++ b/src/Options.php
@@ -147,7 +147,7 @@ class Options{
*
* @var int
*/
- protected $mysqli_timeout = 1;
+ protected $mysqli_timeout = 3;
/**
* MySQL connection character set
@@ -189,7 +189,7 @@ class Optio... | increased timeouts to circumvent problems on slower machines | chillerlan_php-database | train | php |
80ba93d9bbde70f7286f9f1847ca9a120352000c | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -29,7 +29,7 @@ return array(
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
- 'version' => '12.0.0',
+ 'version' => '... | Bump to version <I> | oat-sa_extension-tao-testqti | train | php,php |
7a03686c9c3739a714f8320e8135f0b93b09e1b6 | diff --git a/lib/candevice.js b/lib/candevice.js
index <HASH>..<HASH> 100644
--- a/lib/candevice.js
+++ b/lib/candevice.js
@@ -40,7 +40,7 @@ class CanDevice extends EventEmitter {
constructor (canbus, options) {
super()
- addressClaim["Unique Number"] = Math.floor(Math.random() * Math.floor(2097151));
+ ... | feature: allow the unique number for a CanDevice to be proivded in options (#<I>) | canboat_canboatjs | train | js |
bb1ddb94ad39cf1f8d82d8a1c4db4cff51b83b5e | diff --git a/test/backward_compatibility/test_utils.py b/test/backward_compatibility/test_utils.py
index <HASH>..<HASH> 100644
--- a/test/backward_compatibility/test_utils.py
+++ b/test/backward_compatibility/test_utils.py
@@ -92,7 +92,7 @@ class TestHadoopUtils(unittest.TestCase):
stdout=sp.PIP... | Fixed a str vs bytes mixup | crs4_pydoop | train | py |
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.