hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f66e45792a562578ea4535cc4fbb0c178cb90d15 | diff --git a/tests/Doctrine/Tests/OXM/Types/TypeTest.php b/tests/Doctrine/Tests/OXM/Types/TypeTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/OXM/Types/TypeTest.php
+++ b/tests/Doctrine/Tests/OXM/Types/TypeTest.php
@@ -16,12 +16,16 @@ class TypeTest extends \PHPUnit_Framework_TestCase
/**
*... | Fixed some issues with new Types tests where static Types were affecting other tests. @backupStaticAttributes solution. | doctrine_oxm | train |
86c6a1f05f588b5def70bbcf6c5d8801a6687599 | diff --git a/parler/models.py b/parler/models.py
index <HASH>..<HASH> 100644
--- a/parler/models.py
+++ b/parler/models.py
@@ -197,13 +197,15 @@ class ParlerOptions(object):
"""
Meta data for the translatable models.
"""
- def __init__(self, base, translations_model, translations_field):
+ def __in... | Allow construction of translated model, as long as related_name differs | django-parler_django-parler | train |
bd7b24f0cbbad0035e976e505e9cac24a7d46e5c | diff --git a/core/src/main/java/io/undertow/server/PersistentConnectionHandler.java b/core/src/main/java/io/undertow/server/PersistentConnectionHandler.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/PersistentConnectionHandler.java
+++ b/core/src/main/java/io/undertow/server/PersistentConn... | Avoid annoying ARFU run-time access control check logic | undertow-io_undertow | train |
ed66169a7eaaf796e0732467fcec74851c5f5f87 | diff --git a/includes/fs-plugin-info-dialog.php b/includes/fs-plugin-info-dialog.php
index <HASH>..<HASH> 100755
--- a/includes/fs-plugin-info-dialog.php
+++ b/includes/fs-plugin-info-dialog.php
@@ -99,37 +99,34 @@
$has_pricing = false;
$has_features = false;
$plans = false;
- $plans_result = $thi... | [add-ons] [optimization] Use the new endpoint that returns the add-on's plans, pricing, and features, all in one request. | Freemius_wordpress-sdk | train |
186935c147cef6bcac98e007de6e3a16e6aa6e5d | diff --git a/src/ol/interaction/dragpan.js b/src/ol/interaction/dragpan.js
index <HASH>..<HASH> 100644
--- a/src/ol/interaction/dragpan.js
+++ b/src/ol/interaction/dragpan.js
@@ -70,21 +70,23 @@ ol.interaction.DragPan.handleDragEvent_ = function(mapBrowserEvent) {
var targetPointers = this.targetPointers;
var cen... | Only update kinetic when number of touches has not changed | openlayers_openlayers | train |
38d705fb52d8169ab6489addb9c3db9784bef40c | diff --git a/config/config.go b/config/config.go
index <HASH>..<HASH> 100644
--- a/config/config.go
+++ b/config/config.go
@@ -34,6 +34,7 @@ type Config struct {
DisableEngine bool
DisableWatches bool
VerifyUnits bool
+ UnitsDirectory string
AuthorizedKeysFile string... | fleetd: Add param --units_directory to customise the units directory
The default location of the units directory for fleet is owned by root.
When we use `systemd --user` we want this directory to be owned by
a different user.
Fixes #<I> | coreos_fleet | train |
9e65194ba71db9fca8c4ddc12bbcae71fe99174d | diff --git a/tests/Integration/Database/EloquentBelongsToManyTest.php b/tests/Integration/Database/EloquentBelongsToManyTest.php
index <HASH>..<HASH> 100644
--- a/tests/Integration/Database/EloquentBelongsToManyTest.php
+++ b/tests/Integration/Database/EloquentBelongsToManyTest.php
@@ -82,7 +82,9 @@ class EloquentBelon... | use carbon instance in setTestNow for tests to pass on setup lowest | laravel_framework | train |
cdbd61fbcde9a372e15a81daa4425e70c0e9bdcd | diff --git a/core/src/main/java/org/hibernate/ogm/util/impl/AssociationPersister.java b/core/src/main/java/org/hibernate/ogm/util/impl/AssociationPersister.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/hibernate/ogm/util/impl/AssociationPersister.java
+++ b/core/src/main/java/org/hibernate/ogm/util/impl... | OGM-<I> Only call insertOrUpdateAssociation if there are operations | hibernate_hibernate-ogm | train |
961be4478aca02703e055763541533978737062f | diff --git a/spec/support/rails_template.rb b/spec/support/rails_template.rb
index <HASH>..<HASH> 100644
--- a/spec/support/rails_template.rb
+++ b/spec/support/rails_template.rb
@@ -100,7 +100,10 @@ rails_command "db:drop db:create db:migrate", env: ENV["RAILS_ENV"]
if ENV["RAILS_ENV"] == "test"
inject_into_file "... | Generate DB just once, and then copy it manually | activeadmin_activeadmin | train |
1a9660ffda6b7729a34a2765bd1f46e00b4c7f90 | diff --git a/udiskie/config.py b/udiskie/config.py
index <HASH>..<HASH> 100644
--- a/udiskie/config.py
+++ b/udiskie/config.py
@@ -10,7 +10,6 @@ from __future__ import unicode_literals
import logging
import os
-import sys
from .common import exc_message
from .compat import basestring, fix_str_conversions
diff -... | Fix a few flake8 complaints
Among them 2 missing imports :( | coldfix_udiskie | train |
4b0a411b2fc5aa3295f724e6d5c0884a11ca9051 | diff --git a/actors/mailer.js b/actors/mailer.js
index <HASH>..<HASH> 100644
--- a/actors/mailer.js
+++ b/actors/mailer.js
@@ -67,7 +67,7 @@ Mailer.prototype.setup = function(done) {
log.warn(warning);
prompt.get({name: 'password', hidden: true}, _.bind(setupMail, this));
} else {
- setupMail(null, {pas... | Properly set the scope of the setupMail function | askmike_gekko | train |
89b3d735ab446b05533ef49f191099d1588bda60 | diff --git a/bundles.py b/bundles.py
index <HASH>..<HASH> 100644
--- a/bundles.py
+++ b/bundles.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
-# Copyright (C) 2014 CERN.
+# Copyright (C) 2014, 2015 CERN.
#
# Invenio is free software; you can redistribute it and/or
# modify it under ... | global: unicode literals for bundles
* Forces unicode literals on all bundles. (addresses #<I>)
* PEP8/<I> code style improvements. | inveniosoftware_invenio-search | train |
920e9c5cdc4d50500aa37b366a9ef62957ae315b | diff --git a/apps/full-site-editing/full-site-editing-plugin/starter-page-templates/class-starter-page-templates.php b/apps/full-site-editing/full-site-editing-plugin/starter-page-templates/class-starter-page-templates.php
index <HASH>..<HASH> 100644
--- a/apps/full-site-editing/full-site-editing-plugin/starter-page-te... | Add preview screenshots for demo purposes (#<I>)
* Add preview screenshots for demo purposes
* Add visual template indicators for demo | Automattic_wp-calypso | train |
cdd6345298d3561cce7947ec6f29db99ea75c7d1 | diff --git a/salt/modules/boto_ec2.py b/salt/modules/boto_ec2.py
index <HASH>..<HASH> 100644
--- a/salt/modules/boto_ec2.py
+++ b/salt/modules/boto_ec2.py
@@ -996,6 +996,7 @@ def get_network_interface_id(name, region=None, key=None, keyid=None,
'''
conn = _get_conn(region=region, key=key, keyid=keyid, profile... | get_network_interface_id _get_network_interface functions can throw a variable referenced before assignment exception for the enis variable if an exception occurs when getting the network interfaces from AWS | saltstack_salt | train |
539e86357da01fc49d1de354719990a8d5a9c331 | diff --git a/src/lokijs.js b/src/lokijs.js
index <HASH>..<HASH> 100644
--- a/src/lokijs.js
+++ b/src/lokijs.js
@@ -4321,12 +4321,13 @@
UniqueIndex.prototype.keyMap = {};
UniqueIndex.prototype.lokiMap = {};
UniqueIndex.prototype.set = function (obj) {
- if (obj[this.field] !== null && typeof (obj[thi... | Minor improvements to the code of set() in UniqueIndex | techfort_LokiJS | train |
bb0f48d31b97f0e6add06ea9572c66a6b98bfac9 | diff --git a/core-bundle/contao/classes/FrontendTemplate.php b/core-bundle/contao/classes/FrontendTemplate.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/classes/FrontendTemplate.php
+++ b/core-bundle/contao/classes/FrontendTemplate.php
@@ -137,9 +137,9 @@ class FrontendTemplate extends \Template
if ($int... | [Core] Send the same cache headers when for cached and uncached pages (see #<I>) | contao_contao | train |
1f5b74762b3dd7a7421da96b3b2e6c73c77a261c | diff --git a/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java b/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java
+++ b/common/src/main/java/io/netty/util/inter... | Correct ConcurrentHashMapV8 bitwise arithmetic
Previously ConcurrentHashMapV8 evaulated ((x | 1) == 0), an expression
that always returned false. This commit brings Netty closer to the
Java 8 implementation. | netty_netty | train |
63955392e435faf124b45655c41b7a51ad2ad6a9 | diff --git a/tests/integration/states/pkg.py b/tests/integration/states/pkg.py
index <HASH>..<HASH> 100644
--- a/tests/integration/states/pkg.py
+++ b/tests/integration/states/pkg.py
@@ -35,7 +35,7 @@ _PKG_TARGETS = {
'Debian': ['python-plist', 'apg'],
'RedHat': ['xz-devel', 'zsh-html'],
'FreeBSD': ['aal... | os_family is Suse not SUSE (#<I>) | saltstack_salt | train |
0dce74053bcf5e58914b9fcb113c7d9aede4279e | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,7 +30,7 @@ if on_rtd:
def __getattr__(cls, name):
return Mock()
- MOCK_MODULES = ['numpy']
+ MOCK_MODULES = ['numpy', 'wurlitzer']
sys.modules.... | Trying to fix RTD build failure #<I> | manodeep_Corrfunc | train |
2234ab41be58fd42d5d36d4a503405dca69a67e1 | diff --git a/spec/lib/pgcrypto_spec.rb b/spec/lib/pgcrypto_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/pgcrypto_spec.rb
+++ b/spec/lib/pgcrypto_spec.rb
@@ -1,4 +1,7 @@
require 'spec_helper'
+require 'logger'
+
+ActiveRecord::Base.logger = Logger.new(STDOUT)
describe PGCrypto do
it "should extend ActiveRec... | Tests testing every possible thing that could be causing a weird bug that I can think of | Plinq_pgcrypto | train |
2069746699678b503c4da438cfcb4f014d348167 | diff --git a/eth_utils/address.py b/eth_utils/address.py
index <HASH>..<HASH> 100644
--- a/eth_utils/address.py
+++ b/eth_utils/address.py
@@ -22,12 +22,11 @@ def is_hex_address(value):
"""
if not is_text(value):
return False
- elif len(value) not in {42, 40}:
+ elif not is_hex(value):
... | A <I>-byte hex string should not be a valid address | ethereum_eth-utils | train |
cba18e174e10d4ceaa09f068f03ee95e3e15516a | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -2985,6 +2985,7 @@ HTMLVideoElement.HAVE_METADATA = HTMLMediaElement.HAVE_METADATA;
HTMLVideoElement.HAVE_CURRENT_DATA = HTMLMediaElement.HAVE_CURRENT_DATA;
HTMLVideoElement.HAVE_FUTURE_DATA = HTMLMediaElement.HAVE_FUTURE_DATA;
... | Add SVGElement stub | exokitxr_exokit | train |
30a2ae4e54b41f02a1fce5017369e552f15e6025 | diff --git a/roller.py b/roller.py
index <HASH>..<HASH> 100755
--- a/roller.py
+++ b/roller.py
@@ -16,14 +16,7 @@ import argparse
import string
import curses
-width = 20
-def set_screen_width(screen):
- global width
- try:
- (_, width) = screen.getmaxyx()
- except:
- width = 20
-
+width = shu... | better width detection (thanks Stan!) | akerl_roller | train |
2424d72b2ce42d0a30639d1ffdcb26565f155769 | diff --git a/tests/AbstractJsonProducerTest.php b/tests/AbstractJsonProducerTest.php
index <HASH>..<HASH> 100644
--- a/tests/AbstractJsonProducerTest.php
+++ b/tests/AbstractJsonProducerTest.php
@@ -139,12 +139,58 @@ abstract class AbstractJsonProducerTest extends TestCase implements CanCreateCon
/**
* @te... | add one more test case with nested confirm callbacks | prolic_HumusAmqp | train |
d24e283e0858ad568a24ee1dccded0f6486b1767 | diff --git a/Samurai/Onikiri/Entities.php b/Samurai/Onikiri/Entities.php
index <HASH>..<HASH> 100644
--- a/Samurai/Onikiri/Entities.php
+++ b/Samurai/Onikiri/Entities.php
@@ -190,6 +190,16 @@ class Entities implements Iterator
return $this->getByPosition($this->size() - 1);
}
+ /**
+ * get by ran... | supported get random from onikiri entities. | samurai-fw_samurai | train |
3fb482132bdf075a5cb67f1de87f64520faf30f1 | diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/controller/test_case_test.rb
+++ b/actionpack/test/controller/test_case_test.rb
@@ -401,7 +401,13 @@ XML
process :test_xml_output, params: { response_as: "text/... | test_should_impose_childless_html_tags_in_html failure with JRuby | rails_rails | train |
3fcd3b577297367bd60fd5b1ba6c17ac093c4bdb | diff --git a/tensorpack/models/softmax.py b/tensorpack/models/softmax.py
index <HASH>..<HASH> 100644
--- a/tensorpack/models/softmax.py
+++ b/tensorpack/models/softmax.py
@@ -15,7 +15,7 @@ def SoftMax(x, use_temperature=False, temperature_init=1.0):
:param x: a 2D tensor
"""
if use_temperature:
- ... | fix bug in temperature & async | tensorpack_tensorpack | train |
48c3fee9ba8283d5dd2bb83ad6bd266123792be1 | diff --git a/lib/devpipeline_configure/cache.py b/lib/devpipeline_configure/cache.py
index <HASH>..<HASH> 100644
--- a/lib/devpipeline_configure/cache.py
+++ b/lib/devpipeline_configure/cache.py
@@ -54,7 +54,8 @@ def _overrides_changed(config, cache_mtime):
applied_overrides = component_config.get_list("dp.app... | Fix pylint issues | dev-pipeline_dev-pipeline-configure | train |
9446af726de7d3fe874f96557b091dc9a9ddde87 | diff --git a/mod/quiz/attemptlib.php b/mod/quiz/attemptlib.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/attemptlib.php
+++ b/mod/quiz/attemptlib.php
@@ -2332,10 +2332,11 @@ class quiz_attempt {
// Add a fragment to scroll down to the question.
$fragment = '';
if ($slot !== null) {
- ... | MDL-<I> mod_quiz: scroll to top and to question container
When reviewing the answers:
1- When there are all the questions in one page and you click in the first question,
it will scroll to the first question.
2- When there is one question per page and you click in the question number,
it will go to that question page ... | moodle_moodle | train |
ee8382bdc8c24f8cd0b21d607b1de8a340244eaa | diff --git a/liquibase-core/src/main/java/liquibase/changelog/AbstractChangeLogHistoryService.java b/liquibase-core/src/main/java/liquibase/changelog/AbstractChangeLogHistoryService.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/changelog/AbstractChangeLogHistoryService.java
+++ b/liquiba... | Added method for obtaining last deployment ID
Test fixes
DAT-<I> | liquibase_liquibase | train |
27c8061616329e22cfc13bbbb200fbba16c24eed | diff --git a/lib/lev/routine.rb b/lib/lev/routine.rb
index <HASH>..<HASH> 100644
--- a/lib/lev/routine.rb
+++ b/lib/lev/routine.rb
@@ -397,7 +397,7 @@ module Lev
end
def fatal_error(args={})
- errors.add(true, args)
+ raise StandardError, args.to_a.map { |i| i.join(' ') }.join(' - ')
end
... | Raise errors during fatal_error instead of being silent | lml_lev | train |
760fa05ae99713d0b002cc02e578aa10401d8c30 | diff --git a/server/client.js b/server/client.js
index <HASH>..<HASH> 100755
--- a/server/client.js
+++ b/server/client.js
@@ -72,7 +72,7 @@ Client.prototype.dispose = function () {
};
function handleClientMessage(msg, callback) {
- var server, args, obj, channels, keys;
+ var server;
// Make sure we h... | Removing obsolete vars in client.js | prawnsalad_KiwiIRC | train |
c09e7c7a9d12d94fbc62da6ea2690afffe5d61a4 | diff --git a/src/transports/flash_transport.js b/src/transports/flash_transport.js
index <HASH>..<HASH> 100644
--- a/src/transports/flash_transport.js
+++ b/src/transports/flash_transport.js
@@ -13,6 +13,10 @@
return navigator.mimeTypes["application/x-shockwave-flash"] != undefined;
};
+ FlashTransport.creat... | Add createConnection method for transports | pusher_pusher-js | train |
efe3005975c0514f346c93cab72fb08f39d68307 | diff --git a/Str.php b/Str.php
index <HASH>..<HASH> 100644
--- a/Str.php
+++ b/Str.php
@@ -354,6 +354,20 @@ class Str
}
/**
+ * Begin a string with a single instance of a given value.
+ *
+ * @param string $value
+ * @param string $prefix
+ * @return string
+ */
+ public stati... | Add Str::start() and str_start helper function (#<I>) | illuminate_support | train |
66d28ee7f96732538050054979747b40c7827fb1 | diff --git a/fs.go b/fs.go
index <HASH>..<HASH> 100644
--- a/fs.go
+++ b/fs.go
@@ -4,6 +4,7 @@ import (
"io/ioutil"
"os"
"path"
+ "reflect"
"runtime"
"strings"
"syscall"
@@ -81,7 +82,6 @@ func (s *FileSystemStorage) Exists(filepath string) bool {
return err == nil
}
-// AccessedTime returns the last ac... | Make AccessedTime and CreatedTime compatible with MacOS X | ulule_gostorages | train |
b40182504de03f622dc712c0061c86b9a6e146c6 | diff --git a/autoload.php b/autoload.php
index <HASH>..<HASH> 100644
--- a/autoload.php
+++ b/autoload.php
@@ -44,5 +44,7 @@ if(!defined('KOOWA'))
*/
KObjectManager::getInstance()->getObject('object.bootstrapper')
->registerComponents(JPATH_LIBRARIES.'/koowa/components', 'koowa')
+ ->register... | re #<I>: Temporarily combine two bootstrap calls | timble_kodekit | train |
45a685fe98bbabc56db5cc8adc22bddf8740ccda | diff --git a/lib/speculation.rb b/lib/speculation.rb
index <HASH>..<HASH> 100644
--- a/lib/speculation.rb
+++ b/lib/speculation.rb
@@ -1170,10 +1170,10 @@ module Speculation
builtins = {
:any.ns => with_gen(Utils.constantly(true)) { |r| r.branch(*Gen::GEN_BUILTINS.values) },
:boole... | Ruby <I> compatibility
remove use of Integer#positive? and Integer#negative? | english_speculation | train |
b2139d6e673996d760666b5f7cb0ee0a75ae1505 | diff --git a/simuvex/procedures/libc.so.6/strncmp.py b/simuvex/procedures/libc.so.6/strncmp.py
index <HASH>..<HASH> 100644
--- a/simuvex/procedures/libc.so.6/strncmp.py
+++ b/simuvex/procedures/libc.so.6/strncmp.py
@@ -41,10 +41,6 @@ class strncmp(simuvex.SimProcedure):
concrete_run = True
maxlen = min(c_a_len,... | strncmp bug with zero-length strings | angr_angr | train |
3200728c535c25bd30c031c0936a2c984fe3a7f8 | diff --git a/python/src/wslink/backends/aiohttp/__init__.py b/python/src/wslink/backends/aiohttp/__init__.py
index <HASH>..<HASH> 100644
--- a/python/src/wslink/backends/aiohttp/__init__.py
+++ b/python/src/wslink/backends/aiohttp/__init__.py
@@ -34,7 +34,11 @@ async def _on_startup(app):
def _schedule_shutdown(app)... | feat(timeout): allow server without shutdown timeout
Allow to pass a value of 0 for timeout to wslink server, to disable the
automatic shutdown. | Kitware_wslink | train |
d54e4bd42fd106325fd112ce5159db433368a225 | diff --git a/lib/authority/controller.rb b/lib/authority/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/authority/controller.rb
+++ b/lib/authority/controller.rb
@@ -96,7 +96,8 @@ module Authority
def authority_resource
return self.class.authority_resource if self.class.authority_resource.is_a?... | Stop checking `respond_to?` on controllers.
We don't want to force controllers to make any
method public that shouldn't be a routable
action. | nathanl_authority | train |
15b32325d8a9f0e6d6ae90b01c0b8bdef68a14d2 | diff --git a/lib/fssm/backends/fsevents.rb b/lib/fssm/backends/fsevents.rb
index <HASH>..<HASH> 100644
--- a/lib/fssm/backends/fsevents.rb
+++ b/lib/fssm/backends/fsevents.rb
@@ -16,11 +16,9 @@ module FSSM::Backends
cb = lambda do |stream, context, number, paths, flags, ids|
paths.regard_as('*')
... | allow the fsevents backend to update subsections of the cache instead of always updating the whole thing | ttilley_fssm | train |
e56ee300d935d6e7951fe6bd5f9c854ce0fbd85b | diff --git a/test/common/transform-test.js b/test/common/transform-test.js
index <HASH>..<HASH> 100644
--- a/test/common/transform-test.js
+++ b/test/common/transform-test.js
@@ -5,7 +5,7 @@ module("streamline generation");
function clean(s) {
if (typeof jQuery === "function" && jQuery.browser.mozilla) return new ... | fixed #<I> - transform unit test fails because of CRLF on windows | Sage_streamlinejs | train |
2d6d07fef234ec0c8f7aa553a8c0dfb7da43a4c8 | diff --git a/src/cart/CartFinisher.php b/src/cart/CartFinisher.php
index <HASH>..<HASH> 100644
--- a/src/cart/CartFinisher.php
+++ b/src/cart/CartFinisher.php
@@ -20,33 +20,32 @@ class CartFinisher extends Object
/**
* Runs the purchase.
- * Normally, the method should call [[finish]]
- * @void
+ ... | CartFinisher::finish() ~> run(), logic improved | hiqdev_hipanel-module-finance | train |
d5f10829303cfb683428e702d2eb67330c2ffd1a | diff --git a/eqcorrscan/core/match_filter.py b/eqcorrscan/core/match_filter.py
index <HASH>..<HASH> 100644
--- a/eqcorrscan/core/match_filter.py
+++ b/eqcorrscan/core/match_filter.py
@@ -1349,8 +1349,7 @@ class Template(object):
self.process_length = process_length
self.prepick = prepick
if e... | Remove unnecessary condition from Template.__init__, minor fix to clustering.dist_mat_km | eqcorrscan_EQcorrscan | train |
cd0c5fcf4d82181440df9ea7406c5efb3e03ee4d | diff --git a/merb-gen/lib/generators/templates/component/model/spec/models/%file_name%_spec.rb b/merb-gen/lib/generators/templates/component/model/spec/models/%file_name%_spec.rb
index <HASH>..<HASH> 100644
--- a/merb-gen/lib/generators/templates/component/model/spec/models/%file_name%_spec.rb
+++ b/merb-gen/lib/genera... | [merb-gen] Fix for generation of namespaced model specs
[#<I> state:resolved] | wycats_merb | train |
b736871e9bee32ecc6a549023deb9469040a7cfc | diff --git a/components/writers/src/main/java/org/datacleaner/extension/output/CreateExcelSpreadsheetAnalyzer.java b/components/writers/src/main/java/org/datacleaner/extension/output/CreateExcelSpreadsheetAnalyzer.java
index <HASH>..<HASH> 100644
--- a/components/writers/src/main/java/org/datacleaner/extension/output/C... | Do not check Excel for existing sheet if overwrite is okay
Performance fix in case user has checked "overwrite sheet if exists" in CreateExcelSpreadsheetAnalyzer.
Fixes #<I> | datacleaner_DataCleaner | train |
7681ba6f6b9bbc5cc28c1cb4e35ab0240408d464 | diff --git a/lib/dry/view/decorator.rb b/lib/dry/view/decorator.rb
index <HASH>..<HASH> 100644
--- a/lib/dry/view/decorator.rb
+++ b/lib/dry/view/decorator.rb
@@ -18,9 +18,9 @@ module Dry
call(singular_name, obj, renderer: renderer, context: context, **singular_options)
}
- klass.new(... | Pass decorator around part attributes as they’re decorated
This allows a custom decorator to be provided to the part at the top of the “tree” and have it used everywhere. | dry-rb_dry-view | train |
9e4282d63ea2d45821ea7738afbfafb5ff4b2918 | diff --git a/Connectors/SqlServerConnector.php b/Connectors/SqlServerConnector.php
index <HASH>..<HASH> 100755
--- a/Connectors/SqlServerConnector.php
+++ b/Connectors/SqlServerConnector.php
@@ -140,6 +140,22 @@ class SqlServerConnector extends Connector implements ConnectorInterface
$arguments['MultiSubne... | Add options to encrypt data with Azure Key Vault (#<I>) | illuminate_database | train |
c6dcaac10c601557295c35b335dd19b3cb3086ad | diff --git a/nodes/config-server/config-server.js b/nodes/config-server/config-server.js
index <HASH>..<HASH> 100644
--- a/nodes/config-server/config-server.js
+++ b/nodes/config-server/config-server.js
@@ -146,16 +146,18 @@ module.exports = function(RED) {
this.RED.nodes.addCredentials(this.id, this.c... | fix: fix breaking change caused by rebranding hassio | zachowj_node-red-contrib-home-assistant-websocket | train |
b744148449b54b2a2e1b5d9600b7b0c938355d81 | diff --git a/index/upside_down/reader.go b/index/upside_down/reader.go
index <HASH>..<HASH> 100644
--- a/index/upside_down/reader.go
+++ b/index/upside_down/reader.go
@@ -66,7 +66,7 @@ func (r *UpsideDownCouchTermFieldReader) Next(preAlloced *index.TermFieldDoc) (*
if r.iterator != nil {
key, val, valid := r.itera... | optimization to actually reuse the TermFrequencyRow | blevesearch_bleve | train |
18ad186f0caaf3d57d6d9ab01ff881ed5dce3d9b | diff --git a/branca/colormap.py b/branca/colormap.py
index <HASH>..<HASH> 100644
--- a/branca/colormap.py
+++ b/branca/colormap.py
@@ -322,7 +322,9 @@ class LinearColormap(ColorMap):
index[i+1] * i/(n-1.)) for
i in range(n)]
- return StepColorma... | Caption not passed when converting to StepColorMap (#<I>) | python-visualization_branca | train |
f081ac32116f81deda21055abaa7b4ae646fbdbd | diff --git a/vendor/plugins/dashboard/rails/init.rb b/vendor/plugins/dashboard/rails/init.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/dashboard/rails/init.rb
+++ b/vendor/plugins/dashboard/rails/init.rb
@@ -1,6 +1,6 @@
Refinery::Plugin.register do |plugin|
- plugin.name = "refinery_dashboard"
plugin.title ... | Final fixes to get up&running again. | refinery_refinerycms | train |
5ddc7bc850e29dc6b7e38c9dbc8ae32ddb7b6db0 | diff --git a/tests/test-timber-post-preview-object.php b/tests/test-timber-post-preview-object.php
index <HASH>..<HASH> 100644
--- a/tests/test-timber-post-preview-object.php
+++ b/tests/test-timber-post-preview-object.php
@@ -2,6 +2,14 @@
class TestTimberPostPreviewObject extends Timber_UnitTestCase {
+ functio... | ref #<I> -- a bit more coverage | timber_timber | train |
24bcf46213da1d638362da1f51e93ae260b85bde | diff --git a/models/points.go b/models/points.go
index <HASH>..<HASH> 100644
--- a/models/points.go
+++ b/models/points.go
@@ -28,6 +28,7 @@ var (
}
ErrPointMustHaveAField = errors.New("point without fields is unsupported")
+ ErrInvalidNumber = errors.New("invalid number")
)
// Point defines the values ... | Update number scanning edge cases
This should fix #<I>, and other issues that result from submitting
malformed numbers with points | influxdata_influxdb | train |
9da82bff4cbf2e56c20b1b5a3effa41696a603ae | diff --git a/latest.go b/latest.go
index <HASH>..<HASH> 100644
--- a/latest.go
+++ b/latest.go
@@ -12,11 +12,16 @@ package latest
import (
"fmt"
+ "os"
"sort"
"github.com/hashicorp/go-version"
)
+// EnvGoLatestDisable is environmental variable to disable go-latest
+// execution.
+const EnvGoLatestDisable ... | Add Disable function and Outdated response | tcnksm_go-latest | train |
ee3d8725189991a439f60a91dfa13a8d94f3960a | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -69,6 +69,7 @@ module.exports = (config = {}) => {
client.pathPrefix = config.pathPrefix || process.env.VAULT_PREFIX || '';
client.token = config.token || process.env.VAULT_TOKEN;
client.noCustomHTTPVe... | feat(vault-namespace): set 'X-Vault-Namespace' when a client has it (#<I>) | kr1sp1n_node-vault | train |
1daac2f5c72c507f74a129bcf356af7b047bd74c | diff --git a/builtin/providers/aws/resource_aws_spot_instance_request.go b/builtin/providers/aws/resource_aws_spot_instance_request.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_spot_instance_request.go
+++ b/builtin/providers/aws/resource_aws_spot_instance_request.go
@@ -266,6 +266,29 @@ func... | provider/aws: Update spot instance request to store new ipv6 (#<I>) | hashicorp_terraform | train |
030cc460b00103426b21dce137baae231755d49f | diff --git a/spec/lib/twingly/url_spec.rb b/spec/lib/twingly/url_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/twingly/url_spec.rb
+++ b/spec/lib/twingly/url_spec.rb
@@ -61,20 +61,6 @@ def valid_urls
"http://:@blog.twingly.com/",
"https://www.foo.ایران.ir/bar",
"https://www.foo.xn--mgba3a4f16a.ir/ba... | With addressable <I>, there are no inconsistency
The URL is valid with both libidn and the pure Ruby solution. | twingly_twingly-url | train |
b3e9d4a662f61c1eda55598d13500dc51bbf5198 | diff --git a/build/tasks/core-cleanup.js b/build/tasks/core-cleanup.js
index <HASH>..<HASH> 100644
--- a/build/tasks/core-cleanup.js
+++ b/build/tasks/core-cleanup.js
@@ -24,7 +24,7 @@ module.exports = function(grunt) {
if (project.script.sourceMaps === true) {
// Create source map directory if needed
- fs.e... | Make sourcemap directory is synchronously created | weepower_wee-core | train |
7239df4df7f73dafd0ffa7da5877f93b7a460f95 | diff --git a/spec/controllers/admin/pages_controller_spec.rb b/spec/controllers/admin/pages_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/admin/pages_controller_spec.rb
+++ b/spec/controllers/admin/pages_controller_spec.rb
@@ -186,9 +186,14 @@ module Alchemy
end
it "does ... | Separate two expectations to two tests
Somehow, the first expectation does not lead to the the xhr request
actually being run, which results in the second expectation failing.
The first one is, I think, a non-test. I included a comment. | AlchemyCMS_alchemy_cms | train |
a651228c156b24ed8af41a0c7050066517e3f5f4 | diff --git a/lib/ignored-paths.js b/lib/ignored-paths.js
index <HASH>..<HASH> 100644
--- a/lib/ignored-paths.js
+++ b/lib/ignored-paths.js
@@ -48,6 +48,10 @@ function loadIgnoreFile(filepath) {
}
}
+ ignorePatterns.forEach(function (pattern) {
+ ignorePatterns.push(pattern + "/**");
+ });
+... | Breaking: Ignore children of all patterns by adding "/**" (Fixes #<I>) | eslint_eslint | train |
d913d5379846c4cf627033350434cdfd0c76ced7 | diff --git a/lib/brcobranca/currency.rb b/lib/brcobranca/currency.rb
index <HASH>..<HASH> 100755
--- a/lib/brcobranca/currency.rb
+++ b/lib/brcobranca/currency.rb
@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
# @author Fernando Vieira do http://simplesideias.com.br
module Brcobranca #:nodoc:[all]
module Currency #:... | fix to run on <I> | kivanio_brcobranca | train |
c4175a04d02aa7df28bb7f20ab360b5f0ebcc41d | diff --git a/addon/search/search.js b/addon/search/search.js
index <HASH>..<HASH> 100644
--- a/addon/search/search.js
+++ b/addon/search/search.js
@@ -71,7 +71,7 @@
return query;
}
var queryDialog =
- 'Search: <input type="text" style="width: 10em"/> <span style="color: #888">(Use /re/ syntax for regexp s... | [search addon] Add classes to styled elements in dialogs
Closes #<I> | codemirror_CodeMirror | train |
14e9d67fce1462cf285caf1aabd0bf58b8fb1ac0 | diff --git a/tdiary/io/base.rb b/tdiary/io/base.rb
index <HASH>..<HASH> 100644
--- a/tdiary/io/base.rb
+++ b/tdiary/io/base.rb
@@ -4,6 +4,7 @@
# base of IO class
#
require 'fileutils'
+require 'tdiary/style' # XXX can't auto loading TDiary::Style subclasses
module TDiary
class BaseIO | required base module of styles, these can't auto loading | tdiary_tdiary-core | train |
49e822bd911e14f194a429fa4f1aebf2ed0593e6 | diff --git a/template/migration.php b/template/migration.php
index <HASH>..<HASH> 100644
--- a/template/migration.php
+++ b/template/migration.php
@@ -5,6 +5,7 @@
* @author Gerry Demaret <gerry@tigron.be>
* @author Christophe Gosiau <christophe@tigron.be>
* @author David Vandemaele <david@tigron.be>
+ * @author L... | Minor cosmetics
Adding myself in the authors.
Initialize $db in the up() function because I'm tired to type it by hand every time I create a migration! | tigron_skeleton-migrate | train |
ae37f63ccc99d16c13f14da7eee86b673bee56ca | diff --git a/src/EventListener/ConfigureMenuContentListener.php b/src/EventListener/ConfigureMenuContentListener.php
index <HASH>..<HASH> 100644
--- a/src/EventListener/ConfigureMenuContentListener.php
+++ b/src/EventListener/ConfigureMenuContentListener.php
@@ -69,10 +69,10 @@ class ConfigureMenuContentListener
... | [ShuweeAdminBundle-5] Add translation domain were missing (to avoid conflicts with messages translations from app) or required (for menu translation); Add translation for logout link | wanjee_ShuweeAdminBundle | train |
4590522b4f2e6ca1d321dfcd5e3b28936719306f | diff --git a/impl-base/src/main/java/org/jboss/arquillian/impl/event/FiredEventException.java b/impl-base/src/main/java/org/jboss/arquillian/impl/event/FiredEventException.java
index <HASH>..<HASH> 100644
--- a/impl-base/src/main/java/org/jboss/arquillian/impl/event/FiredEventException.java
+++ b/impl-base/src/main/jav... | ARQ-<I> ARQ-<I> Fixed Exception chaining, should support Throwable as cause. | arquillian_arquillian-core | train |
bac9231f0fd385244cfd03cc46755e2e0099acd3 | diff --git a/revel/bugsnagrevel.go b/revel/bugsnagrevel.go
index <HASH>..<HASH> 100644
--- a/revel/bugsnagrevel.go
+++ b/revel/bugsnagrevel.go
@@ -44,7 +44,6 @@ func middleware(event *bugsnag.Event, config *bugsnag.Configuration) error {
for _, datum := range event.RawData {
if controller, ok := datum.(*revel.Cont... | [fix] Remove redundant revel rawdata addition | bugsnag_bugsnag-go | train |
ac10e0866103b1535a803e79a848e44a2da24665 | diff --git a/sslyze/plugins/elliptic_curves_plugin.py b/sslyze/plugins/elliptic_curves_plugin.py
index <HASH>..<HASH> 100644
--- a/sslyze/plugins/elliptic_curves_plugin.py
+++ b/sslyze/plugins/elliptic_curves_plugin.py
@@ -178,9 +178,16 @@ def _test_curve(server_info: ServerConnectivityInfo, curve_nid: OpenSslEcNidEnum... | [#<I>] Handle specific errors when server rejected a curve | nabla-c0d3_sslyze | train |
d7deef07023ee5ab79ae5a0a1fd03c063fb6ddaf | diff --git a/src/Kodeine/Metable/Metable.php b/src/Kodeine/Metable/Metable.php
index <HASH>..<HASH> 100644
--- a/src/Kodeine/Metable/Metable.php
+++ b/src/Kodeine/Metable/Metable.php
@@ -290,7 +290,15 @@ trait Metable
// there was no attribute on the model
// retrieve the data from meta relationship
- return... | Moved check for meta accessor from __get() to getAttribute() and removed __get() method | kodeine_laravel-meta | train |
a8958bb91fc03c845eba669a5a944d0359b8579b | diff --git a/AmazonS3ResourceManager.php b/AmazonS3ResourceManager.php
index <HASH>..<HASH> 100644
--- a/AmazonS3ResourceManager.php
+++ b/AmazonS3ResourceManager.php
@@ -44,6 +44,11 @@ class AmazonS3ResourceManager extends Component implements ResourceManagerInterf
private $_client;
/**
+ * @var boolean V4 sign... | AWS SDK singature v4 support is added.
Check out <URL> | 2amigos_yii2-resource-manager-component | train |
db114b877f62ac6c30c1be89a0dac4b2a0dbad1d | diff --git a/tests/test_ext_flask.py b/tests/test_ext_flask.py
index <HASH>..<HASH> 100644
--- a/tests/test_ext_flask.py
+++ b/tests/test_ext_flask.py
@@ -105,3 +105,36 @@ class TestPathHelpers:
spec.add_path(view=get_pet)
assert '/pet/{pet_id}' in spec._paths
+
+ def test_path_includes_app_root(... | Test if the flask extension supports APPLICATION_ROOT config | marshmallow-code_apispec | train |
474ceef3a6989ba3a06a9d758720fd19391c1535 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-form",
- "version": "1.6.5",
+ "version": "1.6.6",
"description": "A higher order component decorator for forms using Redux and React",
"main": "./lib/index.js",
"re... | added test and fixed bug pointed out by @mattiamanzati on #<I>. <I> | erikras_redux-form | train |
425722b6edff61fa71b059bb430158406e3733a9 | diff --git a/analysis.go b/analysis.go
index <HASH>..<HASH> 100644
--- a/analysis.go
+++ b/analysis.go
@@ -80,38 +80,16 @@ func ListPackages(fileRoot, importRoot string) (PackageTree, error) {
if err != nil {
return PackageTree{}, err
}
+
err = filepath.Walk(fileRoot, func(wp string, fi os.FileInfo, err error)... | Promote into readSymlink function | sdboyer_gps | train |
5050d2807d0acf36e0cb972723581930d39a2b8e | diff --git a/Matrix.js b/Matrix.js
index <HASH>..<HASH> 100644
--- a/Matrix.js
+++ b/Matrix.js
@@ -196,7 +196,7 @@ Matrix.prototype.setData = function(data, opt_rows, opt_cols) {
}
// Clean out previous data
- for (i = 0, l = this.length; i < l; i++) {
+ for (i = data.length, l = this.length; i < l; i++) {
... | Optimize the deletion of old values in setData
Deleting all number properties and then recreate the needed
properties is unnecessary work. Only delete the properties that
are no longer needed (if new data is length <I> and the old was 9,
only remove indices 9 to <I>). | koggdal_matrixmath | train |
3fa8cf3c2ea70bb81fb94a36c3f4e0ca664164c4 | diff --git a/bika/lims/exportimport/setupdata/__init__.py b/bika/lims/exportimport/setupdata/__init__.py
index <HASH>..<HASH> 100644
--- a/bika/lims/exportimport/setupdata/__init__.py
+++ b/bika/lims/exportimport/setupdata/__init__.py
@@ -399,7 +399,7 @@ class Lab_Products(WorksheetImporter):
# Iterate through... | SRTemplate should be LabProduct in Lab_Products importer | senaite_senaite.core | train |
425ca48093cf95a5b726b8befcf157aa485f0851 | diff --git a/src/org/parboiled/MatcherContext.java b/src/org/parboiled/MatcherContext.java
index <HASH>..<HASH> 100644
--- a/src/org/parboiled/MatcherContext.java
+++ b/src/org/parboiled/MatcherContext.java
@@ -29,6 +29,7 @@ import org.parboiled.matchers.ProxyMatcher;
import org.parboiled.matchers.TestMatcher;
import... | Fixed performance problem in construction of parse tree nodes with many subnodes | sirthias_parboiled | train |
c3a67e32c90f2ac1f8cf5809975f1eb814c8c27f | diff --git a/src/Services/Production/MailService.php b/src/Services/Production/MailService.php
index <HASH>..<HASH> 100644
--- a/src/Services/Production/MailService.php
+++ b/src/Services/Production/MailService.php
@@ -11,6 +11,10 @@ class MailService extends BaseService implements MailServiceInterface
ret... | :<I>: Stop Sending Email On Testing | laravel-rocket_foundation | train |
0395c4beae59f4f93acf896343f912c0f24b0c7a | diff --git a/tests/spec/fs.appendFile.spec.js b/tests/spec/fs.appendFile.spec.js
index <HASH>..<HASH> 100644
--- a/tests/spec/fs.appendFile.spec.js
+++ b/tests/spec/fs.appendFile.spec.js
@@ -124,6 +124,22 @@ describe('fs.appendFile', function() {
});
});
});
+
+ it('should accept numbers and appends t... | Fix issue-<I>: Added test to append numbers in fs.appendFile function | filerjs_filer | train |
93176e8a133caf728c32720c86aad6917e24f1cf | diff --git a/lib/beetle/redis_configuration_client.rb b/lib/beetle/redis_configuration_client.rb
index <HASH>..<HASH> 100644
--- a/lib/beetle/redis_configuration_client.rb
+++ b/lib/beetle/redis_configuration_client.rb
@@ -68,8 +68,11 @@ module Beetle
host = payload["host"]
port = payload["port"]
l... | the RCC should only write the to the master_file if it has differing content | xing_beetle | train |
72f7564a56486dfdf7ed319da38e8a6ee90bdf6c | diff --git a/ltm.go b/ltm.go
index <HASH>..<HASH> 100644
--- a/ltm.go
+++ b/ltm.go
@@ -344,7 +344,8 @@ func (b *BigIP) PoolMembers(name string) ([]string, error) {
return members, nil
}
-// AddPoolMembers adds a node/member to the given pool.
+// AddPoolMembers adds a node/member to the given pool. <member> must b... | Updated documentation for adding/removing node member format | scottdware_go-bigip | train |
3c4e8d30e5998f14ce18cc03931bdf6056b81299 | diff --git a/lib/rack/unreloader.rb b/lib/rack/unreloader.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/unreloader.rb
+++ b/lib/rack/unreloader.rb
@@ -285,7 +285,7 @@ module Rack
# Call the app with the environment.
def call(env)
if @cooldown && Time.now > @last + @cooldown
- Thread.exclusive{@r... | Fix running on ruby <I> | jeremyevans_rack-unreloader | train |
3a44bfbc38f433c136fe74f4882f3e5ab1722222 | diff --git a/tests/ns_operations.py b/tests/ns_operations.py
index <HASH>..<HASH> 100755
--- a/tests/ns_operations.py
+++ b/tests/ns_operations.py
@@ -63,13 +63,19 @@ class TestReplaceNs(unittest.TestCase):
doc.setRootElement(root)
n = input_doc.getRootElement()
- input_ns = n.ns()
+ t... | - compatibility fixes for older libxml2 (xmlNode.ns() fails there when node does not have namespace) | Jajcus_pyxmpp2 | train |
26d87a1e7baa25d0919ac2263719c18db73a1d04 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -336,7 +336,6 @@ func (s *SuperAgent) End(callback ...func(response Response, body string, errs [
// Set Transport
s.Client.Transport = s.Transport
// Send request
- fmt.Println(req.URL)
resp, err = s.Client.Do(req)
if e... | Removed url print when sending request | parnurzeal_gorequest | train |
957f18b45219ec4b1fc81a0b4a60b4c75d8ee920 | diff --git a/src/Base/PhantomasCaller.php b/src/Base/PhantomasCaller.php
index <HASH>..<HASH> 100644
--- a/src/Base/PhantomasCaller.php
+++ b/src/Base/PhantomasCaller.php
@@ -16,6 +16,7 @@ class PhantomasCaller {
}
public function setDomain($domain) {
+ // @todo make the URL protocol configurable.
if (s... | Add the biggest offender to the page weight check. | drutiny_drutiny | train |
32c3fc64b9f60f63dc5e4e7265d7301a0d617cde | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ except ImportError:
setup(
name='vlfeat-ctypes',
- version='0.1.3',
+ version='0.1.4',
author='Dougal J. Sutherland',
author_email='dougal@gmail.com',
packages=['vlfeat'],
diff --git... | rename RANDOM_SELECTION to just RANDOM | dougalsutherland_vlfeat-ctypes | train |
c06d9cd3e513c47386d5d0223cf538c600840f5f | diff --git a/src/js/components/Table.js b/src/js/components/Table.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Table.js
+++ b/src/js/components/Table.js
@@ -49,11 +49,18 @@ var Table = React.createClass({
while (element.nodeName !== 'TR') {
element = element.parentNode;
}
- if (element && ... | issue #<I>: onSelect function gets row index passed
to be more symmetric with selection property | grommet_grommet | train |
7ce76d128b1c6843756351fcca4eab273c3f53d2 | diff --git a/test/integration/material_providers/test_aws_kms.py b/test/integration/material_providers/test_aws_kms.py
index <HASH>..<HASH> 100644
--- a/test/integration/material_providers/test_aws_kms.py
+++ b/test/integration/material_providers/test_aws_kms.py
@@ -14,6 +14,7 @@
import logging
import itertools
+fr... | fix AWS KMS integ test to correctly use Binary value rather than bytes for Python <I> compatibility | aws_aws-dynamodb-encryption-python | train |
2d696705938bdeaf9b4ea7ddae0bcb11c441db17 | diff --git a/lib/class.LinfoOutput.php b/lib/class.LinfoOutput.php
index <HASH>..<HASH> 100644
--- a/lib/class.LinfoOutput.php
+++ b/lib/class.LinfoOutput.php
@@ -815,6 +815,9 @@ class LinfoOutput {
case 1:
$type = 'Mirror';
break;
+ case 10:
+ $type = 'Mirrored Stripe';
+ break;
c... | Adding Linux MD RAID <I> detection | jrgp_linfo | train |
1c9d0cc16055cbf4d27bd5cf12676450f2e3064b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,12 @@ def nspr_config():
if pipe.wait() != 0:
raise RuntimeError("Failed to get nspr config.")
bits = stdout.split()
- ret = {"include_dirs": [], "library_dirs": [], "libraries": []}
+ ret = ... | I am blind.
Forgot to add a member for extra_compile_args to the nspr config return.
[#6] | davisp_python-spidermonkey | train |
143f582e17fecf7a928d6aa3172a51b29dceef5f | diff --git a/pandas/core/array_algos/putmask.py b/pandas/core/array_algos/putmask.py
index <HASH>..<HASH> 100644
--- a/pandas/core/array_algos/putmask.py
+++ b/pandas/core/array_algos/putmask.py
@@ -4,7 +4,6 @@ EA-compatible analogue to to np.putmask
from __future__ import annotations
from typing import Any
-import... | REF: simplify putmask_smart (#<I>) | pandas-dev_pandas | train |
15b2e8e12a67c70474bf8631df2e98287ef39612 | diff --git a/nbdiff/notebook_diff.py b/nbdiff/notebook_diff.py
index <HASH>..<HASH> 100644
--- a/nbdiff/notebook_diff.py
+++ b/nbdiff/notebook_diff.py
@@ -11,9 +11,7 @@ def notebook_diff(nb1, nb2):
cell_list = list()
for item in diffed_nb:
- state = item['state']
- cell = copy.deepcopy(diff_re... | Some small changes to notebook_diff.py | tarmstrong_nbdiff | train |
c2902f1300b81504941b61e4bff917a93e99358c | diff --git a/lib/Webforge/CMS/Navigation/DoctrineBridge.php b/lib/Webforge/CMS/Navigation/DoctrineBridge.php
index <HASH>..<HASH> 100644
--- a/lib/Webforge/CMS/Navigation/DoctrineBridge.php
+++ b/lib/Webforge/CMS/Navigation/DoctrineBridge.php
@@ -112,12 +112,12 @@ class DoctrineBridge {
/**
* Adds a node and per... | bc break: change bridge to return the node instead of itself on persist | webforge-labs_webforge | train |
d74d4ff2c046f64d5ee0ff380f3a317c32296a6f | diff --git a/addon/search/searchcursor.js b/addon/search/searchcursor.js
index <HASH>..<HASH> 100644
--- a/addon/search/searchcursor.js
+++ b/addon/search/searchcursor.js
@@ -115,8 +115,14 @@
}
}
- function doFold(str) { return str.toLowerCase() }
- function noFold(str) { return str }
+ var doFold, noFold
... | [searchcursor addon] Normalize strings when supported
Issue #<I> | codemirror_CodeMirror | train |
db0c2dc183180e02edf0ca260096ca9ff777f1cb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,6 +3,7 @@ var url = require('url')
;
var beforeEachRegistered = false;
+var afterHookRegistered = false;
module.exports = function(uriString, options) {
options = options || {};
@@ -26,6 +27,14 @@ module.export... | Added a function to close the database in the after hook | elliotf_mocha-mongoose | train |
5bfb6c623c087ec33e443ac5799f600908ca2bcc | diff --git a/localsettings_empty.py b/localsettings_empty.py
index <HASH>..<HASH> 100644
--- a/localsettings_empty.py
+++ b/localsettings_empty.py
@@ -4,3 +4,20 @@ DATABASE_USER = '' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
DATABASE_HOST = '' # Set to em... | Factored out some settings into localsettings_empty.py | davebridges_mousedb | train |
d58c78522adbc7cb951e2f8791be9638e83bb659 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,6 +2,8 @@ var url = require('url')
, client = require('mongodb').MongoClient
;
+var beforeEachRegistered = false;
+
module.exports = function(uriString, options) {
options = options || {};
@@ -16,10 +18,11 @@... | Don't register multiple beforeEach handlers if required more than once | elliotf_mocha-mongoose | train |
e285bd937bdc2c8fe8746096892dda04d1b0a3fc | diff --git a/lib/maximus/git_control.rb b/lib/maximus/git_control.rb
index <HASH>..<HASH> 100644
--- a/lib/maximus/git_control.rb
+++ b/lib/maximus/git_control.rb
@@ -187,9 +187,12 @@ module Maximus
end
end
# @todo better way to silence git, in case there's a real error?
- @g.branch(... | actually checkout master over base_branch | wearefine_maximus | train |
94c49d590b41733c435968f016961f6d963a4e94 | diff --git a/tests/Unit/Suites/Product/ProductDetailViewBlockRendererTest.php b/tests/Unit/Suites/Product/ProductDetailViewBlockRendererTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Suites/Product/ProductDetailViewBlockRendererTest.php
+++ b/tests/Unit/Suites/Product/ProductDetailViewBlockRendererTest.php
@@ -2... | Issue #<I>: Fix typos in test method names | lizards-and-pumpkins_catalog | train |
08f624580e3d500e2c84bf5d9804755194bdc68a | diff --git a/test/unit/webhookr/ostruct_utils_test.rb b/test/unit/webhookr/ostruct_utils_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/webhookr/ostruct_utils_test.rb
+++ b/test/unit/webhookr/ostruct_utils_test.rb
@@ -10,22 +10,22 @@ class OstructUtilsTest < ActiveSupport::TestCase
end
test "should be an O... | Use specific assertions instead of `assert`. | dark-panda_webhookr | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.