hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
075864cd206ff1e04440da88dad55dd97a50aad9 | diff --git a/lib/rules/jsx-closing-bracket-location.js b/lib/rules/jsx-closing-bracket-location.js
index <HASH>..<HASH> 100644
--- a/lib/rules/jsx-closing-bracket-location.js
+++ b/lib/rules/jsx-closing-bracket-location.js
@@ -202,17 +202,7 @@ module.exports = function(context) {
return fixer.replaceText... | Fix line-aligned jsx-closing-bracket-location fixer (#<I>)
Fix line-aligned jsx-closing-bracket-location fixer (fixes #<I>) | ytanruengsri_eslint-plugin-react-ssr | train |
a6c4da4c0e6bd8a37f64544f7813fa027f5054ed | diff --git a/semantic_release/vcs_helpers.py b/semantic_release/vcs_helpers.py
index <HASH>..<HASH> 100644
--- a/semantic_release/vcs_helpers.py
+++ b/semantic_release/vcs_helpers.py
@@ -4,6 +4,7 @@ import os
import re
from pathlib import PurePath
from typing import Optional, Tuple
+from urllib.parse import urlsplit... | fix: support repository owner names containing dots
Fixes #<I> | relekang_python-semantic-release | train |
bd8de692ca37df2caf208a3fadd21abb6e5e9a6c | diff --git a/pumpp/task/base.py b/pumpp/task/base.py
index <HASH>..<HASH> 100644
--- a/pumpp/task/base.py
+++ b/pumpp/task/base.py
@@ -247,9 +247,9 @@ class BaseTaskTransformer(Scope):
# 1+ is fair here, because encode_intervals already pads
duration = 1 + encoded.shape[0]
else:
- ... | fixed off-by-one in interval decoder | bmcfee_pumpp | train |
b7cfb0247a712e6f580e0434571e1f80f631cc4d | diff --git a/core/client/src/main/java/alluxio/client/file/FileSystemMasterClient.java b/core/client/src/main/java/alluxio/client/file/FileSystemMasterClient.java
index <HASH>..<HASH> 100644
--- a/core/client/src/main/java/alluxio/client/file/FileSystemMasterClient.java
+++ b/core/client/src/main/java/alluxio/client/fi... | Update client/handler logic for check consistency. | Alluxio_alluxio | train |
386e2c7357d8e15ab52f63c7d79101458561fbb1 | diff --git a/activerecord/lib/arel/select_manager.rb b/activerecord/lib/arel/select_manager.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/arel/select_manager.rb
+++ b/activerecord/lib/arel/select_manager.rb
@@ -237,18 +237,6 @@ module Arel # :nodoc: all
@ctx.source
end
- class Row < Struct.new(... | Remove unused `Row` class in `SelectManager`
The `Row` class is no longer used since d<I>b3c<I>d<I>ebcccd7c<I>e<I>ca0c<I>c. | rails_rails | train |
4dfe3cf6c19e6ec99456b96745c85d4f26882d40 | diff --git a/django_extensions/management/modelviz.py b/django_extensions/management/modelviz.py
index <HASH>..<HASH> 100644
--- a/django_extensions/management/modelviz.py
+++ b/django_extensions/management/modelviz.py
@@ -134,6 +134,8 @@ def generate_dot(app_labels, **kwargs):
def add_attributes(field):
... | Return the field's label with its first character capitalized and the rest lowercased if all characters in the label are lowercase, leave verbose_name attribute content otherwise. (as in the admin interface) | django-extensions_django-extensions | train |
289bd2126a1aeec233e445f21c96888ec9b23b22 | diff --git a/lib/ruby-lint/presenter/text.rb b/lib/ruby-lint/presenter/text.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby-lint/presenter/text.rb
+++ b/lib/ruby-lint/presenter/text.rb
@@ -27,7 +27,13 @@ module RubyLint
entries = []
report.entries.sort.each do |entry|
- entries << @format % e... | Show the filenames only for the text presenter.
This reduces clutter and in turn makes it easier to read the report.
This commit fixes #<I>. | YorickPeterse_ruby-lint | train |
a7ac00bcedcf90e112bfefdad3e394d429d756fb | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -2506,6 +2506,10 @@
true,
fs_request_get( 'blog_id', null )
);
+ } else if ( ... | [debug] [user-delete] Added an option to delete a user. | Freemius_wordpress-sdk | train |
e553902d289094712c16de0872acda7ec0440e6a | diff --git a/python/herald/core.py b/python/herald/core.py
index <HASH>..<HASH> 100644
--- a/python/herald/core.py
+++ b/python/herald/core.py
@@ -152,7 +152,7 @@ class _WaitingPost(object):
:param herald_svc: Herald service instance
:param message: Received answer message
"""
- if sel... | Corrected wrong validity check: callback instead of errback | cohorte_cohorte-herald | train |
acd8e9c42e1d819c51e9e1cd3870ea4d94b167f5 | diff --git a/testutil/testutil.go b/testutil/testutil.go
index <HASH>..<HASH> 100644
--- a/testutil/testutil.go
+++ b/testutil/testutil.go
@@ -5,6 +5,7 @@ import (
"github.com/tendermint/abci/server"
. "github.com/tendermint/go-common"
+ wire "github.com/tendermint/go-wire"
"github.com/tendermint/merkleeyes/app... | Add testutil to create random transaction for people writing tests using merkleeyes | tendermint_iavl | train |
b53ec50b0bc8d45a9eaa2457640b304c803c03ea | diff --git a/supplement/evaluator.py b/supplement/evaluator.py
index <HASH>..<HASH> 100644
--- a/supplement/evaluator.py
+++ b/supplement/evaluator.py
@@ -1,7 +1,7 @@
import ast
import logging
-from .objects import create_object
+from .objects import create_object, FakeInstanceObject
from .common import Value, Unk... | fix evaluation of comapre expressions | baverman_supplement | train |
7976902d5bdb92c80400fc699bdbc106092bcd76 | diff --git a/src/main/java/org/jdbdt/ColumnFiller.java b/src/main/java/org/jdbdt/ColumnFiller.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jdbdt/ColumnFiller.java
+++ b/src/main/java/org/jdbdt/ColumnFiller.java
@@ -6,7 +6,7 @@ package org.jdbdt;
* <p>
* When convenient, custom column fillers can be set ... | ColumnFiller: small Javadoc adjustment | JDBDT_jdbdt | train |
2a4aada284fcd42ac03d035e1b97875775aee5e5 | diff --git a/lib/xcode/install.rb b/lib/xcode/install.rb
index <HASH>..<HASH> 100644
--- a/lib/xcode/install.rb
+++ b/lib/xcode/install.rb
@@ -74,12 +74,26 @@ module XcodeInstall
def install_dmg(dmg_path, suffix = '', switch = true, clean = true)
archive_util = '/System/Library/CoreServices/Applications/Arc... | Fix Xcode 8 GM install - xip file contains Xcode.app now | xcpretty_xcode-install | train |
7be742d16e75e3f7d76fa957c2f2b282dec1d41e | diff --git a/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRShader.java b/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRShader.java
index <HASH>..<HASH> 100644
--- a/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRShader.java
+++ b/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRShader.java
@... | Hotfix for gvrf-physics | Samsung_GearVRf | train |
0f0b9dd272910dfc36fb463b4ccb6208dc2f9a53 | diff --git a/sdk/go/common/apitype/stacks.go b/sdk/go/common/apitype/stacks.go
index <HASH>..<HASH> 100644
--- a/sdk/go/common/apitype/stacks.go
+++ b/sdk/go/common/apitype/stacks.go
@@ -33,6 +33,12 @@ type StackSummary struct {
// ListStacksResponse returns a set of stack summaries. This call is designed to be inexpe... | Add ContinuationToken to ListStacksResponse (#<I>) | pulumi_pulumi | train |
bea850ba556f36df53e548714b394711ebef6d40 | diff --git a/wisdom-openjpa-enhancer-plugin/src/main/java/org/wisdom/openjpa/enhancer/ProcessTestResourcesMojo.java b/wisdom-openjpa-enhancer-plugin/src/main/java/org/wisdom/openjpa/enhancer/ProcessTestResourcesMojo.java
index <HASH>..<HASH> 100644
--- a/wisdom-openjpa-enhancer-plugin/src/main/java/org/wisdom/openjpa/e... | replace e.printStackTrace calls by a logger and an exception failing the build. | wisdom-framework_wisdom-jdbc | train |
2952fbd556e1bc4b5fac70c727652b5419e8e096 | diff --git a/pandas/tests/indexes/timedeltas/test_arithmetic.py b/pandas/tests/indexes/timedeltas/test_arithmetic.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/indexes/timedeltas/test_arithmetic.py
+++ b/pandas/tests/indexes/timedeltas/test_arithmetic.py
@@ -442,39 +442,36 @@ class TestTimedeltaIndexArithmetic(obje... | split test_ops_compat into targeted tests (#<I>) | pandas-dev_pandas | train |
dbd588fd3a35557a4cbb119e997516495328177f | diff --git a/lib/provider.js b/lib/provider.js
index <HASH>..<HASH> 100644
--- a/lib/provider.js
+++ b/lib/provider.js
@@ -14,7 +14,7 @@ function worker(id, plugin, striderjson, context, done) {
function defExtend(dest, src) {
for (var key in src) {
- if ('undefined' === typeof src[key]) continue;
+ if (!sr... | be more relaxed about what we consider unset keys | Strider-CD_strider-extension-loader | train |
4354a66096913d2e9b12ee19d81b026100b0e4ea | diff --git a/gumble/handlers.go b/gumble/handlers.go
index <HASH>..<HASH> 100644
--- a/gumble/handlers.go
+++ b/gumble/handlers.go
@@ -452,19 +452,20 @@ func (c *Client) handleUserRemove(buffer []byte) error {
c.volatileLock.Unlock()
return errInvalidProtobuf
}
- event.User.client = nil
- if event.User.Cha... | handleUserRemove: Allow actor to be the same as the user being disconnected. handleUserRemove: Unlock the mutex if the actor cannot be found. | layeh_gumble | train |
f1d62ace67a1543d57eb8a83aa8a715e62841af8 | diff --git a/projects/samskivert/src/java/com/samskivert/jdbc/Repository.java b/projects/samskivert/src/java/com/samskivert/jdbc/Repository.java
index <HASH>..<HASH> 100644
--- a/projects/samskivert/src/java/com/samskivert/jdbc/Repository.java
+++ b/projects/samskivert/src/java/com/samskivert/jdbc/Repository.java
@@ -1... | Made Operation public because otherwise I can't do something like this:
public FooRepository
extends SimpleRepository implements SimpleRepository.Operation
{
}
which seems wacky to me but I can see how we may not have entered the
protected namespace of the extended class while we're processing our
interface imple... | samskivert_samskivert | train |
d804d6e2e3d3ee0a354d0e4ee2ae1f31e5d22f93 | diff --git a/lib/laser/analysis/annotations/scope_annotation.rb b/lib/laser/analysis/annotations/scope_annotation.rb
index <HASH>..<HASH> 100644
--- a/lib/laser/analysis/annotations/scope_annotation.rb
+++ b/lib/laser/analysis/annotations/scope_annotation.rb
@@ -41,6 +41,7 @@ module Laser
# Visits a class no... | Started on tracking calls to include. Need to do a lot of refactoring first though. | michaeledgar_laser | train |
05b178085a2ad3bf3f2c0dcd1ea40fb5e8c8dc0d | diff --git a/activerecord/lib/active_record/associations/association.rb b/activerecord/lib/active_record/associations/association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/association.rb
+++ b/activerecord/lib/active_record/associations/association.rb
@@ -42,6 +42,7 @@ module Acti... | inversed instance should not be reloaded after stale state was changed
check at association reader that record is inverted and should not be reloaded because of stale was changed at target record | rails_rails | train |
18b9b6a719434f206c65771fb6cbabd7df3090f3 | diff --git a/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java b/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java
index <HASH>..<HASH> 100644
--- a/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java
+++ b/server/son... | GOV-<I> add dependency in CE container required by Gov
for view refresh trigger at end of report processing | SonarSource_sonarqube | train |
6f540f73411905d96538868b23eaf314f18b2273 | diff --git a/datasift/output_mapper.py b/datasift/output_mapper.py
index <HASH>..<HASH> 100644
--- a/datasift/output_mapper.py
+++ b/datasift/output_mapper.py
@@ -1,36 +1,28 @@
from __future__ import print_function
from datetime import datetime
+from dateutil import parser
import six
+def float_handler(d):
+ ... | output mapper refactor to deal with dates better | datasift_datasift-python | train |
dad769dab4eb3c301c013bb6df621501f865eaf7 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/record/ORecordAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/record/ORecordAbstract.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/record/ORecordAbstract.java
+++ b/core/src/main/java/com... | Update core/src/main/java/com/orientechnologies/orient/core/record/ORecordAbstract.java
Load record if rid exist in request JSON | orientechnologies_orientdb | train |
e23d60fb211845b0f0ddba5b7ebd4b33d277466b | diff --git a/mapsforge-map/src/main/java/org/mapsforge/map/layer/LayerManager.java b/mapsforge-map/src/main/java/org/mapsforge/map/layer/LayerManager.java
index <HASH>..<HASH> 100644
--- a/mapsforge-map/src/main/java/org/mapsforge/map/layer/LayerManager.java
+++ b/mapsforge-map/src/main/java/org/mapsforge/map/layer/Lay... | LayerManager: removed unneeded logging | mapsforge_mapsforge | train |
b6d93ea8630859eb598c270a2427ef63cdef7185 | diff --git a/src/Light.php b/src/Light.php
index <HASH>..<HASH> 100644
--- a/src/Light.php
+++ b/src/Light.php
@@ -40,7 +40,7 @@ class Light
$this->ct = @$data["state"]["ct"];
$this->alert = $data["state"]["alert"];
$this->effect = @$data["state"]["effect"];
- ... | colormode is not available for each light | muesli_huephp | train |
c513e8da94746f22a0ff04e8ba0cf3f2fa1c4615 | diff --git a/lib/dm-adjust/version.rb b/lib/dm-adjust/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-adjust/version.rb
+++ b/lib/dm-adjust/version.rb
@@ -1,7 +1,7 @@
module DataMapper
module More
module Adjust
- VERSION = "0.9.3"
+ VERSION = "0.9.4"
end
end
end
diff --git a/spec/spec_he... | Updated Rakefile's CLEAN_GLOBS. Version Bump. | datamapper_dm-adjust | train |
20f7d2b3ff7feef1059683ac8bd62396797348b5 | diff --git a/src/BoomCMS/Http/Controllers/CMS/Auth/Account.php b/src/BoomCMS/Http/Controllers/CMS/Auth/Account.php
index <HASH>..<HASH> 100644
--- a/src/BoomCMS/Http/Controllers/CMS/Auth/Account.php
+++ b/src/BoomCMS/Http/Controllers/CMS/Auth/Account.php
@@ -19,7 +19,7 @@ class Account extends Controller
$this... | Implicit controller for /cms/account | boomcms_boom-core | train |
9c64fe79b09f04599bb2dc38a73ca7d62691d8c7 | diff --git a/src/Console/ImportJsonDumpCommand.php b/src/Console/ImportJsonDumpCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/ImportJsonDumpCommand.php
+++ b/src/Console/ImportJsonDumpCommand.php
@@ -28,8 +28,11 @@ class ImportJsonDumpCommand extends Command {
$configurationBuilder = new EntityStoreFromCo... | Setup indexes after big importations | ProjetPP_WikibaseEntityStore | train |
9166468d7eaf413617d1040ffa0d716c5c1ddbc5 | diff --git a/lib/rules/no-undef.js b/lib/rules/no-undef.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-undef.js
+++ b/lib/rules/no-undef.js
@@ -45,12 +45,50 @@ function hasTypeOfOperator(node) {
return parent.type === "UnaryExpression" && parent.operator === "typeof";
}
+/**
+ * Checks if a node name match t... | Fix: Missing undeclared variables in JSX (fixes #<I>) | eslint_eslint | train |
2aca6aa25dd44e3ed7e1c3983fc7dd29be6f70f5 | diff --git a/src/frontend/org/voltdb/ExecutionSite.java b/src/frontend/org/voltdb/ExecutionSite.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/ExecutionSite.java
+++ b/src/frontend/org/voltdb/ExecutionSite.java
@@ -17,6 +17,7 @@
package org.voltdb;
+import java.io.File;
import java.io.IOException;... | ENG-<I>: Overflow invocation buffers to disk when necessary.
This is paired with the commit in PRO. | VoltDB_voltdb | train |
cd5c83a95d691a86c82b29a4d141338df9aab79f | diff --git a/pynspect/traversers.py b/pynspect/traversers.py
index <HASH>..<HASH> 100644
--- a/pynspect/traversers.py
+++ b/pynspect/traversers.py
@@ -469,7 +469,7 @@ class BaseFilteringTreeTraverser(BaseRuleTreeTraverser):
Evaluate given logical binary operation with given operands.
"""
if n... | Changed the BaseFilteringTreeTraverser to raise more specific ValueError instead of generic Exception in case of invalid operation name (both binary and unary). | honzamach_pynspect | train |
6ea247692c86e6b16597bc43293dfbfc34899637 | diff --git a/iserve-importer-owls/pom.xml b/iserve-importer-owls/pom.xml
index <HASH>..<HASH> 100644
--- a/iserve-importer-owls/pom.xml
+++ b/iserve-importer-owls/pom.xml
@@ -65,6 +65,22 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>uk.ac... | Updated the means to obtain resources to be more independent from different configurations | kmi_iserve | train |
95b2888a0518c00e472adc3070e2f115ad8bf22c | diff --git a/invenio_communities/config.py b/invenio_communities/config.py
index <HASH>..<HASH> 100644
--- a/invenio_communities/config.py
+++ b/invenio_communities/config.py
@@ -123,10 +123,30 @@ COMMUNITIES_REQUESTS_SEARCH = {
COMMUNITIES_MEMBERS_SEARCH = {
'facets': ['role', 'visibility'],
- 'sort': ['bes... | Searchapp: add invitations and members configuration | inveniosoftware_invenio-communities | train |
d9d2dbb89e30a46aa36b602f6878bb34215905c7 | diff --git a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/OQueryModel.java b/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/OQueryModel.java
index <HASH>..<HASH> 100644
--- a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/OQueryModel.java
+++ b/wicket-orientdb/src... | Making models more flexible: OQueryModel and SimpleNamingModel | OrienteerBAP_wicket-orientdb | train |
1dc74cef1f6f214cbf043ecda00d107b3e81d0b3 | diff --git a/src/bundle/Controller/ContentViewController.php b/src/bundle/Controller/ContentViewController.php
index <HASH>..<HASH> 100644
--- a/src/bundle/Controller/ContentViewController.php
+++ b/src/bundle/Controller/ContentViewController.php
@@ -18,6 +18,7 @@ use eZ\Publish\API\Repository\Values\Content\ContentInf... | EZP-<I>: Injected user-preferred language into CT of Content View mode | ezsystems_ezplatform-admin-ui | train |
718b1f0b9551306371ed2bc0ee35e29a5e2d6a5d | diff --git a/addon/components/vertical-collection/component.js b/addon/components/vertical-collection/component.js
index <HASH>..<HASH> 100644
--- a/addon/components/vertical-collection/component.js
+++ b/addon/components/vertical-collection/component.js
@@ -177,7 +177,7 @@ const VerticalCollection = Component.extend({... | bugfix(radar): Adds same array checker for radar computed (#<I>) | html-next_vertical-collection | train |
c4c215a3f78b1f26696d058dc861b9908ccb7e35 | diff --git a/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php b/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php
index <HASH>..<HASH> 100644
--- a/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php
+++ b/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php
@@ -21,8 +21,11 @... | Apply fixes from StyleCI (#<I>)
[ci skip] [skip ci] | web-token_jwt-framework | train |
626b7a91d17434cf6ef07ddddd5bfcc49d70f912 | diff --git a/src/type/__tests__/introspection-test.js b/src/type/__tests__/introspection-test.js
index <HASH>..<HASH> 100644
--- a/src/type/__tests__/introspection-test.js
+++ b/src/type/__tests__/introspection-test.js
@@ -698,51 +698,6 @@ describe('Introspection', () => {
isDeprecated: false,
... | BREAKING: Remove deprecated introspection fields (#<I>)
These fields are holdovers from the first version of the spec, before directives had more control over their exact location and could be located in more places.
This is potentially breaking to any clients which relied on these fields, which will need to migrat... | graphql_graphql-js | train |
a390cbc4af63421732b13985125744ab3e3d68c1 | diff --git a/d1_common_python/src/d1_common/const.py b/d1_common_python/src/d1_common/const.py
index <HASH>..<HASH> 100644
--- a/d1_common_python/src/d1_common/const.py
+++ b/d1_common_python/src/d1_common/const.py
@@ -32,7 +32,7 @@ import d1_common
# The root of all DataONE. Used to perform introspection on the sy... | - Updated the default d1 root to use https. | DataONEorg_d1_python | train |
07b15faacc6e43765588d317087abe0961d020fd | diff --git a/paper/figures/astero_plot.py b/paper/figures/astero_plot.py
index <HASH>..<HASH> 100644
--- a/paper/figures/astero_plot.py
+++ b/paper/figures/astero_plot.py
@@ -7,6 +7,7 @@ import pickle
import corner
import numpy as np
import matplotlib.pyplot as plt
+from scipy.ndimage.filters import gaussian_filter
... | old missing changes in astero example [ci skip] | dfm_celerite | train |
93eb24cc39f6f8b17b61b07d51ad019613f9018e | diff --git a/util.js b/util.js
index <HASH>..<HASH> 100644
--- a/util.js
+++ b/util.js
@@ -6,7 +6,7 @@ var str = require('./dist/stringify')
exports.stringifyNumber = str.stringifyNumber
exports.stringifyString = str.stringifyString
exports.toJSON = require('./dist/toJSON').default
-exports.Type = require('./dist/cs... | Fix export of Type from "yaml/util" | eemeli_yaml | train |
9e4e67a412c343ceba4b17c908e392d0b61873b9 | diff --git a/src/rinoh/structure.py b/src/rinoh/structure.py
index <HASH>..<HASH> 100644
--- a/src/rinoh/structure.py
+++ b/src/rinoh/structure.py
@@ -145,7 +145,8 @@ class Heading(NumberedParagraph):
parent_id = self.section.parent.section.get_id(document)
parent_ref = document.get_re... | Fix crash if number_separator is a StyledText
Note: specific styling applied to the number separator is lost. | brechtm_rinohtype | train |
8a6d5d150fa5ab1ffa9bf327a89dc5057c4577a5 | diff --git a/ph-oton-basic/src/test/java/com/helger/photon/basic/config/MicroTypeConverterRegistrar_ph_oton_basic_Mock.java b/ph-oton-basic/src/test/java/com/helger/photon/basic/config/MicroTypeConverterRegistrar_ph_oton_basic_Mock.java
index <HASH>..<HASH> 100644
--- a/ph-oton-basic/src/test/java/com/helger/photon/bas... | Fixed rare bug if Eclipse m2e mixes classpathes up (again) | phax_ph-oton | train |
82756addf99a09e02aa89bde69758d47706825b4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -9,13 +9,22 @@ from setuptools import find_packages
import pyws
+short_description = 'Python SOAP server providing WSDL'
+long_description = \
+ '''
+ Pyws is a project, which purpuse is to help developers to expose... | a little bit more of description in the installation script | stepank_pyws | train |
b74cb748046248a78eb2758b4237e1b48e5c7682 | diff --git a/ncpol2sdpa/sdp_relaxation.py b/ncpol2sdpa/sdp_relaxation.py
index <HASH>..<HASH> 100644
--- a/ncpol2sdpa/sdp_relaxation.py
+++ b/ncpol2sdpa/sdp_relaxation.py
@@ -20,10 +20,9 @@ else:
from .nc_utils import apply_substitutions, build_monomial, \
pick_monomials_up_to_degree, ncdegree, \
separate_sc... | Fixed some problems with the Nieto-Silleras hierarchy | peterwittek_ncpol2sdpa | train |
fa014c12c26d10ba682fadb78f2a11c24c8118e1 | diff --git a/vcs/nodes.py b/vcs/nodes.py
index <HASH>..<HASH> 100644
--- a/vcs/nodes.py
+++ b/vcs/nodes.py
@@ -188,8 +188,8 @@ class FileNode(Node):
else:
content = self._content
try:
- content = content.decode('utf-8')
- except UnicodeDecodeError:
+ content =... | Now before getting content of filenode vcs tries to encode to utf-8 first | codeinn_vcs | train |
20b651258722973ec8dc4a8391808dab8bc335f0 | diff --git a/lib/framework.js b/lib/framework.js
index <HASH>..<HASH> 100644
--- a/lib/framework.js
+++ b/lib/framework.js
@@ -2,6 +2,7 @@ const normalizer = require("@ui5/project").normalizer;
const ui5Fs = require("@ui5/fs");
const resourceFactory = ui5Fs.resourceFactory;
const ReaderCollectionPrioritized = ui5Fs.... | [FIX] Improve performance when serving UI5 resources via URL
Using an agent with "keepAlive" improves performance when proxing
requests, especially on Windows. | SAP_karma-ui5 | train |
be7c37bf027cf88073b3f34a1915625cd540bd31 | diff --git a/tests/specifications/googlefonts_test.py b/tests/specifications/googlefonts_test.py
index <HASH>..<HASH> 100644
--- a/tests/specifications/googlefonts_test.py
+++ b/tests/specifications/googlefonts_test.py
@@ -853,13 +853,13 @@ def test_check_085():
some_bad_values = ["APACHE", "Apache", "Ufl", "Ofl", "... | Revert bad pyupgrade changes | googlefonts_fontbakery | train |
97f9d4c5ef384fe56b2b9b97465d759ec06c33e4 | diff --git a/lib/vagrant/busy.rb b/lib/vagrant/busy.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/busy.rb
+++ b/lib/vagrant/busy.rb
@@ -12,6 +12,7 @@ module Vagrant
@@busy = false
@@mutex = Mutex.new
+ @@trap_thread = nil
class << self
def busy?
@@ -34,6 +35,9 @@ module Vagrant
... | Run only a single trap thread at any given time. Ensure that trap threads are joined after a busy block ends. | hashicorp_vagrant | train |
404e336c289e8a53d43a8b55c746d2033aca7eef | diff --git a/prosper/common/__init__.py b/prosper/common/__init__.py
index <HASH>..<HASH> 100644
--- a/prosper/common/__init__.py
+++ b/prosper/common/__init__.py
@@ -0,0 +1 @@
+from .prosper_logging import DEFAULT_LOGGER | adding DEFAULT_LOGGER to prosper.common import | EVEprosper_ProsperCommon | train |
48a4d33634e70e955eddb6906d92d501ef023ecc | diff --git a/lib/biceps/api_version.rb b/lib/biceps/api_version.rb
index <HASH>..<HASH> 100644
--- a/lib/biceps/api_version.rb
+++ b/lib/biceps/api_version.rb
@@ -22,7 +22,7 @@ module Biceps
end
def is_api_call?
- @is_api_call = accept.match(regex)
+ @is_api_call = accept ? accept.match(regex) : f... | do not fail if there is no api version provided | lyonrb_biceps | train |
78213280d3bba01f7f2b0eca4c4f8008cd76587a | diff --git a/payment/src/test/java/org/killbill/billing/payment/api/TestPaymentApi.java b/payment/src/test/java/org/killbill/billing/payment/api/TestPaymentApi.java
index <HASH>..<HASH> 100644
--- a/payment/src/test/java/org/killbill/billing/payment/api/TestPaymentApi.java
+++ b/payment/src/test/java/org/killbill/billi... | Adds a test case for a control plugin raising a PaymentControlApiException | killbill_killbill | train |
33c81429b4180a4696843e5f47bd2fa4c46372aa | diff --git a/src/Illuminate/Routing/ImplicitRouteBinding.php b/src/Illuminate/Routing/ImplicitRouteBinding.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Routing/ImplicitRouteBinding.php
+++ b/src/Illuminate/Routing/ImplicitRouteBinding.php
@@ -14,6 +14,8 @@ class ImplicitRouteBinding
* @param \Illuminate\... | Router substitute or ImplicitRouteBinding throws exception (#<I>) | laravel_framework | train |
66a3340ca5a2aee251869210cc3bdef18dd25cb7 | diff --git a/lib/wafflemix/engine.rb b/lib/wafflemix/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/wafflemix/engine.rb
+++ b/lib/wafflemix/engine.rb
@@ -3,7 +3,7 @@ module Wafflemix
isolate_namespace Wafflemix
initializer 'ActiveAdmin precompile hook' do |app|
- app.config.assets.precompile += ['applic... | precompile engine assets for the admin. | jrissler_wafflemix | train |
58e6b29b85609731264dbccb07b74f8875424ee9 | diff --git a/beeswarm/client/capabilities/smtp.py b/beeswarm/client/capabilities/smtp.py
index <HASH>..<HASH> 100644
--- a/beeswarm/client/capabilities/smtp.py
+++ b/beeswarm/client/capabilities/smtp.py
@@ -93,12 +93,16 @@ class smtp(ClientBase):
:return: Tuple containing From Address, To Address and the mai... | make sure the data returned from the corpus has valid values | honeynet_beeswarm | train |
82bd5888340f7a8a7dbbc1b60b98286008c0e106 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -1645,6 +1645,8 @@ WalletService.prototype._canCreateTx = function(cb) {
WalletService.prototype._validateOutputs = function(opts, wallet, cb) {
var dustThreshold = Math.max(Defaults.MIN_OUTPUT_AMOUNT, ... | more robust validation of createTx params | bitpay_bitcore-wallet-service | train |
1451074d668419bf8c8b2c3438908b2158498236 | diff --git a/discord/embeds.py b/discord/embeds.py
index <HASH>..<HASH> 100644
--- a/discord/embeds.py
+++ b/discord/embeds.py
@@ -602,24 +602,39 @@ class Embed:
return self
- def clear_fields(self) -> None:
- """Removes all fields from this embed."""
+ def clear_fields(self) -> Self:
+ ... | Return embed from clear_fields and remove_field | Rapptz_discord.py | train |
ed2e6fef9cca00303e28f7902c1c615a79d74181 | diff --git a/cogen/core/coroutines.py b/cogen/core/coroutines.py
index <HASH>..<HASH> 100644
--- a/cogen/core/coroutines.py
+++ b/cogen/core/coroutines.py
@@ -141,20 +141,25 @@ class Coroutine(events.Operation):
self,
self._state_names[self.STATE_FINALIZED]
)
- ... | changes the call operation schematics to be a bit faster | ionelmc_python-cogen | train |
586a35661936c656c67c3ac0345cdb2d29de6162 | diff --git a/okcupyd/filter.py b/okcupyd/filter.py
index <HASH>..<HASH> 100644
--- a/okcupyd/filter.py
+++ b/okcupyd/filter.py
@@ -16,12 +16,13 @@ class Filters(object):
requests to okcupid.com
"""
- def __init__(self):
+ def __init__(self, strict=True):
self.builders = []
self.keys ... | Temporarily relax incoming arg constraint on filters | IvanMalison_okcupyd | train |
cea195c8c7704ee8ae094f1219544b0fffbd0468 | diff --git a/shell/src/main/java/alluxio/shell/command/TestCommand.java b/shell/src/main/java/alluxio/shell/command/TestCommand.java
index <HASH>..<HASH> 100644
--- a/shell/src/main/java/alluxio/shell/command/TestCommand.java
+++ b/shell/src/main/java/alluxio/shell/command/TestCommand.java
@@ -21,7 +21,7 @@ import org.... | [ALLUXIO-<I>] fix small bug in println | Alluxio_alluxio | train |
8700d3ce7abf955dd9738bec157f342c6a685c6e | diff --git a/src/DataGrid.php b/src/DataGrid.php
index <HASH>..<HASH> 100644
--- a/src/DataGrid.php
+++ b/src/DataGrid.php
@@ -695,6 +695,7 @@ class DataGrid extends Nette\Application\UI\Control
* @param string $name
* @param string $href
* @param array|null $params
+ * @return Column\Action
*/
p... | added more annotation for return on DatGrid | contributte_datagrid | train |
72f95283f576cc397e26759a95d61712bb6c6159 | diff --git a/src/Utils/Query.php b/src/Utils/Query.php
index <HASH>..<HASH> 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -206,6 +206,81 @@ class Query
);
/**
+ * Gets an array with flags select statement has.
+ *
+ * @param Statement|null $statement the statement to be processed... | Split select flags calculation to separate method
It's the most complex case right now, so let's separate it. | phpmyadmin_sql-parser | train |
90b052b5a7d3563a231dfaa837b257d4770cf527 | diff --git a/build/changelog.php b/build/changelog.php
index <HASH>..<HASH> 100755
--- a/build/changelog.php
+++ b/build/changelog.php
@@ -99,7 +99,7 @@ class Changelog extends JCli
// Prepare the link to the pull.
$doc->text('[');
$doc->startElement('link');
- $doc->writeAttribute('ns2:href', $is... | Fixed wrong url in changelog generator | joomla_joomla-framework | train |
7aa1d0f6aa144d04389eab2faab603c853b23909 | diff --git a/gson/src/main/java/com/google/gson/JsonNull.java b/gson/src/main/java/com/google/gson/JsonNull.java
index <HASH>..<HASH> 100755
--- a/gson/src/main/java/com/google/gson/JsonNull.java
+++ b/gson/src/main/java/com/google/gson/JsonNull.java
@@ -25,6 +25,8 @@ package com.google.gson;
*/
public final class ... | Reusing the JsonNull instance everywhere instead of recreating it.
This is a minor optimization, which is possible because JsonNull is a stateless object. | google_gson | train |
e519cb6a37ff68a930ab730f403def36ece0ce61 | diff --git a/flake8_future_import.py b/flake8_future_import.py
index <HASH>..<HASH> 100755
--- a/flake8_future_import.py
+++ b/flake8_future_import.py
@@ -5,6 +5,8 @@ from __future__ import print_function
import sys
+from collections import namedtuple
+
try:
import argparse
except ImportError as e:
@@ -62,1... | Use namedtuple for Feature
The `Feature` class is very simplistic, so no need to define a normal class.
Instead it can just use `collections.namedtuple`. | xZise_flake8-future-import | train |
f643cf610467ba0b74359a80b9bd209c1d406d00 | diff --git a/salt/modules/virt.py b/salt/modules/virt.py
index <HASH>..<HASH> 100644
--- a/salt/modules/virt.py
+++ b/salt/modules/virt.py
@@ -2225,6 +2225,7 @@ def update(
live=True,
boot=None,
test=False,
+ boot_dev=None,
**kwargs
):
"""
@@ -2281,6 +2282,14 @@ def update(
.. ve... | virt: handle boot device in virt.update()
boot_dev parameter was hidden for a long time in the virt.init()
function but so nicely hidden that it never bubbled in the virt.update()
parameters. This commit is just reparing this mistake. | saltstack_salt | train |
2abdc31e043f676fec4c442d97f5c6d020b038d2 | diff --git a/pyrec/accuracy.py b/pyrec/accuracy.py
index <HASH>..<HASH> 100644
--- a/pyrec/accuracy.py
+++ b/pyrec/accuracy.py
@@ -16,7 +16,7 @@ from statistics import mean
from math import sqrt
from collections import defaultdict
-def rmse(predictions, output=True):
+def rmse(predictions, verbose=True):
"""Co... | changed param output to verbose | NicolasHug_Surprise | train |
d9f61d443630cd7621e1e966a6ea43f23a9f0b6f | diff --git a/src/package/examples/UnusedFieldTransform.js b/src/package/examples/UnusedFieldTransform.js
index <HASH>..<HASH> 100644
--- a/src/package/examples/UnusedFieldTransform.js
+++ b/src/package/examples/UnusedFieldTransform.js
@@ -109,6 +109,18 @@ let createFieldUsagePipeline = () => {
};
});
+ pipel... | add step for field removal from classes in unused field transform | kylestev_jvm.js | train |
bd2b3d114586c9269296fb219487438d9e9ab2e7 | diff --git a/src/Acl/AccessChecker.php b/src/Acl/AccessChecker.php
index <HASH>..<HASH> 100644
--- a/src/Acl/AccessChecker.php
+++ b/src/Acl/AccessChecker.php
@@ -503,7 +503,7 @@ trait AccessChecker
if (request()->character_id) {
$character = CharacterInfo::find(request()->character_id);
- ... | fix(acl): avoid null exception if character not found | eveseat_web | train |
38018121b11fdb2c70becf69a3094533025f6623 | diff --git a/src/iterator.js b/src/iterator.js
index <HASH>..<HASH> 100644
--- a/src/iterator.js
+++ b/src/iterator.js
@@ -27,9 +27,8 @@ hub.iterator = function (array) {
if (index >= length) {
throw new Error("Iterator out of bounds.");
}
- var item = array[index++];
- iterator.hasNext = index < length;
- ... | Fixed iterator position if value was removed before current position. | mantoni_hub.js | train |
6fbe17880131f0141bb87301ab4823c860aa94d1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='django-disqus',
- version='0.4.1',
+ version='0.4.2',
description='Export comments and integrate DISQUS into your Django website',
a... | Bumped version to <I>. | arthurk_django-disqus | train |
3907a8d92145ae6a8dea521c502281ca1fd2dbab | diff --git a/style.go b/style.go
index <HASH>..<HASH> 100644
--- a/style.go
+++ b/style.go
@@ -129,6 +129,9 @@ func (s Style) StrikeThrough(on bool) Style {
// Attributes returns a new style based on s, with its attributes set as
// specified.
func (s Style) Attributes(attrs AttrMask) Style {
- s.attrs = attrs
- ret... | Improved the new Style.Attributes() function. (Should not modify the existing Style object.) | gdamore_tcell | train |
5cf4d0b139a22fcca9231b6990368f5853ff4dfc | diff --git a/src/sorl/thumbnail/conf/defaults.py b/src/sorl/thumbnail/conf/defaults.py
index <HASH>..<HASH> 100644
--- a/src/sorl/thumbnail/conf/defaults.py
+++ b/src/sorl/thumbnail/conf/defaults.py
@@ -10,7 +10,7 @@ THUMBNAIL_DEBUG = False
THUMBNAIL_BACKEND = 'sorl.thumbnail.backends.cached_db.ThumbnailBackend'
# ... | breking out some duplication code | jazzband_sorl-thumbnail | train |
c711c0049e5f12cae048d2b0e77bc70e68804ea5 | diff --git a/py/makeversionhdr.py b/py/makeversionhdr.py
index <HASH>..<HASH> 100644
--- a/py/makeversionhdr.py
+++ b/py/makeversionhdr.py
@@ -23,7 +23,7 @@ def get_version_info_from_git():
# Note: git describe doesn't work if no tag is available
try:
git_tag = subprocess.check_output(
- [... | py/makeversionhdr.py: Match only git tags which look like versions.
Some downstream projects may use tags in their repositories for more than
just designating MicroPython releases. In those cases, the
makeversionhdr.py script would end up using a different tag than intended.
So tell `git describe` to only match tags ... | micropython_micropython | train |
6fa17caf42f4bb478aa9a5f27fbae353d8a85e33 | diff --git a/actor.js b/actor.js
index <HASH>..<HASH> 100644
--- a/actor.js
+++ b/actor.js
@@ -2,6 +2,7 @@
var common = require('../saymon-common.js');
var P = require('bluebird');
+var _ = require('underscore');
/**
* A basic actor.
@@ -175,11 +176,11 @@ class Actor {
/**
* Returns child actors for thi... | (saymon) data-server-cluster: Reworked _children() method. | untu_comedy | train |
42816d2f46c6b6ed5c465fc440b92b2730e26b3c | diff --git a/rest-org.go b/rest-org.go
index <HASH>..<HASH> 100644
--- a/rest-org.go
+++ b/rest-org.go
@@ -1,5 +1,3 @@
-// +build draft
-
package sdk
/* | Remove // +build draft
I don't know why but this file is ignored by the go compiler because of this // +build draft comment line | grafana-tools_sdk | train |
ac36bcac75852e1382c9544250335ad01c3316bc | diff --git a/tests/opentrons_sdk/drivers/motor_test.py b/tests/opentrons_sdk/drivers/motor_test.py
index <HASH>..<HASH> 100644
--- a/tests/opentrons_sdk/drivers/motor_test.py
+++ b/tests/opentrons_sdk/drivers/motor_test.py
@@ -1,5 +1,7 @@
+import argparse
import sys
import unittest
+
from opentrons_sdk.drivers.motor... | fixed passing port as arg to random test | Opentrons_opentrons | train |
e4c34c7f119c0a5407eab2b05c5e24b9b2a69916 | diff --git a/generators/server/templates/src/main/java/package/config/_MicroserviceSecurityConfiguration.java b/generators/server/templates/src/main/java/package/config/_MicroserviceSecurityConfiguration.java
index <HASH>..<HASH> 100644
--- a/generators/server/templates/src/main/java/package/config/_MicroserviceSecurit... | Do not contact the OIDC server for a JWT signature key if it's not configured
See #<I> | jhipster_generator-jhipster | train |
aa28a42ff164931ea37d49f0801d16a6c2da6593 | diff --git a/spyder/plugins/plots/widgets/tests/test_plots_widgets.py b/spyder/plugins/plots/widgets/tests/test_plots_widgets.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/plots/widgets/tests/test_plots_widgets.py
+++ b/spyder/plugins/plots/widgets/tests/test_plots_widgets.py
@@ -247,8 +247,16 @@ def test_scroll_... | change expected value of test_scroll_to_select_item. | spyder-ide_spyder | train |
cada79a6d0adff5fae591e93a005fe233e77a8c1 | diff --git a/src/Text.php b/src/Text.php
index <HASH>..<HASH> 100644
--- a/src/Text.php
+++ b/src/Text.php
@@ -28,7 +28,7 @@ class Text
return ucfirst(self::camelize($string, $separator));
}
- public static function deCamelize($string, $separator)
+ public static function deCamelize($string, $... | Added a default decamelizing character | ntentan_utils | train |
cceb0cde9ef6f78d11731ee6435f59bf5f66fa13 | diff --git a/src/qtism/data/content/interactions/TextEntryInteraction.php b/src/qtism/data/content/interactions/TextEntryInteraction.php
index <HASH>..<HASH> 100644
--- a/src/qtism/data/content/interactions/TextEntryInteraction.php
+++ b/src/qtism/data/content/interactions/TextEntryInteraction.php
@@ -14,7 +14,7 @@
*... | ResponseValidityConstraint in TextEntryInteraction. | oat-sa_qti-sdk | train |
8cf8b8a748086e33647a7f3c2235111a1a4223b1 | diff --git a/cli/api/shell.go b/cli/api/shell.go
index <HASH>..<HASH> 100644
--- a/cli/api/shell.go
+++ b/cli/api/shell.go
@@ -152,7 +152,7 @@ func (a *api) RunShell(config ShellConfig, stopChan chan struct{}) (int, error)
if err := svc.EvaluateRunsTemplate(getSvc, findChild); err != nil {
return 1, fmt.Errorf("e... | Rename RunStructs to Commands. | control-center_serviced | train |
e7e64d58c29afffabe89f69623757c9a38b725f8 | diff --git a/mbuild/utils/io.py b/mbuild/utils/io.py
index <HASH>..<HASH> 100644
--- a/mbuild/utils/io.py
+++ b/mbuild/utils/io.py
@@ -36,7 +36,7 @@ The code at {filename}:{line_number} requires the "gsd" package
gsd can be installed with conda using:
-# conda install -c glotzer gsd
+# conda install -c conda-forge... | Use conda-forge instead of the glotzer channel
Glotzer group doesn't maintain their conda channel and instead use `conda-forge` | mosdef-hub_mbuild | train |
00bb48670a2f1b1cf1f29fe4096a060d0b8b71b9 | diff --git a/lib/travis/notification/instrument.rb b/lib/travis/notification/instrument.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/notification/instrument.rb
+++ b/lib/travis/notification/instrument.rb
@@ -43,7 +43,7 @@ module Travis
def serialize(object)
case object
- when NilClass,... | this might not be the best way to fix instrumentation for emails, but sue me | travis-ci_travis-core | train |
57a4fa54d749ce5d424885eba225e329e44bb2d5 | diff --git a/turgles/renderer.py b/turgles/renderer.py
index <HASH>..<HASH> 100644
--- a/turgles/renderer.py
+++ b/turgles/renderer.py
@@ -4,11 +4,10 @@ import pyglet
from turgles.gles20 import * # NOQA
-from turgles.shader import Program, Buffer
+from turgles.shader import Program
from turgles.geometry import... | Removed auto-attribute data loading, as it didn't work as expected | AllTheWayDown_turgles | train |
b13106406222cb27ab0bfcdb165ad913ce973eb1 | diff --git a/lib/solr_wrapper.rb b/lib/solr_wrapper.rb
index <HASH>..<HASH> 100644
--- a/lib/solr_wrapper.rb
+++ b/lib/solr_wrapper.rb
@@ -8,7 +8,7 @@ require 'solr_wrapper/client'
module SolrWrapper
def self.default_solr_version
- '6.4.1'
+ '6.4.2'
end
def self.default_solr_port
diff --git a/spec/l... | Bump solr version to <I> | cbeer_solr_wrapper | train |
3e0ce6de6c8acf678c16314c83b044fed13cf3f1 | diff --git a/raiden/storage/migrations/v19_to_v20.py b/raiden/storage/migrations/v19_to_v20.py
index <HASH>..<HASH> 100644
--- a/raiden/storage/migrations/v19_to_v20.py
+++ b/raiden/storage/migrations/v19_to_v20.py
@@ -61,8 +61,8 @@ def _add_onchain_locksroot_to_channel_new_state_changes(
raiden: RaidenService... | Fix docstring for <I> migration | raiden-network_raiden | train |
fde15ce1ae5540cc645cee4e2db4bc0dba896604 | diff --git a/cmd.py b/cmd.py
index <HASH>..<HASH> 100755
--- a/cmd.py
+++ b/cmd.py
@@ -3,12 +3,12 @@ import binascii
import argparse
import json
-from bitkeylib.client import BitkeyClient
-from bitkeylib.debuglink import DebugLink
-from bitkeylib.protobuf_json import pb2json
+from trezorlib.client import TrezorClie... | Module renamed from bitkeylib to trezorlib | keepkey_python-keepkey | train |
88b884378ecb7e0346b0bf74f7934a7e5c9facb4 | diff --git a/cmd/minikube/cmd/docker-env.go b/cmd/minikube/cmd/docker-env.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/docker-env.go
+++ b/cmd/minikube/cmd/docker-env.go
@@ -249,7 +249,9 @@ var dockerEnvCmd = &cobra.Command{
exit.Error(reason.IfSSHClient, "Error with ssh-add", err)
}
- err = exec.... | Show result from running the ssh-add command | kubernetes_minikube | train |
dbc81e0ede4a430d6ae9059eeae7007bb4c6ae81 | diff --git a/va/validation-authority.go b/va/validation-authority.go
index <HASH>..<HASH> 100644
--- a/va/validation-authority.go
+++ b/va/validation-authority.go
@@ -331,7 +331,7 @@ func (va *ValidationAuthorityImpl) validateTLSWithZName(ctx context.Context, ide
va.log.Info(fmt.Sprintf("TLS-01 connection failure fo... | Improve error messages in validation cases. (#<I>)
* Improve error messages in validation cases.
* Add challenge type to error detail.
This makes the errors easier to search for.
* %v->%s
* Revert boulder-config to master. | letsencrypt_boulder | train |
632680d130022b7c6f50bb06b432153a37962897 | diff --git a/lib/stellar/client.rb b/lib/stellar/client.rb
index <HASH>..<HASH> 100644
--- a/lib/stellar/client.rb
+++ b/lib/stellar/client.rb
@@ -81,7 +81,7 @@ module Stellar
def create_account(options={})
funder = options[:funder]
sequence = options[:sequence] || (account_info(funder).sequence.to... | Update client to use sane fee | stellar_ruby-stellar-sdk | train |
82cef2aae6baa37d092940c44cb7c4ccb30d7c45 | diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -364,16 +364,15 @@ func (s *httpService) getBackend() *httputil.ClientConn {
}
func (s *httpService) handle(req *http.Request, sc *httputil.ServerConn, tls bool) {
- req.Header.Set("X-Request-Start", strconv.FormatInt(time.Now... | router: Fixed issue #<I>, by closing the connection with the backend on every routed request of strowger. | flynn_flynn | train |
5784163878bdced154f7fb9f92f6467df490d0a8 | diff --git a/tests/runner/iframe-fixture.js b/tests/runner/iframe-fixture.js
index <HASH>..<HASH> 100644
--- a/tests/runner/iframe-fixture.js
+++ b/tests/runner/iframe-fixture.js
@@ -2,9 +2,18 @@ define([
'$'
], function($) {
+ var $body = $(document.body);
+
var setUp = function(fixture, suite, done) {... | Changing iframe to append to body | mobify_pinny | train |
15845f64830963c1e33fa2b5ab92974e4d800dc5 | diff --git a/src/Zephyrus/Security/Cryptography.php b/src/Zephyrus/Security/Cryptography.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Security/Cryptography.php
+++ b/src/Zephyrus/Security/Cryptography.php
@@ -8,21 +8,14 @@ class Cryptography
* Cryptographically hash a specified string using the default PHP ... | Removed salt argument for hashing method | dadajuice_zephyrus | train |
6d8eaa414b293269426e66c9a8175a95e9f910c6 | diff --git a/meepo/pub.py b/meepo/pub.py
index <HASH>..<HASH> 100644
--- a/meepo/pub.py
+++ b/meepo/pub.py
@@ -37,6 +37,7 @@ def mysql_pub(mysql_dsn, tables=None, blocking=True, server_id=None, **kwargs):
stream = pymysqlreplication.BinLogStreamReader(
connection_settings=mysql_settings,
blocking... | server_id should be passed in | eleme_meepo | train |
473affd01aa8fac5089720055bdbc7a34551f552 | diff --git a/blob/rollup.config.js b/blob/rollup.config.js
index <HASH>..<HASH> 100644
--- a/blob/rollup.config.js
+++ b/blob/rollup.config.js
@@ -3,7 +3,7 @@ import { uglify } from "rollup-plugin-uglify";
import replace from "rollup-plugin-replace";
import commonjs from "rollup-plugin-commonjs";
import shim from "r... | Comment visualizer from rollup to pass Node.jsv6 build | Azure_azure-storage-js | train |
44f90f4e047e3b8768ea636a2f009fbe3c674c41 | diff --git a/my/pagelib.php b/my/pagelib.php
index <HASH>..<HASH> 100644
--- a/my/pagelib.php
+++ b/my/pagelib.php
@@ -61,6 +61,10 @@ class page_my_moodle extends page_base {
return BLOCK_POS_LEFT;
}
+ function blocks_get_positions() {
+ return array(BLOCK_POS_LEFT, BLOCK_POS_RIGHT);
+ }
+
... | Fixing another warning in my moodle blocks | moodle_moodle | train |
d1913d492368ec9338619b72c90779d77c09b15a | diff --git a/lib/migrate.rb b/lib/migrate.rb
index <HASH>..<HASH> 100644
--- a/lib/migrate.rb
+++ b/lib/migrate.rb
@@ -4,7 +4,7 @@ require_relative 'migration_helpers'
# the pods table, but be independent of each other, we can
# run all trunk migrations first, then all others.
#
-migrate_to :trunk, version: 14
+migr... | [Migrate] Bump trunk version to <I> | CocoaPods_Humus | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.