hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
53e1ae36a01eaaa3cf7d6f5a75eb2dd6093b8630 | diff --git a/cumulusci/tasks/push/push_api.py b/cumulusci/tasks/push/push_api.py
index <HASH>..<HASH> 100644
--- a/cumulusci/tasks/push/push_api.py
+++ b/cumulusci/tasks/push/push_api.py
@@ -78,9 +78,9 @@ class MetadataPackageVersion(BasePushApiObject):
def get_newer_released_version_objs(self, less_than_version=N... | [CCI] Creating inclusive comparisons for version retrieval | SFDO-Tooling_CumulusCI | train |
a9b206cda3e40b1f464d016f3f2cd952ba9e25e4 | diff --git a/test/solo_cook_test.rb b/test/solo_cook_test.rb
index <HASH>..<HASH> 100644
--- a/test/solo_cook_test.rb
+++ b/test/solo_cook_test.rb
@@ -132,6 +132,7 @@ class SoloCookTest < TestCase
in_kitchen do
FileUtils.touch "Berksfile"
KnifeSolo::Berkshelf.any_instance.stubs(:berkshelf_path).retur... | Add missing stubs for Librarian and Berkshelf tests | matschaffer_knife-solo | train |
edca8ae9db8c1891fccba113952880b68369e28f | diff --git a/.zuul.yml b/.zuul.yml
index <HASH>..<HASH> 100644
--- a/.zuul.yml
+++ b/.zuul.yml
@@ -10,8 +10,6 @@ browsers:
version: 11..latest
- name: microsoftedge
version: 13..latest
- - name: opera
- version: 11..latest
- name: android
version: 4.4..latest
- name: iphone
diff --git a/lib/... | Add a protocol compatibiity test.
Also remove Opera from Zuul browsers, its VMs don't seem to start. | cdapio_ui-schema-parser | train |
dabfe617d50a2b48b16930f89cc3f6969ff2df19 | diff --git a/src/reactorx.js b/src/reactorx.js
index <HASH>..<HASH> 100644
--- a/src/reactorx.js
+++ b/src/reactorx.js
@@ -1,5 +1,6 @@
-import 'babel-polyfill'
-import csp from 'js-csp'
+var regeneratorRuntime = require("regenerator/runtime")
+var csp = require("./js-csp/csp")
+// var csp = require("js-csp")
module.... | - Read the js-csp dependency from the local folder rather than modules. The local folder has an es5 compat version of js-csp (generated on the fly from node_modules with regenerator) | jbrodriguez_reactorx | train |
e75aef933d881765d0ffb914b1d8575b9b61aa60 | diff --git a/lib/mom/class_compiler.rb b/lib/mom/class_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/mom/class_compiler.rb
+++ b/lib/mom/class_compiler.rb
@@ -36,7 +36,7 @@ module Mom
cpu_instructions << cpu if cpu
nekst = nekst.next
end
- Risc::Assembler.new(compiler.method , cpu_inst... | have to pass constants around now
as they are not global anymore | ruby-x_rubyx | train |
e7cc86c7006a015625a6c34c31884307ce3d7208 | diff --git a/src/Storage/StorageManager.php b/src/Storage/StorageManager.php
index <HASH>..<HASH> 100644
--- a/src/Storage/StorageManager.php
+++ b/src/Storage/StorageManager.php
@@ -2,7 +2,7 @@
namespace Burzum\FileStorage\Storage;
/**
- * StorageManager - manages and instantiates gaufrette storage engine instance... | Improving docblocks in Storage/StorageManager.php | burzum_cakephp-file-storage | train |
2e36b03a2fbff4a090f81af5240eea703b06864b | diff --git a/poetry/console/commands/add.py b/poetry/console/commands/add.py
index <HASH>..<HASH> 100644
--- a/poetry/console/commands/add.py
+++ b/poetry/console/commands/add.py
@@ -54,6 +54,9 @@ If you do not specify a version constraint, poetry will choose a suitable one ba
content = self.poetry.file.read()... | Fix adding dependency to missing section
Issue #<I> | sdispater_poetry | train |
7bedf9af699f9aedb81fdb30e737520ef8b976b8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(name='slacker',
- version='0.1.2',
+ version='0.1.3',
packages=['slacker'],
description='Slack API client',
author='Oktay Sancak', | Set version number to <I>. | os_slacker | train |
d74475b92d33e63e7fd7fdb294935cde45afd241 | diff --git a/lib/artifactory/client.rb b/lib/artifactory/client.rb
index <HASH>..<HASH> 100644
--- a/lib/artifactory/client.rb
+++ b/lib/artifactory/client.rb
@@ -258,8 +258,16 @@ module Artifactory
if block_given?
http.request(request) do |response|
- response.read_body do |chunk|
- ... | Follow redirects in client.get
When called with a block, client.get would not follow redirects and
would yield an empty string back to the block. client.get without a
block would properly follow redirects. The same redirection logic
should be used in both places.
Fixes <I> | chef_artifactory-client | train |
b98e55e64eed0154fd037cc18b834d60688f8943 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -21,7 +21,7 @@ async function main() {
"gulp-sourcemaps": {
old: "2.0.0",
new: "2.6.4",
- info: "https://github.com/floridoo/gulp-sourcemaps",
+ info: "https://github.com/gulp-sourcemaps/gulp... | update gulp-sourcemaps url in tests | silverwind_updates | train |
296a3f91444c0c36f3c9c22598ef62e35380c20b | diff --git a/engine/env/spark/src/main/java/org/datacleaner/spark/SparkAnalysisRunner.java b/engine/env/spark/src/main/java/org/datacleaner/spark/SparkAnalysisRunner.java
index <HASH>..<HASH> 100644
--- a/engine/env/spark/src/main/java/org/datacleaner/spark/SparkAnalysisRunner.java
+++ b/engine/env/spark/src/main/java/... | Taking all the components into account when checking job
distributability. | datacleaner_DataCleaner | train |
1676b772fa46ac6f2b657cb540552bbea9360087 | diff --git a/experiments/basic/word_pos_rnn.py b/experiments/basic/word_pos_rnn.py
index <HASH>..<HASH> 100644
--- a/experiments/basic/word_pos_rnn.py
+++ b/experiments/basic/word_pos_rnn.py
@@ -8,7 +8,7 @@ logging.basicConfig(level=logging.INFO)
from deepy.dataset import SequenceDataset, MiniBatches
from deepy.netwo... | Deep rnn for word pos | zomux_deepy | train |
f1afa33a40526f3e2a0851677bd4360c7ac19f5f | diff --git a/sendgrid/sendgrid.go b/sendgrid/sendgrid.go
index <HASH>..<HASH> 100644
--- a/sendgrid/sendgrid.go
+++ b/sendgrid/sendgrid.go
@@ -30,9 +30,21 @@ func NewSendGridClient(apiUser, apiPwd string) SGClient {
return SGClient{apiUser, apiPwd, apiUrl, smptUrl, smtpPort, auth}
}
-func (sg *SGClient) Send(m Mai... | Added better error reporting for Send method | sendgrid_sendgrid-go | train |
eabb7c17ed9b3dda38e7e0c15299c745ae4db7a9 | diff --git a/src/react-inline-auto-prefixer.js b/src/react-inline-auto-prefixer.js
index <HASH>..<HASH> 100644
--- a/src/react-inline-auto-prefixer.js
+++ b/src/react-inline-auto-prefixer.js
@@ -84,6 +84,8 @@ let clientPrefix = (function vendorPrefix(){
else if (includes(sUsrAg, 'Opera')) { return webkitO; }
else... | Return no client prefixes when useragent does not match
When the useragent does not include one of the expected strings, a value should still be returned from the `vendorPrefix()` function so that later, when calling `includes`, an error is not thrown. | yonatanmn_react-inline-auto-prefixer | train |
18e40da0e7e086a73c2441410bfb67e1b594e732 | diff --git a/code/product/Product.php b/code/product/Product.php
index <HASH>..<HASH> 100644
--- a/code/product/Product.php
+++ b/code/product/Product.php
@@ -341,7 +341,7 @@ class Product extends Page implements Buyable {
$min = self::config()->min_opengraph_img_size;
$image = $min && $image->getWidth() < $min... | FIX: make open graph image url absolute | silvershop_silvershop-core | train |
c4e96207cb1f99f1375825ce46c9089199feb159 | diff --git a/tests/integration/modules/cmdmod.py b/tests/integration/modules/cmdmod.py
index <HASH>..<HASH> 100644
--- a/tests/integration/modules/cmdmod.py
+++ b/tests/integration/modules/cmdmod.py
@@ -161,6 +161,7 @@ sys.stdout.write('cheese')
result = self.run_function('cmd.run_stdout', [cmd]).strip()
... | `runas` needs root permissions. | saltstack_salt | train |
d3cb084eeab751d07159237900148d923c4f1e36 | diff --git a/Classes/Domain/Repository/SitemapRepository.php b/Classes/Domain/Repository/SitemapRepository.php
index <HASH>..<HASH> 100644
--- a/Classes/Domain/Repository/SitemapRepository.php
+++ b/Classes/Domain/Repository/SitemapRepository.php
@@ -204,6 +204,13 @@ class SitemapRepository
*/
private functi... | [BUGFIX] Check existing TCA for configured tables | beardcoder_sitemap_generator | train |
a1b1ff8481bad26f8e2781d2ee1717f7008f9be3 | diff --git a/src/main/java/water/ValueArray.java b/src/main/java/water/ValueArray.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/ValueArray.java
+++ b/src/main/java/water/ValueArray.java
@@ -4,6 +4,7 @@ import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Hash... | Move the unzip DKV-put tasks to a higher priority queue, over *generation*
of DKV-put tasks. The DKV puts then clear out quicker, unblocking the final
write of unzipped files sooner. | h2oai_h2o-2 | train |
09512df84e558c00ce425beeacf9a7f1021d75a1 | diff --git a/src/organizations/views/base.py b/src/organizations/views/base.py
index <HASH>..<HASH> 100644
--- a/src/organizations/views/base.py
+++ b/src/organizations/views/base.py
@@ -26,7 +26,7 @@
from django.contrib.sites.shortcuts import get_current_site
from django.core.exceptions import ImproperlyConfigured... | Test user reminder view with fix to error return | bennylope_django-organizations | train |
d61bf02f18dc032d8d50b9873641a5ce010c0061 | diff --git a/admin/lang.php b/admin/lang.php
index <HASH>..<HASH> 100644
--- a/admin/lang.php
+++ b/admin/lang.php
@@ -177,9 +177,8 @@
echo "<TABLE WIDTH=\"100%\" CELLPADDING=2 CELLSPACING=3 BORDER=0>";
foreach ($enstring as $key => $envalue) {
$envalue = nl2br(htmlspecialchar... | Works now also with $a->something | moodle_moodle | train |
011c3253f7172d4de7d6754a8e96c1bcf7fdd239 | diff --git a/client/client.go b/client/client.go
index <HASH>..<HASH> 100644
--- a/client/client.go
+++ b/client/client.go
@@ -48,6 +48,7 @@ type Client struct {
jobhandlers map[string]JobHandler
+ isConn bool
conn net.Conn
addr string
mutex sync.RWMutex
@@ -73,6 +74,7 @@ func New(addr string... | issue 'use of closed network connection' of client fixed | mikespook_gearman-go | train |
190c1dbaa8d9cb1eceac0bcf508b2b4bcf13d738 | diff --git a/lib/mongoid/persistence/operations.rb b/lib/mongoid/persistence/operations.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/persistence/operations.rb
+++ b/lib/mongoid/persistence/operations.rb
@@ -20,6 +20,14 @@ module Mongoid #:nodoc:
@collection ||= document._root.collection
end
+ ... | Forgot the rdoc and operations spec for deletes | mongodb_mongoid | train |
8261d3d9a63f0972453f6503b62299a96ecee657 | diff --git a/pkg/registry/cachesize/cachesize.go b/pkg/registry/cachesize/cachesize.go
index <HASH>..<HASH> 100644
--- a/pkg/registry/cachesize/cachesize.go
+++ b/pkg/registry/cachesize/cachesize.go
@@ -39,6 +39,7 @@ func NewHeuristicWatchCacheSizes(expectedRAMCapacityMB int) map[schema.GroupReso
watchCacheSizes[sche... | use cache size to signal undecorated storage | kubernetes_kubernetes | train |
78e0267df55acf8f7a57a287000d7387264225bc | diff --git a/projects/copper-coreengine/src/main/java/de/scoopgmbh/copper/audit/BatchInsertIntoAutoTrail.java b/projects/copper-coreengine/src/main/java/de/scoopgmbh/copper/audit/BatchInsertIntoAutoTrail.java
index <HASH>..<HASH> 100644
--- a/projects/copper-coreengine/src/main/java/de/scoopgmbh/copper/audit/BatchInser... | Allow custom seqnr for audit trail events | copper-engine_copper-engine | train |
51af1d2eadcad89e8c2906c05549352ef69ab016 | diff --git a/tpl/os/os.go b/tpl/os/os.go
index <HASH>..<HASH> 100644
--- a/tpl/os/os.go
+++ b/tpl/os/os.go
@@ -123,7 +123,7 @@ func (ns *Namespace) FileExists(i interface{}) (bool, error) {
return false, errors.New("fileExists needs a path to a file")
}
- status, err := afero.Exists(ns.deps.Fs.WorkingDir, path)
... | tpl/os: Make fileExist use the same filesystem as readFile
Fixes #<I> | gohugoio_hugo | train |
d1f31128715bf1f4ed23cb6e49737d92bb0d9c07 | diff --git a/tapioca/tapioca.py b/tapioca/tapioca.py
index <HASH>..<HASH> 100755
--- a/tapioca/tapioca.py
+++ b/tapioca/tapioca.py
@@ -24,10 +24,11 @@ class TapiocaInstantiator(object):
class TapiocaClient(object):
- def __init__(self, api, data=None, request_kwargs=None, api_params={},
- resource=No... | Save the response in TapiocaClient
Addresses issues #6 and #7 | vintasoftware_tapioca-wrapper | train |
e08acb01dcb0f773fe563e5b4849af2c1d24d782 | diff --git a/Swat/SwatNoteBook.php b/Swat/SwatNoteBook.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatNoteBook.php
+++ b/Swat/SwatNoteBook.php
@@ -189,8 +189,10 @@ class SwatNoteBook extends SwatWidget implements SwatUIParent
$div_tag->open();
echo'<ul class="yui-nav">';
- foreach ($this->pages as $page)
- {
... | Patch from Brad Griffith to check if notebook page is visible before displaying its tab.
svn commit r<I> | silverorange_swat | train |
f61750a3ca2455e1a4a520b3f416b8ae224d2920 | diff --git a/python/weka/classifiers.py b/python/weka/classifiers.py
index <HASH>..<HASH> 100644
--- a/python/weka/classifiers.py
+++ b/python/weka/classifiers.py
@@ -12,7 +12,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# classifiers.py
-# Copyright (C) 2014-2018 Fracpete (pythonwek... | added to_source method for generating Java source code | fracpete_python-weka-wrapper3 | train |
76ee6bb261cf55d03c952a15b4be2bb91d6a6ad7 | diff --git a/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb b/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
index <HASH>..<HASH> 100644
--- a/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
+++ b/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
@@ -56,7 +56,7 @@ module ... | Replace usage of colored's underline with colored2's underlined
This fixes <URL> | fastlane_fastlane | train |
e7399a5ceac536d659f4cbdf60125cf9174d9255 | diff --git a/lib/offsite_payments/integrations/payu_in.rb b/lib/offsite_payments/integrations/payu_in.rb
index <HASH>..<HASH> 100755
--- a/lib/offsite_payments/integrations/payu_in.rb
+++ b/lib/offsite_payments/integrations/payu_in.rb
@@ -117,7 +117,8 @@ module OffsitePayments #:nodoc:
# Order amount should ... | Account for original_discount = nil
nil#to_d doesn't exist, so we need to account for that if the discount param is nil | activemerchant_offsite_payments | train |
28ea5182578b36b6dcb1df131c5d7258577c6736 | diff --git a/select2.js b/select2.js
index <HASH>..<HASH> 100644
--- a/select2.js
+++ b/select2.js
@@ -1739,7 +1739,7 @@ the specific language governing permissions and limitations under the Apache Lic
attrs = style.split(';');
for (i = 0, l = attrs.length; i < l; i = i... | width: copy option needs to ignore min-width and max-width. fixes #<I> | select2_select2 | train |
ee66dd22cd69eabcd174f6750ea40769b8e75567 | diff --git a/lib/pinter/subscription.rb b/lib/pinter/subscription.rb
index <HASH>..<HASH> 100644
--- a/lib/pinter/subscription.rb
+++ b/lib/pinter/subscription.rb
@@ -2,19 +2,16 @@ module Pinter
class Subscription
include HTTParty
- base_uri = "http://www.pintpay.com/api/1"
- default_params :output => 'json'
+... | subscription class returns hash of values from the json response | nathanborgo_pinter | train |
237e779f6b2cf2f53c24511a76b29e015a33ca34 | diff --git a/examples/dots.py b/examples/dots.py
index <HASH>..<HASH> 100644
--- a/examples/dots.py
+++ b/examples/dots.py
@@ -34,13 +34,12 @@ class NuimoListener(ControllerListener):
def main(mac_address):
- controller = Controller(adapter_name="hci0", mac_address=mac_address)
+ manager = ControllerManager(... | Fix dots.py
aligned to the latest nuimo library version | getsenic_nuimo-linux-python | train |
6d3c38db07c9a019a67f96c5376d3f7a8b595047 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,6 @@ setup(
'Topic :: System :: Distributed Computing',
'Topic :: System :: Software Distribution',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.... | Removes Python <I> from list of supported versions in setup.py | vertexproject_synapse | train |
be5b142a4db97a96cc4132d472526357dc455121 | diff --git a/src/main/java/org/jboss/aesh/console/Console.java b/src/main/java/org/jboss/aesh/console/Console.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/aesh/console/Console.java
+++ b/src/main/java/org/jboss/aesh/console/Console.java
@@ -152,6 +152,7 @@ public class Console {
public Th... | [AESH-<I>]
remove usage of InputStream.available() and use .read() instead, reader thread is now set to deamon. | aeshell_aesh | train |
fc3087fab3017172437c1d29530f9dd5795159d2 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -286,26 +286,29 @@ func (c *client) handlePacket(remoteAddr net.Addr, packet []byte) {
return
}
- // ignore delayed / duplicated version negotiation packets
- if (c.receivedVersionNegotiationPacket || c.versionNegot... | handle IETF draft style Version Negotiation Packets | lucas-clemente_quic-go | train |
819e5a70c3454bc5ee9febd8c4b8b0c9ba2cd721 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -724,7 +724,7 @@ function load_user_capability($capability='', $context ='', $userid='') {
if (!empty($otheruserid)) { // we are pulling out other user's capabilities, do not write ... | merged fix for MDL-<I> - prohibts at site level not working | moodle_moodle | train |
314bc354bd762c3991dde0ce42c68984b80b62b8 | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,7 +1,8 @@
Smithy::Engine.routes.prepend do
- get '/login' => 'user_sessions#new', :as => :login
- resource :user_sessions, :only => [:new, :create, :destroy]
- scope "/smithy" do
+ scope... | routes are working now that Smithy reloads them | sterrym_smithycms-auth | train |
a921e1a8d7f3655e0f845f37e4ac58a50e34e7a5 | diff --git a/example_test.go b/example_test.go
index <HASH>..<HASH> 100644
--- a/example_test.go
+++ b/example_test.go
@@ -14,10 +14,10 @@ func ExampleRouter_HandleFunc() {
// Create a new Router object
r := router.New()
// Use HandleFunc to add routes.
- r.HandleFunc("/greet/{name}", func(params map[string]strin... | Use a Context object as an argument to Handlers instead of map[string]string.
Context also caontains the path and a boolean value representing whether or not
the route was triggered during initialization. In addition, the appropriate route
is triggered on initialization for the pushState implementation, wheras previou... | go-humble_router | train |
f9fcfeb8c04c6494905d90ba9da00b44c82c0dbc | diff --git a/mimesis/helpers.py b/mimesis/helpers.py
index <HASH>..<HASH> 100644
--- a/mimesis/helpers.py
+++ b/mimesis/helpers.py
@@ -1,7 +1,7 @@
import os
import random
-from typing import List, Any
+from typing import List, Any, Union
class Random(random.Random):
@@ -33,3 +33,14 @@ class Random(random.Rando... | Added schoice() method for Random() | lk-geimfari_mimesis | train |
714b1d736312bc476d2d4335eaf4443d5028a52a | diff --git a/lib/OpenLayers/Format/SLD.js b/lib/OpenLayers/Format/SLD.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Format/SLD.js
+++ b/lib/OpenLayers/Format/SLD.js
@@ -9,7 +9,6 @@
* @requires OpenLayers/Filter/FeatureId.js
* @requires OpenLayers/Filter/Logical.js
* @requires OpenLayers/Filter/Comparison.js... | Unrequire that which does not exist.
git-svn-id: <URL> | openlayers_openlayers | train |
d77c4ec401dae73ae2625bc154a46054219920a3 | diff --git a/Http/Client/Curl.php b/Http/Client/Curl.php
index <HASH>..<HASH> 100644
--- a/Http/Client/Curl.php
+++ b/Http/Client/Curl.php
@@ -26,17 +26,46 @@ use Orient\Contract\Http\Client as HttpClient;
class Curl implements HttpClient
{
protected $client;
- protected $credential;
+ protected $reuseHand... | Reuse the underlying cURL handle by default.
Aside from a slightly lower overhead on the PHP side, reusing the same
handle enables cURL to reuse a connection to perform different HTTP
requests against the same web server (which is definitely our case). | doctrine_orientdb-odm | train |
76ae664fa8c8a826c61cb3141cf63caf17615279 | diff --git a/src/reactor.js b/src/reactor.js
index <HASH>..<HASH> 100644
--- a/src/reactor.js
+++ b/src/reactor.js
@@ -247,11 +247,16 @@ class Reactor {
// let each core handle the message
this.__stores.forEach((store, id) => {
- var currState = state.get(id)
- var newState = store.handle(... | Action handlers error handling
console.group is now closing correctly if the error was thrown from the Action handler | optimizely_nuclear-js | train |
5b5f70bc76050cfb3ca2b4761e3cc91e388d3ced | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRuleHandler.java b/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRuleHandler.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRuleHandler.java
+++ b/l... | no need anymore to set 'id' and 'name' attributes in online rule editor (expert mode) | languagetool-org_languagetool | train |
ae429c6854e3c0ef637577db7c91e00c224c2899 | diff --git a/src/Auditable.php b/src/Auditable.php
index <HASH>..<HASH> 100644
--- a/src/Auditable.php
+++ b/src/Auditable.php
@@ -1,6 +1,6 @@
<?php
-namespace OwenIt\Auditing\Traits;
+namespace OwenIt\Auditing;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Auth;
@@ -8,7 +8,7 @@ use Illumina... | fix(Auditable): wrong namespace + return true when event is auditable | owen-it_laravel-auditing | train |
8741b9372374f5a36867a7f327452961ee830d75 | diff --git a/lnwallet/reservation.go b/lnwallet/reservation.go
index <HASH>..<HASH> 100644
--- a/lnwallet/reservation.go
+++ b/lnwallet/reservation.go
@@ -213,6 +213,16 @@ func NewChannelReservation(capacity, localFundingAmt btcutil.Amount,
)
}
+ // Similarly we ensure their balance is reasonable if we are not t... | lnwallet/reservation: add non-initiator balance check
If we are the initiator, we check that our starting balance after
subtracting fees are not less than two times the default dust limit.
This commit adds a similar check for the non-initiator case, checking
that the remote party has a starting balance of reasonable ... | lightningnetwork_lnd | train |
83b185845eef92d49847e6ac8103f35e0622fba7 | diff --git a/zuul-core/src/main/java/com/netflix/zuul/constants/ZuulConstants.java b/zuul-core/src/main/java/com/netflix/zuul/constants/ZuulConstants.java
index <HASH>..<HASH> 100644
--- a/zuul-core/src/main/java/com/netflix/zuul/constants/ZuulConstants.java
+++ b/zuul-core/src/main/java/com/netflix/zuul/constants/Zuul... | Prevent instantiation of constant utility class for Zuul property constants
(cherry picked from commit 5c<I>) | Netflix_zuul | train |
fe8bfac3af36a2d0362f961df8a47d7c272c2a7a | diff --git a/calmap/__init__.py b/calmap/__init__.py
index <HASH>..<HASH> 100644
--- a/calmap/__init__.py
+++ b/calmap/__init__.py
@@ -225,7 +225,7 @@ def yearplot(data, year=None, how='sum', vmin=None, vmax=None, cmap='Reds',
return ax
-def calendarplot(data, how='sum', yearlabels=True, yearlabel_kws=None,
+d... | Add yearascending option to calendarplot function
This enables us to sort the calendar in either ascending or descending
order. | martijnvermaat_calmap | train |
12da9148bf06730bd2460dc38a9600e01386b326 | diff --git a/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/client/provider/auth/DefaultClientAuthenticationHandler.java b/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/client/provider/auth/DefaultClientAuthenticationHandler.java
index <HASH>..<HASH> 100644
--- a/spr... | SECOAUTH-<I>: client credentials form handling fix | spring-projects_spring-security-oauth | train |
45eafe91672ba3e5f172609667767fd271c92b48 | diff --git a/spec/octokit/client/reviews_spec.rb b/spec/octokit/client/reviews_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/octokit/client/reviews_spec.rb
+++ b/spec/octokit/client/reviews_spec.rb
@@ -105,20 +105,6 @@ describe Octokit::Client::Reviews do
collaborator_client.accept_repository_invitation(inv... | Reorder tests for review requests
Order them as: list, create, delete.
This matches the order of the docs. | octokit_octokit.rb | train |
2ed5d332ecabf0d346b38af69ac692d4251e2df7 | diff --git a/packages/container/lib/main.js b/packages/container/lib/main.js
index <HASH>..<HASH> 100644
--- a/packages/container/lib/main.js
+++ b/packages/container/lib/main.js
@@ -1,5 +1,8 @@
/**
-@module container
+@private
+Public api for the container is still in flux.
+The public api, specified on the applicati... | As the container api is currently for internal use, and YUI doesn't
seem to allow marking an entire class or module as private. Simply hide
it for now. This will hopefully prevent some confusion, but power-users
can still read the documention. | emberjs_ember.js | train |
11cf8bafc80c017922f215b9d928ad8257ab13e6 | diff --git a/osmdt/extract.py b/osmdt/extract.py
index <HASH>..<HASH> 100644
--- a/osmdt/extract.py
+++ b/osmdt/extract.py
@@ -52,6 +52,7 @@ def extract_changesets(objects):
first = collation[axis]
+ first["id"] = axis
first["username"] = item["username"]
first["uid"] = item["uid"]... | Add id keys to extractions | ethan-nelson_osm_diff_tool | train |
06ecdb5cdf348aec6113d0ec96e32d534f80af03 | diff --git a/fedmsg/tests/test_meta.py b/fedmsg/tests/test_meta.py
index <HASH>..<HASH> 100644
--- a/fedmsg/tests/test_meta.py
+++ b/fedmsg/tests/test_meta.py
@@ -91,6 +91,7 @@ class TestForWarning(unittest.TestCase):
original = fedmsg.meta.log.warn
try:
fedmsg.meta.log.warn = mocked_warn... | Fix a couple tests which try to reinitialize the processors with mocked config. | fedora-infra_fedmsg | train |
46ae7abf16e803f8eae134b1045f724a38e5f968 | diff --git a/selenium_test/steps/saving.py b/selenium_test/steps/saving.py
index <HASH>..<HASH> 100644
--- a/selenium_test/steps/saving.py
+++ b/selenium_test/steps/saving.py
@@ -18,11 +18,15 @@ def step_impl(context):
last_obj_re = re.compile('.*}{')
+# This regular expression is obviously not meant to be general... | Modified the saving test to work on IE. | mangalam-research_wed | train |
76bbab416aecd28a601b844f7143e149e4b5594f | diff --git a/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java b/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java
+++ b/core/src/main/java/org/infinispan/jmx/CacheManagerJm... | ISPN-<I> Fix NPE at CM restart with enabled JMX | infinispan_infinispan | train |
100a9acc64dbf86760b2c55196a9bdb608ed00c0 | diff --git a/core/src/main/java/feign/ReflectiveFeign.java b/core/src/main/java/feign/ReflectiveFeign.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/feign/ReflectiveFeign.java
+++ b/core/src/main/java/feign/ReflectiveFeign.java
@@ -202,7 +202,7 @@ public class ReflectiveFeign extends Feign {
Object ... | Add support for expansion of @Param lists (#<I>)
* Add support for expansion of @Param lists
The existing support for expanders in method parameters is
limited to converting a single value. The change applies the
expander individually to each item in a collection or array,
thus making it useful for multi-valued ... | OpenFeign_feign | train |
30b122fa140d9966d110bf70428a7b73ee008507 | diff --git a/code/libraries/koowa/components/com_activities/activities/translators/parameters/renderers/abstract.php b/code/libraries/koowa/components/com_activities/activities/translators/parameters/renderers/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/components/com_activities/activities/trans... | Rename service_identifier properties to object_identifier | joomlatools_joomlatools-framework-activities | train |
0ea923c85532ed6ff25c582f7281b958c2f0daa4 | diff --git a/src/HTMLParser.php b/src/HTMLParser.php
index <HASH>..<HASH> 100644
--- a/src/HTMLParser.php
+++ b/src/HTMLParser.php
@@ -128,6 +128,9 @@ class HTMLParser
$this->removeScripts();
+ // In case we need the original HTML to create a fake top candidate
+ $this->backupdom = clone $thi... | Moved the position of the backupnode creation since we need it without the script tags. | andreskrey_readability.php | train |
8497de9413bb2982c612ea19e7d462adf03b0a78 | diff --git a/sitemap/sitemap.py b/sitemap/sitemap.py
index <HASH>..<HASH> 100644
--- a/sitemap/sitemap.py
+++ b/sitemap/sitemap.py
@@ -128,7 +128,7 @@ class SitemapGenerator(object):
if getattr(page, 'status', 'published') != 'published':
return
- page_path = os.path.join(self.output_path... | Fix Sitemap generation for non-file urls.
Fixes getpelican/pelican-plugins#<I>. | getpelican_pelican-plugins | train |
f99fdac369402ecab64272409cb426cd55fe44d1 | diff --git a/modules/adhashBidAdapter.js b/modules/adhashBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/adhashBidAdapter.js
+++ b/modules/adhashBidAdapter.js
@@ -6,7 +6,7 @@ const VERSION = '1.0';
export const spec = {
code: 'adhash',
- url: 'https://bidder.adhash.org/rtb?version=' + VERSION + '&prebid=... | AdHash Bidder Adapter: minor changes (#<I>)
We're operating on a com TLD now.
Added publisher in URL for easier routing. | prebid_Prebid.js | train |
f8827f83cbbe316e0399b76f2e42f6411e532729 | diff --git a/lib/puppet/concurrent/thread_local_singleton.rb b/lib/puppet/concurrent/thread_local_singleton.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/concurrent/thread_local_singleton.rb
+++ b/lib/puppet/concurrent/thread_local_singleton.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Puppet
module C... | (PUP-<I>) Add `frozen_string_literal` to lower memory consumption
After these changes, memory consumption of puppet/lib drops from
`<I>` to `<I>`. | puppetlabs_puppet | train |
a8603c801173caffaf078235d828b659eadd7dfe | diff --git a/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js b/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
+++ b/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
@@ -62,7 ... | [INTERNAL][FIX] sap.ui.unified.Month: Root's aria-readonly removed
Removed aria-readonly from the root element as it wasn't found
anywhere in the spec and it only caused confusing "Read only"
announcements for the items inside
Change-Id: I9e<I>a2fdbd4f9d<I>dd<I>e4b<I>d9aab<I> | SAP_openui5 | train |
eac52bd82715b3f570d3dfb2c2a59ec9ac054ffa | diff --git a/dramatiq/broker.py b/dramatiq/broker.py
index <HASH>..<HASH> 100644
--- a/dramatiq/broker.py
+++ b/dramatiq/broker.py
@@ -90,14 +90,14 @@ class Broker:
except MiddlewareError:
raise
except Exception:
- self.logger.critical("Unexpected failure in bef... | Log middleware type when callback execution fails. | Bogdanp_dramatiq | train |
5fa1809c2ea751721a99c77373434f6115f5296e | diff --git a/tests/Database/Ddd/Relation/HasManyTest.php b/tests/Database/Ddd/Relation/HasManyTest.php
index <HASH>..<HASH> 100644
--- a/tests/Database/Ddd/Relation/HasManyTest.php
+++ b/tests/Database/Ddd/Relation/HasManyTest.php
@@ -402,7 +402,6 @@ class HasManyTest extends TestCase
foreach ($posts as $k =... | style(tests): code poem | hunzhiwange_framework | train |
26a810220acbca57200a805132c5f32108a7fc9c | diff --git a/test/test_consumer_integration.py b/test/test_consumer_integration.py
index <HASH>..<HASH> 100644
--- a/test/test_consumer_integration.py
+++ b/test/test_consumer_integration.py
@@ -588,20 +588,17 @@ class TestConsumerIntegration(KafkaIntegrationTestCase):
# Start a consumer
consumer = se... | Do not test fetched_size with fetch_max_bytes since <I> brokers will return more data than <I> | dpkp_kafka-python | train |
9b6214411d4c6bffc18c7a2fd351e545b464c3a4 | diff --git a/src/engine/keyManager.js b/src/engine/keyManager.js
index <HASH>..<HASH> 100644
--- a/src/engine/keyManager.js
+++ b/src/engine/keyManager.js
@@ -13,6 +13,7 @@ const GAP_LIMIT = 10
const UNUSED = 0
const LEASED = 1
const USED = 2
+const RBF_SEQUENCE_NUM = 0xffffffff - 2
const nop = () => {}
export t... | added the option to mark a tx's rpf flag (can't use it yet) | EdgeApp_edge-currency-bitcoin | train |
a1464ab352f82aa034406e1d71124e05379f3217 | diff --git a/metrics-healthchecks/src/main/java/com/codahale/metrics/health/HealthCheckRegistry.java b/metrics-healthchecks/src/main/java/com/codahale/metrics/health/HealthCheckRegistry.java
index <HASH>..<HASH> 100644
--- a/metrics-healthchecks/src/main/java/com/codahale/metrics/health/HealthCheckRegistry.java
+++ b/m... | Throw on existing healt check name, fixes #<I> (#<I>)
* Throw an exception when registering a health check under an already existing name. This fixes #<I>.
* Simplified by throwing immediately as requested by @arteam. | dropwizard_metrics | train |
3d7d1da5ab0cb10e3e664e80e205beaa5f577dc7 | diff --git a/lib/mincer/processors/directive_processor.js b/lib/mincer/processors/directive_processor.js
index <HASH>..<HASH> 100644
--- a/lib/mincer/processors/directive_processor.js
+++ b/lib/mincer/processors/directive_processor.js
@@ -292,10 +292,16 @@ DirectiveProcessor.prototype.prepare = function () {
// Run ... | Remove Template#prepare()
The way we implemented and using Template, `prepare()` is useless. Any logic
that fits _preparation_ can go exactly into `evaluate()`. | nodeca_mincer | train |
22f27c581d5f3aa5448d5ee25b7cb36ad280f4b3 | diff --git a/gbdxtools/ordering.py b/gbdxtools/ordering.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/ordering.py
+++ b/gbdxtools/ordering.py
@@ -1,10 +1,10 @@
-"""
+'''
Authors: Kostas Stamatiou, Donnie Marino
Contact: kostas.stamatiou@digitalglobe.com
Abstraction for the GBDX Ordering interface.
-"""
+'''
... | Changed tripple double-quoutes to tripple single-quotes as per Kostas Barbarian request. | DigitalGlobe_gbdxtools | train |
11ea9a3c37dbf5c03e9dab482c78721b840a648e | diff --git a/src/Drupal/Driver/DrushDriver.php b/src/Drupal/Driver/DrushDriver.php
index <HASH>..<HASH> 100644
--- a/src/Drupal/Driver/DrushDriver.php
+++ b/src/Drupal/Driver/DrushDriver.php
@@ -134,7 +134,7 @@ class DrushDriver implements DriverInterface {
public function drush($command, array $arguments = array(),... | Follow-up to issue #<I> by Amitaibu: Fixed WSOD. | jhedstrom_DrupalDriver | train |
84776778e112a62e18efbeb0ce454b87e0216b9a | diff --git a/java/client/test/org/openqa/selenium/firefox/FirefoxProfileTest.java b/java/client/test/org/openqa/selenium/firefox/FirefoxProfileTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/firefox/FirefoxProfileTest.java
+++ b/java/client/test/org/openqa/selenium/firefox/FirefoxProfil... | JasonLeyba: Adding a few tests around toJson/fromJson to FirefoxProfileTest.
r<I> | SeleniumHQ_selenium | train |
8afb7ab962df44598f3e994881a1dc6df94a7e03 | diff --git a/medoo.php b/medoo.php
index <HASH>..<HASH> 100644
--- a/medoo.php
+++ b/medoo.php
@@ -395,7 +395,7 @@ class medoo
public function insert($table, $data)
{
- $keys = implode(', ', array_keys($data));
+ $keys = implode("', '", array_keys($data));
$values = array();
foreach ($data as $key => ... | [develop] Fix #<I> MySQL keywords that are not in quotes | catfan_Medoo | train |
bf66411f77c59a8d3dd5d9c9cbe02131df7dd6fd | diff --git a/stanza/__init__.py b/stanza/__init__.py
index <HASH>..<HASH> 100644
--- a/stanza/__init__.py
+++ b/stanza/__init__.py
@@ -3,25 +3,23 @@ from stanza.models.common.doc import Document
from stanza.utils.resources import download
from stanza._version import __version__, __resources_version__
-import loggin... | Only set global config for the logger if there isn't a config already set | stanfordnlp_stanza | train |
3efe535dada12876e08b45f9e28285a204e73e81 | diff --git a/src/Symfony/Component/Console/Helper/Table.php b/src/Symfony/Component/Console/Helper/Table.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Console/Helper/Table.php
+++ b/src/Symfony/Component/Console/Helper/Table.php
@@ -555,11 +555,9 @@ class Table
}
/**
- * Gets column width.... | [<I>][Console] Table: fix some PhpDoc | symfony_symfony | train |
a716e637d83619fe62bc2c5551b6b4143827cfe9 | diff --git a/pyinfra_cli/main.py b/pyinfra_cli/main.py
index <HASH>..<HASH> 100644
--- a/pyinfra_cli/main.py
+++ b/pyinfra_cli/main.py
@@ -397,7 +397,7 @@ def _main(
# Connect to all the servers
print('--> Connecting to hosts...')
- with progress_spinner(state.inventory) as progress:
+ with progress_s... | Fix the progress spinner when connecting with `--limit`. | Fizzadar_pyinfra | train |
8550e49ad45d5d1f77bb0d0d51f8786062fe5e8a | diff --git a/client/my-sites/plugins/constants.js b/client/my-sites/plugins/constants.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/plugins/constants.js
+++ b/client/my-sites/plugins/constants.js
@@ -17,6 +17,7 @@ export const PREINSTALLED_PLUGINS = [
export const PREINSTALLED_PREMIUM_PLUGINS = {
'jetpack-sea... | Fix Jetpack Search Marketplace product purchase component (#<I>)
* Fix Jetpack Search product purchase component when the user purchases the product from Settings > Performance.
* Check if the product is a Jetpack module and check if it's active. | Automattic_wp-calypso | train |
4912ee6cf6e7d0bed95201d7ede94df8fec2915f | diff --git a/pyqode/core/api/code_edit.py b/pyqode/core/api/code_edit.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/api/code_edit.py
+++ b/pyqode/core/api/code_edit.py
@@ -477,6 +477,9 @@ class CodeEdit(QtWidgets.QPlainTextEdit):
self.setCenterOnScroll(True)
self.setLineWrapMode(self.NoWrap)
+ ... | Add a meaningful __repr__ for easier debugging | pyQode_pyqode.core | train |
d3b1720667c2041b43d4cda9ab87f0ed26b15f9e | diff --git a/api-core.go b/api-core.go
index <HASH>..<HASH> 100644
--- a/api-core.go
+++ b/api-core.go
@@ -566,7 +566,12 @@ func (a apiCore) presignedPostPolicy(p *PostPolicy) map[string]string {
if r.config.Signature.isV2() {
policyBase64 := p.base64()
p.formData["policy"] = policyBase64
- p.formData["AWSAcce... | post-policy: Fix post policy for google cloud | minio_minio-go | train |
eb97de4290a554fa53fd808d38a586c98a67a365 | diff --git a/tests/PdoAdapterTest.php b/tests/PdoAdapterTest.php
index <HASH>..<HASH> 100644
--- a/tests/PdoAdapterTest.php
+++ b/tests/PdoAdapterTest.php
@@ -27,7 +27,7 @@ class PdoAdapterTest extends \PHPUnit_Framework_TestCase
{
parent::setUp();
$this->emptyConfig = new Config();
- $thi... | ::class constant not supported in PHP <I>, replaced with strings | phlib_flysystem-pdo | train |
36767b06a69a161ffe1941e996db9f720cfe15cc | diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/security/AddPropertiesUser.java b/domain-management/src/main/java/org/jboss/as/domain/management/security/AddPropertiesUser.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/main/java/org/jboss/as/domain/management/security/AddProper... | AS7-<I> using system properties instead of hardcoded paths | wildfly_wildfly | train |
6318a8f91108826e972b1de371103e134184007f | diff --git a/google-cloud-debugger/lib/google/cloud/debugger/breakpoint/evaluator.rb b/google-cloud-debugger/lib/google/cloud/debugger/breakpoint/evaluator.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-debugger/lib/google/cloud/debugger/breakpoint/evaluator.rb
+++ b/google-cloud-debugger/lib/google/cloud/debugger/b... | Improve Debugger expression UX on ActiveRecord | googleapis_google-cloud-ruby | train |
33ec186d7095318cf1b3dcbc1810ab8f4e08384f | diff --git a/README.markdown b/README.markdown
index <HASH>..<HASH> 100644
--- a/README.markdown
+++ b/README.markdown
@@ -402,6 +402,17 @@ Options are:
* `ONE_INSTANCE_PER_TESTCASE`
* `ONE_INSTANCE_PER_TEST`
+Warning: If you use option `ONE_INSTANCE_FOR_ALL_TESTS` (which is default), you need to call by yourself... | #4 Do not use __del__ method for quiting driver | horejsek_python-webdriverwrapper | train |
ecde6df79a3ad60f147192b4a9780026460c8fc0 | diff --git a/src/MoLoader.php b/src/MoLoader.php
index <HASH>..<HASH> 100644
--- a/src/MoLoader.php
+++ b/src/MoLoader.php
@@ -180,7 +180,7 @@ class MoLoader {
$this->locale = $locale;
// Set system locales as well
if (function_exists('setlocale')) {
- setlocale(LC_... | Do not rely on LC_MESSAGES in the library
We don't need it. | phpmyadmin_motranslator | train |
f60f4d623b71c667e986aca3c484528c8c2f29c4 | diff --git a/lib/excon/ssl_socket.rb b/lib/excon/ssl_socket.rb
index <HASH>..<HASH> 100644
--- a/lib/excon/ssl_socket.rb
+++ b/lib/excon/ssl_socket.rb
@@ -118,7 +118,7 @@ module Excon
if @nonblock
begin
@socket.connect_nonblock
- rescue IO::WaitReadable
+ rescue Errno:... | rescue Errno::EAGAIN and EWOULDBLOCK in non blocking connect in initialize | excon_excon | train |
082c80e394a4825bc5ec31ffed1f5ab9caeb5d83 | diff --git a/setuptools/command/build.py b/setuptools/command/build.py
index <HASH>..<HASH> 100644
--- a/setuptools/command/build.py
+++ b/setuptools/command/build.py
@@ -1,5 +1,24 @@
from distutils.command.build import build as _build
+import warnings
+
+from setuptools import SetuptoolsDeprecationWarning
+
+
+_ORIGI... | separate subcommands for setuptools class
Original author: Anderson Bravalheri | pypa_setuptools | train |
f0c5a455ac073624347fe8b076b60c02b488be80 | diff --git a/py3status/modules/xsel.py b/py3status/modules/xsel.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/xsel.py
+++ b/py3status/modules/xsel.py
@@ -3,15 +3,15 @@
Display the X selection.
Configuration parameters:
- cache_timeout: how often we refresh this module in seconds
+ cache_timeout: how o... | xsel module: little QA and fix python3 support | ultrabug_py3status | train |
38846c220abfc1e920304dc00afed84de65c5369 | diff --git a/raft/raft.go b/raft/raft.go
index <HASH>..<HASH> 100644
--- a/raft/raft.go
+++ b/raft/raft.go
@@ -1128,13 +1128,13 @@ func stepCandidate(r *raft, m pb.Message) error {
r.logger.Infof("%x no leader at term %d; dropping proposal", r.id, r.Term)
return ErrProposalDropped
case pb.MsgApp:
- r.becomeFol... | raft: use leader's term when candidate becomes follower
`raft.Step` already ensures that when `m.Term > r.Term`,
candidate reverts back to follower with its term being
reset with `m.Term`, thus it's always true that
`m.Term == r.Term` in `stepCandidate`.
This just makes `r.becomeFollower` calls consistent. | etcd-io_etcd | train |
a1b2bf181934678a7cd00c7c3b15859f6c2c80cc | diff --git a/lib/Money/Money.php b/lib/Money/Money.php
index <HASH>..<HASH> 100644
--- a/lib/Money/Money.php
+++ b/lib/Money/Money.php
@@ -77,7 +77,8 @@ class Money
return new Money($units, new Currency('JPY'));
}
- private function isSameCurrency(Money $other)
+ /** @return bool */
+ public function isSameCurre... | made isSameCurrency() public | moneyphp_money | train |
fb5ecd43d6f16f91b013d0267287391e1c957e98 | diff --git a/Lib/fontbakery/checks.py b/Lib/fontbakery/checks.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/checks.py
+++ b/Lib/fontbakery/checks.py
@@ -114,30 +114,6 @@ def check_file_is_named_canonically(fb, font_fname):
return False
-def check_METADATA_subsets_alphabetically_ordered(fb, path, family):... | port check <I>: check_METADATA_subsets_alphabetically_ordered
(issue #<I>) | googlefonts_fontbakery | train |
8383f1ae1bcb7aad738fc508e3ae174498b2fb0a | diff --git a/js/tree.js b/js/tree.js
index <HASH>..<HASH> 100644
--- a/js/tree.js
+++ b/js/tree.js
@@ -159,7 +159,7 @@
.removeClass('hide hidden')// jQuery deprecated hide in 3.0. Use hidden instead. Leaving hide here to support previous markup
.removeData('template')
.removeAttr('data-template');
... | Updated fix that allows for an html override. The default will use the more secure .text. | ExactTarget_fuelux | train |
0d7f372c6f217b23b6bdec0ec8a033c1b9a87bb2 | diff --git a/lib/ecm/staff/version.rb b/lib/ecm/staff/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ecm/staff/version.rb
+++ b/lib/ecm/staff/version.rb
@@ -1,5 +1,5 @@
module Ecm
module Staff
- VERSION = '2.0.0'.freeze
+ VERSION = '3.0.0'.freeze
end
end | Bumped version to <I> | robotex82_ecm_staff2 | train |
5e171c69860736e659d9d0e223b35e8abe257b75 | diff --git a/mod/assign/lib.php b/mod/assign/lib.php
index <HASH>..<HASH> 100644
--- a/mod/assign/lib.php
+++ b/mod/assign/lib.php
@@ -649,13 +649,14 @@ function assign_print_recent_activity($course, $viewfullnames, $timestart) {
$dbparams = array($timestart, $course->id, 'assign', ASSIGN_SUBMISSION_STATUS_SUBMI... | MDL-<I> assign: Seed recordid to print_recent_activity | moodle_moodle | train |
274e0fb666f243ec36cf0c8414bbad2f990a1722 | diff --git a/lib/combi/response_store.rb b/lib/combi/response_store.rb
index <HASH>..<HASH> 100644
--- a/lib/combi/response_store.rb
+++ b/lib/combi/response_store.rb
@@ -8,8 +8,9 @@ module Combi
# Returns an EM::Deferrable
def wait_for(correlation_id, timeout)
- waiter = EventedWaiter.new(correlation_... | No need for EventedWaiter | 1uptalent_combi | train |
f326f24e8ad15cd5997baab2d253afe6d973ee20 | diff --git a/phonopy/__init__.py b/phonopy/__init__.py
index <HASH>..<HASH> 100644
--- a/phonopy/__init__.py
+++ b/phonopy/__init__.py
@@ -408,6 +408,50 @@ class Phonopy:
# Phonon properties #
#####################
+ # Single q-point
+ def get_dynamical_matrix_at_q(self, q):
+ self._set_dynamic... | get_frequencies_* methods were removed by mistake. They are returned. | atztogo_phonopy | train |
8b6e81c64c6becccdefec99f6e96d7a9ca48a98c | diff --git a/src/main/java/io/github/classgraph/Scanner.java b/src/main/java/io/github/classgraph/Scanner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/classgraph/Scanner.java
+++ b/src/main/java/io/github/classgraph/Scanner.java
@@ -510,7 +510,7 @@ class Scanner implements Callable<ScanResult> {
... | Another canonicalization fix (#<I>) | classgraph_classgraph | train |
c6c6cb11d6011f56c6af94d21d6e39b8983467e3 | diff --git a/SpiffWorkflow/serializer/dict.py b/SpiffWorkflow/serializer/dict.py
index <HASH>..<HASH> 100644
--- a/SpiffWorkflow/serializer/dict.py
+++ b/SpiffWorkflow/serializer/dict.py
@@ -691,14 +691,15 @@ class DictionarySerializer(Serializer):
# As we serialize back up, keep only one copy of any sub_workf... | Assure we pull all the sub-workflow definitions to the top.
Not adding a specific test for this, but save/restore tests this well across many workflows. | knipknap_SpiffWorkflow | train |
59a7b332221ebb8de6f1afea352d6cc39366a36e | diff --git a/Tank/stepper/stepper.py b/Tank/stepper/stepper.py
index <HASH>..<HASH> 100644
--- a/Tank/stepper/stepper.py
+++ b/Tank/stepper/stepper.py
@@ -52,7 +52,7 @@ class Stepper(object):
self.info = StepperInfo(
loop_count=af.get_loop_count(),
steps=af.get_steps(),
- l... | don't join rps_schedule components in Stepper | yandex_yandex-tank | train |
436d590ad3d82ee67c047323b0bb5bc0c290426c | diff --git a/ctd/plotting.py b/ctd/plotting.py
index <HASH>..<HASH> 100644
--- a/ctd/plotting.py
+++ b/ctd/plotting.py
@@ -35,7 +35,7 @@ __all__ = ['get_maxdepth',
def get_maxdepth(self):
valid_last_depth = self.apply(Series.notnull).values.T
- return np.float_(self.index * valid_last_depth).max(axis=1)
+ ... | Fixed get_maxdepth bug and improved section_plot to better handle arrays. | pyoceans_python-ctd | train |
cdede153e9dd71dc30313ca64328c7358c83bab0 | diff --git a/vine-core/src/main/java/net/kuujo/vine/java/SeedVerticle.java b/vine-core/src/main/java/net/kuujo/vine/java/SeedVerticle.java
index <HASH>..<HASH> 100644
--- a/vine-core/src/main/java/net/kuujo/vine/java/SeedVerticle.java
+++ b/vine-core/src/main/java/net/kuujo/vine/java/SeedVerticle.java
@@ -29,7 +29,7 @@... | Update tests for new SeedVerticle implementation. | kuujo_vertigo | train |
cbf43e3adc802fa7e85fcc8d30c990f0ebd3bec0 | diff --git a/lib/pod/command/try.rb b/lib/pod/command/try.rb
index <HASH>..<HASH> 100644
--- a/lib/pod/command/try.rb
+++ b/lib/pod/command/try.rb
@@ -98,9 +98,7 @@ module Pod
"of the Pod: `#{dir}`"
elsif glob_match.count == 1
glob_match.first
- elsif (selection = filter_array(gl... | Use Array#grep with a regexp instead of hand-rolled variant.
Patched from my iPhone. | CocoaPods_cocoapods-try | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.