hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
30e3721c2d31511e77e979376f15448cf43243a2 | diff --git a/src/Kunstmaan/AdminBundle/DependencyInjection/Configuration.php b/src/Kunstmaan/AdminBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/AdminBundle/DependencyInjection/Configuration.php
+++ b/src/Kunstmaan/AdminBundle/DependencyInjection/Configuration.php
@@ -4,6 +... | [AdminBundle] fixed undefined index client_id | Kunstmaan_KunstmaanBundlesCMS | train |
bba853675a510965e1013c5c7a42b38c5e4ee1b4 | diff --git a/src/main/java/water/fvec/ParseDataset2.java b/src/main/java/water/fvec/ParseDataset2.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/fvec/ParseDataset2.java
+++ b/src/main/java/water/fvec/ParseDataset2.java
@@ -83,7 +83,7 @@ public final class ParseDataset2 extends Job {
/**
* Task to u... | Added some comments to vector groups/enums. | h2oai_h2o-2 | train |
0583bca6fe2eea04ece3bdaef2d7994a2914d9a6 | diff --git a/impl/src/test/java/org/ehcache/internal/store/heap/ByRefOnHeapValueHolderTest.java b/impl/src/test/java/org/ehcache/internal/store/heap/ByRefOnHeapValueHolderTest.java
index <HASH>..<HASH> 100644
--- a/impl/src/test/java/org/ehcache/internal/store/heap/ByRefOnHeapValueHolderTest.java
+++ b/impl/src/test/ja... | Issue #<I> Fix test problem | ehcache_ehcache3 | train |
b1b03874429e3974513f426166bf1e87c185c944 | diff --git a/executor.go b/executor.go
index <HASH>..<HASH> 100644
--- a/executor.go
+++ b/executor.go
@@ -36,7 +36,7 @@ func Execute(p ExecuteParams) (result *Result) {
go func(out chan<- *Result, done <-chan struct{}) {
defer func() {
if err := recover(); err != nil {
- result.Errors = append(result.Error... | Add Result.AppendErrors
This is a thread-safe way of appending errors into Result.Errors, as we
are currently doing it in different goroutines.
This fixes <URL> | graphql-go_graphql | train |
f23ce82f0e04c5c02ce1091444d4b7d35420769d | diff --git a/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryField.java b/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryField.java
index <HASH>..<HASH> 100644
--- a/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryField.java
+++ b/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryField.java
@@ -5... | Improved gallery behavior when dialog is reopened. | alkacon_opencms-core | train |
f2b13ec07f80f9313e7319dc95ccd915bad3e5ac | diff --git a/querydsl-apt/src/test/java/com/mysema/query/extensions/QueryExtensionsTest.java b/querydsl-apt/src/test/java/com/mysema/query/extensions/QueryExtensionsTest.java
index <HASH>..<HASH> 100644
--- a/querydsl-apt/src/test/java/com/mysema/query/extensions/QueryExtensionsTest.java
+++ b/querydsl-apt/src/test/jav... | #<I> : added caching for no-args methods | querydsl_querydsl | train |
3f5363ed94b8e894ba08d6fe500660a639be7ea6 | diff --git a/library/Garp/Content/Manager.php b/library/Garp/Content/Manager.php
index <HASH>..<HASH> 100755
--- a/library/Garp/Content/Manager.php
+++ b/library/Garp/Content/Manager.php
@@ -288,19 +288,23 @@ class Garp_Content_Manager {
if (!isset($primaryKey) || !isset($model) || !isset($foreignKeys)) {
throw ... | Respect bidirectional and bindingModel keys in Content Manager::relate | grrr-amsterdam_garp3 | train |
28873dfcbee2eed59872cf633fd3a4aa1b61f380 | diff --git a/lib/active_scaffold/bridges/record_select/helpers.rb b/lib/active_scaffold/bridges/record_select/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/bridges/record_select/helpers.rb
+++ b/lib/active_scaffold/bridges/record_select/helpers.rb
@@ -10,23 +10,26 @@ class ActiveScaffold::Bridges::Re... | remove use of @record on record_select bridge | activescaffold_active_scaffold | train |
30d2261d03bab65251762320dd9437a06a4b52cc | diff --git a/lib/cassandra_migrations/cassandra/queries.rb b/lib/cassandra_migrations/cassandra/queries.rb
index <HASH>..<HASH> 100644
--- a/lib/cassandra_migrations/cassandra/queries.rb
+++ b/lib/cassandra_migrations/cassandra/queries.rb
@@ -4,7 +4,7 @@ module CassandraMigrations
module Cassandra
module Querie... | Added TTL support for INSERT query. | hsgubert_cassandra_migrations | train |
9e6f9e3b6d41c918718b953968cf631c6a03ad73 | diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/framework/CHANGELOG.md
+++ b/framework/CHANGELOG.md
@@ -4,6 +4,7 @@ Yii Framework 2 Change Log
2.0.13 under development
------------------------
+- Bug #14723: Fixed serialization of `yii\db\Connection` instance closes da... | Fixed serialization of `yii\db\Connection` instance closes database connection | yiisoft_yii2 | train |
da1b1710cae205665f5355d74329a625abf10591 | diff --git a/lib/nrser/refinements/hash.rb b/lib/nrser/refinements/hash.rb
index <HASH>..<HASH> 100644
--- a/lib/nrser/refinements/hash.rb
+++ b/lib/nrser/refinements/hash.rb
@@ -14,5 +14,9 @@ module NRSER
end
alias_method :omit, :except
+
+ def leaves
+ NRSER.leaves self
+ end # #leaves
... | add NRSER.leaves to Hash refeinement | nrser_nrser.rb | train |
3c4fa66e642df5a8c2f2304c3bfdac131cefe4ec | diff --git a/src/StartSessionMiddleware.php b/src/StartSessionMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/StartSessionMiddleware.php
+++ b/src/StartSessionMiddleware.php
@@ -5,10 +5,54 @@ namespace iMi\LaravelTransSid;
class StartSessionMiddleware extends \Illuminate\Session\Middleware\StartSession
{
+ ... | Lock Session to IP + Agent | iMi-digital_laravel-transsid | train |
717d21ccd0a8f99fead7790cf8ecfb2ac1941307 | diff --git a/tests/ShapeFileTest.php b/tests/ShapeFileTest.php
index <HASH>..<HASH> 100644
--- a/tests/ShapeFileTest.php
+++ b/tests/ShapeFileTest.php
@@ -231,8 +231,8 @@ class ShapeFileTest extends \PHPUnit_Framework_TestCase
public function testSaveNoDBF()
{
$shp = new ShapeFile(1);
- $shp->... | Ensure using unique name for nodbf test
The code really should not delete existing files, but rather not create
new ones. | phpmyadmin_shapefile | train |
a2d8c10aef4c6576c5b7fb63e91865699ddbdd7c | diff --git a/cinje/inline/text.py b/cinje/inline/text.py
index <HASH>..<HASH> 100644
--- a/cinje/inline/text.py
+++ b/cinje/inline/text.py
@@ -23,7 +23,7 @@ class Text:
yield from ensure_buffer(context)
while line.kind == 'text' or ( line.kind == 'comment' and line.stripped.startswith('#{') ):
- buffer.appe... | Handle lines which should not emit a trailing newline. | marrow_cinje | train |
a4a284c943f3066f1a287137c8d3e57305ac3679 | diff --git a/ladybug/_datacollectionbase.py b/ladybug/_datacollectionbase.py
index <HASH>..<HASH> 100644
--- a/ladybug/_datacollectionbase.py
+++ b/ladybug/_datacollectionbase.py
@@ -241,7 +241,7 @@ class BaseCollection(object):
new_data_c._header._data_type.is_unit_acceptable(new_data_c._header._unit)
... | fix(datacollection): Fix typo in normalize by area | ladybug-tools_ladybug | train |
ad6170e39064d8f8a6d5947ca22bd3700ae5b43f | diff --git a/postgres/datadog_checks/postgres/postgres.py b/postgres/datadog_checks/postgres/postgres.py
index <HASH>..<HASH> 100644
--- a/postgres/datadog_checks/postgres/postgres.py
+++ b/postgres/datadog_checks/postgres/postgres.py
@@ -423,11 +423,12 @@ class PostgreSql(AgentCheck):
db = self._new_c... | fix broken caching of pg_settings (#<I>)
Reading of `pg_settings` should be done only once after a connection is first established. | DataDog_integrations-core | train |
972478c9dea3a177529d951a59f919fe54e97b9c | diff --git a/mutagen/id3.py b/mutagen/id3.py
index <HASH>..<HASH> 100644
--- a/mutagen/id3.py
+++ b/mutagen/id3.py
@@ -1289,7 +1289,7 @@ class PRIV(Frame):
def _pprint(self):
isascii = ord(max(self.data)) < 128
if isascii: return "%s=%s" % (self.owner, self.data)
- else: return "%s (%d byt... | PRIV#_pprint: Handle non-ASCII case more sanely. | quodlibet_mutagen | train |
ff1fe123945340fac235e079e0789d498057175b | diff --git a/translator/src/main/java/com/google/devtools/j2objc/GenerationBatch.java b/translator/src/main/java/com/google/devtools/j2objc/GenerationBatch.java
index <HASH>..<HASH> 100644
--- a/translator/src/main/java/com/google/devtools/j2objc/GenerationBatch.java
+++ b/translator/src/main/java/com/google/devtools/j... | Use source relative paths for -XcombineJars. | google_j2objc | train |
3e68139fce1e117dc8f6fcaf411da8e8db02faed | diff --git a/src/Display/Column/Order.php b/src/Display/Column/Order.php
index <HASH>..<HASH> 100644
--- a/src/Display/Column/Order.php
+++ b/src/Display/Column/Order.php
@@ -21,6 +21,11 @@ class Order extends TableColumn implements WithRoutesInterface
protected $view = 'column.order';
/**
+ * @var null... | Exclude several ->count() queries per each element of the list | LaravelRUS_SleepingOwlAdmin | train |
93ac950bd7669f0f00c71bd699da1c99bc997ff2 | diff --git a/build/attributions.js b/build/attributions.js
index <HASH>..<HASH> 100644
--- a/build/attributions.js
+++ b/build/attributions.js
@@ -42,7 +42,7 @@ function extract (data) {
function insert (filename, data) {
var license = load(filename).join('\n')
data = data.join('\n')
- license = license.replace... | fix substitution day names; yaml issues | commenthol_date-holidays-parser | train |
23e15aeee80ab8da640e2841e59b2b6ef2cfefdf | diff --git a/thermohw/preprocessors.py b/thermohw/preprocessors.py
index <HASH>..<HASH> 100644
--- a/thermohw/preprocessors.py
+++ b/thermohw/preprocessors.py
@@ -41,6 +41,8 @@ class HomeworkPreprocessor(Preprocessor):
def preprocess(self, nb, resources):
"""Preprocess the entire notebook."""
+ #... | Add note to preprocessors about why we don't use exclude_raw config | bryanwweber_thermohw | train |
575a9e53354cd10357ba7bfe58716cd21479bb21 | diff --git a/spec/models/article_spec.rb b/spec/models/article_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/article_spec.rb
+++ b/spec/models/article_spec.rb
@@ -335,7 +335,6 @@ describe Article do
describe "#default_text_filter" do
it "returns the blog's text filter" do
- Blog.any_instance.stub... | Remove unused stub that fails on currently used RSpec. | publify_publify | train |
aa50ef4001dda783d84be4296ae9065d2f907149 | diff --git a/swagger/model_builder.go b/swagger/model_builder.go
index <HASH>..<HASH> 100644
--- a/swagger/model_builder.go
+++ b/swagger/model_builder.go
@@ -107,9 +107,14 @@ func (b modelBuilder) buildProperty(field reflect.StructField, model *Model, mod
case fieldKind == reflect.Ptr:
return b.buildPointerTypePr... | Treat vanilla maps as type 'any' because swagger doesn't support map. | emicklei_go-restful | train |
e2e0457f34ee6efe799bf1472c309b76f74a2367 | diff --git a/lib/chatwork/version.rb b/lib/chatwork/version.rb
index <HASH>..<HASH> 100644
--- a/lib/chatwork/version.rb
+++ b/lib/chatwork/version.rb
@@ -1,3 +1,3 @@
module ChatWork
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end | Bump to <I> :beers: | asonas_chatwork-ruby | train |
59cfab6f3b0dc99d0181a54f4f0601ba33b62d56 | diff --git a/src/main/java/com/authy/api/Tokens.java b/src/main/java/com/authy/api/Tokens.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/authy/api/Tokens.java
+++ b/src/main/java/com/authy/api/Tokens.java
@@ -58,11 +58,11 @@ public class Tokens extends Resource {
private void validateToken(String token) ... | Use a better suited status code when an invalid token is received on the check code method | twilio_authy-java | train |
d51acb69f6ec20a5c52fb15d5a5b77cc7b5aaeb3 | diff --git a/src/Monolog/Formatter/GelfMessageFormatter.php b/src/Monolog/Formatter/GelfMessageFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Monolog/Formatter/GelfMessageFormatter.php
+++ b/src/Monolog/Formatter/GelfMessageFormatter.php
@@ -15,7 +15,8 @@ use Monolog\Logger;
use Gelf\Message;
/**
- * Serialize... | Correct doc block for GelfMessageFormatter - it doesn't serialize to Wildfire (that's FirePHP); it serializes to GELF. | Seldaek_monolog | train |
3aafbe7cd935c7049c02b634e08dae11acf96854 | diff --git a/lib/helper.js b/lib/helper.js
index <HASH>..<HASH> 100644
--- a/lib/helper.js
+++ b/lib/helper.js
@@ -44,7 +44,7 @@ var HTMLEntities = {
};
exports.decodeHTMLEntities = function decodeHTMLEntities(text) {
- return text.replace(/&(.+?);/g, function(str, ent) {
+ return text.replace(/&([^&]+);/g, f... | make entity regex less greedy (issue #<I>) | werk85_node-html-to-text | train |
0a77c8aee251b40b49b51ead1d71cb017b4e8528 | diff --git a/src/src/com/tns/FileSystem.java b/src/src/com/tns/FileSystem.java
index <HASH>..<HASH> 100644
--- a/src/src/com/tns/FileSystem.java
+++ b/src/src/com/tns/FileSystem.java
@@ -101,7 +101,7 @@ public class FileSystem
String baseDir;
if (path.startsWith(appRootPrefix))
{
- baseDir = new File(Platfor... | fixed getting applicationContext in FileSystem | NativeScript_android-runtime | train |
b9f8c375cbff894ae0df1f80d5f1492e431f43dd | diff --git a/test/qa-error.js b/test/qa-error.js
index <HASH>..<HASH> 100644
--- a/test/qa-error.js
+++ b/test/qa-error.js
@@ -84,9 +84,17 @@ and here"
'0 leading numbers 2': 'a = 001',
'time incomplete 2': 'a = 11:22',
'hex leading under': 'a = 0x_a',
- 'hex leading period': 'a= 0x.',
+ 'hex leading period'... | Extend hex QA tests to octal and binary | iarna_iarna-toml | train |
e40c851d41fcd7d1fe8e93d0231166468fa9ef92 | diff --git a/HISTORY.rst b/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,13 +2,22 @@
History
=======
+0.5.0
+-----
+
+* New keyword 'win32resolve' which only takes effect on Windows and is enabled
+ by default. This causes procrunner to call the Win32 API FindExecutable()
+ fun... | Resolve executable names on Windows
Add a new keyword 'win<I>resolve' which only takes effect on Windows and is
enabled by default. This causes procrunner to call the Win<I> API
FindExecutable() function to try and lookup non-.exe files with the
corresponding name. This means .bat/.cmd/etc.. files can now be run witho... | DiamondLightSource_python-procrunner | train |
2a38e29f58a411c86a060ba40c930f95a3d73f81 | diff --git a/tests/DoctrineModuleTest/Stdlib/Hydrator/DoctrineObjectTest.php b/tests/DoctrineModuleTest/Stdlib/Hydrator/DoctrineObjectTest.php
index <HASH>..<HASH> 100644
--- a/tests/DoctrineModuleTest/Stdlib/Hydrator/DoctrineObjectTest.php
+++ b/tests/DoctrineModuleTest/Stdlib/Hydrator/DoctrineObjectTest.php
@@ -101,6... | commit to test Ocramius mess | doctrine_DoctrineModule | train |
555a64d47e507d70bd1019c3faecbb2c433da3d7 | diff --git a/src/main/java/org/cryptomator/cryptolib/v2/FileHeaderCryptorImpl.java b/src/main/java/org/cryptomator/cryptolib/v2/FileHeaderCryptorImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cryptomator/cryptolib/v2/FileHeaderCryptorImpl.java
+++ b/src/main/java/org/cryptomator/cryptolib/v2/FileHeaderCr... | cherry picked <I>ebadc | cryptomator_cryptolib | train |
15fb63645ebea71247e250b7066b3c581a0ef774 | diff --git a/src/CoandaCMS/Coanda/Core/Presenters/Presenter.php b/src/CoandaCMS/Coanda/Core/Presenters/Presenter.php
index <HASH>..<HASH> 100644
--- a/src/CoandaCMS/Coanda/Core/Presenters/Presenter.php
+++ b/src/CoandaCMS/Coanda/Core/Presenters/Presenter.php
@@ -2,6 +2,8 @@
abstract class Presenter {
+ protected $... | Added formatting for updated_at/created_at model properties. | CoandaCMS_coanda-core | train |
03d37725a9a0662cf6cb70b7b35dd69c50eabe3f | diff --git a/plugins/inputs/dns_query/dns_query_test.go b/plugins/inputs/dns_query/dns_query_test.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/dns_query/dns_query_test.go
+++ b/plugins/inputs/dns_query/dns_query_test.go
@@ -1,11 +1,14 @@
package dns_query
import (
+ "testing"
+ "time"
+
"github.com/influxd... | dns_query unit tests, require that field exists | influxdata_telegraf | train |
99f9bb25096bea3eb70f32cafea1ea726bac3af1 | diff --git a/lib/m4dbi/row.rb b/lib/m4dbi/row.rb
index <HASH>..<HASH> 100644
--- a/lib/m4dbi/row.rb
+++ b/lib/m4dbi/row.rb
@@ -9,7 +9,7 @@ module DBI
field = convert_alternate_fieldname( field )
end
if @column_names.include?( field )
- self[ field ] = *args
+ self[ field ]... | Fixed bug in DBI::Row attribute writer. | Pistos_m4dbi | train |
b64d60940d7e66eb636e255b51ea5020c0399524 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1347,7 +1347,7 @@ jQuery.each([ "Height", "Width" ], function(i, name){
// Get window width or height
return this[0] == window ?
// Opera reports document.body.client[Width/Height] properly in both quirk... | core: height() method wasn't working reliably in Opera - rather than returning the actual client height when called on window, it returned the document's height through document.body.clientHeight. The right value to work with is html.clientHeight | jquery_jquery | train |
fa6981407dce6077a551066b670d49b5e61a8073 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ long_description = (HERE / "README.md").read_text()
pkg_json = json.loads((HERE / "package.json").read_bytes())
setup_args = dict(
- name=name,
+ name='igv-jupyter',
version=pkg_json["version"],
... | Fix so that PyPI distinguishes the index name (igv-jupyter) from the package name (igv) | igvteam_igv-jupyter | train |
9b6efe3aea4f51297c2835fe4f1eaaa98e3d718e | diff --git a/lib/behat/classes/partial_named_selector.php b/lib/behat/classes/partial_named_selector.php
index <HASH>..<HASH> 100644
--- a/lib/behat/classes/partial_named_selector.php
+++ b/lib/behat/classes/partial_named_selector.php
@@ -221,7 +221,9 @@ XPATH
.//*[contains(., %locator%) and not(.//*[contains(., %loca... | MDL-<I> test: get_field_locator to support custom field labels | moodle_moodle | train |
fa5d41876d5963ae475251eabdfded1fe47dffb0 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ install:
- pip install -r requirements.txt
- pip install .
script:
-- cd tests && pytest
+- pytest
deploy:
provider: pypi
user: 'jfear'
diff --git a/tests/conftest.py b/tests/conftest.py
inde... | Fixes paths to be more flexible in tests. | jfear_sramongo | train |
6207bb35f300dd5dcc1b8498b44524a28f7f0fd4 | diff --git a/src/Controller/ResourceControllerTrait.php b/src/Controller/ResourceControllerTrait.php
index <HASH>..<HASH> 100644
--- a/src/Controller/ResourceControllerTrait.php
+++ b/src/Controller/ResourceControllerTrait.php
@@ -6,14 +6,13 @@ trait ResourceControllerTrait
use RouteDispatchTrait;
protected... | just thought using only get/post methods to represent resource methods. | TuumPHP_Web | train |
ac58aa5d2f0c1f459b2614f837eb73db93684b02 | diff --git a/lib/rio.js b/lib/rio.js
index <HASH>..<HASH> 100644
--- a/lib/rio.js
+++ b/lib/rio.js
@@ -104,7 +104,7 @@ function parse_SEXP(buf, offset) {
function parsePacket(data, offset, callback) {
var res, sc, rr;
- res = int32(data);
+ res = int32(data, offset - 20);
sc = (res >> 24) & 127;
... | Fixed packet parsing with header. | albertosantini_node-rio | train |
4dbb7611c9b16f968d70d9cbc9211a8ae1b9a7d2 | diff --git a/_config.php b/_config.php
index <HASH>..<HASH> 100644
--- a/_config.php
+++ b/_config.php
@@ -5,7 +5,7 @@ define('SHOP_DIR','shop');
// Extend the Member with e-commerce related fields.
DataObject::add_extension('Member', 'ShopMember');
// Extend Payment with e-commerce relationship.
-if(!class_exists('... | BUG FIX: fixed links and function references in ShopDatabaseAdmin relates to renaming in <I>a<I>eed<I>ddf<I>f1a<I>a<I>f | silvershop_silvershop-core | train |
c85bbbd5af683bd9eccf883eaecc9e89f4a294a4 | diff --git a/src/js/core/cover.js b/src/js/core/cover.js
index <HASH>..<HASH> 100644
--- a/src/js/core/cover.js
+++ b/src/js/core/cover.js
@@ -1,9 +1,12 @@
+import { Class } from '../mixin/index';
import { Dimensions } from '../util/index';
export default function (UIkit) {
UIkit.component('cover', {
+ ... | cover component uses uk-cover class | uikit_uikit | train |
a17ad9b631f3540bc3ef3d4c84440a4e5e8cee7a | diff --git a/subversion-scm-collector/src/main/java/com/capitalone/dashboard/model/SubversionRepo.java b/subversion-scm-collector/src/main/java/com/capitalone/dashboard/model/SubversionRepo.java
index <HASH>..<HASH> 100644
--- a/subversion-scm-collector/src/main/java/com/capitalone/dashboard/model/SubversionRepo.java
+... | Renamed some getter and setters. | Hygieia_Hygieia | train |
2789c4f1e1337113d6862f2b1dc0cb4a10d813e3 | diff --git a/pkg/plugins/datasource_plugin.go b/pkg/plugins/datasource_plugin.go
index <HASH>..<HASH> 100644
--- a/pkg/plugins/datasource_plugin.go
+++ b/pkg/plugins/datasource_plugin.go
@@ -8,15 +8,14 @@ import (
type DataSourcePlugin struct {
FrontendPluginBase
- Annotations bool `json:"annotations"`... | dsfix: include routes in plugin model | grafana_grafana | train |
08c61ff908e81dfd9576038e9ba84ceb6eeb8b14 | diff --git a/luminoso_api/json_stream.py b/luminoso_api/json_stream.py
index <HASH>..<HASH> 100644
--- a/luminoso_api/json_stream.py
+++ b/luminoso_api/json_stream.py
@@ -155,6 +155,12 @@ def detect_file_encoding(filename):
"but it's likely to be wrong." % encoding)
encoding = 'windows-1252'
... | made CSV encoding detection more robust | LuminosoInsight_luminoso-api-client-python | train |
b8e4d4cfad69cee0b9c6e81f266d491eac3669f3 | diff --git a/packages/xod-js/src/transpiler.js b/packages/xod-js/src/transpiler.js
index <HASH>..<HASH> 100644
--- a/packages/xod-js/src/transpiler.js
+++ b/packages/xod-js/src/transpiler.js
@@ -111,15 +111,6 @@ const getNormalizedPinLabel = def(
)(patch)
);
-const getPatchByNodeIdUnsafe = def(
- 'getPatchByNode... | refactor(xod-js,xod-project): move `getPatchByNodeId` (and unsafe version) into `xod-project` | xodio_xod | train |
e3a6af418514bb873d5270b75f8811dcd66c7876 | diff --git a/spawn/helper_windows.go b/spawn/helper_windows.go
index <HASH>..<HASH> 100644
--- a/spawn/helper_windows.go
+++ b/spawn/helper_windows.go
@@ -4,6 +4,8 @@ import (
"os"
"path/filepath"
"strings"
+
+ "github.com/miketheprogrammer/go-thrust/common"
)
/*
diff --git a/window/window.go b/window/window.... | Fixing references to common and thrust packages | miketheprogrammer_go-thrust | train |
deaf98c789be77418520443af90c0a2c47cef0c0 | diff --git a/lib/sidekiq_unique_jobs/version.rb b/lib/sidekiq_unique_jobs/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq_unique_jobs/version.rb
+++ b/lib/sidekiq_unique_jobs/version.rb
@@ -3,5 +3,5 @@
module SidekiqUniqueJobs
#
# @return [String] the current SidekiqUniqueJobs version
- VERSION = "7.0.... | Bump sidekiq-unique-jobs to <I> | mhenrixon_sidekiq-unique-jobs | train |
677c27c052455349a7a5669f1ad321a9a21fc3b7 | diff --git a/salt/output/__init__.py b/salt/output/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/output/__init__.py
+++ b/salt/output/__init__.py
@@ -19,7 +19,10 @@ def display_output(data, out, opts=None):
'''
Print the passed data using the desired output
'''
- print(get_printout(out, opts)(dat... | Change default outputter from pprint to new nested | saltstack_salt | train |
7861a7af341aeb8c71c54125b657368e7cba3941 | diff --git a/pauldron/controllers/policy-endpoint.js b/pauldron/controllers/policy-endpoint.js
index <HASH>..<HASH> 100644
--- a/pauldron/controllers/policy-endpoint.js
+++ b/pauldron/controllers/policy-endpoint.js
@@ -85,9 +85,9 @@ async function del(req, res, next) {
try {
const user = APIAuthorization.... | switch to using plain redis keys instead of hash with multiple keys per each user. | mojitoholic_pauldron | train |
d2a63b6ce0f27f3f4b301fb8735e56c96ed73714 | diff --git a/lib/sportdb/reader.rb b/lib/sportdb/reader.rb
index <HASH>..<HASH> 100644
--- a/lib/sportdb/reader.rb
+++ b/lib/sportdb/reader.rb
@@ -204,10 +204,9 @@ class Reader
end # load_persons
-
def load_seasons( name )
- reader = HashReaderV2.new( name, include_path )
+ reader = LineReaderV... | update seasons loader; use .txt | sportdb_sport.db | train |
81ba518ab9339ffbdb047e6f0240e197d0bc0a0f | diff --git a/lib/tenacity/orm_ext/ripple.rb b/lib/tenacity/orm_ext/ripple.rb
index <HASH>..<HASH> 100644
--- a/lib/tenacity/orm_ext/ripple.rb
+++ b/lib/tenacity/orm_ext/ripple.rb
@@ -28,7 +28,9 @@ module Tenacity
end
def _t_find_bulk(ids)
- (find(_t_serialize_ids(ids)) || []).reject(&:nil?)... | Fixed an issue where _t_find_bulk for Ripple would sometimes return a single object instead of an Array. | jwood_tenacity | train |
72993670700ebea47af143002e279cbf4bff1d90 | diff --git a/src/Command/Generate/ProfileCommand.php b/src/Command/Generate/ProfileCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Generate/ProfileCommand.php
+++ b/src/Command/Generate/ProfileCommand.php
@@ -83,6 +83,7 @@ class ProfileCommand extends GeneratorCommand
$description = $input->getOption... | Improve decoupling by passing in the path to the profile folder. | hechoendrupal_drupal-console | train |
7d375324a0c8ab6c20af29ef17b46ed15160af98 | diff --git a/lib/index.es6.js b/lib/index.es6.js
index <HASH>..<HASH> 100644
--- a/lib/index.es6.js
+++ b/lib/index.es6.js
@@ -5,7 +5,7 @@
* @copyright 2015
* @license BSD-3-Clause
* @link https://github.com/avoidwork/haro-mongo
- * @version 1.0.4
+ * @version 1.0.5
*/
"use strict";
@@ -93,6 +93,7 @@ functio... | Cleaning up ID duplication during persistent storage | avoidwork_haro-mongo | train |
37f7863846e0e9f91c0d3fced96375674a0d04b6 | diff --git a/lib/ripl/rc/squeeze_history.rb b/lib/ripl/rc/squeeze_history.rb
index <HASH>..<HASH> 100644
--- a/lib/ripl/rc/squeeze_history.rb
+++ b/lib/ripl/rc/squeeze_history.rb
@@ -7,7 +7,7 @@ module Ripl::Rc::SqueezeHistory
# write squeezed history
def write_history
return super if SqueezeHistory.disabled... | squeeze_history.rb: a newline at the end of history | godfat_rib | train |
9b8ee6493291c1aa981d316aef69b966c798aa10 | diff --git a/lib/que/job_queue.rb b/lib/que/job_queue.rb
index <HASH>..<HASH> 100644
--- a/lib/que/job_queue.rb
+++ b/lib/que/job_queue.rb
@@ -1,4 +1,6 @@
-# A thread-safe queue that holds job primary keys in sorted order.
+# A thread-safe queue that holds job primary keys in sorted order. Supports
+# blocking while wa... | Minor tweaks to the JobQueue class. | chanks_que | train |
a6ffd2d71aaad220d8c55c64a1259ba9df6604bf | diff --git a/graphite_api/render/glyph.py b/graphite_api/render/glyph.py
index <HASH>..<HASH> 100644
--- a/graphite_api/render/glyph.py
+++ b/graphite_api/render/glyph.py
@@ -2177,14 +2177,12 @@ def safeMin(args):
args = list(safeArgs(args))
if args:
return min(args)
- return 0
def safeMax(ar... | render/glyph: Return None instead of 0 from safeMin and safeMax | brutasse_graphite-api | train |
7edb4a9e44bcd768582613769fd2eada4acbf4eb | diff --git a/fluent_contents/management/commands/remove_stale_contentitems.py b/fluent_contents/management/commands/remove_stale_contentitems.py
index <HASH>..<HASH> 100644
--- a/fluent_contents/management/commands/remove_stale_contentitems.py
+++ b/fluent_contents/management/commands/remove_stale_contentitems.py
@@ -9... | Fix `remove_stale_contentitems` when when a parent type is also removed | django-fluent_django-fluent-contents | train |
ce8cc08bf936901176f26b05bfec88f52388a976 | diff --git a/views/js/runner/plugins/navigation/next.js b/views/js/runner/plugins/navigation/next.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/plugins/navigation/next.js
+++ b/views/js/runner/plugins/navigation/next.js
@@ -72,9 +72,9 @@ define([
*/
var updateElement = function updateElement($element,... | Fixed change data attr for next/skip buttons | oat-sa_extension-tao-testqti | train |
8abe4ce4ec6fd81d059491b6944ff211f9967ddb | diff --git a/cdbfuncs.js b/cdbfuncs.js
index <HASH>..<HASH> 100644
--- a/cdbfuncs.js
+++ b/cdbfuncs.js
@@ -1,7 +1,27 @@
var Promise = require('./common').Promise;
var handleReject = require('./common').handleReject;
+var qs = require('querystring');
+var ul = require('url');
-exports.fetchDocs = function(httplib, u... | pulled out URL filtering to help troubleshoot issues and added support for URL filtering
#<I> | medic_couch2pg | train |
91ba899cf115d25a4e56a401bfb27f3d6792a823 | diff --git a/hdbscan/tests/test_hdbscan.py b/hdbscan/tests/test_hdbscan.py
index <HASH>..<HASH> 100644
--- a/hdbscan/tests/test_hdbscan.py
+++ b/hdbscan/tests/test_hdbscan.py
@@ -3,6 +3,7 @@ Tests for HDBSCAN clustering algorithm
Shamelessly based on (i.e. ripped off from) the DBSCAN test code
"""
#import pickle
+fr... | Test algorithms mostly match on clustering. | scikit-learn-contrib_hdbscan | train |
12a25673752a788f35687ed4b978c0d12c1fb03a | diff --git a/enrol/imsenterprise/enrol.php b/enrol/imsenterprise/enrol.php
index <HASH>..<HASH> 100644
--- a/enrol/imsenterprise/enrol.php
+++ b/enrol/imsenterprise/enrol.php
@@ -619,7 +619,7 @@ function process_person_tag($tagcontents){
$this->log_line("User record already exists for user '$person->userna... | Small fix, and a bit more output, for IMS enroller | moodle_moodle | train |
003f4d4747d85e71e465811d4687a117cfc211eb | diff --git a/jmetal-core/src/main/java/org/uma/jmetal/util/AlgorithmRunner.java b/jmetal-core/src/main/java/org/uma/jmetal/util/AlgorithmRunner.java
index <HASH>..<HASH> 100644
--- a/jmetal-core/src/main/java/org/uma/jmetal/util/AlgorithmRunner.java
+++ b/jmetal-core/src/main/java/org/uma/jmetal/util/AlgorithmRunner.ja... | Refactoring the AlgorithmRunner class #<I> | jMetal_jMetal | train |
6a8adadcc4c582191beb599647a4c104858dcac4 | diff --git a/init.php b/init.php
index <HASH>..<HASH> 100644
--- a/init.php
+++ b/init.php
@@ -119,7 +119,17 @@ if(!function_exists('_'))
spl_autoload_register('class_include');
-foreach(array(COMPOSER_ROOT, BORS_3RD_PARTY, BORS_EXT, BORS_LOCAL, BORS_HOST, BORS_SITE) as $dir)
+$dirs = [BORS_3RD_PARTY, BORS_EXT, BO... | Config load priority for composer-based apps. | Balancer_bors-core | train |
50aa08bedff24a41adcd173805cb7684aec65302 | diff --git a/v2/rest/funding.go b/v2/rest/funding.go
index <HASH>..<HASH> 100644
--- a/v2/rest/funding.go
+++ b/v2/rest/funding.go
@@ -9,6 +9,7 @@ import (
"github.com/bitfinexcom/bitfinex-api-go/pkg/models/fundingloan"
"github.com/bitfinexcom/bitfinex-api-go/pkg/models/fundingoffer"
"github.com/bitfinexcom/bitfi... | v2/rest/funding.go putting new notification package to work | bitfinexcom_bitfinex-api-go | train |
276260be03ad114a8aa860c69b8084d5499a1143 | diff --git a/lib/chrome/webdriver/chromium.js b/lib/chrome/webdriver/chromium.js
index <HASH>..<HASH> 100644
--- a/lib/chrome/webdriver/chromium.js
+++ b/lib/chrome/webdriver/chromium.js
@@ -310,9 +310,11 @@ class Chromium {
result.browserScripts.pageinfo.cumulativeLayoutShift;
}
if (result.browserSc... | Watchout for the case where LCP do not exists. (#<I>)
Tested with covidbevis.se. | sitespeedio_browsertime | train |
6887c5672fd9b6418a132b9d95f56071339c12f1 | diff --git a/spec/dummy/config/initializers/nocms/pages.rb b/spec/dummy/config/initializers/nocms/pages.rb
index <HASH>..<HASH> 100644
--- a/spec/dummy/config/initializers/nocms/pages.rb
+++ b/spec/dummy/config/initializers/nocms/pages.rb
@@ -51,7 +51,8 @@ NoCms::Pages.configure do |config|
fields: {
co... | We add the setting for allowing nested blocks | simplelogica_nocms-admin-pages | train |
a588788be2a8d220e40188f304758a62cb91de45 | diff --git a/lib/version.rb b/lib/version.rb
index <HASH>..<HASH> 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -1,5 +1,5 @@
module GHTorrent
- VERSION = '0.11'
+ VERSION = '0.12'
end | Bump working version to <I> | gousiosg_github-mirror | train |
cba4e55ac47b0ed1e9b326fdf336752447346956 | diff --git a/tests/Doctrine/Tests/ORM/Functional/QueryTest.php b/tests/Doctrine/Tests/ORM/Functional/QueryTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/QueryTest.php
+++ b/tests/Doctrine/Tests/ORM/Functional/QueryTest.php
@@ -5,7 +5,9 @@ namespace Doctrine\Tests\ORM\Functional;
use Doc... | Added more coverage tests. Required result confirmation. | doctrine_orm | train |
d1dce3f3d588e1228afd10f78bc04f19d3682ebd | diff --git a/core/codegen/src/main/java/org/overture/codegen/assistant/ExpAssistantCG.java b/core/codegen/src/main/java/org/overture/codegen/assistant/ExpAssistantCG.java
index <HASH>..<HASH> 100644
--- a/core/codegen/src/main/java/org/overture/codegen/assistant/ExpAssistantCG.java
+++ b/core/codegen/src/main/java/org/... | Added generation of 'not in set' operator by constructing a 'in set' expression and simply negating that (reuse of abstract syntax) | overturetool_overture | train |
52e4c05fc78f053003b24d4901ee429d7811e437 | diff --git a/core/src/main/java/com/github/jsonldjava/core/JsonLdApi.java b/core/src/main/java/com/github/jsonldjava/core/JsonLdApi.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/jsonldjava/core/JsonLdApi.java
+++ b/core/src/main/java/com/github/jsonldjava/core/JsonLdApi.java
@@ -1029,7 +1029,7 @@... | start array lists by default at size 4 | jsonld-java_jsonld-java | train |
4dad634392add21e8a00db3e72070951cf039ddf | diff --git a/manager/app/models/metric.rb b/manager/app/models/metric.rb
index <HASH>..<HASH> 100644
--- a/manager/app/models/metric.rb
+++ b/manager/app/models/metric.rb
@@ -60,9 +60,13 @@ class Metric < ActiveRecord::Base
self.class.metrics(self.check, time_start, time_end, tags, agg, downsample)
end
+ def... | helper for loading data for a metric | chetan_bixby-agent | train |
3f6a8d5f658af8092b3d06a52bde36e7dfac584d | diff --git a/org/mozilla/javascript/FunctionObject.java b/org/mozilla/javascript/FunctionObject.java
index <HASH>..<HASH> 100644
--- a/org/mozilla/javascript/FunctionObject.java
+++ b/org/mozilla/javascript/FunctionObject.java
@@ -300,42 +300,45 @@ public class FunctionObject extends NativeFunction {
return fi... | Switch back to using getDeclaredMethods--I was able to get it working with a
security manager. | mozilla_rhino | train |
27914781474744cce7d75c4d09f0ad3116d99d7c | diff --git a/lib/components/TabStyles.js b/lib/components/TabStyles.js
index <HASH>..<HASH> 100644
--- a/lib/components/TabStyles.js
+++ b/lib/components/TabStyles.js
@@ -41,8 +41,8 @@ var TabStyles = {
position: 'absolute',
top: '26px',
height: '5px',
- left: '0',
- right: '0',
+ left: 0,
+ ... | Removes console warning in React<I>. | georgeOsdDev_react-draggable-tab | train |
c83764f99f92ea7f5ff6787695bf333c80c0a332 | diff --git a/lib/socket.js b/lib/socket.js
index <HASH>..<HASH> 100644
--- a/lib/socket.js
+++ b/lib/socket.js
@@ -291,7 +291,7 @@
Socket.prototype.onOpen = function () {
if (!this.connected) {
-
+ this.onConnect();
}
this.open = true;
@@ -328,7 +328,7 @@
this.emit('error', err);
... | Fixed error and disconnect handling for subsockets.
Added onConnect call in onOpen. | tsjing_socket.io-client | train |
e41ed97e7a71eea888bb243d15fd635399901300 | diff --git a/levels.go b/levels.go
index <HASH>..<HASH> 100644
--- a/levels.go
+++ b/levels.go
@@ -830,26 +830,21 @@ func (s *levelsController) subcompact(it y.Iterator, kr keyRange, cd compactDef,
continue
}
numBuilds++
- fileID := s.reserveFileID()
if err := inflightBuilders.Do(); err != nil {
// Ca... | fix(compaction): copy over the file ID when building tables #<I> | dgraph-io_badger | train |
c88499570a65656430290281257ae5d369fe0b03 | diff --git a/sql-bricks.js b/sql-bricks.js
index <HASH>..<HASH> 100644
--- a/sql-bricks.js
+++ b/sql-bricks.js
@@ -23,6 +23,10 @@
if (_.isArray(this.vals[0]))
this.vals = this.vals[0];
}
+ sql.setDefaultOpts = setDefaultOpts;
+ function setDefaultOpts(opts) {
+ default_opts = _.extend(default_o... | Allow setting defaults from the outside and empty placeholders
This allows changing the defaults in a way that sql-bricks works together with named parameters in pg-promise. | CSNW_sql-bricks | train |
37a41ed0b72010c8bf74bca2a0170dcf666d9f95 | diff --git a/py/path/common.py b/py/path/common.py
index <HASH>..<HASH> 100644
--- a/py/path/common.py
+++ b/py/path/common.py
@@ -142,7 +142,11 @@ class PathBase(object):
#assert strrelpath[-1] == self.sep
#assert strrelpath[-2] != self.sep
strself = str(self)
- if strself.startswith(... | [svn r<I>] get the py.path fixes of <I>.x release branch back to trunk
--HG--
branch : trunk | pytest-dev_pytest | train |
4f40f70f7a2e7d704a49e7409e801f97ba8ae40e | diff --git a/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java b/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
index <HASH>..<HASH> 100644
--- a/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
+++ b/v2client/src/test/java/com/yubico/client/v2/YubicoClientTest.java
@... | Test that VerificationRequester.fetch() has stable signature | Yubico_yubico-java-client | train |
f2b9c062a6be44a7c240a7c0555c7c3d208b5a52 | diff --git a/xapian_backend.py b/xapian_backend.py
index <HASH>..<HASH> 100755
--- a/xapian_backend.py
+++ b/xapian_backend.py
@@ -49,6 +49,10 @@ DEFAULT_XAPIAN_FLAGS = (
xapian.QueryParser.FLAG_PURE_NOT
)
+# number of documents checked by default when building facets
+# this must be improved to be relative to ... | Fixed #<I> - Implements single valued field facets using Xapian.
Replaces the brute force _do_field_facets with
Xapian faceting for single valued facets.
Xapian does not support multi valued facets yet; thus
the brute force is used in this case. | notanumber_xapian-haystack | train |
95225234aec1b679b4a9f9570643bec3add49d01 | diff --git a/src/main/java/org/jcodec/containers/mp4/demuxer/MP4DemuxerTrackMeta.java b/src/main/java/org/jcodec/containers/mp4/demuxer/MP4DemuxerTrackMeta.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jcodec/containers/mp4/demuxer/MP4DemuxerTrackMeta.java
+++ b/src/main/java/org/jcodec/containers/mp4/demuxe... | [mp4] Catch up bug fix, color probe screwed SPS buffer | jcodec_jcodec | train |
286aacdc70149a249198aa1f5f5fbf504a6af32c | diff --git a/h2o-algos/src/main/java/hex/tree/DHistogram.java b/h2o-algos/src/main/java/hex/tree/DHistogram.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/main/java/hex/tree/DHistogram.java
+++ b/h2o-algos/src/main/java/hex/tree/DHistogram.java
@@ -190,7 +190,7 @@ public final class DHistogram extends Iced {
... | PUBDEV-<I>: Improve performance of histogram_type="QuantilesGlobal" for DRF/GBM some more. | h2oai_h2o-3 | train |
6be908896947ff5278c33f7b1668a1dcbde69d9e | diff --git a/invenio_oauth2server/views/server.py b/invenio_oauth2server/views/server.py
index <HASH>..<HASH> 100644
--- a/invenio_oauth2server/views/server.py
+++ b/invenio_oauth2server/views/server.py
@@ -28,11 +28,11 @@ from __future__ import absolute_import, print_function
from functools import wraps
-from fla... | views: user login without setting session
* Sets OAuth user to request stack without setting session. | inveniosoftware_invenio-oauth2server | train |
7c0eb48577f09c394dc946931b7b2374d0c699cd | diff --git a/app/components/bs-tooltip/component.js b/app/components/bs-tooltip/component.js
index <HASH>..<HASH> 100644
--- a/app/components/bs-tooltip/component.js
+++ b/app/components/bs-tooltip/component.js
@@ -25,5 +25,9 @@ export default Ember.Component.extend(BootstrapComponentOptions, {
if(options.trigger ... | Ensure BS Tooltips are destroyed with the component
Fixes <URL> | aptible_ember-cli-aptible-shared | train |
a65181c79756ecf1362d9bc0f62a119426b2704a | diff --git a/src/main/java/com/puresoltechnologies/commons/trees/SearchVisitor.java b/src/main/java/com/puresoltechnologies/commons/trees/SearchVisitor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/puresoltechnologies/commons/trees/SearchVisitor.java
+++ b/src/main/java/com/puresoltechnologies/commons/trees/... | Added some documentation, tests and some minor cleanup. | PureSolTechnologies_graphs | train |
dd6923128fe75bb3df117f15e2751c84da1b1489 | diff --git a/includes/managers/class-fs-admin-menu-manager.php b/includes/managers/class-fs-admin-menu-manager.php
index <HASH>..<HASH> 100644
--- a/includes/managers/class-fs-admin-menu-manager.php
+++ b/includes/managers/class-fs-admin-menu-manager.php
@@ -563,19 +563,8 @@
return;
}
- // Remove original ... | [trial] [top-level-menu] [bug-fix] Override the top level menu label instead of replacing the top level menu with a new one. | Freemius_wordpress-sdk | train |
e868ed351734c802edd4d53d98dd9fb1895bee7f | diff --git a/src/scs_core/model/gas/s1/gas_request.py b/src/scs_core/model/gas/s1/gas_request.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/model/gas/s1/gas_request.py
+++ b/src/scs_core/model/gas/s1/gas_request.py
@@ -26,7 +26,7 @@ class GasRequest(JSONable):
classdocs
"""
- __SLOPE_PERIOD = 300 ... | Changed GasRequest slope period to <I> minutes | south-coast-science_scs_core | train |
c2086d643a519ce2eb1c266b4cf1550755b75d73 | diff --git a/pyflakes/checker.py b/pyflakes/checker.py
index <HASH>..<HASH> 100644
--- a/pyflakes/checker.py
+++ b/pyflakes/checker.py
@@ -649,8 +649,9 @@ class Checker(object):
pass
# "stmt" type nodes
- DELETE = PRINT = FOR = WHILE = IF = WITH = WITHITEM = RAISE = \
- TRYFINALLY = ASSERT = E... | Support Python <I> async/await statements for Pyflakes. | PyCQA_pyflakes | train |
ed78fddbffe05d43b1e42dbfdb183dfefdb7f4a9 | diff --git a/lib/Cake/Test/TestCase/Routing/RequestActionTraitTest.php b/lib/Cake/Test/TestCase/Routing/RequestActionTraitTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/TestCase/Routing/RequestActionTraitTest.php
+++ b/lib/Cake/Test/TestCase/Routing/RequestActionTraitTest.php
@@ -140,8 +140,6 @@ class Request... | Remove un-necessary router reset and route creation. | cakephp_cakephp | train |
0beaf5783ad21c7179c533a4b2440dba823af8dd | diff --git a/lib/heroku/command/apps.rb b/lib/heroku/command/apps.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/command/apps.rb
+++ b/lib/heroku/command/apps.rb
@@ -76,7 +76,10 @@ class Heroku::Command::Apps < Heroku::Command::Base
if options[:raw]
if domain_name
- app_data["domain_name"] = domai... | backport domain_names fix to deal with v2 api data format | heroku_legacy-cli | train |
00d7070fef052cf08f3fe4ff1ca78a8963afe139 | diff --git a/lib/service/connect.go b/lib/service/connect.go
index <HASH>..<HASH> 100644
--- a/lib/service/connect.go
+++ b/lib/service/connect.go
@@ -1049,8 +1049,6 @@ func (process *TeleportProcess) newClient(authServers []utils.NetAddr, identity
return directClient, nil
}
logger.Debug("Failed to connect to A... | teleport: Add more context to auth server connection failed errors | gravitational_teleport | train |
43703fbfb6588a27a8b2b4108254b50523a6aec5 | diff --git a/tasks/php.js b/tasks/php.js
index <HASH>..<HASH> 100644
--- a/tasks/php.js
+++ b/tasks/php.js
@@ -13,7 +13,7 @@ module.exports = function (grunt) {
hostname: hostname,
port: port
}, function (res) {
- if (res.statusCode === 200) {
+ if (res.statusCode === 200 || res.statusCode === 404) ... | Fixed server not considered up when no index file | sindresorhus_grunt-php | train |
ced52d4dd4551ae20792049dedc08595192f5025 | diff --git a/stanza/models/constituency/base_model.py b/stanza/models/constituency/base_model.py
index <HASH>..<HASH> 100644
--- a/stanza/models/constituency/base_model.py
+++ b/stanza/models/constituency/base_model.py
@@ -121,29 +121,30 @@ class BaseModel(ABC):
"""
return ("ROOT",)
- @abstractme... | Another minor optimization for conparse | stanfordnlp_stanza | train |
aa281fb6908bbdc44d0ba4345ea2a4a918fd1829 | diff --git a/eZ/Publish/API/Repository/Tests/ContentServiceTest.php b/eZ/Publish/API/Repository/Tests/ContentServiceTest.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/Tests/ContentServiceTest.php
+++ b/eZ/Publish/API/Repository/Tests/ContentServiceTest.php
@@ -2804,7 +2804,8 @@ class ContentServiceTes... | Add some more assertion code in testLoadReverseRelations() to easier find issue | ezsystems_ezpublish-kernel | train |
21a7c8c83aca98a72ac25d745c630258c1b9eb74 | diff --git a/moving_average_series_test.go b/moving_average_series_test.go
index <HASH>..<HASH> 100644
--- a/moving_average_series_test.go
+++ b/moving_average_series_test.go
@@ -66,9 +66,16 @@ func TestMovingAverageSeriesGetLastValueWindowOverlap(t *testing.T) {
WindowSize: 15,
}
+ var yvalues []float64
+ for ... | ditto w/ the other test. | wcharczuk_go-chart | train |
f95ad0c13ce18f581bfc4d3939e09757f324f109 | diff --git a/src/flipclock/js/faces/counter.js b/src/flipclock/js/faces/counter.js
index <HASH>..<HASH> 100644
--- a/src/flipclock/js/faces/counter.js
+++ b/src/flipclock/js/faces/counter.js
@@ -12,7 +12,7 @@
FlipClock.CounterFace = FlipClock.Face.extend({
- autoStart: false,
+ // autoStart: false,
min... | Bug Fix
Updated clock face to use the new autoIncrement API
Fixed bug caused by trailing commas | objectivehtml_FlipClock | train |
0191281b92aa8ac436dbe9e838b7a228d3e912da | diff --git a/session/session.go b/session/session.go
index <HASH>..<HASH> 100644
--- a/session/session.go
+++ b/session/session.go
@@ -2552,7 +2552,6 @@ var builtinGlobalVariable = []string{
variable.NetBufferLength,
variable.QueryCacheType,
variable.QueryCacheSize,
- variable.CharacterSetServer,
variable.AutoI... | session: improve collation_server handling (#<I>) | pingcap_tidb | train |
8aece33006a00a0bd62f302c299e11704716d8b6 | diff --git a/lib/instana/config.rb b/lib/instana/config.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/config.rb
+++ b/lib/instana/config.rb
@@ -40,6 +40,8 @@ module Instana
@config[:nethttp] = { :enabled => true }
@config[:'rest-client'] = { :enabled => true }
@config[:grpc] ... | Add Sidekiq client & worker to Instana config | instana_ruby-sensor | train |
87f5b6dc069403125868965eed221b52e98b6ccd | diff --git a/app/actions/mslookup/proteingrouping.py b/app/actions/mslookup/proteingrouping.py
index <HASH>..<HASH> 100644
--- a/app/actions/mslookup/proteingrouping.py
+++ b/app/actions/mslookup/proteingrouping.py
@@ -96,6 +96,7 @@ def build_content_db(pgdb):
lastpsmmaster = master
master_psms.ad... | Split indexing and storing of protein group content | glormph_msstitch | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.