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 |
|---|---|---|---|---|---|
3cca629ba712ad3ad6b9f6ac86797248101434ab | diff --git a/alot/settings/utils.py b/alot/settings/utils.py
index <HASH>..<HASH> 100644
--- a/alot/settings/utils.py
+++ b/alot/settings/utils.py
@@ -4,6 +4,7 @@
from configobj import ConfigObj, ConfigObjError, flatten_errors
from validate import Validator
from errors import ConfigError
+from urwid import AttrSpec
... | fix issue with overwriting AttrSpecs | pazz_alot | train | py |
838d39892e7593dabeea87069dabee00eee69421 | diff --git a/config/global.ini.php b/config/global.ini.php
index <HASH>..<HASH> 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -450,6 +450,9 @@ noreply_email_address = "noreply@{DOMAIN}"
; standard email name displayed when sending emails. If not set, a default name will be used.
noreply_email_name... | Add config setting to disable sending emails. (#<I>) | matomo-org_matomo | train | php,php |
816c4b475fd0f1a159229562b7b7c10ceaa518de | diff --git a/terraform/context_test.go b/terraform/context_test.go
index <HASH>..<HASH> 100644
--- a/terraform/context_test.go
+++ b/terraform/context_test.go
@@ -1579,6 +1579,8 @@ func TestContext2Refresh_targetedCount(t *testing.T) {
"aws_instance.me.1",
"aws_instance.me.2",
}
+ sort.Strings(expected)
+ sort.... | core: [tests] fix order dependent test | hashicorp_terraform | train | go |
0615ac300f7eafd15bb6b2b60a42f76d50b61735 | diff --git a/go/chat/localizer.go b/go/chat/localizer.go
index <HASH>..<HASH> 100644
--- a/go/chat/localizer.go
+++ b/go/chat/localizer.go
@@ -18,7 +18,6 @@ import (
"github.com/keybase/client/go/protocol/chat1"
"github.com/keybase/client/go/protocol/gregor1"
"github.com/keybase/client/go/protocol/keybase1"
- "gi... | rely on uid mapper cache instead of assuming it wont work (#<I>) | keybase_client | train | go |
54d4659ac970afeb541b855d7a22801ec9fc0445 | diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index <HASH>..<HASH> 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -39,7 +39,7 @@ if ($minimumPhpInvalid) {
}
if (ini_get('mbstring.func_overload')) {
- $piwik_errorMessage .= "<p><stron... | Fixed typo in testMinimumPhpVersion | matomo-org_matomo | train | php |
b2657ea149221fc69bf9e546eead91f889f54d27 | diff --git a/docido_sdk/scripts/dcc_run.py b/docido_sdk/scripts/dcc_run.py
index <HASH>..<HASH> 100644
--- a/docido_sdk/scripts/dcc_run.py
+++ b/docido_sdk/scripts/dcc_run.py
@@ -80,6 +80,7 @@ class LocalRunner(Component):
logger = logging.getLogger(
'{crawler}.{launch}'.format(cra... | Reduce 3rd parties log verbosity | cogniteev_docido-python-sdk | train | py |
f1c8b04d0a7b12445c42a4e215d20071b3a916a9 | diff --git a/src/core/widget/widget.js b/src/core/widget/widget.js
index <HASH>..<HASH> 100644
--- a/src/core/widget/widget.js
+++ b/src/core/widget/widget.js
@@ -521,7 +521,7 @@
/* PROXY */
- let handlerProxy = ( event, data ) => {
+ let proxyCallback = ( event, data ) => {
if ( !suppre... | Widget: renamed `handlerProxy` to `proxyCallback` | svelto_svelto | train | js |
c7dee4679ebe51c6a4f9a4f0fbbd11d4b2587eb5 | diff --git a/src/main/java/com/github/theholywaffle/lolchatapi/LeagueRosterListener.java b/src/main/java/com/github/theholywaffle/lolchatapi/LeagueRosterListener.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/theholywaffle/lolchatapi/LeagueRosterListener.java
+++ b/src/main/java/com/github/theholywaffl... | Reusing from
No need to get from again when you've verified it's already != null. | TheHolyWaffle_League-of-Legends-XMPP-Chat-Library | train | java |
8a9276fe67663b7600a97dbd1b7580b4ead27898 | diff --git a/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java b/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
+++ b/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
@@ -2... | * "Watchers" tests ignored untill we have Redmine <I> | taskadapter_redmine-java-api | train | java |
3f1b488f981c01c18e76f91273f6eab9119cd835 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -477,6 +477,9 @@ class Application extends Silex\Application
// Start the 'stopwatch' for the profiler.
$this['stopwatch']->start('bolt.app.after');
+ $res... | Refuse to display Bolt in an iframe, to prevent possible clickjacking. See #<I>.
Thanks, @narendrabhati | bolt_bolt | train | php |
bf1a8ab66a48b1e78ca86b9fcb5b0a07de1dd539 | diff --git a/nodeserver/src/client/js/ModelEditor/HTML/ModelEditorModelComponent.js b/nodeserver/src/client/js/ModelEditor/HTML/ModelEditorModelComponent.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/ModelEditor/HTML/ModelEditorModelComponent.js
+++ b/nodeserver/src/client/js/ModelEditor/HTML/ModelEdito... | hide connection rectangle around the model
Former-commit-id: <I>c5f<I>cfd<I>d6ca<I>a<I>d<I>fd3e<I>d0 | webgme_webgme-engine | train | js |
3e5aae4862e4e2ac3c040e164931548309571fb3 | diff --git a/client/gutenberg/extensions/tiled-gallery/editor.js b/client/gutenberg/extensions/tiled-gallery/editor.js
index <HASH>..<HASH> 100644
--- a/client/gutenberg/extensions/tiled-gallery/editor.js
+++ b/client/gutenberg/extensions/tiled-gallery/editor.js
@@ -91,6 +91,7 @@ export const settings = {
styles: LAY... | Gutenberg: Disallow Tiled Gallery to be edited as HTML (#<I>) | Automattic_wp-calypso | train | js |
b3373ec1ff6517c1794fff3676a698e0f69f1dc0 | diff --git a/tests/def/test-events.js b/tests/def/test-events.js
index <HASH>..<HASH> 100644
--- a/tests/def/test-events.js
+++ b/tests/def/test-events.js
@@ -232,6 +232,32 @@ exports.AddAndDelete = function(test){
}
+exports.AddAndDeleteMulti = function(test){
+
+ test.expect(2);
+ Init();
+ var conn = Conne... | Added new testcase that crashes when removing the second event. | xdenser_node-firebird-libfbclient | train | js |
a2550c35df7cdf972ba707687480c7b4573c9b32 | diff --git a/android/src/main/java/com/horcrux/svg/VirtualNode.java b/android/src/main/java/com/horcrux/svg/VirtualNode.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/horcrux/svg/VirtualNode.java
+++ b/android/src/main/java/com/horcrux/svg/VirtualNode.java
@@ -317,7 +317,9 @@ abstract class VirtualNod... | Fix null handling of getSvgShadowNode in new ancestor creation | react-native-community_react-native-svg | train | java |
5e1bf284c391a7f8a138845063ac01e4987438f0 | diff --git a/supervisor/jobs.go b/supervisor/jobs.go
index <HASH>..<HASH> 100644
--- a/supervisor/jobs.go
+++ b/supervisor/jobs.go
@@ -19,7 +19,7 @@ func (s *Supervisor) GetAllJobs() ([]*Job, error) {
l := make([]*Job, len(jobs))
for i, j := range jobs {
- l[i] = &Job{Job:j}
+ l[i] = &Job{Job: j}
}
return l... | go fmt ftw | starkandwayne_shield | train | go |
55cb8380f68ba7b5a7d11d433885236e764f5b22 | diff --git a/src/Bedrock/Application.php b/src/Bedrock/Application.php
index <HASH>..<HASH> 100644
--- a/src/Bedrock/Application.php
+++ b/src/Bedrock/Application.php
@@ -113,7 +113,7 @@ class Application
}
$config->set($path, $value);
- return $this;
+ return $config;
}
/*... | fixed bug with $this and static method conf() | peakphp_framework | train | php |
1a3ce59476df8f77a9a7fb297963358833516b1d | diff --git a/src/ocrmypdf/_lambda_plugin.py b/src/ocrmypdf/_lambda_plugin.py
index <HASH>..<HASH> 100644
--- a/src/ocrmypdf/_lambda_plugin.py
+++ b/src/ocrmypdf/_lambda_plugin.py
@@ -86,7 +86,7 @@ def process_loop(
try:
result = task(args)
except Exception as e:
- conn.send((Me... | lambda: Don't be paranoid about exception marshalling
It works | jbarlow83_OCRmyPDF | train | py |
ae68b796b72f8880e8d1d5414aa499513809205e | diff --git a/examples/airline_demo/setup.py b/examples/airline_demo/setup.py
index <HASH>..<HASH> 100644
--- a/examples/airline_demo/setup.py
+++ b/examples/airline_demo/setup.py
@@ -37,7 +37,7 @@ setup(
'matplotlib==3.0.2; python_version >= "3.5"',
'matplotlib==2.2.4; python_version < "3.5"',... | Update our moto pin to be in sync with dagster-aws
Summary: dagster-aws requires <I>, this example was requiring <I>
Test Plan: Integration
Reviewers: nate, alangenfeld, schrockn
Reviewed By: nate
Differential Revision: <URL> | dagster-io_dagster | train | py,py |
4061114562acb7a84b1d368898dac40b719b77b0 | diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+++ b/src/Symfony/Bundle/FrameworkBundle/DependencyI... | [FrameworkBundle] fixes unintuitive merging behavior | symfony_symfony | train | php |
05c31512e770e42b2b4b4f2fd5a1016e9c56dbf8 | diff --git a/lib/celluloid/proxy/async.rb b/lib/celluloid/proxy/async.rb
index <HASH>..<HASH> 100644
--- a/lib/celluloid/proxy/async.rb
+++ b/lib/celluloid/proxy/async.rb
@@ -12,7 +12,7 @@ class Celluloid::Proxy::Async < Celluloid::Proxy::Abstract
end
def inspect
- "#<::Celluloid::Proxy::Async(#{@klass})>"
+... | do not use :: in string returned here either | celluloid_celluloid | train | rb |
b9b8c403849838484f2c79685a8a6fea4b10f180 | diff --git a/test/MiddlewareServerLogging.test.js b/test/MiddlewareServerLogging.test.js
index <HASH>..<HASH> 100644
--- a/test/MiddlewareServerLogging.test.js
+++ b/test/MiddlewareServerLogging.test.js
@@ -8,7 +8,7 @@ const {
pushMessage
} = require("./utils/middleware");
-describe("MiddlewareServer", () => {
+d... | [<I>] Tests better named | bowjs_bow | train | js |
88b98c5918ec8b7b7b644764cfddae893b696555 | diff --git a/test/functional/connection_tests.js b/test/functional/connection_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/connection_tests.js
+++ b/test/functional/connection_tests.js
@@ -53,7 +53,7 @@ exports['Should correctly connect to server using big connection pool'] = {
// The actual test we ... | NODE-<I> made test connecting with <I> sockets | mongodb_node-mongodb-native | train | js |
9803f7f9f3fd50bc371ad04fe68fa66f7e20ac9d | diff --git a/util/error.go b/util/error.go
index <HASH>..<HASH> 100644
--- a/util/error.go
+++ b/util/error.go
@@ -176,7 +176,12 @@ func ErrorWithCauseChain(err error) string {
break
}
}
- buffer.WriteString(err.Error())
+
+ if err != nil {
+ buffer.WriteString(err.Error())
+ } else {
+ buffer.WriteString("<... | Fixed a potential NPE when printing error cause chains. | zach-klippenstein_goadb | train | go,go |
08d6dd6f4660ab94b957b79fb98cdafbc09a2697 | diff --git a/micro/lib/micro/bosh_prepare.rb b/micro/lib/micro/bosh_prepare.rb
index <HASH>..<HASH> 100644
--- a/micro/lib/micro/bosh_prepare.rb
+++ b/micro/lib/micro/bosh_prepare.rb
@@ -44,11 +44,11 @@ module VCAP
end
def reset_hostname
- File.open('/etc/hostname', 'w') { |f| f.puts("cfmicro") }... | rename hostname from cfmicro to just micro | cloudfoundry_bosh | train | rb |
585cda8e0e43dfce31e5e6741a4e05b10d4d5b7f | diff --git a/spec/site_config_spec.rb b/spec/site_config_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/site_config_spec.rb
+++ b/spec/site_config_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
require 'etc'
-fdescribe "Origen.site_config" do
+describe "Origen.site_config" do
# Make sure that cached site config... | Removed the force stuff from the specs. | Origen-SDK_origen | train | rb,rb |
2947e68711b2b0aaf0234e81a30a4d8da8f2b024 | diff --git a/src/jingle/SessionManager.js b/src/jingle/SessionManager.js
index <HASH>..<HASH> 100644
--- a/src/jingle/SessionManager.js
+++ b/src/jingle/SessionManager.js
@@ -191,7 +191,7 @@ export default class SessionManager extends WildEmitter {
const sid = !!req.jingle ? req.jingle.sid : null;
let... | Handle missing `from` value.
Can happen when there was a timeout error. | legastero_stanza.io | train | js |
0fe675b9786fa9fb944f9e69a04b1245e3848b33 | diff --git a/satpy/resample.py b/satpy/resample.py
index <HASH>..<HASH> 100644
--- a/satpy/resample.py
+++ b/satpy/resample.py
@@ -49,7 +49,7 @@ argument and defaults to ``nearest``:
.. code-block:: python
>>> scn = Scene(...)
- >>> euro_scn = global_scene.resample('euro4', resampler='nearest')
+ >>> euro... | Fix typo in variable names in resample documentation | pytroll_satpy | train | py |
abe73830fec7fe0602eba16cd24690a052f3a158 | diff --git a/lib/dm-core/scope.rb b/lib/dm-core/scope.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/scope.rb
+++ b/lib/dm-core/scope.rb
@@ -26,11 +26,6 @@ module DataMapper
def with_exclusive_scope(query, &block)
query = DataMapper::Query.new(repository, self, query) if query.kind_of?(Hash)
- # me... | Fixes a bug in exclusive scope where it would load default scopes | datamapper_dm-core | train | rb,rb |
19fe33852ee4e2e5bfdf157f945a6250ebe77467 | diff --git a/src/Models/Tenant.php b/src/Models/Tenant.php
index <HASH>..<HASH> 100644
--- a/src/Models/Tenant.php
+++ b/src/Models/Tenant.php
@@ -183,13 +183,11 @@ class Tenant extends Model implements TenantContract
parent::boot();
// Auto generate slugs early before validation
- static::re... | Assure unique slugs generated at all times | rinvex_laravel-tenants | train | php |
3f904916a966e2b249835e0643ffe3a4626c89cb | diff --git a/src/Http/routes.php b/src/Http/routes.php
index <HASH>..<HASH> 100644
--- a/src/Http/routes.php
+++ b/src/Http/routes.php
@@ -1,5 +1,16 @@
<?php
+declare(strict_types=1);
+
+/*
+ * This file is part of Eloquent Viewable.
+ *
+ * (c) Cyril de Wit <github@cyrildewit.nl>
+ *
+ * For the full copyright and ... | refactor: add declare strict_types=1 and copyright notice to routes.php | cyrildewit_eloquent-viewable | train | php |
e76f724b17ced4f9ecc64f8d64545cd62f1f50b1 | diff --git a/pyemma/thermo/util/util.py b/pyemma/thermo/util/util.py
index <HASH>..<HASH> 100644
--- a/pyemma/thermo/util/util.py
+++ b/pyemma/thermo/util/util.py
@@ -17,6 +17,10 @@
import numpy as _np
+import sys
+if sys.version_info.major == 3:
+ long = int
+
__all__ = [
'get_averaged_bias_matrix',
... | trick to make plots work on Python 3 | markovmodel_PyEMMA | train | py |
c4d998f9cfaa492a6275e0540cc813e65e3a89ab | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -710,7 +710,7 @@ def _windows_virtual(osdata):
elif "VirtualBox" in productname:
grains["virtual"] = "VirtualBox"
# Product Name: VMware Virtual Platform
- elif... | add another conditional to checking for vmware in productname | saltstack_salt | train | py |
8fa29d807b1a69ea1ce8163ae80e7f38b2782cff | diff --git a/cmd/gofish/search.go b/cmd/gofish/search.go
index <HASH>..<HASH> 100644
--- a/cmd/gofish/search.go
+++ b/cmd/gofish/search.go
@@ -71,8 +71,8 @@ func findFishFood() []string {
}
if !f.IsDir() && strings.HasSuffix(f.Name(), ".lua") {
foodName := strings.TrimSuffix(f.Name(), ".lua")
- repoName := ... | fix issue parsing repo name from search results | fishworks_gofish | train | go |
3d3ef1dcf087b2c3c750b68235c424ffa403adeb | diff --git a/glance-model/src/main/java/com/woorea/openstack/glance/model/Image.java b/glance-model/src/main/java/com/woorea/openstack/glance/model/Image.java
index <HASH>..<HASH> 100644
--- a/glance-model/src/main/java/com/woorea/openstack/glance/model/Image.java
+++ b/glance-model/src/main/java/com/woorea/openstack/g... | glance: add the support for virtual_size | woorea_openstack-java-sdk | train | java |
fc1d9dbd181043003172adebcd23ea12e01f4b65 | diff --git a/pkg/cloudprovider/providers/aws/tags.go b/pkg/cloudprovider/providers/aws/tags.go
index <HASH>..<HASH> 100644
--- a/pkg/cloudprovider/providers/aws/tags.go
+++ b/pkg/cloudprovider/providers/aws/tags.go
@@ -137,13 +137,13 @@ func (t *awsTagging) hasClusterTag(tags []*ec2.Tag) bool {
clusterTagKey := t.clu... | Fix hasClusterTag to actually get behavior we want | kubernetes_kubernetes | train | go |
babc7120e440f95149afae955fd62e66a1400d6b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ history = open('HISTORY.rst').read().replace('.. :changelog:', '')
setup(
name='dbaas_zabbix',
- version='0.4.26',
+ version='0.4.27',
description='A Zabbix Integration for DBaaS.',
long_... | New version <I> to <I> | globocom_dbaas-zabbix | train | py |
bbb8b4e69717205bbb37ff72d9b59dac9e7f6353 | diff --git a/pvlib/test/test_solarposition.py b/pvlib/test/test_solarposition.py
index <HASH>..<HASH> 100644
--- a/pvlib/test/test_solarposition.py
+++ b/pvlib/test/test_solarposition.py
@@ -110,6 +110,11 @@ def test_calc_time():
def test_earthsun_distance():
times = pd.date_range(datetime.datetime(2003,10,17,13,... | test function added for ephemeris | pvlib_pvlib-python | train | py |
fb5d9dbec7e6ea60a1dc60163d5afed210e5c8b8 | diff --git a/JSAT/src/jsat/regression/RegressionDataSet.java b/JSAT/src/jsat/regression/RegressionDataSet.java
index <HASH>..<HASH> 100644
--- a/JSAT/src/jsat/regression/RegressionDataSet.java
+++ b/JSAT/src/jsat/regression/RegressionDataSet.java
@@ -68,7 +68,7 @@ public class RegressionDataSet extends DataSet
... | Fixed off by one bug in one of the constructors.
git-svn-id: <URL> | EdwardRaff_JSAT | train | java |
e711255d95d8ddd2504f89a4a6702fda145b1f1e | diff --git a/builder/amazon/common/step_run_source_instance.go b/builder/amazon/common/step_run_source_instance.go
index <HASH>..<HASH> 100644
--- a/builder/amazon/common/step_run_source_instance.go
+++ b/builder/amazon/common/step_run_source_instance.go
@@ -110,13 +110,16 @@ func (s *StepRunSourceInstance) Run(state m... | fix some debugging for PublicIpAddress | hashicorp_packer | train | go |
2561a1f546b304032b6d2702c59bdf5492990ba6 | diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -185,6 +185,8 @@ module Rails
end
def bundle_command(command)
+ say_sta... | say something when running bundle commands
This is convenient because we buffer stdout. In particular
bundle install takes a while and generation just hangs there
with no indication of what's going on otherwise. | rails_rails | train | rb |
44b4b38f0ded1f72c6a4f7fa808919c7d0495850 | diff --git a/test/context_test.go b/test/context_test.go
index <HASH>..<HASH> 100644
--- a/test/context_test.go
+++ b/test/context_test.go
@@ -17,7 +17,6 @@ package test
import (
"context"
- "errors"
"strings"
"testing"
"time"
@@ -137,16 +136,6 @@ func testContextRequestWithTimeoutCanceled(t *testing.T, nc *... | Remove wait for in context test, no longer needed | nats-io_go-nats | train | go |
4632df37a6e00b7b1b059e8f3f5cc9b4147b20ac | diff --git a/xdist/remote.py b/xdist/remote.py
index <HASH>..<HASH> 100644
--- a/xdist/remote.py
+++ b/xdist/remote.py
@@ -218,7 +218,15 @@ def serialize_warning_message(warning_message):
for attr_name in warning_message._WARNING_DETAILS:
if attr_name in ("message", "category"):
continue
- ... | Check that we can serialize the warning detail attr | pytest-dev_pytest-xdist | train | py |
4c4328398ecc4f6eef07524f4bcddaca153b4570 | diff --git a/pkg/downloader/chart_downloader_test.go b/pkg/downloader/chart_downloader_test.go
index <HASH>..<HASH> 100644
--- a/pkg/downloader/chart_downloader_test.go
+++ b/pkg/downloader/chart_downloader_test.go
@@ -87,7 +87,7 @@ func TestResolveChartOpts(t *testing.T) {
}{
{
name: "repo with CA-file",
- ... | chart_downloader: fix lint issue. | helm_helm | train | go |
c1a1739b3df668f6c114ffc779465922aa1bc9da | diff --git a/src/Contract/Loggable/LoggerInterface.php b/src/Contract/Loggable/LoggerInterface.php
index <HASH>..<HASH> 100644
--- a/src/Contract/Loggable/LoggerInterface.php
+++ b/src/Contract/Loggable/LoggerInterface.php
@@ -13,9 +13,6 @@ namespace Zenify\DoctrineBehaviors\Contract\Loggable;
interface LoggerInterfac... | drop inheritdoc, replace with useful comments | DeprecatedPackages_DoctrineBehaviors | train | php,php |
c8490be2a717467c61381245e0fa2793a48c57ae | diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index <HASH>..<HASH> 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -857,7 +857,7 @@ class Mastodon:
This method blocks forever, calling callbacks on 'listener' for
incoming events.
"""
- return self.__stream('/a... | Streams are requested via GET (Fixes #<I>) | halcy_Mastodon.py | train | py |
f8387f441db8eaabc56ecd78488abbeb47fc5064 | diff --git a/core/src/main/java/hudson/cli/BuildCommand.java b/core/src/main/java/hudson/cli/BuildCommand.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/cli/BuildCommand.java
+++ b/core/src/main/java/hudson/cli/BuildCommand.java
@@ -49,6 +49,8 @@ import java.util.ArrayList;
import java.util.Map.Entry... | Added actual user who started the build. | jenkinsci_jenkins | train | java |
5bb022e8781923511ccb827e93a7f466dc563702 | diff --git a/lib/chatrix/user.rb b/lib/chatrix/user.rb
index <HASH>..<HASH> 100644
--- a/lib/chatrix/user.rb
+++ b/lib/chatrix/user.rb
@@ -66,7 +66,6 @@ module Chatrix
# @return [String] Returns the user's display name if one is set,
# otherwise returns the ID.
def to_s
- return @displayname if @d... | Make User#to_s return only id for less ambiguity | Sharparam_chatrix | train | rb |
c2ce0b4266497d86a1d5e6d7205cd47f176976df | diff --git a/db_tests/db_loader_unittest.py b/db_tests/db_loader_unittest.py
index <HASH>..<HASH> 100644
--- a/db_tests/db_loader_unittest.py
+++ b/db_tests/db_loader_unittest.py
@@ -19,6 +19,8 @@
import unittest
+from openquake import xml
+from openquake import java
from openquake.utils import db
from openquake... | Set the openquake.nrml.schema property before loading XML files. | gem_oq-engine | train | py |
00010b04d93847d25c6645d14d137a6f5e76b041 | diff --git a/lib/rubocop/cop/generator/configuration_injector.rb b/lib/rubocop/cop/generator/configuration_injector.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/generator/configuration_injector.rb
+++ b/lib/rubocop/cop/generator/configuration_injector.rb
@@ -24,7 +24,7 @@ module RuboCop
def inject
... | Reduce ABC size of ConfigurationInjector | rubocop-hq_rubocop | train | rb |
100fe93b81e87dd21f620f2f8eafa9b61dc3970f | diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
@@ -1015,3 +1015,4 @@ var getOnOffText = ... | Made space change for initiating auto build process. | VoltDB_voltdb | train | js |
1d99ef976b9f135c01557b0f285b78713b509dad | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -168,7 +168,7 @@ var (
debugFlag = kingpin.Flag("debug", "Display messages for failed linters, etc.").Short('d').Bool()
concurrencyFlag = kingpin.Flag("concurrency", "Number of concurrent linters to run.").Default("1... | Change --include short flag to -I.
This was conflicting with -i for install. Also fixed upstream omission
in Kingpin where duplicate flags were not detected.
Fixes #<I>. | alecthomas_gometalinter | train | go |
06fa13ab50a58c160ca0e2e3398019ebeed82cd5 | diff --git a/lib/koa-data-request.js b/lib/koa-data-request.js
index <HASH>..<HASH> 100644
--- a/lib/koa-data-request.js
+++ b/lib/koa-data-request.js
@@ -3,12 +3,23 @@
'use strict';
const Interceptor = require('kronos-interceptor').Interceptor,
+ mat = require('model-attributes'),
ee = require('expression-expand... | prearations for model-attributes | Kronos-Integration_kronos-interceptor-http-request | train | js |
3b4a3dbb8811b02e632fda034ddf8b5b677310bf | diff --git a/lib/inherited_resources/base_helpers.rb b/lib/inherited_resources/base_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/inherited_resources/base_helpers.rb
+++ b/lib/inherited_resources/base_helpers.rb
@@ -22,7 +22,7 @@ module InheritedResources
def collection
get_collection_ivar || begin
... | Use a safer check for :scoped being deprecated.
This works even if ActiveRecord is not defined. | activeadmin_inherited_resources | train | rb |
dd31a08383f698d364b95073f61dc30ff9240cfe | diff --git a/gridmap/job.py b/gridmap/job.py
index <HASH>..<HASH> 100644
--- a/gridmap/job.py
+++ b/gridmap/job.py
@@ -63,7 +63,7 @@ from gridmap.data import clean_path, zdumps, zloads
from gridmap.runner import _heart_beat
if DRMAA_PRESENT:
- from drmaa import (ExitTimeoutException,, InvalidJobException,
+ f... | Remove extraneous comma | pygridtools_gridmap | train | py |
370459095efad7c24a9e83565ca12e928f71e592 | diff --git a/src/com/google/javascript/jscomp/Compiler.java b/src/com/google/javascript/jscomp/Compiler.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Compiler.java
+++ b/src/com/google/javascript/jscomp/Compiler.java
@@ -1164,6 +1164,11 @@ public class Compiler extends AbstractCompiler impleme... | Call SourceMap.reset() before generating code for the --print_source_after_each_pass flag and similar flags.
Otherwise (if source maps are enabled) we get a Preconditions failure when trying to generate code the second time.
-------------
Created by MOE: <URL> | google_closure-compiler | train | java |
f4290c59f1b3e5244937b2750492bd4cd67b2061 | diff --git a/datatypes/softlayer.go b/datatypes/softlayer.go
index <HASH>..<HASH> 100644
--- a/datatypes/softlayer.go
+++ b/datatypes/softlayer.go
@@ -17,9 +17,9 @@
package datatypes
import (
- "time"
- "strconv"
"fmt"
+ "strconv"
+ "time"
)
// Void is a dummy type for identifying void return values from meth... | Add FIXME comment to why we need special type for floats (w/ gofmt) | softlayer_softlayer-go | train | go |
9d6fdccb29b4d04908dfe7d7fe2e8c6970635718 | diff --git a/bids/layout/layout.py b/bids/layout/layout.py
index <HASH>..<HASH> 100644
--- a/bids/layout/layout.py
+++ b/bids/layout/layout.py
@@ -562,7 +562,7 @@ class BIDSLayout(Layout):
# Constrain search to functional images
selectors['suffix'] = 'bold'
selectors['datatype'] = 'func'
- ... | typos are bad, mmkay | bids-standard_pybids | train | py |
162dc721de49ade17422c190fab0afe4c837552c | diff --git a/resource/resourceadapters/opener.go b/resource/resourceadapters/opener.go
index <HASH>..<HASH> 100644
--- a/resource/resourceadapters/opener.go
+++ b/resource/resourceadapters/opener.go
@@ -19,7 +19,7 @@ type resourceOpener struct {
st corestate.Resources
csMac *macaroon.Macaroon
userID names.Ta... | Use the channel from state in the resource opener (i.e. resource-get). | juju_juju | train | go |
232bf7502056b95f1419f186f1ebcf348e875475 | diff --git a/tests/VObject/Parser/XmlTest.php b/tests/VObject/Parser/XmlTest.php
index <HASH>..<HASH> 100644
--- a/tests/VObject/Parser/XmlTest.php
+++ b/tests/VObject/Parser/XmlTest.php
@@ -2004,6 +2004,32 @@ XML
}
+ function testRFC6350Section6_8_1() {
+
+ $this->assertXMLReflexivelyEqualsToMimeDir... | Add tests for Section <I> of RFC<I>. | sabre-io_vobject | train | php |
d4c88ce54aea4982cb9d5f8f7a2f8954ea21250e | diff --git a/src/helpers/d3.colorPicker.js b/src/helpers/d3.colorPicker.js
index <HASH>..<HASH> 100644
--- a/src/helpers/d3.colorPicker.js
+++ b/src/helpers/d3.colorPicker.js
@@ -426,7 +426,6 @@ export default function colorPicker() {
if (!arg) {
xPos = screen.width - parseInt(svg.style('right')) - widt... | Remove console.log in color picker | vizabi_vizabi | train | js |
5b695e270fe526f09f05c47e95b805d871aed9c8 | diff --git a/indra/assemblers/nx/indra_net.py b/indra/assemblers/nx/indra_net.py
index <HASH>..<HASH> 100644
--- a/indra/assemblers/nx/indra_net.py
+++ b/indra/assemblers/nx/indra_net.py
@@ -6,6 +6,12 @@ logger = logging.getLogger(__name__)
class IndraNet(nx.MultiDiGraph):
+ """IndraNet network object
+
+ Me... | WIP started class docstring about methods | sorgerlab_indra | train | py |
0a64bf2f4d97cc05692e8b71cfeb88c6d0b3b47b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,9 @@ setup(
# Metadata
author="Mike Lenzen",
author_email="lenzenmi@gmail.com",
- description="This is an Example Package",
+ description="asyncio_dispatch is a is a signal dispatcher for the ``a... | setup fix for pypi | lenzenmi_asyncio_dispatch | train | py |
9f92845a01603208ca36aab140875d17aeaea39c | diff --git a/src/Tale/Jade/Compiler.php b/src/Tale/Jade/Compiler.php
index <HASH>..<HASH> 100644
--- a/src/Tale/Jade/Compiler.php
+++ b/src/Tale/Jade/Compiler.php
@@ -26,7 +26,7 @@ class Compiler
$this->_options = array_replace_recursive([
'pretty' => true,
'indentStyle' => Lexer::IND... | Default indent width is now 2 | Talesoft_tale-pug | train | php |
e4dbfbe60468e703074210722c191406c36dd1b0 | diff --git a/lib/classes/module/report.class.php b/lib/classes/module/report.class.php
index <HASH>..<HASH> 100644
--- a/lib/classes/module/report.class.php
+++ b/lib/classes/module/report.class.php
@@ -854,7 +854,8 @@ class module_report
{
$tab = array();
- $databox = databox::get_instance((int)... | Remove use of databox singleton | alchemy-fr_Phraseanet | train | php |
6fe6185fb24c7ef4766eea43e191755c17fc1432 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -513,6 +513,16 @@ bindingNames.forEach(
'decode(false positive)'
);
+ Test.equal(
+ qp.decode(
+ Buffer.from('=0', 'ascii'),
+ { binding: binding, qEncoding: false }
+ ).toString('binary'),... | Add test for truncated symbol | ronomon_quoted-printable | train | js |
9da539a3777038d28630636ca9607eae3c2f573a | diff --git a/inc/admin/metaboxes/namespace.php b/inc/admin/metaboxes/namespace.php
index <HASH>..<HASH> 100644
--- a/inc/admin/metaboxes/namespace.php
+++ b/inc/admin/metaboxes/namespace.php
@@ -8,6 +8,7 @@ namespace Pressbooks\Admin\Metaboxes;
use Pressbooks\Contributors;
use Pressbooks\Licensing;
+use Pressbooks\... | Show source book URL in Book Info (fix #<I>) (#<I>)
* Show source book URL in Book Info (fix #<I>) | pressbooks_pressbooks | train | php |
02cbac95419bd5d113c53e45e8567c1abfd288ee | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,5 +9,14 @@ setup(
url="https://github.com/sliim/soundcloud-syncer",
license="GPLv3",
scripts=["sc-syncer", "sc-tagger"],
- packages=["ssyncer"]
+ packages=["ssyncer"],
+ install_requires=[
+ "... | Added missing dependencies
sc-syncer requires stagger for id3 tags support.
Running tests depends to mock, nose and coverage packages. | Sliim_soundcloud-syncer | train | py |
3e5859d18c6b2f4165fdfe5f57b79f95fab41d40 | diff --git a/ui/app/configuration/_configuration.js b/ui/app/configuration/_configuration.js
index <HASH>..<HASH> 100644
--- a/ui/app/configuration/_configuration.js
+++ b/ui/app/configuration/_configuration.js
@@ -72,7 +72,12 @@
return EnvironmentDAO.query();
},
projects: function(ProjectD... | NCL-<I> Testathon Bug #<I> - Temporary fix for <I> release:
- When creating a BuildConfiguration the projects dropdown requests a pagesize of <I> | project-ncl_pnc | train | js |
0b5bc9d12388da640aa0e674f8912f625d42fdd0 | diff --git a/riak/transports/pbc.py b/riak/transports/pbc.py
index <HASH>..<HASH> 100644
--- a/riak/transports/pbc.py
+++ b/riak/transports/pbc.py
@@ -119,7 +119,15 @@ class SocketWithId(connection.Socket):
def recv(self, want_len):
try:
- return self.sock.recv(want_len)
+ res = se... | Handle implicit socket close on SocketWithId
If we do a blocking read with non-zero request size, and we
get a 0 byte response, assume the socket is closed since this
indicates EOF. | basho_riak-python-client | train | py |
f97c1eb4fc6252bca05182c0312841ab7b0334be | diff --git a/htmlunit/src/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java b/htmlunit/src/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java
index <HASH>..<HASH> 100644
--- a/htmlunit/src/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java
+++ b/htmlunit/src/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.ja... | SimonStewart: Fixing issue #<I>. The name of the window handle is always checked to see if it's blank when getting the current handle or all window handles.
r<I> | SeleniumHQ_selenium | train | java |
bce1acef0a3028406ce88e814a7e40a42e68f411 | diff --git a/command/agent/consul/int_test.go b/command/agent/consul/int_test.go
index <HASH>..<HASH> 100644
--- a/command/agent/consul/int_test.go
+++ b/command/agent/consul/int_test.go
@@ -4,9 +4,7 @@ import (
"io/ioutil"
"log"
"os"
- "os/user"
"path/filepath"
- "runtime"
"testing"
"time"
@@ -39,11 +37,... | remove root requirement on consul integration check | hashicorp_nomad | train | go |
0d170f4e06e6a78e5a706fd1bf27d7a1b7e0a758 | diff --git a/scriptworker/constants.py b/scriptworker/constants.py
index <HASH>..<HASH> 100644
--- a/scriptworker/constants.py
+++ b/scriptworker/constants.py
@@ -178,7 +178,7 @@ DEFAULT_CONFIG = frozendict({
# Map scopes to restricted-level
'cot_restricted_scopes': frozendict({
'firefox': frozendict... | Bug <I> - adjust nightly scopes in balrog. r=aki | mozilla-releng_scriptworker | train | py |
9d308e9b9456b6ed2c2d28514b5242e34f05bac1 | diff --git a/examples/check_planar.py b/examples/check_planar.py
index <HASH>..<HASH> 100644
--- a/examples/check_planar.py
+++ b/examples/check_planar.py
@@ -53,7 +53,7 @@ def pca(points):
return np.linalg.eig(cov)
-def extent(tree):
+def get_extent(tree):
'''Calculate the extent of a tree, that is the m... | renamed extent due to pylint error | BlueBrain_NeuroM | train | py |
2cdc9c42eb138bcaffb1cbd4172bd18b69446394 | diff --git a/cli/compose/types/types.go b/cli/compose/types/types.go
index <HASH>..<HASH> 100644
--- a/cli/compose/types/types.go
+++ b/cli/compose/types/types.go
@@ -134,7 +134,9 @@ type StringList []string
type StringOrNumberList []string
// MappingWithEquals is a mapping type that can be converted from a list of... | compose: update the comment about MappingWithEquals | moby_moby | train | go |
354dd03dae124297480f1c856799f7466015be8a | diff --git a/EntityService/Webinar.php b/EntityService/Webinar.php
index <HASH>..<HASH> 100755
--- a/EntityService/Webinar.php
+++ b/EntityService/Webinar.php
@@ -44,4 +44,13 @@ class Webinar implements OperationServiceInterface
$this->em->persist($clonedWebinar);
$this->em->flush();
}
+ publi... | #CE-<I>
Remove operation | CampaignChain_operation-gotowebinar | train | php |
df9d263ff316d6d4a368d56fcf337ec299a6aebc | diff --git a/nestcheck/plots.py b/nestcheck/plots.py
index <HASH>..<HASH> 100644
--- a/nestcheck/plots.py
+++ b/nestcheck/plots.py
@@ -306,7 +306,7 @@ def bs_param_dists(run_list, **kwargs):
'There should be the same number of axes and labels')
width_ratios = [40] * len(fthetas) + [1] * len(run_list)
... | making bs dist plot spacing a little bigger | ejhigson_nestcheck | train | py |
4f96a2ba8fbd63d78dc5ca7f03335bbf7a388108 | diff --git a/neurom/view/tests/test_view.py b/neurom/view/tests/test_view.py
index <HASH>..<HASH> 100644
--- a/neurom/view/tests/test_view.py
+++ b/neurom/view/tests/test_view.py
@@ -133,3 +133,11 @@ def test_one_point_branch_with_diameter():
nt.ok_(True)
except:
nt.ok_(False)
+
+def test_one_poi... | Test of one point tree viewer that works. | BlueBrain_NeuroM | train | py |
60cdb0a575b0fe417938ef0652bc66ee0a003634 | diff --git a/flask_appbuilder/security/registerviews.py b/flask_appbuilder/security/registerviews.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/security/registerviews.py
+++ b/flask_appbuilder/security/registerviews.py
@@ -159,6 +159,7 @@ class RegisterUserDBView(BaseRegisterUser):
self.add_form_unique... | form fields weren't being validated | dpgaspar_Flask-AppBuilder | train | py |
57616914657ed4ae72c35ed9cab6255c0347a941 | diff --git a/mungegithub/mungers/close-stale-pr.go b/mungegithub/mungers/close-stale-pr.go
index <HASH>..<HASH> 100644
--- a/mungegithub/mungers/close-stale-pr.go
+++ b/mungegithub/mungers/close-stale-pr.go
@@ -319,7 +319,11 @@ func (CloseStalePR) Munge(obj *github.MungeObject) {
} else if closeIn <= startWarning {
... | Remove close warning comment if PR is active again
Let's remove the close-stale-pr comment if the pr is active again. It
will make it more obvious that we are not planning to close it anymore. | kubernetes-retired_contrib | train | go |
044b202379dd9cfc769b83695a3e8a5f82572a19 | diff --git a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
+++ b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
@@ -1873,17 +1873,11 @@ class ClassMetadataInfo implements ClassMetadata
... | Simplifying `getColumnNames` logic (can be an `array_map` call) | doctrine_orm | train | php |
3bd007f06dba145fcf9b0ce8bf9ea71bd1c9f837 | diff --git a/spec/active_type/record_spec.rb b/spec/active_type/record_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/active_type/record_spec.rb
+++ b/spec/active_type/record_spec.rb
@@ -40,6 +40,17 @@ module RecordSpec
class OtherRecord < ActiveType::Record
end
+
+ class Child < ActiveRecord::Base
+ end
+
+ ... | add spec for belongs_to on ActiveType::Record | makandra_active_type | train | rb |
db702136712a0a9fd3fb6bdc5b615d13d0a93a18 | diff --git a/src/js/mediaelementplayer-feature-volume.js b/src/js/mediaelementplayer-feature-volume.js
index <HASH>..<HASH> 100644
--- a/src/js/mediaelementplayer-feature-volume.js
+++ b/src/js/mediaelementplayer-feature-volume.js
@@ -284,8 +284,10 @@
});
//Keyboard input
- mute.find('button').bind('focus',... | Matching 2.x branch pull request
Adding 'blur' handler to hide the volumeSlider. | mediaelement_mediaelement | train | js |
7e69ac27fc67fdb03fa97761810bfc2c5c855aad | diff --git a/plugin/recipe/docker/docker.go b/plugin/recipe/docker/docker.go
index <HASH>..<HASH> 100644
--- a/plugin/recipe/docker/docker.go
+++ b/plugin/recipe/docker/docker.go
@@ -136,6 +136,11 @@ func prepareRootfs(dirname string) {
jww.ERROR.Println("could not remove docker init file")
}
+ err = os.MkdirAll... | [docker] creating dev folder when preparing rootfs | mudler_artemide | train | go |
1b131f0db11959c3ad47627443ad0c43ff82218f | diff --git a/git_repo/services/service.py b/git_repo/services/service.py
index <HASH>..<HASH> 100644
--- a/git_repo/services/service.py
+++ b/git_repo/services/service.py
@@ -5,6 +5,7 @@ log = logging.getLogger('git_repo.base')
import os
import sys
+import webbrowser
from git import RemoteProgress, config as git... | Automatic Browser detection using Python built-ins | guyzmo_git-repo | train | py |
0bb3cde1a978c39ea53d3ef87c48aa31b9dc7efa | diff --git a/lib/coveralls/configuration.rb b/lib/coveralls/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/coveralls/configuration.rb
+++ b/lib/coveralls/configuration.rb
@@ -22,6 +22,8 @@ module Coveralls
elsif ENV['CIRCLECI']
config[:service_job_id] = ENV['CIRCLE_BUILD_NUM']
config[:s... | prelimenary Semaphore support | lemurheavy_coveralls-ruby | train | rb |
cccefd3c646ef598a71fbd79dd0b728161085c41 | diff --git a/actions/PageAction.php b/actions/PageAction.php
index <HASH>..<HASH> 100644
--- a/actions/PageAction.php
+++ b/actions/PageAction.php
@@ -25,7 +25,7 @@ class PageAction extends Action
* Page path
* @var string
*/
- protected $view = '@vendor/yii2mod/yii2-cms/views/page';
+ public $v... | Update PageAction.php
Should be public for change view. | yii2mod_yii2-cms | train | php |
b6f1d3a162a0b490d99b828f9edbe3f7ce7c3389 | diff --git a/app/controllers/admin/content_controller.rb b/app/controllers/admin/content_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/content_controller.rb
+++ b/app/controllers/admin/content_controller.rb
@@ -153,13 +153,17 @@ class Admin::ContentController < Admin::BaseController
end
... | Avoid attempting to update articles with the wrong id | publify_publify | train | rb |
06f2745cda0d4db5e564133bdb43de47a059d153 | diff --git a/lib/rplusplus.rb b/lib/rplusplus.rb
index <HASH>..<HASH> 100644
--- a/lib/rplusplus.rb
+++ b/lib/rplusplus.rb
@@ -9,6 +9,6 @@ require "rplusplus/generators/class_generator"
module RPlusPlus
def self.call argv
command, *arguments = *argv
- Command.call command.to_sym, *arguments
+ Command.cal... | rplusplus does not convert command into symbol | jellymann_rplusplus | train | rb |
578f8a0fdeee80a952bad01d58fce9e445365252 | diff --git a/src/basesprite.js b/src/basesprite.js
index <HASH>..<HASH> 100644
--- a/src/basesprite.js
+++ b/src/basesprite.js
@@ -318,7 +318,7 @@ export default class BaseSprite extends BaseNode {
this[_animations].delete(animation)
})
})
- if(parent && parent.clearLayout) parent.clearLayout()
... | :bug: fixed layout nested | spritejs_sprite-core | train | js,js |
67f920419a53c7ff11e01c4286dca23e92110a12 | diff --git a/hugolib/hugo_modules_test.go b/hugolib/hugo_modules_test.go
index <HASH>..<HASH> 100644
--- a/hugolib/hugo_modules_test.go
+++ b/hugolib/hugo_modules_test.go
@@ -40,6 +40,10 @@ import (
// https://github.com/gohugoio/hugo/issues/6730
func TestHugoModulesTargetInSubFolder(t *testing.T) {
+ if !isCI() {
... | Disable a test locally
It has started to fail in LiteIDE for some reason (works from the shell and on CI). | gohugoio_hugo | train | go |
4090b3f8b1e64e30d4c7eeee3ab93a98c902ffb7 | diff --git a/resources/display-frame-rate.js b/resources/display-frame-rate.js
index <HASH>..<HASH> 100644
--- a/resources/display-frame-rate.js
+++ b/resources/display-frame-rate.js
@@ -8,6 +8,10 @@
return;
}
+ if (!window.requestAnimationFrame) {
+ return;
+ }
+
var fpsElement = document.createEleme... | Phantomjs does not have requestAnimationFrame | openlayers_openlayers | train | js |
19c65729264e8b3fa3b6d0dbdb22bf8df2020a0c | diff --git a/plugins/postgresql/postgresql.go b/plugins/postgresql/postgresql.go
index <HASH>..<HASH> 100644
--- a/plugins/postgresql/postgresql.go
+++ b/plugins/postgresql/postgresql.go
@@ -26,13 +26,17 @@ var sampleConfig = `
[[postgresql.servers]]
# specify address via a url matching:
- # postgres://[pqgotes... | Add a few notes about the connection strings | influxdata_telegraf | train | go |
475ef3acd04ef13d3af1bdc28d37392c318ed612 | diff --git a/core/src/main/java/jenkins/security/ClassFilterImpl.java b/core/src/main/java/jenkins/security/ClassFilterImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/security/ClassFilterImpl.java
+++ b/core/src/main/java/jenkins/security/ClassFilterImpl.java
@@ -209,7 +209,7 @@ public class Clas... | war/work/plugins/*.jpl broke mvn -f war hudson-dev:run. | jenkinsci_jenkins | train | java |
884261e24103f6732d4f529c19e6f7b56ccf199c | diff --git a/tests/helpers.py b/tests/helpers.py
index <HASH>..<HASH> 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -108,21 +108,21 @@ def swarm_listen_addr():
def assert_cat_socket_detached_with_keys(sock, inputs):
- if six.PY3:
+ if six.PY3 and hasattr(sock, '_sock'):
sock = sock._sock
... | Fix socket tests for TLS-enabled tests | docker_docker-py | train | py |
467176ef852997a3a8f5a302fb03b69352a29aed | diff --git a/pgmpy/models/MarkovChain.py b/pgmpy/models/MarkovChain.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/MarkovChain.py
+++ b/pgmpy/models/MarkovChain.py
@@ -388,7 +388,7 @@ class MarkovChain(object):
"""
variable_copy = []
cardinalities_copy = []
- for var,card in self.ca... | Replcaed iteritems with items for Python 3 compatibility. | pgmpy_pgmpy | train | py |
81618cb140dc180ee001c859d9845815718e9ddb | diff --git a/server/sonar-web/src/main/js/apps/issues/controller.js b/server/sonar-web/src/main/js/apps/issues/controller.js
index <HASH>..<HASH> 100644
--- a/server/sonar-web/src/main/js/apps/issues/controller.js
+++ b/server/sonar-web/src/main/js/apps/issues/controller.js
@@ -131,7 +131,7 @@ export default Controller... | fix assignee facet, part 2 | SonarSource_sonarqube | train | js |
5896e3ef7a6655ecdb9053ac1256387ffc42bce1 | diff --git a/lib/bali/version.rb b/lib/bali/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bali/version.rb
+++ b/lib/bali/version.rb
@@ -1,3 +1,3 @@
module Bali
- VERSION = "2.4.0"
+ VERSION = "6.0.0rc1"
end | update version
to version <I>, let's release version matching Rails own | saveav_bali | train | rb |
77025cede235e67c948da2d663a16059586827eb | diff --git a/dataset/__init__.py b/dataset/__init__.py
index <HASH>..<HASH> 100644
--- a/dataset/__init__.py
+++ b/dataset/__init__.py
@@ -12,7 +12,7 @@ from dataset.freeze.app import freeze
__all__ = ['Database', 'Table', 'freeze', 'connect']
-def connect(url=None, schema=None, reflectMetadata=True):
+def connect... | Accept `engine_kwargs` kwarg in connect call | pudo_dataset | train | py |
0a20ff35245227936393c4a535c4e41aaee6f724 | diff --git a/beanstalkc.py b/beanstalkc.py
index <HASH>..<HASH> 100644
--- a/beanstalkc.py
+++ b/beanstalkc.py
@@ -179,7 +179,7 @@ class Connection(object):
return self._interact_yaml('list-tubes\r\n', ['OK'])
def using(self):
- """Return a list of all tubes currently being used."""
+ """R... | Update docstring to accurately reflect protocol | earl_beanstalkc | train | py |
6e1d044f9166342b050c7cdf4b74f5f4ca7c9223 | diff --git a/cmd/admin-trace.go b/cmd/admin-trace.go
index <HASH>..<HASH> 100644
--- a/cmd/admin-trace.go
+++ b/cmd/admin-trace.go
@@ -104,7 +104,7 @@ EXAMPLES:
{{.Prompt}} {{.HelpName}} -v --status-code 503 myminio
4. Show console trace for a specific path
- {{.Prompt}} {{.HelpName}} --path my-bucket/my-p... | admin-trace: Add missing asterisk to --path example in usage (#<I>)
Limiting tracing to a specific path requires an asterisk at the end. I
don't know if this is a regression or the example was always wrong. I
only ever figured this out by trial and error.
This fixes #<I>. | minio_mc | train | go |
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.