hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5b6d1e65dcb3a89a62fed89c62dfab0d9c4ef09b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='mimerender',
- version='0.5.2',
+ version='0.5.3',
description='RESTful HTTP Content Negotiation for Flask, Bottle, web.py '
'and webapp2 (Goog... | Bumped version number to <I> | martinblech_mimerender | train |
43541b81decf93c9c707392a480954133fe0a5a3 | diff --git a/core/cache/watcher.go b/core/cache/watcher.go
index <HASH>..<HASH> 100644
--- a/core/cache/watcher.go
+++ b/core/cache/watcher.go
@@ -217,14 +217,26 @@ func (w *stringsWatcherBase) notify(values []string) {
default:
// Already a pending change, so add the new values to the
// pending change.
- cha... | Addition from manadart to avoid potential deadlock. | juju_juju | train |
b4407b8ff11444a2c1e75b8ffd71f9a572eb41d5 | diff --git a/src/Reform/Form/Row/Submit.php b/src/Reform/Form/Row/Submit.php
index <HASH>..<HASH> 100644
--- a/src/Reform/Form/Row/Submit.php
+++ b/src/Reform/Form/Row/Submit.php
@@ -2,7 +2,7 @@
namespace Reform\Form\Row;
-use Reform\Helper\Html;
+use Reform\Form\Renderer\RendererInterface;
/**
* Submit
@@ -1... | Submit row now uses RendererInterface. | glynnforrest_reform | train |
88c5e9a581de2cef990ff29b62b508b492e16669 | diff --git a/src/server/pfs/server/driver.go b/src/server/pfs/server/driver.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/server/driver.go
+++ b/src/server/pfs/server/driver.go
@@ -1994,22 +1994,17 @@ func (d *driver) upsertPutFileRecords(ctx context.Context, file *pfs.File, newRe
recordsCol := d.putFileRecord... | Use the new records so that we don't clobber the Split field | pachyderm_pachyderm | train |
9cce0372ac2f55587997969fe1247bf15152e121 | diff --git a/standalone/build-disk-receiver-stream.js b/standalone/build-disk-receiver-stream.js
index <HASH>..<HASH> 100644
--- a/standalone/build-disk-receiver-stream.js
+++ b/standalone/build-disk-receiver-stream.js
@@ -86,11 +86,15 @@ module.exports = function buildDiskReceiverStream(options, adapter) {
// to ... | Fix bug introduced in prev. commit that would have made files get uploaded to the wrong place. | balderdashy_skipper-disk | train |
1bb8817fb8045d5b7efa77697b1d87a43f6d7baa | diff --git a/src/Faker/Provider/Color.php b/src/Faker/Provider/Color.php
index <HASH>..<HASH> 100644
--- a/src/Faker/Provider/Color.php
+++ b/src/Faker/Provider/Color.php
@@ -18,7 +18,7 @@ class Color
*/
public static function hexColorWithAlpha()
{
- return '#' . str_pad(dechex(mt_rand(1, 4294967... | Fix: Hexadecimal color with Alpha should actually have 4 bytes | refinery29_test-util | train |
71128997584e8d54cc830487fab8a718bc9f271d | diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/FormHelper.php
+++ b/src/View/Helper/FormHelper.php
@@ -2524,10 +2524,8 @@ class FormHelper extends Helper
$options[$type] = [];
}
- // Pass empty opt... | Fix partial empty option for dateTime
When the `empty` option is partially defined for the dateTime method,
only the specified components should have an empty value set.
Fixes #<I> | cakephp_cakephp | train |
3ba99cffe0cc3d2941ebfc28aebbeaabd2fa3b44 | diff --git a/udata/settings.py b/udata/settings.py
index <HASH>..<HASH> 100644
--- a/udata/settings.py
+++ b/udata/settings.py
@@ -439,9 +439,6 @@ class Defaults(object):
API_DOC_EXTERNAL_LINK = 'https://doc.data.gouv.fr/api/reference/'
- # Global banner parameters
- BANNER_ACTIVATED = False
- BANNER_... | deleting banner settings from udata (#<I>)
let's squash, let's merge | opendatateam_udata | train |
a1af36cc8f7a2bce928dae1730b80d3f92859ecf | diff --git a/merb-core/spec/private/dispatch/bootloader_spec.rb b/merb-core/spec/private/dispatch/bootloader_spec.rb
index <HASH>..<HASH> 100644
--- a/merb-core/spec/private/dispatch/bootloader_spec.rb
+++ b/merb-core/spec/private/dispatch/bootloader_spec.rb
@@ -15,7 +15,9 @@ describe Merb::BootLoader::RackUpApplicatio... | anonymous module name is added in <I> | wycats_merb | train |
e945e93d7885a28456507c78235dbaee61d3edc6 | diff --git a/imgaug/augmenters/blur.py b/imgaug/augmenters/blur.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/blur.py
+++ b/imgaug/augmenters/blur.py
@@ -210,8 +210,13 @@ class AverageBlur(Augmenter):
)
for i in sm.xrange(nb_images):
kh, kw = samples[0][i], samples[1][i]
+ ... | Fix AverageBlur dropping single channels | aleju_imgaug | train |
68287e679b6684cd645da636b893f585f7360ad1 | diff --git a/src/Sokil/Uploader/Uploader.php b/src/Sokil/Uploader/Uploader.php
index <HASH>..<HASH> 100755
--- a/src/Sokil/Uploader/Uploader.php
+++ b/src/Sokil/Uploader/Uploader.php
@@ -184,6 +184,16 @@ class Uploader
$transport->upload($targetPath);
+ // check MD5 hash
+ $re... | add checking md5 of uploaded file | sokil_php-upload | train |
104e42cfe0d52451abc1b670fa23ce625cea8ae8 | diff --git a/tests/Predis/Command/ServerCommandTest.php b/tests/Predis/Command/ServerCommandTest.php
index <HASH>..<HASH> 100644
--- a/tests/Predis/Command/ServerCommandTest.php
+++ b/tests/Predis/Command/ServerCommandTest.php
@@ -107,8 +107,8 @@ class ServerCommandTest extends PredisCommandTestCase
// Predis\... | [tests] Fix test executed on current Redis unstable. | nrk_predis | train |
4cb4e2781dda3289d5d4464ab3b2c76fd1f1d9f6 | diff --git a/okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.java b/okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.java
+++ b/okhttp/src/te... | Tests working with JDK<I> | square_okhttp | train |
7df1d39b197580723eefbc4cb592111dba694a79 | diff --git a/sortinghat/db/model.py b/sortinghat/db/model.py
index <HASH>..<HASH> 100644
--- a/sortinghat/db/model.py
+++ b/sortinghat/db/model.py
@@ -44,9 +44,12 @@ class Organization(ModelBase):
name = Column(String(255), nullable=False)
# One-to-Many relationship
- domains = relationship("Domain", bac... | [model] Add 'delete on cascade' action | chaoss_grimoirelab-sortinghat | train |
306753b6a338b8d0c38c46b46467474a99119e46 | diff --git a/lib/puppet/parser/script_compiler.rb b/lib/puppet/parser/script_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/script_compiler.rb
+++ b/lib/puppet/parser/script_compiler.rb
@@ -11,8 +11,8 @@ require 'puppet/pops'
class Puppet::Parser::ScriptCompiler
include Puppet::Parser::AbstractComp... | (PUP-<I>) Drop notion of code_id in ScriptCompiler
The code_id was not used and is therefore dropped.
This also fixes a couple of typos in comments | puppetlabs_puppet | train |
f9f83f8f9e1e7c0011c808c4ebc6405ff04ab84e | diff --git a/src/com/google/javascript/jscomp/colors/ObjectColor.java b/src/com/google/javascript/jscomp/colors/ObjectColor.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/colors/ObjectColor.java
+++ b/src/com/google/javascript/jscomp/colors/ObjectColor.java
@@ -25,10 +25,6 @@ import com.google.... | Add an isInvalidating field to serialized types & colors
PiperOrigin-RevId: <I> | google_closure-compiler | train |
efc0c434b3b472f0539ec890a57a79799165d823 | diff --git a/features/ruby/step_definitions/pd_infection_steps.rb b/features/ruby/step_definitions/pd_infection_steps.rb
index <HASH>..<HASH> 100644
--- a/features/ruby/step_definitions/pd_infection_steps.rb
+++ b/features/ruby/step_definitions/pd_infection_steps.rb
@@ -32,8 +32,8 @@ Given(/^a patient has a recently re... | Updated pd_infection_steps.rb for peritonitis_episodes with changed date names. | airslie_renalware-core | train |
607a79daf29cc2233d7fbac4d84a96b64ea989ab | diff --git a/classes/ValidFormBuilder/Area.php b/classes/ValidFormBuilder/Area.php
index <HASH>..<HASH> 100644
--- a/classes/ValidFormBuilder/Area.php
+++ b/classes/ValidFormBuilder/Area.php
@@ -396,7 +396,7 @@ class Area extends Base
$strOutput .= "</fieldset>\n";
if ($intCount == $this->getDynamic... | Make sure dynamic checkboxes are added to dynamic html | validformbuilder_validformbuilder | train |
b364d648f2e4071c750d9d8fdf000f8dce936a0a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name = "deco",
- version = "0.5.1",
+ version = "0.5.2",
description = "A decorator for concurrency",
packages = ["deco"],
author='Alex Sherman', | Increment version number, includes bug fixes for synchronized decorator and KeyboardInterrupt handling | alex-sherman_deco | train |
c1efc6beee91ba07dfc4d2075925a2ef00a0fbd6 | diff --git a/tests/TestHelper.php b/tests/TestHelper.php
index <HASH>..<HASH> 100644
--- a/tests/TestHelper.php
+++ b/tests/TestHelper.php
@@ -333,6 +333,7 @@ class TestHelper
$event = $this->testCase->getMock($class);
$event
+ ->expects($this->testCase->any())
->method('aggr... | Added expects() call to mocks | simple-es_event-sourcing | train |
8acb433305414b07bff24dd4fa8a7fd229f52d78 | diff --git a/tests/fixtures/project-1/mup.old.js b/tests/fixtures/project-1/mup.old.js
index <HASH>..<HASH> 100644
--- a/tests/fixtures/project-1/mup.old.js
+++ b/tests/fixtures/project-1/mup.old.js
@@ -1,5 +1,8 @@
var config = require('./mup.js');
+config.meteor = config.app;
+delete config.app;
+
config.meteor.pa... | Fix test for deploying Meteor <I> | zodern_meteor-up | train |
92b59a56d19b2e9ea733a33d45af93842b195880 | diff --git a/admin/uploaduser.php b/admin/uploaduser.php
index <HASH>..<HASH> 100644
--- a/admin/uploaduser.php
+++ b/admin/uploaduser.php
@@ -28,6 +28,7 @@ require_once($CFG->libdir.'/adminlib.php');
require_once($CFG->libdir.'/csvlib.class.php');
require_once($CFG->dirroot.'/user/profile/lib.php');
require_once($C... | MDL-<I> add support for uploading of users to cohorts via csv | moodle_moodle | train |
936c993662230132e68fbe4918d1754b365d68ec | diff --git a/isort/settings.py b/isort/settings.py
index <HASH>..<HASH> 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -30,7 +30,7 @@ from collections import namedtuple
from pies.overrides import *
-MAX_CONFIG_SEARCH_DEPTH = 20 # The number '..' directories isort will look for config file within
+MAX_CO... | Bump search depth to <I> | timothycrosley_isort | train |
2a41abbff8dc202d53c7d4655cbad4f4fc1d81a6 | diff --git a/lib/attribute.js b/lib/attribute.js
index <HASH>..<HASH> 100644
--- a/lib/attribute.js
+++ b/lib/attribute.js
@@ -118,15 +118,19 @@ Attribute.prototype.parse = function(ber) {
Attribute.prototype.toBer = function(ber) {
assert.ok(ber);
- var vals = [];
- this._vals.forEach(function(v) {
- vals.p... | GH-<I>: Write attribute values as raw binary, rather than as strings | joyent_node-ldapjs | train |
78f64945ab05fd8a8dbdac02d0bade5ddce920ee | diff --git a/lib/contracts/blockchain.js b/lib/contracts/blockchain.js
index <HASH>..<HASH> 100644
--- a/lib/contracts/blockchain.js
+++ b/lib/contracts/blockchain.js
@@ -13,7 +13,7 @@ class Blockchain {
this.initWeb3();
}
this.registerServiceCheck();
- this.registerAccountRequests();
+ this.regi... | remove web3 dependency from deploy tracker; use request instead to get block | embark-framework_embark | train |
336707a69ba116c96b9a476eae1cc610e7a09405 | diff --git a/katversion/version.py b/katversion/version.py
index <HASH>..<HASH> 100644
--- a/katversion/version.py
+++ b/katversion/version.py
@@ -59,11 +59,11 @@ def is_svn(path=None):
return False
-def date_version(scm_type=None):
+def date_version(scm=None):
"""Generate a version string based on th... | Rename filename -> path as it is more correct
Clear up the logic used to normalise the path. Also standardise
scm_type -> scm. Start reducing default arguments for functions that don't
use them. | ska-sa_katversion | train |
f3a9839dfa543cedea91033b2680b981d92e15ea | diff --git a/stp_zmq/zstack.py b/stp_zmq/zstack.py
index <HASH>..<HASH> 100644
--- a/stp_zmq/zstack.py
+++ b/stp_zmq/zstack.py
@@ -552,6 +552,11 @@ class ZStack(NetworkInterface):
if self.handlePingPong(msg, frm, ident):
continue
+
+ if ident not in self.remotesByKeys:
+ ... | do not send to disconnected remotes; do not receive from disconnected remotes | hyperledger_indy-plenum | train |
d663960dc773696b7311594ac7e3be45bbd2a9ef | diff --git a/internetarchive/item.py b/internetarchive/item.py
index <HASH>..<HASH> 100644
--- a/internetarchive/item.py
+++ b/internetarchive/item.py
@@ -30,9 +30,11 @@ from internetarchive import __version__
log = getLogger(__name__)
+
@functools.total_ordering
class BaseItem(object):
EXCLUDED_ITEM_METADA... | Fix warnings found by Travis-ci | jjjake_internetarchive | train |
42f493a42e30b4797c52e06bd75835195f0917ef | diff --git a/src/main/java/net/bootsfaces/component/ajax/AJAXRenderer.java b/src/main/java/net/bootsfaces/component/ajax/AJAXRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/bootsfaces/component/ajax/AJAXRenderer.java
+++ b/src/main/java/net/bootsfaces/component/ajax/AJAXRenderer.java
@@ -179,10 +179,1... | fixed a NPE caused by #<I> | TheCoder4eu_BootsFaces-OSP | train |
0f7065f6b1f0653dfa4c2b7a9889be32731ddb8b | diff --git a/packer/core.go b/packer/core.go
index <HASH>..<HASH> 100644
--- a/packer/core.go
+++ b/packer/core.go
@@ -186,7 +186,7 @@ func (c *Core) Build(n string) (Build, error) {
// -except skips post-processor & build
foundExcept := false
for _, except := range c.except {
- if except == rawP.Name {
... | post-processor except: don't match empty names | hashicorp_packer | train |
f16e206cd72f1d4494cc7ae9bac47bdab90fb41d | diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpFoundation/Request.php
+++ b/src/Symfony/Component/HttpFoundation/Request.php
@@ -308,7 +308,12 @@ class Request
// FIXME: populate $_FILE... | [HttpFoundation] added missing CONTENT_TYPE and CONTENT_LENGTH to the Request headers (these two headers are not prefixes with HTTP_ -- as per the CGI/<I> spec, closes #<I>) | symfony_symfony | train |
7eb6e58308786ded393fceecaf89a959806b8de3 | diff --git a/lib/puppet/resource/catalog.rb b/lib/puppet/resource/catalog.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/resource/catalog.rb
+++ b/lib/puppet/resource/catalog.rb
@@ -333,6 +333,8 @@ class Puppet::Resource::Catalog < Puppet::Graph::SimpleGraph
result.environment = environment
end
+ resu... | (PUP-<I>) Set a stub environment_instance when deserializing catalog
The environment is not transferred over the wire, and the agent should
not care about an environment. But because master and agent share the
same code, when the agent deserializes a Catalog, it now needs an
environment_instance to reference. We are... | puppetlabs_puppet | train |
be2bcc9bd6fb9388e039b03a5473a291a108afde | diff --git a/test/contact.js b/test/contact.js
index <HASH>..<HASH> 100644
--- a/test/contact.js
+++ b/test/contact.js
@@ -408,6 +408,7 @@ describe('Contact', function() {
it('should throw error when given an unsaved Email', function (done) {
var contact = api.Contacts.newContact... | - Removed Tags test
- More fixes for the Contact creation limitations | wix-incubator_wix-hive-node | train |
036dc9d22f66a07edc1725d56c74b2f8abdd1122 | diff --git a/aeron-core/src/test/java/uk/co/real_logic/aeron/AeronTest.java b/aeron-core/src/test/java/uk/co/real_logic/aeron/AeronTest.java
index <HASH>..<HASH> 100644
--- a/aeron-core/src/test/java/uk/co/real_logic/aeron/AeronTest.java
+++ b/aeron-core/src/test/java/uk/co/real_logic/aeron/AeronTest.java
@@ -56,10 +56... | [Java:] Remove unused constants from test. | real-logic_aeron | train |
5005ea4d0e2db640364e5e03e3eb3c22fca0d2c0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -45,6 +45,14 @@ async function register (server, options) {
if (!validTags || (allTags && levels.indexOf(allTags) < 0)) {
throw new Error('invalid tag levels')
}
+ var nullLogger
+ var ignoreTable = {}
+ if (opti... | First pass at `ignorePaths` | pinojs_hapi-pino | train |
28d4b14c3319c52c7602fd2706f70c3cc423618b | diff --git a/h2o-core/src/main/java/water/rapids/BinaryMerge.java b/h2o-core/src/main/java/water/rapids/BinaryMerge.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/rapids/BinaryMerge.java
+++ b/h2o-core/src/main/java/water/rapids/BinaryMerge.java
@@ -373,8 +373,8 @@ public class BinaryMerge extends ... | Overflow bugs thanks to Amy's testing fixed by changing (int) (numerator expression)/denominator to (int) ((numerator expression) / denominator) | h2oai_h2o-3 | train |
58c1b5d2c28340eb5f6b1455423952fe8f697ff6 | diff --git a/lib/hive/execution_script.rb b/lib/hive/execution_script.rb
index <HASH>..<HASH> 100644
--- a/lib/hive/execution_script.rb
+++ b/lib/hive/execution_script.rb
@@ -52,7 +52,7 @@ module Hive
def run
@log.info 'bash.rb - Writing script out to file'
File.open(@path, 'w') do |f|
- f.wri... | Run execution script as a login shell | bbc_hive-runner | train |
5a1bfeabb0be6743246e0d7e720a0dc4a059b01e | diff --git a/classes/PodsUI.php b/classes/PodsUI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsUI.php
+++ b/classes/PodsUI.php
@@ -2263,8 +2263,9 @@ class PodsUI {
if ( !$params->full ) {
$this->data = $this->pods_data->data;
- if ( !empty( $this->data ) )
- ... | Fixes for Admin UI | pods-framework_pods | train |
893817f763131b62778a54378f3897cadf50bd45 | diff --git a/spec/unit/network/authconfig_spec.rb b/spec/unit/network/authconfig_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/network/authconfig_spec.rb
+++ b/spec/unit/network/authconfig_spec.rb
@@ -12,7 +12,7 @@ describe Puppet::Network::AuthConfig do
FileTest.stubs(:exists?).returns(true)
File.stu... | (#<I>) Fix badly stubbed Time object in test
Ruby <I> won't allow to_i to be called on a symbol. It results in the
error:
undefined method `to_i' for :now:Symbol | puppetlabs_puppet | train |
2ab84703d94fcd1a5ddf57aade4650c0944eae13 | diff --git a/concurrency/fields.py b/concurrency/fields.py
index <HASH>..<HASH> 100755
--- a/concurrency/fields.py
+++ b/concurrency/fields.py
@@ -84,51 +84,6 @@ class AutoIncVersionField(VersionField):
return value
-# class DateTimeVersionField(VersionField):
-# """
-# Version Field that use d... | removed commented out Date*VersionFields | saxix_django-concurrency | train |
2053012a5a5b36643df87cf09ab7c5226e15ed94 | diff --git a/functests/test3/functest.py b/functests/test3/functest.py
index <HASH>..<HASH> 100755
--- a/functests/test3/functest.py
+++ b/functests/test3/functest.py
@@ -13,6 +13,7 @@ from __future__ import print_function
from difflib import ndiff
import hashlib
import io
+import locale
import os
import platform
... | i think i fixed all rfrecs to a specific encoding
going to test it | tonyfischetti_sake | train |
4c9089c0bff0ea5b6d4e51c16f469d2ece407c84 | diff --git a/src/collectors/aurora/aurora.py b/src/collectors/aurora/aurora.py
index <HASH>..<HASH> 100644
--- a/src/collectors/aurora/aurora.py
+++ b/src/collectors/aurora/aurora.py
@@ -37,9 +37,12 @@ class AuroraCollector(diamond.collector.Collector):
for line in response.readlines():
properties... | AuroraCollector: simplify self.publish call | python-diamond_Diamond | train |
a4c7ac001650cbcec8baf7e7d7ba8c1c69a0c2de | diff --git a/lib/pliny/commands/generator.rb b/lib/pliny/commands/generator.rb
index <HASH>..<HASH> 100644
--- a/lib/pliny/commands/generator.rb
+++ b/lib/pliny/commands/generator.rb
@@ -37,20 +37,10 @@ module Pliny::Commands
method_option :paranoid, type: :boolean, default: false, desc: 'adds paranoid support to ... | Use the other tasks in #scaffold | interagent_pliny | train |
812f15574f94b0882c99d520b25483c6e777e3c5 | diff --git a/bench.js b/bench.js
index <HASH>..<HASH> 100644
--- a/bench.js
+++ b/bench.js
@@ -1,15 +1,24 @@
var TIMEOUT = 1000000;
+function hasArguments (fn) {
+ var fnStr = fn.toString();
+ return (fnStr.indexOf('(') + 1) < fnStr.indexOf(')');
+}
+
module.exports = function (name, options) {
describe('', fu... | Add ability to specify an async test the same way you do in Mocha except for the fact that it's a deferred object not a function because we can't change that. | skatejs_build | train |
b0aa3836ff8d6af92846ca568b34053ed270f24a | diff --git a/plyfile.py b/plyfile.py
index <HASH>..<HASH> 100644
--- a/plyfile.py
+++ b/plyfile.py
@@ -110,12 +110,12 @@ def make2d(array, cols=None, dtype=None):
class _PlyParser(object):
def __init__(self):
- self.ply = None
self.format = None
self.elements = []
self.comments... | Track legal keywords in parser state | dranjan_python-plyfile | train |
99704a317ae4649d649d547f6f3655087668b5cf | diff --git a/tests/test_plugin.py b/tests/test_plugin.py
index <HASH>..<HASH> 100644
--- a/tests/test_plugin.py
+++ b/tests/test_plugin.py
@@ -13,27 +13,28 @@ class Test(TestCase):
def test_pref(self):
with Display(visible=0, size=(800, 600)) as vd:
- BackendLoader().set_preference(["pygtk", ... | test: skip failed tests for py<I> | ponty_psidialogs | train |
875f67528481a3b9bb2be891d9d44eaa741b6f2f | diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -23,7 +23,7 @@ module ActiveModel
# The requirements to imp... | Fix grammar/style: pluralize 'each of its method'
[ci skip] | rails_rails | train |
b5be98c31eebc258b6077bfcb9af54fcecdadf95 | diff --git a/ake.go b/ake.go
index <HASH>..<HASH> 100644
--- a/ake.go
+++ b/ake.go
@@ -333,7 +333,6 @@ func (c *Conversation) processEncryptedSig(encryptedSig []byte, theirMAC []byte,
c.keys.theirKeyID = keyID
- //zero(c.theirLastCtr[:])
return nil
}
diff --git a/data_message_test.go b/data_message_test.go
i... | Using same error as libotr to handle invalid sender/recipient keys ID | coyim_otr3 | train |
01dbffe49563e56aeda03e95121742aee87c6a21 | diff --git a/src/Jira/Api.php b/src/Jira/Api.php
index <HASH>..<HASH> 100644
--- a/src/Jira/Api.php
+++ b/src/Jira/Api.php
@@ -72,6 +72,9 @@ class Api
AuthenticationInterface $authentication,
ClientInterface $client = null
) {
+ //Regular expression to remove trailing slash
+ $endpo... | Fixed trailing slash in URL
Added regular expression to remove trailing slash if included in URL. Api::__construct | chobie_jira-api-restclient | train |
bbb9137c323316d6de04e15d42cf6dc47a889fcc | diff --git a/tools/nni_cmd/nnictl_utils.py b/tools/nni_cmd/nnictl_utils.py
index <HASH>..<HASH> 100644
--- a/tools/nni_cmd/nnictl_utils.py
+++ b/tools/nni_cmd/nnictl_utils.py
@@ -11,7 +11,6 @@ import shutil
import subprocess
from functools import cmp_to_key
from datetime import datetime, timezone
-from pathlib impor... | Fix nnictl experiment delete (#<I>) | Microsoft_nni | train |
fc93aa792f59f7498f19efca4ca45f38481f6c82 | diff --git a/app/presenters/work_usage.rb b/app/presenters/work_usage.rb
index <HASH>..<HASH> 100644
--- a/app/presenters/work_usage.rb
+++ b/app/presenters/work_usage.rb
@@ -3,10 +3,10 @@
# and prepares it for visualization in /app/views/stats/work.html.erb
class WorkUsage
- attr_accessor :id, :created, :path, :p... | Display the work title on the work statistics page
Previously it was displaying nothing because `@generic_work` was nil | samvera_hyrax | train |
766b90976dae8afcdc612b08a876f5861849e17b | diff --git a/plugins/database/mssql/mssql.go b/plugins/database/mssql/mssql.go
index <HASH>..<HASH> 100644
--- a/plugins/database/mssql/mssql.go
+++ b/plugins/database/mssql/mssql.go
@@ -142,6 +142,51 @@ func (m *MSSQL) RenewUser(statements dbplugin.Statements, username string, expir
// then kill pending connections f... | If user provides a revocation statement for MSSQL plugin honor it | hashicorp_vault | train |
56f4692ebd7b282dfb38c12ce4bcf8bf6298a40a | diff --git a/jawa/util/utf.py b/jawa/util/utf.py
index <HASH>..<HASH> 100644
--- a/jawa/util/utf.py
+++ b/jawa/util/utf.py
@@ -39,10 +39,10 @@ def decode_modified_utf8(s):
v, w, x, y, z = s[ix:ix+6]
ix += 5
x = 0x10000 + (
- ((v & 0x0F) << 16)
- + ((w... | Binary operator after newline (W<I>) | TkTech_Jawa | train |
b035f64543223bfe635bf8e370310afa477c88a5 | diff --git a/spec/notifier_options_spec.rb b/spec/notifier_options_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/notifier_options_spec.rb
+++ b/spec/notifier_options_spec.rb
@@ -18,6 +18,25 @@ describe Flapjack::NotifierOptions do
options.host.should == "localhost"
end
+ # beanstalk port
+ it "should accep... | added option parsing for beanstalkd port number | flapjack_flapjack | train |
fcc09a5895d401a1ad8935c296dd4c2018fa77b8 | diff --git a/oa-oauth/lib/omniauth/strategies/google.rb b/oa-oauth/lib/omniauth/strategies/google.rb
index <HASH>..<HASH> 100644
--- a/oa-oauth/lib/omniauth/strategies/google.rb
+++ b/oa-oauth/lib/omniauth/strategies/google.rb
@@ -20,6 +20,8 @@ module OmniAuth
:authorize_path => '/accounts/OAuthAuthorizeToke... | Allow for user setting of Google OAuth scope. Closes #<I>. | omniauth_omniauth | train |
67a580a9db8a01693e9ff490f328959d84dc28be | diff --git a/lib/binding/DeviceFactory.js b/lib/binding/DeviceFactory.js
index <HASH>..<HASH> 100644
--- a/lib/binding/DeviceFactory.js
+++ b/lib/binding/DeviceFactory.js
@@ -49,6 +49,24 @@ var DeviceFactory = EntityFactory.extend(/** @lends binding.DeviceFactory.protot
push(pushMessage, doneCallback, failCallback) ... | add missing jsdoc for PushMessage in DeviceFactory | Baqend_js-sdk | train |
1f27f945e646e08b2ca6fb53c07d2e6f9e45e764 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -461,7 +461,7 @@ window.CodeMirror = (function() {
var positionsChangedFrom = Infinity;
if (cm.options.lineNumbers)
for (var i = 0; i < changes.length; ++i)
- if (cha... | Fix linenumbers when undoing multiple changes | codemirror_CodeMirror | train |
a0670bced1a930b39cada78b397b354c41d388cf | diff --git a/src/type/schema.js b/src/type/schema.js
index <HASH>..<HASH> 100644
--- a/src/type/schema.js
+++ b/src/type/schema.js
@@ -23,12 +23,9 @@ import type {
GraphQLObjectType,
GraphQLInterfaceType,
} from './definition';
+import type { GraphQLDirective } from './directives';
import { __Schema } from './i... | Flow: use only type imports for importing types (#<I>) | graphql_graphql-js | train |
697b6c275716f5571ac4eb85c5964af59c123684 | diff --git a/test/product/test_products.py b/test/product/test_products.py
index <HASH>..<HASH> 100644
--- a/test/product/test_products.py
+++ b/test/product/test_products.py
@@ -59,8 +59,8 @@ def test_sso190():
name=keycloak_name,
... | Fix DA issue on RH-SSO <I> and adding dependencies to RH-SSO <I> | project-ncl_pnc-cli | train |
05b3080872bed789ae22a2ca15919f5f16a12759 | diff --git a/src/Kunstmaan/TranslatorBundle/DataFixtures/ORM/TranslationFixtures.php b/src/Kunstmaan/TranslatorBundle/DataFixtures/ORM/TranslationFixtures.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/TranslatorBundle/DataFixtures/ORM/TranslationFixtures.php
+++ b/src/Kunstmaan/TranslatorBundle/DataFixtures/ORM/T... | Check for existing translations, before inserting fixtures | Kunstmaan_KunstmaanBundlesCMS | train |
7fbc3b360f98c7bf7ae2d79fdc27ec57850b0937 | diff --git a/src/js/components/InfiniteScroll/InfiniteScroll.js b/src/js/components/InfiniteScroll/InfiniteScroll.js
index <HASH>..<HASH> 100644
--- a/src/js/components/InfiniteScroll/InfiniteScroll.js
+++ b/src/js/components/InfiniteScroll/InfiniteScroll.js
@@ -13,6 +13,9 @@ import {
} from '../../utils';
import { B... | Handle DataTable data reset with InfiniteScroll (#<I>)
* Handle DataTable data reset with InfiniteScroll
* Code refactor
* Reuse similar code | grommet_grommet | train |
767ba5053aa4d9add4c65a1dca5845d381e41373 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -119,6 +119,32 @@ module.exports = {
test.done();
},
+ testDefaultFunctionDeclarationExport: function(test) {
+ var babelOptions = getBabelOptions(path.resolve('foo/bar.js'));
+ var result = ba... | Additional tests for default exports
Including exporting class and function declarations | mairatma_babel-plugin-globals | train |
c4f66aed9bbdcd5f832eea254f7569f63f403060 | diff --git a/regions/shapes/tests/test_line.py b/regions/shapes/tests/test_line.py
index <HASH>..<HASH> 100644
--- a/regions/shapes/tests/test_line.py
+++ b/regions/shapes/tests/test_line.py
@@ -57,11 +57,11 @@ class TestLineSkyRegion(BaseTestSkyRegion):
if ASTROPY_LT_13:
expected_repr = ('<LineSkyRegio... | Fix line test with Astropy < <I> | astropy_regions | train |
3d89093f977ad81487be6191042baaf754bc252e | diff --git a/provider.go b/provider.go
index <HASH>..<HASH> 100644
--- a/provider.go
+++ b/provider.go
@@ -100,6 +100,7 @@ func createTokenPair(token string, p *policy) (string, error) {
}
func Provide(c *gin.Context) {
+ requestStartTime := time.Now()
state.RLock()
status := state.Status
token := state.Token... | Clarify sleep loop explaination, time provide token request. | nemosupremo_vault-gatekeeper | train |
ad37f1c1d13198bcfa5c131992ede49783065179 | diff --git a/test/modular/Mocha6.js b/test/modular/Mocha6.js
index <HASH>..<HASH> 100644
--- a/test/modular/Mocha6.js
+++ b/test/modular/Mocha6.js
@@ -49,10 +49,6 @@ export class Mocha6 extends Mocha {
then(() => {
this.suite.emit('require', global, file, this);
this.suite.emit('pos... | Move error logging from Mocha6 to TraceurTestRunner.
If the test setup fails in one file, the Promise.all rejects other promises,
causing us to see repeats of the same error message. Move the error message
outside of the loop so we only see one
Review URL: <URL> | google_traceur-compiler | train |
506d5728225fc6e60cc2242b62fc028b11ee2ac1 | diff --git a/satpy/readers/goes_imager_nc.py b/satpy/readers/goes_imager_nc.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/goes_imager_nc.py
+++ b/satpy/readers/goes_imager_nc.py
@@ -718,14 +718,13 @@ class GOESNCBaseFileHandler(BaseFileHandler):
sampling = SAMPLING_NS_IR
pix_size = AL... | Fix creation of area defs
Use positional keyword arguments for compatibility with both
older and newer pyresample versions | pytroll_satpy | train |
51f4c04ab8e470b5a610d7fd45c9183f2becf2a4 | diff --git a/web/concrete/src/Console/Command/GenerateIDESymbolsCommand.php b/web/concrete/src/Console/Command/GenerateIDESymbolsCommand.php
index <HASH>..<HASH> 100644
--- a/web/concrete/src/Console/Command/GenerateIDESymbolsCommand.php
+++ b/web/concrete/src/Console/Command/GenerateIDESymbolsCommand.php
@@ -26,7 +26,... | Error if an unrecognized argument is received
Former-commit-id: <I>c<I>cf<I>f<I>fc<I>a<I>ca<I>bd<I>c<I>c
Former-commit-id: <I>b<I>e<I>af<I>bc1ac<I>fce6f2a6a3b<I>f1bb | concrete5_concrete5 | train |
cd72159533019e29d5fcee8e81256726048b68d3 | diff --git a/salt/modules/glusterfs.py b/salt/modules/glusterfs.py
index <HASH>..<HASH> 100644
--- a/salt/modules/glusterfs.py
+++ b/salt/modules/glusterfs.py
@@ -6,10 +6,11 @@ from __future__ import absolute_import
# Import python libs
import logging
-try:
- from shlex import quote as _cmd_quote
-except ImportE... | Use shlex_quote from six | saltstack_salt | train |
a830828c210dac08761dc965959c84180de0d129 | diff --git a/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/listener/HttpServerChannelInitializer.java b/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/listener/HttpServerChannelInitializer.java
index <HASH>..<HASH> 100644
--- a/components/org.... | Rename trace logger in redirect channel initializer and rename access logger name | wso2_transport-http | train |
a49f9fd7e188173e4ed45beb80fd41190c2d7602 | diff --git a/lib/schema.js b/lib/schema.js
index <HASH>..<HASH> 100644
--- a/lib/schema.js
+++ b/lib/schema.js
@@ -17,10 +17,13 @@ var Schema = DocumentType.extend({
}
},
stream: function() {
- var schema = this;
- return es.map(function(doc, done) {
- schema.parse(doc);
- done();
+ var th... | passing stream events through to schema object. | mongodb-js_mongodb-schema | train |
5b16d4fe69caf98f7b059c6fec41747f289a7631 | diff --git a/cxx-squid/src/test/java/org/sonar/cxx/preprocessor/IfExpressionsTest.java b/cxx-squid/src/test/java/org/sonar/cxx/preprocessor/IfExpressionsTest.java
index <HASH>..<HASH> 100644
--- a/cxx-squid/src/test/java/org/sonar/cxx/preprocessor/IfExpressionsTest.java
+++ b/cxx-squid/src/test/java/org/sonar/cxx/prepr... | Whitespace revisited: more testing | SonarOpenCommunity_sonar-cxx | train |
7767524a8cef062fb0838aad9ae70e331ee97499 | diff --git a/Util/Str.php b/Util/Str.php
index <HASH>..<HASH> 100644
--- a/Util/Str.php
+++ b/Util/Str.php
@@ -128,40 +128,70 @@ class Str extends Helper
/**
* Checks if string begins with specified part.
*
- * @param string $str
- * @param string $beginsWith
+ * @param string $str... | Str::{beginsWith|endsWith|contains}() can get an array as param | PHPColibri_framework | train |
a3d58665ad429c6a11fa22df8be1f8da51aac55b | diff --git a/builtin/providers/test/diff_apply_test.go b/builtin/providers/test/diff_apply_test.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/test/diff_apply_test.go
+++ b/builtin/providers/test/diff_apply_test.go
@@ -130,7 +130,7 @@ func TestDiffApply_set(t *testing.T) {
"id": ... | use LegacyResourceSchema
rather than the previous .CoreConfigSchemaForShimming | hashicorp_terraform | train |
6239fa4f56d33175a1b60e610e97ee344256257f | diff --git a/sanic/response.py b/sanic/response.py
index <HASH>..<HASH> 100644
--- a/sanic/response.py
+++ b/sanic/response.py
@@ -149,6 +149,12 @@ class HTTPResponse(BaseHTTPResponse):
self.headers = Header(headers or {})
self._cookies = None
+ if body_bytes:
+ warnings.warn(
+ ... | Deprecate body_bytes to merge into body (#<I>) | huge-success_sanic | train |
4ee1d4c6d7c1db32911d9192e445e577824e1c33 | diff --git a/pycdlib/udf.py b/pycdlib/udf.py
index <HASH>..<HASH> 100644
--- a/pycdlib/udf.py
+++ b/pycdlib/udf.py
@@ -2911,7 +2911,7 @@ class UDFFileEntry(object):
def file_identifier(self):
'''
- A method to get the name of this UDF File Entry as a bytes string.
+ A method to get the nam... | Add in a test for UDF directory overflow. | clalancette_pycdlib | train |
37592863802c106d086202e11cdd3ee83aa4104e | diff --git a/angular-tree-control.js b/angular-tree-control.js
index <HASH>..<HASH> 100644
--- a/angular-tree-control.js
+++ b/angular-tree-control.js
@@ -110,9 +110,9 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
selectedNode: "=?",
select... | Change function bindings to optional bindings.
- They are all covered by individual `if` statements anyway (#L<I>, #L<I>, #L<I>).
- Fixes right click triggering a selection, even if no external function is specified (Tree template no longer includes tree-right-click for an empty angular `parentGet` function). | wix_angular-tree-control | train |
8e7f97f656345e7a7edc7b29f6925317c73af8de | diff --git a/lib/actions.js b/lib/actions.js
index <HASH>..<HASH> 100644
--- a/lib/actions.js
+++ b/lib/actions.js
@@ -688,7 +688,7 @@ exports.getScreenshot = async function (captureOptions = {}, returnBinary = fals
* @property {boolean} fromSurface - Capture the screenshot from the surface, rather than the view. ... | Fix screenshots bug
Before, calling saveScreenshot() would fail. You had to pass and empty options object. | LucianoGanga_simple-headless-chrome | train |
3b5fb7b7c71067a59207d72d9f718e82aa1cdbd4 | diff --git a/test/distributor-remote-test-as-root.js b/test/distributor-remote-test-as-root.js
index <HASH>..<HASH> 100644
--- a/test/distributor-remote-test-as-root.js
+++ b/test/distributor-remote-test-as-root.js
@@ -22,6 +22,7 @@ var assert = require("assert"),
http = require("http"),
querystring = require... | make sure feeds on remote objects are on remote server | pump-io_pump.io | train |
aa97dc009c0693b22f37ad38620346780246cdf3 | diff --git a/elasticsearch-model/test/integration/active_record_import_test.rb b/elasticsearch-model/test/integration/active_record_import_test.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-model/test/integration/active_record_import_test.rb
+++ b/elasticsearch-model/test/integration/active_record_import_test.rb
@... | [MODEL] Use default scope on ActiveRecord model when importing (#<I>) | elastic_elasticsearch-rails | train |
948dfcf751ddfcf421cc6e559b27f958a8eb8bcd | diff --git a/pkg/kvstore/etcd.go b/pkg/kvstore/etcd.go
index <HASH>..<HASH> 100644
--- a/pkg/kvstore/etcd.go
+++ b/pkg/kvstore/etcd.go
@@ -1285,6 +1285,7 @@ func (e *etcdClient) DeleteIfLocked(ctx context.Context, key string, lock KVLock
defer func() { Trace("DeleteIfLocked", err, logrus.Fields{fieldKey: key}) }()
... | kvstore: fix ratelimiting for DeleteIfLocked backend operation | cilium_cilium | train |
306a99f998da3f62db0ba4cc9cdb592d29a3fc52 | diff --git a/libcnml/libcnml.py b/libcnml/libcnml.py
index <HASH>..<HASH> 100644
--- a/libcnml/libcnml.py
+++ b/libcnml/libcnml.py
@@ -289,7 +289,7 @@ class CNMLDevice(object):
"""
This CNMLDevice class represents a device of a node in the network
"""
- def __init__(self, did, name, firmware, status, ... | Expose mainipv4 in CNMLDevice | PabloCastellano_libcnml | train |
334aa7fe1c8192cb181d9e6fd9d2f91e7be5efdb | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/Moco.java b/moco-core/src/main/java/com/github/dreamhead/moco/Moco.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/Moco.java
+++ b/moco-core/src/main/java/com/github/dreamhead/moco/Moco.java
@@ -6,16 +6,44 @@ import ... | reintroduced package import in Moco publish interface | dreamhead_moco | train |
bd17991d38ec0403e59a4a35731716a741b49298 | diff --git a/src/toolshed/files.py b/src/toolshed/files.py
index <HASH>..<HASH> 100644
--- a/src/toolshed/files.py
+++ b/src/toolshed/files.py
@@ -6,7 +6,6 @@ import os
import os.path as op
from itertools import izip
import urllib
-from collections import OrderedDict
import gzip
import bz2
@@ -17,6 +16,21 @@ dia... | proper handling of errors for subprocs. | brentp_toolshed | train |
f0ad8daa9ce8699f04212cc2c92e6bf210b670ae | diff --git a/admin/jqadm/src/Admin/JQAdm/Group/Standard.php b/admin/jqadm/src/Admin/JQAdm/Group/Standard.php
index <HASH>..<HASH> 100644
--- a/admin/jqadm/src/Admin/JQAdm/Group/Standard.php
+++ b/admin/jqadm/src/Admin/JQAdm/Group/Standard.php
@@ -55,13 +55,7 @@ class Standard
$view->item = $manager->getItem( $id );... | Use parent methods for calling subparts in group panel | aimeos_ai-admin-jqadm | train |
a9b69bf77bbb0bcb650fa87f46c1474e3a0c9106 | diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClasspathFinder.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClasspathFinder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClasspathFinder.java
+++ b/src/main/java... | Restore parent classloader addition from a couple of commits back (#<I>) | classgraph_classgraph | train |
e4134ef6205ed228a60d6e8cffebd418740fa1bc | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ New in Version 1.15 (unreleased)
- iOS 8.1 added
- Wearable device category added with detection of Google Glass
- Chrome OS added
+- Windows 10 added
Javadoc
-------
diff --git a/src/main/java/eu/bit... | Add support for Windows <I> | HaraldWalker_user-agent-utils | train |
15e34d295dd8d7b89373fb42958e12aba377da66 | diff --git a/lib/citesight.rb b/lib/citesight.rb
index <HASH>..<HASH> 100644
--- a/lib/citesight.rb
+++ b/lib/citesight.rb
@@ -22,19 +22,18 @@ class PaperCitations
Hash[clean_cites.group_by { |c| c }.map { |cit, num| [cit, num.count] }]
end
- ## Returns array of citation locations (index) in manuscript
- ##... | better documentaion for index_cite and code cleanup | soumyaray_citesight | train |
c161a79e1fa9c9a7d390bb88b97911c1de05953a | diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/lukehutch/fastclasspathscanner/FastClasspathScanner.java
+++ b/src/main/java/io/githu... | Fix speed regression introduced by skipping ZipSFX headers (#<I>) | classgraph_classgraph | train |
be6062a72d91d3832185f236ca2c71a5ea6b3da9 | diff --git a/lib/scripts/Doc.js b/lib/scripts/Doc.js
index <HASH>..<HASH> 100755
--- a/lib/scripts/Doc.js
+++ b/lib/scripts/Doc.js
@@ -121,13 +121,18 @@ Doc.prototype = {
'service',
'controller',
'directive',
- 'function'
+ 'function',
+ 'filter'
... | Cleanup on more angular doc samples | Vertafore_docular | train |
df9fd73655e705c5b87ae0fc4808058c16751419 | diff --git a/tests/test_scan_and_result.py b/tests/test_scan_and_result.py
index <HASH>..<HASH> 100644
--- a/tests/test_scan_and_result.py
+++ b/tests/test_scan_and_result.py
@@ -1095,3 +1095,33 @@ class ScanTestCase(unittest.TestCase):
)
result = response.findall('scan/results/result')
self.... | Add test to check preservation of result's order. | greenbone_ospd | train |
2c208f776ab05f4c4cfe887d1a7d50c64307fcae | diff --git a/docs/components/DrawerDocs.js b/docs/components/DrawerDocs.js
index <HASH>..<HASH> 100644
--- a/docs/components/DrawerDocs.js
+++ b/docs/components/DrawerDocs.js
@@ -129,6 +129,10 @@ class DrawerDocs extends React.Component {
<h5>animateLeftDistance<label>Number</label></h5>
<p>This numbe... | Updates drawer docs with new prop informatin | mxenabled_mx-react-components | train |
cea948194642a249a02db616a30fa4c08250a161 | diff --git a/go/kbfs/libgit/repo.go b/go/kbfs/libgit/repo.go
index <HASH>..<HASH> 100644
--- a/go/kbfs/libgit/repo.go
+++ b/go/kbfs/libgit/repo.go
@@ -201,10 +201,15 @@ func CleanOldDeletedReposTimeLimited(
ctx, cancel := context.WithTimeout(ctx, cleaningTimeLimit)
defer cancel()
err := CleanOldDeletedRepos(ctx, ... | libgit: treat `OfflineUnsyncedError` as timeout when repo-cleaning
`folderBranchOps` now turns a `DeadlineExceeded` error into this kind
of error for unsynced TLFs. When cleaning repos during a git
operation, we're just trying to remove as many old files as we can
within the deadline window, so we want to ignore thos... | keybase_client | train |
78badf1e7f71fcd3aeb292e530d6a8c086019dc6 | diff --git a/spec/model_hook_spec.rb b/spec/model_hook_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/model_hook_spec.rb
+++ b/spec/model_hook_spec.rb
@@ -9,19 +9,19 @@ class Task
:details => :string,
:some_day => :date
- def before_delete
+ def before_delete(sender)
@before_d... | Modified spec to recognize sender argument for hook methods. | sxross_MotionModel | train |
3ec89823fc91815feee832509ada1c1de8f5500e | diff --git a/libkbfs/tlf_handle.go b/libkbfs/tlf_handle.go
index <HASH>..<HASH> 100644
--- a/libkbfs/tlf_handle.go
+++ b/libkbfs/tlf_handle.go
@@ -158,12 +158,16 @@ func (h BareTlfHandle) IsReader(user keybase1.UID) bool {
return h.IsPublic() || h.findUserInList(user, h.Readers) || h.IsWriter(user)
}
-// Users ret... | Make Users returned unresolved users (#<I>) | keybase_client | train |
68ae1ba8040cc705d9808d4b18febfaa8f681734 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
* Support for ID3v2 involved people list frames.
* ``ID3v2InvolvedPerson``.
- * ``ID3v2InvolvedPeopleListFrame``.
+ * ``ID3... | Add support for TMCL ID3<I> frame [#<I>] | thebigmunch_audio-metadata | train |
157b624ba02c6484eb567acd16c1a6074fe87181 | diff --git a/lib/countries/country.rb b/lib/countries/country.rb
index <HASH>..<HASH> 100644
--- a/lib/countries/country.rb
+++ b/lib/countries/country.rb
@@ -106,6 +106,11 @@ module ISO3166
@local_name ||= local_names.first
end
+ def name
+ warn "DEPRECATION WARNING: The Country#name method has b... | Update DEFAULT_COUNTRY_HASH with iso_long_name and iso_short_name instead of name and deprecate the name attribute | hexorx_countries | train |
1e3d5f4406e3312767169c20a44c5ef35665ee1b | diff --git a/lib/fog/vcloud_director/parsers/compute/vm_customization.rb b/lib/fog/vcloud_director/parsers/compute/vm_customization.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/vcloud_director/parsers/compute/vm_customization.rb
+++ b/lib/fog/vcloud_director/parsers/compute/vm_customization.rb
@@ -34,6 +34,7 @@ module ... | The AdminPassword XML element isn't present unless AdminPasswordEnabled, maybe because it's an empty tag? If not set the VCloud API gives a <I>. | fog_fog | train |
f7698f1f157bb641b315b15de13ad1c4377ee638 | diff --git a/query.go b/query.go
index <HASH>..<HASH> 100644
--- a/query.go
+++ b/query.go
@@ -203,6 +203,42 @@ func ParseQuery(input []byte) (Query, error) {
}
return &rv, nil
}
+ _, hasMatchAll := tmp["match_all"]
+ if hasMatchAll {
+ var rv matchAllQuery
+ err := json.Unmarshal(input, &rv)
+ if err != nil... | support match_all, match_none and docid queries via JSON
also fixed bug in docIDQuery execution which would cause not
matching the highest docID passed in if it was in fact a
valid ID | blevesearch_bleve | train |
202a271eac1252ead521eb24d520b4401a49b5f3 | diff --git a/js/gateio.js b/js/gateio.js
index <HASH>..<HASH> 100755
--- a/js/gateio.js
+++ b/js/gateio.js
@@ -2652,7 +2652,7 @@ module.exports = class gateio extends Exchange {
const multipleFeeCurrencies = numFeeCurrencies > 1;
return this.safeOrder ({
'id': this.safeNumber (order, 'id'... | fix: restore clientOrderId parsing on gate.io | ccxt_ccxt | train |
4f0cc2cfbf8b75e238f97a1895ff1a35f1f1a11c | diff --git a/cablemap.core/cablemap/core/handler.py b/cablemap.core/cablemap/core/handler.py
index <HASH>..<HASH> 100644
--- a/cablemap.core/cablemap/core/handler.py
+++ b/cablemap.core/cablemap/core/handler.py
@@ -39,7 +39,7 @@ This module defines a event handlers to process cables.
:license: BSD license
"""
i... | Added DelegatingCableHandler | heuer_cablemap | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.