hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3470283106a51d35f86eda41605278a1be135bff | diff --git a/lib/linter.js b/lib/linter.js
index <HASH>..<HASH> 100644
--- a/lib/linter.js
+++ b/lib/linter.js
@@ -12,7 +12,9 @@ function lintManifest(manifest) {
// WARNING: if we want to go through resources in detail, we need to keep in mind it can be a string or {name, types, ?idPrefixes}
assertArray(manifest... | lib/linter: add tests for types/resources - whether they are in an allowed set | Stremio_stremio-addon-linter | train |
b2bfe33b1aa0d192ff91cbbdd73314e8f54a6de9 | diff --git a/LiSE/character.py b/LiSE/character.py
index <HASH>..<HASH> 100644
--- a/LiSE/character.py
+++ b/LiSE/character.py
@@ -762,16 +762,7 @@ class Thing(ThingPlace):
"""
destn = dest.name if hasattr(dest, 'name') else dest
graph = self.character if graph is None else graph
- if ... | get rid of cache_paths related stuff that I haven't been testing | LogicalDash_LiSE | train |
51ce31a7414e26b0bff663c6fca7c62a244c58ce | diff --git a/src/main/java/com/restfb/scope/FacebookPermissions.java b/src/main/java/com/restfb/scope/FacebookPermissions.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/restfb/scope/FacebookPermissions.java
+++ b/src/main/java/com/restfb/scope/FacebookPermissions.java
@@ -975,6 +975,21 @@ public enum Facebook... | Issue #<I> - instagram messaging permission added | restfb_restfb | train |
6abc0120934b856823d70539638854c5ffc0e293 | diff --git a/lib/proxies/dom.js b/lib/proxies/dom.js
index <HASH>..<HASH> 100644
--- a/lib/proxies/dom.js
+++ b/lib/proxies/dom.js
@@ -65,7 +65,8 @@ function DomProxy(raja, opts) {
debug("Detected change releases page", resource.key);
Dom.pool.release(resource.page);
}
- if (resource.headers && type... | Flush page if a js or html dependency is invalid | kapouer_raja | train |
8f9486b20e600fe781b0a2f13e3f0bbfdf96a397 | diff --git a/src/Composer/Util/Http/Response.php b/src/Composer/Util/Http/Response.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Util/Http/Response.php
+++ b/src/Composer/Util/Http/Response.php
@@ -90,12 +90,6 @@ class Response
foreach ($headers as $header) {
if (preg_match('{^'.preg_quote($n... | redirects are handled in userland now so no need for this hack anymore | composer_composer | train |
81a84b3083bf6af9d9e4ebbe1fa81ae3764ae9b9 | diff --git a/commons/src/main/java/io/wcm/sling/commons/util/package-info.java b/commons/src/main/java/io/wcm/sling/commons/util/package-info.java
index <HASH>..<HASH> 100644
--- a/commons/src/main/java/io/wcm/sling/commons/util/package-info.java
+++ b/commons/src/main/java/io/wcm/sling/commons/util/package-info.java
@... | Add Escape.jcrQueryLiteral and Escape.jcrQueryContainsExpr methods. | wcm-io_wcm-io-sling | train |
a33431a07c2798b7b1c96e13f8d93582eb309f58 | diff --git a/redis/client.py b/redis/client.py
index <HASH>..<HASH> 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -389,7 +389,7 @@ class Redis(threading.local):
def delete(self, *names):
"Delete one or more keys specified by ``names``"
- return self.format_inline('DEL', ' '.join(n... | no reason to join the names here -- just let the format_inline do it, that way we get the benefit of encoding, too! | andymccurdy_redis-py | train |
eb99029f4c592a8aa5dc3bd6fe8fdd827f5b1a4b | diff --git a/lib/produce/config.rb b/lib/produce/config.rb
index <HASH>..<HASH> 100644
--- a/lib/produce/config.rb
+++ b/lib/produce/config.rb
@@ -24,8 +24,11 @@ module Produce
app_name: ENV['PRODUCE_APP_NAME'],
version: ENV['PRODUCE_VERSION'],
sku: ENV['PRODUCE_SKU'],
- skip_itc: skip... | set team_id, team_name on config | fastlane_fastlane | train |
5360823c28acdc4c8ba8e33be3e40c74974abb49 | diff --git a/segmentstore/storage/impl/src/main/java/io/pravega/segmentstore/storage/impl/bookkeeper/ZooKeeperServiceRunner.java b/segmentstore/storage/impl/src/main/java/io/pravega/segmentstore/storage/impl/bookkeeper/ZooKeeperServiceRunner.java
index <HASH>..<HASH> 100644
--- a/segmentstore/storage/impl/src/main/java... | [issue-<I>] Standalone mode should cleanly shutdown the embedded ZK server (#<I>)
cleanly stop `ZooKeeperServiceRunner` | pravega_pravega | train |
4c45f992cc9c4fe89b9a2adc5cdb1528aea0e033 | diff --git a/src/EncryptingCacheDecorator.php b/src/EncryptingCacheDecorator.php
index <HASH>..<HASH> 100644
--- a/src/EncryptingCacheDecorator.php
+++ b/src/EncryptingCacheDecorator.php
@@ -22,7 +22,7 @@ abstract class EncryptingCacheDecorator implements Cache
public function fetch($id)
{
$stored = ... | Add an authentication step to guard against chosen ciphertext attacks | jeskew_doctrine-cache-encrypter | train |
f5fa8f9f0e2be3253f99478c3c2aabca97ceb62e | diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitRepositoryExplorer.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitRepositoryExplorer.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitRepositoryExplorer.js
+++ b/bundles/org.eclipse.orion.client.git/... | Adapt to new Git API introduced by bug <I> | eclipse_orion.client | train |
f4a4378292b776416c4549311e6b9ac732363933 | diff --git a/salt/states/dockerio.py b/salt/states/dockerio.py
index <HASH>..<HASH> 100644
--- a/salt/states/dockerio.py
+++ b/salt/states/dockerio.py
@@ -6,7 +6,7 @@ Manage Docker containers
`Docker <https://en.wikipedia.org/wiki/Docker_(software)>`_
is a lightweight, portable, self-sufficient software container
-... | Clean up dockerio state docs
@kiorky, did I miss anything? Also we want the docs to never
be in first person, still need to clean this up. | saltstack_salt | train |
7ed208b05353f0d545e651c6ed9d571abe227136 | diff --git a/concrete/src/Page/Controller/DashboardExpressEntriesPageController.php b/concrete/src/Page/Controller/DashboardExpressEntriesPageController.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Page/Controller/DashboardExpressEntriesPageController.php
+++ b/concrete/src/Page/Controller/DashboardExpressEntries... | Use container to create CsvWriter instance | concrete5_concrete5 | train |
72f9f5df6aae6796d7a527c646c45faa6f8b9241 | diff --git a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/tests/BaselineExperimentsControllerIT.java b/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/tests/BaselineExperimentsControllerIT.java
index <HASH>..<HASH> 100644
--- a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/tests/BaselineExperimen... | Fix tests: species are <I> | ebi-gene-expression-group_atlas | train |
fb8fbfb850941c76e35a3a15aafa19d6f1afa327 | diff --git a/src/UriTemplate/UriTemplate.php b/src/UriTemplate/UriTemplate.php
index <HASH>..<HASH> 100644
--- a/src/UriTemplate/UriTemplate.php
+++ b/src/UriTemplate/UriTemplate.php
@@ -161,7 +161,7 @@ private static function expandExpression($template, $variables, $keySort)
continue;
}
- ... | $value can't be an object | mcrumley_uritemplate | train |
15550ed06057d37a28209e611f41c8160be66414 | diff --git a/lib/rubocop/cli.rb b/lib/rubocop/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cli.rb
+++ b/lib/rubocop/cli.rb
@@ -116,7 +116,7 @@ module Rubocop
path = File.join(dir, '.rubocop.yml')
if File.exist?(path)
@configs[target_file_dir] = YAML.load_file(path)
- ... | Fix config files in ancestor dirs are ignored if another exists in home | rubocop-hq_rubocop | train |
bba2b54a7d47955e42d86ec4c09403a3628f5d04 | diff --git a/src/utilities/behaviors/JointCollisionEvents.js b/src/utilities/behaviors/JointCollisionEvents.js
index <HASH>..<HASH> 100644
--- a/src/utilities/behaviors/JointCollisionEvents.js
+++ b/src/utilities/behaviors/JointCollisionEvents.js
@@ -31,14 +31,12 @@ window.altspace.utilities.behaviors = window.altspace... | Updated JointCollisionEvents behavior:
Corrected issue with scene object relying on global variable during behavior initialization.
Updated behavior to check for and reuse existing skeleton object in scene during behavior initialization.
Updated jointcollision event to provide an array of joints that were included in t... | AltspaceVR_AltspaceSDK | train |
4244f624c0f610987efb7cbe3d6d10ae720eed42 | diff --git a/yasi.py b/yasi.py
index <HASH>..<HASH> 100644
--- a/yasi.py
+++ b/yasi.py
@@ -170,8 +170,8 @@ def trim(string):
string = re.sub(r'({)[ \t]*(?=({))', r'\1', string)
# remove leading whitespace ' print' ==> 'print'
string = re.sub('^[ \t]*', '', string)
- # Remove space before list litera... | Make trim function remove space after quote regardless any space before
The previous regex wouldn't work because any leading spaces before the quote
would have been removed before that | nkmathew_yasi-sexp-indenter | train |
d08fea6176e3e530d376534f093a296d8adc1883 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -50,7 +50,7 @@ export class CDLL {
let next = this.head.next
cb(next.value)
- while (next !== this.head) {
+ while (next !== this.head && this.size > 0) {
next = next.next
if (cb... | allows forEach to delete elements within the loop | jaredLunde_cdll-memoize | train |
dba8cd07ef322fb717ec467de99932921b08458e | diff --git a/dist/iota.js b/dist/iota.js
index <HASH>..<HASH> 100644
--- a/dist/iota.js
+++ b/dist/iota.js
@@ -1194,7 +1194,7 @@ var Iota = function () {
}, {
key: '_createAppConfigOutputLegacy',
value: function _createAppConfigOutputLegacy() {
- var struct = new _struct2.default().word8('app_max_bund... | Fix legacy app config contains flags instead of bundle size | IOTA-Ledger_hw-app-iota.js | train |
9d41309e41c80e82acffdb942bc8abd19da0939a | diff --git a/src/App.php b/src/App.php
index <HASH>..<HASH> 100644
--- a/src/App.php
+++ b/src/App.php
@@ -113,7 +113,14 @@ class App
ob_start();
if (strlen($this->config->appDir) > 0 && is_file($this->config->appDir . DIRECTORY_SEPARATOR . 'index.php')) {
- include realpath($... | Added output buffer cleaning on error. | bearframework_bearframework | train |
68b6ba2fc99e5fdc8e41f682436d52cc3e5a0e39 | diff --git a/support/cas-server-support-oidc-core/src/main/java/org/apereo/cas/services/OidcRegisteredService.java b/support/cas-server-support-oidc-core/src/main/java/org/apereo/cas/services/OidcRegisteredService.java
index <HASH>..<HASH> 100644
--- a/support/cas-server-support-oidc-core/src/main/java/org/apereo/cas/s... | Add implicit support to oidc svc | apereo_cas | train |
3ffa5f61494aa67434a9b408540a9efb32e332cf | diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_build_test.go
+++ b/integration-cli/docker_cli_build_test.go
@@ -661,27 +661,6 @@ RUN ls -le /file`
}
-func (s *DockerSuite) TestBuildSixtySteps(c *check.C) ... | Remove build <I> steps
This test is already covered in the individual graph driver tests and it
adds <I>s to the test run without adding value. The original idea was to
test max number of layers, this is fulfilled by the graph drivers. | moby_moby | train |
d4944b2e572969f629bfc712a2edeab20331a995 | diff --git a/morphia/src/main/java/xyz/morphia/IndexHelper.java b/morphia/src/main/java/xyz/morphia/IndexHelper.java
index <HASH>..<HASH> 100644
--- a/morphia/src/main/java/xyz/morphia/IndexHelper.java
+++ b/morphia/src/main/java/xyz/morphia/IndexHelper.java
@@ -52,6 +52,7 @@ import static java.lang.String.format;
imp... | readd tools.jar dep to compile taglets properly on java8 | MorphiaOrg_morphia | train |
b0d6fe0c9eed9cdc005c7d0e5020d3cf1d50e567 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- codeclimate-test-reporter (0.4.8)
+ codeclimate-test-reporter (0.5.0)
simplecov (>= 0.7.1, < 1.0.0)
docile (1.1.5)
json (1.8... | Removing URI.escape from tests | mfdavid_rackstep | train |
a6fe3e5f7af3a28ebb2bee1b73da5114a3c75804 | diff --git a/src/main/java/com/basho/riak/client/operations/mapreduce/BucketMapReduce.java b/src/main/java/com/basho/riak/client/operations/mapreduce/BucketMapReduce.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/basho/riak/client/operations/mapreduce/BucketMapReduce.java
+++ b/src/main/java/com/basho/riak/cl... | Small change to method names.
All method names now refer to "location" rather than "bucket" | basho_riak-java-client | train |
fa9da313621ee355b0464bb64d5447cf78fb8e1c | diff --git a/strict.go b/strict.go
index <HASH>..<HASH> 100644
--- a/strict.go
+++ b/strict.go
@@ -42,7 +42,7 @@ func Strict(r *http.Request, c martini.Context) {
// An empty type will allow requests with empty or missing Content-Type header.
func ContentType(ctypes ...string) http.HandlerFunc {
return func(w http.... | only check content-type for POST, PATCH and PUT requests | martini-contrib_strict | train |
5b3e4ffe15b6499be7da23246985b99b61b8c567 | diff --git a/lib/rules/indentation.js b/lib/rules/indentation.js
index <HASH>..<HASH> 100644
--- a/lib/rules/indentation.js
+++ b/lib/rules/indentation.js
@@ -78,6 +78,8 @@ module.exports = {
node.body.forEach (inspectProgramChild);
});
+
+
//Ensure level 1 indentation before all immediate children of top-l... | indentation: ArrayExpression | duaraghav8_Ethlint | train |
788d7f2211b3990df420a79492556ae24d113de1 | diff --git a/nodeconductor/iaas/tests/test_provisioning.py b/nodeconductor/iaas/tests/test_provisioning.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/tests/test_provisioning.py
+++ b/nodeconductor/iaas/tests/test_provisioning.py
@@ -904,6 +904,19 @@ class InstanceListRetrieveTest(test.APITransactionTestCase):... | Fix instances desc sort by start time
ITACLOUD-<I> | opennode_waldur-core | train |
e6fdeea2f08cfe16a82dc0345954eb1edf700e12 | diff --git a/src/Lib/Parser/AnimePicturesParse.php b/src/Lib/Parser/AnimePicturesParse.php
index <HASH>..<HASH> 100755
--- a/src/Lib/Parser/AnimePicturesParse.php
+++ b/src/Lib/Parser/AnimePicturesParse.php
@@ -24,7 +24,7 @@ class AnimePicturesParse extends TemplateParse
while(true) {
$l... | patch extended request `pictures` parsing for some clients #<I> | jikan-me_jikan | train |
196b4101f0dd0a8a19c99fbb3eb52b4e59dae37e | diff --git a/packages/enzyme-adapter-react-16.3/src/ReactSixteenThreeAdapter.js b/packages/enzyme-adapter-react-16.3/src/ReactSixteenThreeAdapter.js
index <HASH>..<HASH> 100644
--- a/packages/enzyme-adapter-react-16.3/src/ReactSixteenThreeAdapter.js
+++ b/packages/enzyme-adapter-react-16.3/src/ReactSixteenThreeAdapter.... | Use `|| NaN` to ensure missing React properties do not match | airbnb_enzyme | train |
7a2be131bd675769bfdb2e19731d58b434c892e7 | diff --git a/helpers/postgresql.py b/helpers/postgresql.py
index <HASH>..<HASH> 100644
--- a/helpers/postgresql.py
+++ b/helpers/postgresql.py
@@ -1,6 +1,7 @@
import logging
import os
import psycopg2
+import shutil
import subprocess
import sys
import time
@@ -43,6 +44,7 @@ class Postgresql:
self.superuse... | save/restore postgresql.conf for WAL-e backups, since WAL-E excludes postgresql.conf from the backup/restore. | zalando_patroni | train |
f7e4be1b9ec04f2f143722ab60f6dad3e96d3412 | diff --git a/spec/unit/3scale_toolbox_spec.rb b/spec/unit/3scale_toolbox_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/3scale_toolbox_spec.rb
+++ b/spec/unit/3scale_toolbox_spec.rb
@@ -6,24 +6,22 @@ RSpec.describe ThreeScaleToolbox do
include_context :random_name
let(:name) { random_lowercase_name }
- le... | spec/unit/3scale_toolbox_spec: tmp dir as pathname object | 3scale_3scale_toolbox | train |
dc2926db1d0ed4816932a2001e0ba0c29bbb62c7 | diff --git a/lib/Post.php b/lib/Post.php
index <HASH>..<HASH> 100644
--- a/lib/Post.php
+++ b/lib/Post.php
@@ -689,47 +689,52 @@ class Post extends Core implements CoreInterface {
}
}
- $term_class_objects = array();
-
- foreach ( $taxonomies as $taxonomy ) {
- // @todo Remove in 2.x
+ // @todo Remove in ... | Make merge argument work with term query arguments | timber_timber | train |
9d5800ea49730dab04d187a6a492cc3262598508 | diff --git a/angular-moment.js b/angular-moment.js
index <HASH>..<HASH> 100644
--- a/angular-moment.js
+++ b/angular-moment.js
@@ -87,4 +87,17 @@ angular.module('angularMoment', [])
return $window.moment(value).format(format);
};
+ }]).filter('amDurationFormat', ['$window', function ($window) {
+ 'use strict'... | adding amDuration filter closes #<I> | urish_angular-moment | train |
8bc91e7322252dbdfab938d20c4f0f221d1fcb70 | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -64,9 +64,9 @@ author = u'John Vinyard'
# built documents.
#
# The short X.Y version.
-version = '0.20.12'
+version = '0.46.0'
# The full version, including alpha/beta/rc tags.
-... | See if I can get the docs to build | JohnVinyard_zounds | train |
df88df7f314b1dda87b59197fa5dc4a40c6cacea | diff --git a/src/Commands/Init.php b/src/Commands/Init.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Init.php
+++ b/src/Commands/Init.php
@@ -33,7 +33,7 @@ class Init extends Command
`id` int(11) NOT NULL AUTO_INCREMENT,
`version` char(3) COLLATE utf8_unicode_ci NOT NULL,
... | Migration description to text. A better migrate:list | groovey_Migration | train |
e3525d2433655d6ff726c4983ccbf659a50afe69 | diff --git a/lib/kpeg/compiled_parser.rb b/lib/kpeg/compiled_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/kpeg/compiled_parser.rb
+++ b/lib/kpeg/compiled_parser.rb
@@ -32,8 +32,8 @@ module KPeg
end
attr_reader :string
- attr_reader :result, :failing_rule_offset
- attr_accessor :pos
+ attr_reader... | Fix result not making it back to the external invoker | evanphx_kpeg | train |
360887fb28375a045732cfa8c29f53a2da01fd6d | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
+ - "iojs"
+ - "0.12"
- "0.10"
- "0.8"
notifications:
diff --git a/lib/resource.js b/lib/resource.js
index <HASH>..<HASH> 100644
--- a/lib/resource.js
+++ b/lib/re... | Add <I> and iojs to travis testing | swang_marvel | train |
b26dd9e3a0da42650ab19fed88447274d418f25b | diff --git a/bin/milestoner b/bin/milestoner
index <HASH>..<HASH> 100755
--- a/bin/milestoner
+++ b/bin/milestoner
@@ -5,5 +5,5 @@ require "milestoner"
require "milestoner/cli"
require "milestoner/identity"
-Process.setproctitle Milestoner::Identity.version_label
+Process.setproctitle Milestoner::Identity::VERSION_... | Updated gem identity to use constants
Reduces lines of code and mimics behavior found when using Bundler so
code style differs less for those switching from Bundler to Gemsmith. | bkuhlmann_milestoner | train |
5e8e6eb399ac665f305eee8233f309ec2beaaea0 | diff --git a/user/view.php b/user/view.php
index <HASH>..<HASH> 100644
--- a/user/view.php
+++ b/user/view.php
@@ -39,7 +39,11 @@
$coursecontext = get_context_instance(CONTEXT_COURSE, $course->id); // Course context
}
$usercontext = get_context_instance(CONTEXT_USER, $user->id); // User con... | merged fix for MDL-<I>, preventing users with no capability to view user profiles | moodle_moodle | train |
054d90e6121a1387894861b9cd2c372d1c62bdc9 | diff --git a/client/lib/domains/dns/index.js b/client/lib/domains/dns/index.js
index <HASH>..<HASH> 100644
--- a/client/lib/domains/dns/index.js
+++ b/client/lib/domains/dns/index.js
@@ -61,6 +61,11 @@ function isValidName( name, type, selectedDomainName ) {
isValidCname( name, selectedDomainName ) &&
isValid... | Domains: DNS: allow empty name in SRV records
This is needed, for example, for Office <I>. | Automattic_wp-calypso | train |
c1a1701014c131bb60d569c5cc33b7d6f177c2ba | diff --git a/server/src/main/java/io/atomix/copycat/server/state/MemberState.java b/server/src/main/java/io/atomix/copycat/server/state/MemberState.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/atomix/copycat/server/state/MemberState.java
+++ b/server/src/main/java/io/atomix/copycat/server/state/Member... | Minor improvements to server logging formatting. | atomix_copycat | train |
7a021245b849ded77527337b0a86620bd5412260 | diff --git a/src/ElementalEditor.php b/src/ElementalEditor.php
index <HASH>..<HASH> 100644
--- a/src/ElementalEditor.php
+++ b/src/ElementalEditor.php
@@ -70,6 +70,18 @@ class ElementalEditor
}
/**
+ * @return array
+ */
+ public function getTypes()
+ {
+ $types = $this->types;
+
+ ... | NEW Allow ElementEditor extensions to customise the type | dnadesign_silverstripe-elemental | train |
a003d84258faed397a1dba2ed9134a34795205fd | diff --git a/bloop/condition.py b/bloop/condition.py
index <HASH>..<HASH> 100644
--- a/bloop/condition.py
+++ b/bloop/condition.py
@@ -55,8 +55,15 @@ class ConditionRenderer:
def name_ref(self, column, path=None):
pieces = [column.dynamo_name]
pieces.extend(path or [])
- refs = map(self._n... | Fix name_ref rendering for list indexes. Resolves #<I>, Resolves #<I> | numberoverzero_bloop | train |
0e043e5e9a1dd6d6a5324fc5fe3b69b4450ea42d | diff --git a/openquake/hazardlib/geo/geodetic.py b/openquake/hazardlib/geo/geodetic.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/geo/geodetic.py
+++ b/openquake/hazardlib/geo/geodetic.py
@@ -165,7 +165,7 @@ def min_distance_to_segment(seglons, seglats, lons, lats):
# from the first point to the second ... | Fix the call of the min_distance_to_segment function in base.py | gem_oq-engine | train |
93ab5b1e4549e08b032685e55b1e5b8c83f785d1 | diff --git a/tool.js b/tool.js
index <HASH>..<HASH> 100644
--- a/tool.js
+++ b/tool.js
@@ -19,7 +19,7 @@ module.exports = function(options) {
// Fix slash style for our poor windows brothern
var joinPath = function (directory, filename) {
- return path.join(directory, filename).replace('\\', '/');
+ ... | Update tool.js
A path may contain more than a single backslash, updated findPath to replace all backslashes, not just the first instance | smysnk_gulp-rev-all | train |
3a4eed00c93f1afa72e44389de670b2612f480dd | diff --git a/katcp/sensortree.py b/katcp/sensortree.py
index <HASH>..<HASH> 100644
--- a/katcp/sensortree.py
+++ b/katcp/sensortree.py
@@ -50,7 +50,7 @@ class GenericSensorTree(object):
sensor : :class:`katcp.Sensor`
The sensor whose value has changed.
"""
- parents = self._child_t... | Handle addition of new sensors to the sensor tree during a sensor update without crashing (missing part from last commit).
git-svn-id: <URL> | ska-sa_katcp-python | train |
09fcb0eea6f7beeef2705ed185a2e08f771effa1 | diff --git a/.moban.cd/moban.yml b/.moban.cd/moban.yml
index <HASH>..<HASH> 100644
--- a/.moban.cd/moban.yml
+++ b/.moban.cd/moban.yml
@@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
license: MIT
version: 0.4.4
current_version: 0.4.4
-release: 0.4.3
+release: 0.4.4
branch: master
master: index
command_line_interf... | :bug: :books: update release version | moremoban_moban | train |
db18fd728e9e1120ec2c8d27658384fd5b18d0d8 | diff --git a/src/Asset/Exceptions/AsseticException.php b/src/Asset/Exceptions/AsseticException.php
index <HASH>..<HASH> 100644
--- a/src/Asset/Exceptions/AsseticException.php
+++ b/src/Asset/Exceptions/AsseticException.php
@@ -7,7 +7,7 @@
* @license https://github.com/dframe/dframe/blob/master/LICENCE (MIT)
*/
-n... | Resolved #<I>, Exception not found | dframe_dframe | train |
fb0167939c2b6113047d6e153412459970a0df72 | diff --git a/datajoint/__init__.py b/datajoint/__init__.py
index <HASH>..<HASH> 100644
--- a/datajoint/__init__.py
+++ b/datajoint/__init__.py
@@ -38,6 +38,6 @@ from .schema import create_virtual_module
from .erd import ERD
from .admin import set_password, kill
from .errors import DataJointError, DuplicateError
-fro... | rename `PRIMARY_KEY` to `key` in fetch.py | datajoint_datajoint-python | train |
72719128c0a896c412db20e3b42c377b27043b7f | diff --git a/chalice/app.py b/chalice/app.py
index <HASH>..<HASH> 100644
--- a/chalice/app.py
+++ b/chalice/app.py
@@ -556,10 +556,14 @@ class Chalice(object):
request_accept_header = request_headers.get('accept')
response_content_type = response_headers.get(
'content-type', 'application/... | Fix binary validation logic
The only case we care about is where we might send
base<I> content back to the user when they were expecting binary.
The new validation checks if the response is actually binary.
If the response is binary, then the user must specify they
want binary content via the Accept header otherwise w... | aws_chalice | train |
fc7c3868069ede1d3867a0a9b99f271144d9f015 | diff --git a/phypno/ioeeg/blackrock.py b/phypno/ioeeg/blackrock.py
index <HASH>..<HASH> 100644
--- a/phypno/ioeeg/blackrock.py
+++ b/phypno/ioeeg/blackrock.py
@@ -100,7 +100,7 @@ class BlackRock:
# we need these two items to read the data
self.BOData = orig['BOData']
- self.DataPo... | self.n_samples not none when reading NEURALSG in BlackRock | wonambi-python_wonambi | train |
6bb856f5298dda95fc4225731ca1b3882129a774 | diff --git a/ipmag.py b/ipmag.py
index <HASH>..<HASH> 100755
--- a/ipmag.py
+++ b/ipmag.py
@@ -1832,13 +1832,13 @@ def core_depthplot(input_dir_path='.', meas_file='magic_measurements.txt', spc_f
return main_plot, figname
-def download_magic(infile, dir_path='.', input_dir_path='.', overwrite=False):
+def down... | put option in download_magic to reduce printing while executing
All of the print statements during download magic fill up a lot of
space when executed in a notebook. There is now an optional argument to
not print as much of these progress statements. | PmagPy_PmagPy | train |
3d0f9a6e30ff09746ac5d70e93643685b3d3b07c | diff --git a/esgfpid/rabbit/asynchronous/thread_builder.py b/esgfpid/rabbit/asynchronous/thread_builder.py
index <HASH>..<HASH> 100644
--- a/esgfpid/rabbit/asynchronous/thread_builder.py
+++ b/esgfpid/rabbit/asynchronous/thread_builder.py
@@ -2,6 +2,7 @@ import logging
import pika
import time
import copy
+import dat... | Log statements now print how much time it took to connect, or to fail to connect. | IS-ENES-Data_esgf-pid | train |
8fb3bab04dfb6b9eb54b9e060e5ff6a2effcb6c0 | diff --git a/lib/knife-cloudformation/knife/stack.rb b/lib/knife-cloudformation/knife/stack.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-cloudformation/knife/stack.rb
+++ b/lib/knife-cloudformation/knife/stack.rb
@@ -8,6 +8,8 @@ module KnifeCloudformation
module InstanceMethods
+ # un-packed stack n... | Use defined string joiner for generated unpacked names to allow easy identification | sparkleformation_sfn | train |
2a0bb808462e484e4cd5c4c7095c95ad34218ff0 | diff --git a/resource_aws_vpn_gateway_test.go b/resource_aws_vpn_gateway_test.go
index <HASH>..<HASH> 100644
--- a/resource_aws_vpn_gateway_test.go
+++ b/resource_aws_vpn_gateway_test.go
@@ -62,10 +62,9 @@ func TestAccAWSVpnGateway_disappears(t *testing.T) {
var v ec2.VpnGateway
resource.Test(t, resource.TestCase... | provider/aws: Clear up test failure for TestAccAWSVpnGateway_disappears | terraform-providers_terraform-provider-aws | train |
4474184478b0aeb32029d83ad6d34cf9cc1c3a0b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ nodeq.connect({host: "localhost", port: 5000}, function(err, con) {
```javascript
var nodeq = require("node-q");
-nodeq.connect({host: "localhost", port: "localhost", 5000, user: "user", password: "passw... | Fix listen to handle (#<I>)
* Add listen on handle
* Add documentation for listen
* Fix bug in listen
* Fix typos in README
* Add integration test for listening to handle | michaelwittig_node-q | train |
69b534fc7f086f9a01752d5a6fd94c73f4006db4 | diff --git a/bottery/platform/__init__.py b/bottery/platform/__init__.py
index <HASH>..<HASH> 100644
--- a/bottery/platform/__init__.py
+++ b/bottery/platform/__init__.py
@@ -2,7 +2,6 @@ import importlib
import logging
import os
-from bottery.conf import settings
from bottery.exceptions import ImproperlyConfigured... | Create required properties and methods from all engines | rougeth_bottery | train |
7aff4a6c5841b2ec39ff4c96e8b654f78c7026d8 | diff --git a/packet/bmp/bmp.go b/packet/bmp/bmp.go
index <HASH>..<HASH> 100644
--- a/packet/bmp/bmp.go
+++ b/packet/bmp/bmp.go
@@ -540,9 +540,15 @@ const (
BMP_MSG_TERMINATION
)
-func ParseBMPMessage(data []byte) (*BMPMessage, error) {
- msg := &BMPMessage{}
- err := msg.Header.DecodeFromBytes(data)
+func ParseBMP... | packet: Avoid panic() during decoding BMP messages | osrg_gobgp | train |
d7ce1874f01fa388a8ffb1c3fac126e7eddd9064 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -14,16 +14,17 @@ function Promise(block) {
rejectNext = reject;
});
- if (typeof onFulfilled === 'function') {
- deferred.onFulfilled(wrapHandler(onFulfilled, resolveNext, rejectNext));
- } else {
- ... | Functional refactoring.
On branch v_2_ecma6
modified: index.js | kixxauth_iou | train |
48929afd60aab28574b2356773ab24f80dfa193b | diff --git a/src/test/java/org/jboss/netty/buffer/DuplicateChannelBufferTest.java b/src/test/java/org/jboss/netty/buffer/DuplicateChannelBufferTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jboss/netty/buffer/DuplicateChannelBufferTest.java
+++ b/src/test/java/org/jboss/netty/buffer/DuplicateChannelBuffe... | Fixed a bug where DuplicateChannelBufferTest doesn't test DuplicateChannelBuffer | netty_netty | train |
e52a2d857902a77c665b418e898a242d0f11f42d | diff --git a/gui.py b/gui.py
index <HASH>..<HASH> 100644
--- a/gui.py
+++ b/gui.py
@@ -70,14 +70,14 @@ class BasicStream(object):
if text.strip():
self.nextTitle = text.strip()
- if text.startswith('\n'):
+ if text.startswith(os.linesep):
self.contents.append('')
... | Fix line ending issues causing GUI to error out on Windows | PyCQA_pylint | train |
654a2373a1ef0a1dbaa088a0cf3c90fac9ee779c | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 1.5.1 (July, 1, 2015)
+
+### improvements
+
+- Update `filepicker_image_url` to merge query params into current url params if they exist
+
## 1.5.0 (June, 10, 2015)
### feat... | Merge url options with query string if already present in url | filestack_filestack-rails | train |
d977bc25fc86d00d73381298ed2e56f64539311d | diff --git a/applications/default/extensions/user/user.js b/applications/default/extensions/user/user.js
index <HASH>..<HASH> 100644
--- a/applications/default/extensions/user/user.js
+++ b/applications/default/extensions/user/user.js
@@ -316,8 +316,7 @@ user.route = function(routes, callback) {
// We create routes ... | Adding some default permissions to anonymous users and making it check for them when appropriate. | recidive_choko | train |
c143c1bdcae3c5c02fc4fc19f791212237433372 | diff --git a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java b/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
index <HASH>..<HASH> 100644
--- a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
+++ b/store/s... | #<I> added check for duplicate primary labels | buschmais_jqa-core-framework | train |
1cd0e23c6aa9c30f462582f03da957e6043d753f | diff --git a/anoncreds/protocol/cred_def_secret_key.py b/anoncreds/protocol/cred_def_secret_key.py
index <HASH>..<HASH> 100644
--- a/anoncreds/protocol/cred_def_secret_key.py
+++ b/anoncreds/protocol/cred_def_secret_key.py
@@ -4,9 +4,9 @@ from config.config import cmod
# TODO Should be renamed to something like Issu... | made CredDefSecretKey constructor more forgiving | hyperledger-archives_indy-anoncreds | train |
79497dd240676aa2dd12bbc2a1b37f0c478f68e0 | diff --git a/src/main/java/ca/mjdsystems/jmatio/io/MatFileReader.java b/src/main/java/ca/mjdsystems/jmatio/io/MatFileReader.java
index <HASH>..<HASH> 100755
--- a/src/main/java/ca/mjdsystems/jmatio/io/MatFileReader.java
+++ b/src/main/java/ca/mjdsystems/jmatio/io/MatFileReader.java
@@ -1091,6 +1091,12 @@ public class M... | Make sure the MCOS header for objects is present.
To avoid future surprises, make sure that the MCOS header bytes for an object
are correct. | diffplug_JMatIO | train |
525627a551914aa04c6cef6b456e75a031af7613 | diff --git a/src/dsv.js b/src/dsv.js
index <HASH>..<HASH> 100644
--- a/src/dsv.js
+++ b/src/dsv.js
@@ -6,7 +6,7 @@ var EOL = {},
function objectConverter(columns) {
return new Function("d", "return {" + columns.map(function(name, i) {
- return JSON.stringify(name) + ": d[" + i + "]";
+ return JSON.stringify... | Return empty string for missing columns, instead of undefined
Reverses one test, so technically we can say that it breaks the API. However README is silent about this situation, so I don't know.
Fixes <URL> | d3_d3-dsv | train |
d45752960ac89fab4df4c6b18d250bdf050eadcd | diff --git a/debug.go b/debug.go
index <HASH>..<HASH> 100644
--- a/debug.go
+++ b/debug.go
@@ -20,6 +20,13 @@ import (
)
func describeRequest(op interface{}) (s string) {
+ // Handle special cases with custom formatting.
+ switch typed := op.(type) {
+ case *interruptOp:
+ s = fmt.Sprintf("interruptOp(fuseid=0x%08... | Use a custom logging for interruptOp, to aid in debugging. | jacobsa_fuse | train |
cea2feb6b25b074dcf41995b45345a613530346e | diff --git a/pyqode/core/panels/search_and_replace.py b/pyqode/core/panels/search_and_replace.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/panels/search_and_replace.py
+++ b/pyqode/core/panels/search_and_replace.py
@@ -394,10 +394,13 @@ class SearchAndReplacePanel(Panel, DelayJobRunner, Ui_SearchPanel):
oc... | Fix bug #<I>
Current selection was not update if cursor is not on a selection | pyQode_pyqode.core | train |
c8358ba3273c18f10b72eb24feb2cf48d5c228b8 | diff --git a/SqlServerConnection.php b/SqlServerConnection.php
index <HASH>..<HASH> 100755
--- a/SqlServerConnection.php
+++ b/SqlServerConnection.php
@@ -1,5 +1,7 @@
<?php namespace Illuminate\Database;
+use Closure;
+
class SqlServerConnection extends Connection {
/** | added missing "use Closure;" to SqlServerConnection.php | illuminate_database | train |
cfd4d6198fc9f5a5ae3a3d79943c0e199daab4ab | diff --git a/async-data/src/main/java/com/nextfaze/asyncdata/ArrayData.java b/async-data/src/main/java/com/nextfaze/asyncdata/ArrayData.java
index <HASH>..<HASH> 100644
--- a/async-data/src/main/java/com/nextfaze/asyncdata/ArrayData.java
+++ b/async-data/src/main/java/com/nextfaze/asyncdata/ArrayData.java
@@ -215,9 +21... | Ensure ArrayData.clear() doesn't notify if already empty | NextFaze_power-adapters | train |
4f8c3063d50de8216267969ec3cdfe2e35538523 | diff --git a/out_request.js b/out_request.js
index <HASH>..<HASH> 100644
--- a/out_request.js
+++ b/out_request.js
@@ -381,7 +381,7 @@ TChannelOutRequest.prototype.sendArg1 = function sendArg1(arg1) {
self.emitError(errors.RequestDrained({
reason: self.drainReason
}));
- return;
+ ... | linting: [out_request] comply with consistent-return rule | uber_tchannel-node | train |
301f62a80140c319735d37fdab80b66712722de0 | diff --git a/h2o-bindings/bin/custom/R/gen_isolationforest.py b/h2o-bindings/bin/custom/R/gen_isolationforest.py
index <HASH>..<HASH> 100644
--- a/h2o-bindings/bin/custom/R/gen_isolationforest.py
+++ b/h2o-bindings/bin/custom/R/gen_isolationforest.py
@@ -1,10 +1,12 @@
def update_param(name, param):
+ if name == 'va... | Disable validation_response_column in R (only Python supported at first) | h2oai_h2o-3 | train |
adf5a2880969beae15bdeef712bcef96407d59f1 | diff --git a/src/Reflection/Php/PhpClassReflectionExtension.php b/src/Reflection/Php/PhpClassReflectionExtension.php
index <HASH>..<HASH> 100644
--- a/src/Reflection/Php/PhpClassReflectionExtension.php
+++ b/src/Reflection/Php/PhpClassReflectionExtension.php
@@ -137,7 +137,20 @@ class PhpClassReflectionExtension
priv... | Closure::__invoke is not in PHP reflection | phpstan_phpstan | train |
bfbcdd5a9b10fdd63bc9debbeb0ced489c86f423 | diff --git a/lib/media.js b/lib/media.js
index <HASH>..<HASH> 100644
--- a/lib/media.js
+++ b/lib/media.js
@@ -63,7 +63,7 @@ function splice(str, index, items) {
*
* @param {{styles: Array, scripts: Array}} mediaMap
* @param {string} html
- * @returns {function}
+ * @returns {string}
*/
function appendMediaToT... | better/sooner error messaging when templating eats an exception | clay_amphora | train |
38a8ef399d62fed64048d5652e9ccf82aec491ae | diff --git a/test/extended/prometheus/prometheus.go b/test/extended/prometheus/prometheus.go
index <HASH>..<HASH> 100644
--- a/test/extended/prometheus/prometheus.go
+++ b/test/extended/prometheus/prometheus.go
@@ -253,7 +253,6 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() {
// Currently followin... | Enables secure metrics tests for dns | openshift_origin | train |
d1c58b4ba94946bfb9685dbcc544e97faf84a965 | diff --git a/widgets/table.go b/widgets/table.go
index <HASH>..<HASH> 100644
--- a/widgets/table.go
+++ b/widgets/table.go
@@ -85,7 +85,7 @@ func (self *Table) Draw(buf *Buffer) {
// draw vertical separators
separatorXCoordinate := self.Inner.Min.X
- verticalCell := NewCell(VERTICAL_LINE, NewStyle(ColorWhite))... | Set the separator styles to that of the block | gizak_termui | train |
d695cba7f6c87e3b7d7fab27a3e762ab9f8be4f0 | diff --git a/PelJpeg.php b/PelJpeg.php
index <HASH>..<HASH> 100644
--- a/PelJpeg.php
+++ b/PelJpeg.php
@@ -87,8 +87,7 @@ class PelJpegInvalidMarkerException extends PelException {
* get hold of the Exif data by saying:
*
* <code>
- * $jpeg = new PelJpeg();
- * $jpeg->loadFile($filename);
+ * $jpeg = new PelJpeg($... | A more convenient interface for creating new PelJpeg and PelTiff
objects: simply pass a filename or an image resource. | pel_pel | train |
1ba90e05096518a79641e77fabdec2f3abf2aed3 | diff --git a/src/Capture.php b/src/Capture.php
index <HASH>..<HASH> 100644
--- a/src/Capture.php
+++ b/src/Capture.php
@@ -167,7 +167,7 @@ class Capture
}
$data = array(
- 'url' => $this->url,
+ 'url' => (string) $this->url,
'width' => $... | Cast the URL to string to prevent empty object serialization (#<I>) | microweber_screen | train |
f1f019a9cee3f70c0a98b27dbaae3a82dc72df19 | diff --git a/shoebot/__init__.py b/shoebot/__init__.py
index <HASH>..<HASH> 100644
--- a/shoebot/__init__.py
+++ b/shoebot/__init__.py
@@ -50,7 +50,7 @@ class Bot:
DEFAULT_WIDTH = 200
DEFAULT_HEIGHT = 200
- def __init__ (self, inputscript=None, targetfilename=None, canvas=None, gtkmode=False):
+ def _... | added ximport function for imorting nodebox style libraries | shoebot_shoebot | train |
85a6087cd40f06cfa80b36c2158848315a684f4a | diff --git a/src/IsoCodes/Iban.php b/src/IsoCodes/Iban.php
index <HASH>..<HASH> 100644
--- a/src/IsoCodes/Iban.php
+++ b/src/IsoCodes/Iban.php
@@ -103,7 +103,7 @@ class Iban implements IsoCodeInterface
/*On récupère la règle de validation en fonction du pays*/
$check = substr($iban, 4);
/*Si ... | Make sure that IBAN length is correctly checked | ronanguilloux_IsoCodes | train |
e076e6abf0268d07e4c40b9062a4610428da3c22 | diff --git a/js/forms.js b/js/forms.js
index <HASH>..<HASH> 100644
--- a/js/forms.js
+++ b/js/forms.js
@@ -560,7 +560,9 @@
collection.find('li.selected').removeClass('selected');
var option = $(newOption);
option.addClass('selected');
- options.scrollTo(option);
+ if (... | Remove scrollTo selected element in multiple select | Dogfalo_materialize | train |
50874b2f1801b6ad2884803e98bbd220ef4af1bd | diff --git a/test/ral/manager/type.rb b/test/ral/manager/type.rb
index <HASH>..<HASH> 100755
--- a/test/ral/manager/type.rb
+++ b/test/ral/manager/type.rb
@@ -758,7 +758,7 @@ class TestType < Test::Unit::TestCase
exec = mk.call(4, :parent => comp)
assert_equal("/server/Exec[exec4]", exec.path)
... | Fixing a path test. I have now made the path stuff a lot cleaner, but it apparently broke this test. | puppetlabs_puppet | train |
4339863844f8fccfaa8a5c66567bee7f0a531425 | diff --git a/lib/locomotive/steam/decorators/i18n_decorator.rb b/lib/locomotive/steam/decorators/i18n_decorator.rb
index <HASH>..<HASH> 100644
--- a/lib/locomotive/steam/decorators/i18n_decorator.rb
+++ b/lib/locomotive/steam/decorators/i18n_decorator.rb
@@ -51,6 +51,10 @@ module Locomotive
end
end
... | if no liquid template in the current locale, take the one in the default locale | locomotivecms_steam | train |
c3199367adcfc5720859c6d73a3d3aa3549899e4 | diff --git a/pelix/services/configadmin.py b/pelix/services/configadmin.py
index <HASH>..<HASH> 100644
--- a/pelix/services/configadmin.py
+++ b/pelix/services/configadmin.py
@@ -296,6 +296,10 @@ class Configuration(object):
:param ldap_filter: A parsed LDAP filter object
:return: True if the properti... | Invalid configuration can't match a filter | tcalmant_ipopo | train |
ef36e732d29d0a2dd43247e623fa0baff3b2efcb | diff --git a/satpy/readers/clavrx.py b/satpy/readers/clavrx.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/clavrx.py
+++ b/satpy/readers/clavrx.py
@@ -90,7 +90,7 @@ class CLAVRXFileHandler(HDF4FileHandler):
@property
def end_time(self):
- return self.filename_info['end_time']
+ return self... | Fix clavrx reader when filenames don't have end_time | pytroll_satpy | train |
f9fa8245986c71854ede58476a401da87605a908 | diff --git a/src/arcrest/manageags/_services.py b/src/arcrest/manageags/_services.py
index <HASH>..<HASH> 100644
--- a/src/arcrest/manageags/_services.py
+++ b/src/arcrest/manageags/_services.py
@@ -230,6 +230,23 @@ class Services(BaseAGSServer):
securityHandler=self._securityHandler,
... | Added listFolderPermissions() in _services.py
New function that lists principals which have permissions for the folder (goes into arcrest\manageags). | Esri_ArcREST | train |
faef9725797d37b2525c17c43305fd36668f0bf6 | diff --git a/src/voku/cache/Cache.php b/src/voku/cache/Cache.php
index <HASH>..<HASH> 100644
--- a/src/voku/cache/Cache.php
+++ b/src/voku/cache/Cache.php
@@ -363,9 +363,14 @@ class Cache implements iCache
public function setItem($key, $value, $ttl = 0)
{
$storeKey = $this->calculateStoreKey($key);
- $ser... | [+]: fixed some more php-warnings v3 | voku_simple-cache | train |
d9f5e86a2098ce49b85fae6b60e1fc088181f2a6 | diff --git a/src/Mutator/Unwrap/UnwrapArrayChunk.php b/src/Mutator/Unwrap/UnwrapArrayChunk.php
index <HASH>..<HASH> 100644
--- a/src/Mutator/Unwrap/UnwrapArrayChunk.php
+++ b/src/Mutator/Unwrap/UnwrapArrayChunk.php
@@ -47,10 +47,10 @@ final class UnwrapArrayChunk extends AbstractUnwrapMutator
{
return new... | Fix ArrayChunk and ArrayColumn mutator definitions (#<I>) | infection_infection | train |
77f61a98a61719ceaf9507723a3fe84a7e0dc925 | diff --git a/lib/overwrite.rb b/lib/overwrite.rb
index <HASH>..<HASH> 100644
--- a/lib/overwrite.rb
+++ b/lib/overwrite.rb
@@ -128,7 +128,7 @@ end
class File
# @return [String] mime_type including charset using linux cmd command
def mime_type
- `file -ib #{self.path}`.chomp
+ `file -ib '#{self.path}'`.chom... | fix mime_type for files with spaces | opentox_lazar | train |
7b0e9c1bebc675a25f78cd9315e01b0b97c506f2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -187,13 +187,12 @@ module.exports = function (opts) {
function setupRPC (stream, manf, isClient) {
var rpc = Muxrpc(create.manifest, manf || create.manifest)(api, stream.auth)
var rpcStream = rpc.creat... | Don't timeout RPC from self for inactivity | ssbc_secret-stack | train |
c39da6598358f3e88176b1e61324e42e041848f5 | diff --git a/lib/listen/adapter/bsd.rb b/lib/listen/adapter/bsd.rb
index <HASH>..<HASH> 100644
--- a/lib/listen/adapter/bsd.rb
+++ b/lib/listen/adapter/bsd.rb
@@ -58,6 +58,7 @@ module Listen
def _configure(directory, &_callback)
@worker ||= KQueue::Queue.new
+ @callback = _callback
# u... | Use the provided event callback.
We have no _worker_callback() defined, so save the _callback passed to
_configure() and use it when an event occurs. | guard_listen | train |
d4a3ba4da1e563d4e049ab48b9750cab8b99f010 | diff --git a/h2o-core/src/main/java/hex/Model.java b/h2o-core/src/main/java/hex/Model.java
index <HASH>..<HASH> 100755
--- a/h2o-core/src/main/java/hex/Model.java
+++ b/h2o-core/src/main/java/hex/Model.java
@@ -265,7 +265,7 @@ public abstract class Model<M extends Model<M,P,O>, P extends Model.Parameters,
}
... | Fix NPE in model checksum. | h2oai_h2o-3 | train |
2b81fb8424eb4ba8c815c856075509d686c383a0 | diff --git a/pkg/dockerscript/scanner/extra.go b/pkg/dockerscript/scanner/extra.go
index <HASH>..<HASH> 100644
--- a/pkg/dockerscript/scanner/extra.go
+++ b/pkg/dockerscript/scanner/extra.go
@@ -14,7 +14,7 @@ func detectIdent(ch rune) bool {
if unicode.IsDigit(ch) {
return true
}
- if strings.ContainsRune("_:/+-... | dockerscript: '=' is not a special character
Docker-DCO-<I>- | containers_storage | train |
f268ee20fd914f23288dfea8e94d8de69ee391b4 | diff --git a/news-bundle/src/Resources/contao/modules/ModuleNews.php b/news-bundle/src/Resources/contao/modules/ModuleNews.php
index <HASH>..<HASH> 100644
--- a/news-bundle/src/Resources/contao/modules/ModuleNews.php
+++ b/news-bundle/src/Resources/contao/modules/ModuleNews.php
@@ -406,7 +406,7 @@ abstract class Module... | [News] Open popup windows so they are not blocked (see #<I>) | contao_contao | train |
b2b35baf26e360cb001ceee1d4e93c9bc1a35310 | diff --git a/test/issue-13.js b/test/issue-13.js
index <HASH>..<HASH> 100644
--- a/test/issue-13.js
+++ b/test/issue-13.js
@@ -16,4 +16,26 @@ describe( 'Issues', function() {
})
+ context( '#22', function() {
+
+ specify( 'should parse the "Subject" header correctly', function() {
+ var header = `Subjec... | test: Add tests for issues #<I>, and #<I> | jhermsmeier_node-envelope | train |
b72c13bd5084c0d23e29a250afa243b9dac4d9fa | diff --git a/src/Discord/Parts/WebSockets/MessageReaction.php b/src/Discord/Parts/WebSockets/MessageReaction.php
index <HASH>..<HASH> 100644
--- a/src/Discord/Parts/WebSockets/MessageReaction.php
+++ b/src/Discord/Parts/WebSockets/MessageReaction.php
@@ -211,4 +211,42 @@ class MessageReaction extends Part
re... | Add delete method in MessageReaction (#<I>)
* Add delete method in MessageReaction
Useful to delete reaction on message reaction events that might have partial data
* Remove type checking, default to this reaction id | teamreflex_DiscordPHP | train |
b27e726043f0c7b822ebcb7c3124c5751e2e2b28 | diff --git a/src/Spekkionu/Assetcachebuster/Console/GenerateCommand.php b/src/Spekkionu/Assetcachebuster/Console/GenerateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Spekkionu/Assetcachebuster/Console/GenerateCommand.php
+++ b/src/Spekkionu/Assetcachebuster/Console/GenerateCommand.php
@@ -52,9 +52,9 @@ class Gener... | Renamed the fire function to handle | spekkionu_laravel-assetcachebuster | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.