hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
db047a38da314972c7bcd8e3675ef86474d688c2 | diff --git a/mapillary_tools/download.py b/mapillary_tools/download.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/download.py
+++ b/mapillary_tools/download.py
@@ -27,6 +27,10 @@ class BlurDownloader(threading.Thread):
response = requests.get(download_url, stream=True)
if response.status_code... | fix: print more information when download request fails | mapillary_mapillary_tools | train |
20e0f0435a87f21caed74ba4e7d84b77b84a7f8c | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meadow-endpoints",
- "version": "1.0.68",
+ "version": "1.0.69",
"description": "Automatic API endpoints for Meadow data.",
"main": "source/Meadow-Endpoints.js",
"scripts"... | allow consumer to set Filter on invocation | stevenvelozo_meadow-endpoints | train |
5e85d398ff7420d862d546aec23313b6365b0a76 | diff --git a/src/components/picker/NativePicker.js b/src/components/picker/NativePicker.js
index <HASH>..<HASH> 100644
--- a/src/components/picker/NativePicker.js
+++ b/src/components/picker/NativePicker.js
@@ -6,6 +6,7 @@ import {WheelPicker} from '../../nativeComponents';
import PickerDialog from './PickerDialog';
... | Selected value should not look disabled in picker (#<I>)
* Selected value should not look disabled in picker
* Use color prop instead of style | wix_react-native-ui-lib | train |
aff62c964e7941bdc36a6e1c3cd2f80231e0491e | diff --git a/stl/__about__.py b/stl/__about__.py
index <HASH>..<HASH> 100644
--- a/stl/__about__.py
+++ b/stl/__about__.py
@@ -1,6 +1,6 @@
__package_name__ = 'numpy-stl'
__import_name__ = 'stl'
-__version__ = '2.8.0'
+__version__ = '2.9.0'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@Wol.ph'
__descript... | Incrementing version to <I> | WoLpH_numpy-stl | train |
6619ad53285a3925af75c7cdc92b9c69295243c1 | diff --git a/lib/plugins/config/config.js b/lib/plugins/config/config.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/config/config.js
+++ b/lib/plugins/config/config.js
@@ -22,6 +22,7 @@ class Config {
credentials: {
usage: 'Configures a new provider profile for the Serverless Framework',
... | Expose valid providers on serverless.commands | serverless_serverless | train |
5cb584cba4c968c7c366d51d8fc3c61cc71d80b0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
author_email='jeff@bitprophet.org',
url='https://github.com/bitprophet/releases',
packages=['releases'],
- install_requires=['semantic_version<3.0', 'sphinx>=1.3,<1.5'],
+ install_req... | Remove upper-bound on required Sphinx version | bitprophet_releases | train |
5b179b5219ab8ca39f7a5c83c8ca311b9fd42bf0 | diff --git a/releaf-i18n/lib/i18n/backend/releaf.rb b/releaf-i18n/lib/i18n/backend/releaf.rb
index <HASH>..<HASH> 100644
--- a/releaf-i18n/lib/i18n/backend/releaf.rb
+++ b/releaf-i18n/lib/i18n/backend/releaf.rb
@@ -39,11 +39,14 @@ module I18n
end.inject(&:deep_merge)
end
- def cache_lookup ... | I<I>n: does not return hash when traversing parent scopes with
non-pluralizated translation | cubesystems_releaf | train |
ac1b570b5635fb0d04e4f47818bc83bf8d5c1ba9 | diff --git a/lib/riemann/babbler/plugins/la.rb b/lib/riemann/babbler/plugins/la.rb
index <HASH>..<HASH> 100644
--- a/lib/riemann/babbler/plugins/la.rb
+++ b/lib/riemann/babbler/plugins/la.rb
@@ -3,7 +3,7 @@
class Riemann::Babbler::La < Riemann::Babbler
def collect
- { :service => plugin.service + ' la_1', :des... | load average 1 will return la-1m instead of la-<I>m | vadv_riemann-babbler | train |
88598926fd2cb53d4d323d3aa4316bd0eab2d70f | diff --git a/tasks/test.js b/tasks/test.js
index <HASH>..<HASH> 100644
--- a/tasks/test.js
+++ b/tasks/test.js
@@ -1,6 +1,6 @@
module.exports = function(grunt) {
var TRAVIS = process.env.TRAVIS;
- var BROWSERS = TRAVIS ? 'Firefox' : 'Chrome,ChromeCanary,Firefox,Opera,Safari,PhantomJS';
+ var BROWSERS = TRAVIS ? '... | Run tests on Chrome by default
Usually people don't have installed all the browsers, so let's just run it on Chrome only. | karma-runner_karma | train |
620c817099bbeba22667255ba4fa04c19630c4a4 | diff --git a/lib/logger.js b/lib/logger.js
index <HASH>..<HASH> 100644
--- a/lib/logger.js
+++ b/lib/logger.js
@@ -155,6 +155,19 @@ Logger.prototype.child = function(args) {
return new Logger(this, newArgs);
};
+Logger.prototype._createMessage = function(info) {
+ var msg = info.msg || info.message || info.i... | Logging: Improved message if no message was provided | wikimedia_service-runner | train |
68fdee30c76d079bbe647857121cf18535128e29 | diff --git a/src/collectors/ipvs/ipvs.py b/src/collectors/ipvs/ipvs.py
index <HASH>..<HASH> 100644
--- a/src/collectors/ipvs/ipvs.py
+++ b/src/collectors/ipvs/ipvs.py
@@ -22,21 +22,24 @@ class IPVSCollector(diamond.collector.Collector):
super(IPVSCollector, self).__init__(config, handlers)
# Verify ... | ipvs.py: Also collect current connection counts.
This patch adds collection of the current counts of active and inactive
connections, both per backend and the total counts for the virtual
instance. This depends on an additional run of ipvsadm, as this info
cannot be obtained simultaneously with the --stats argument.
... | python-diamond_Diamond | train |
154fba2f1a2e7fa90d4ab463b5b0993d4fe3ef7d | diff --git a/dipper/sources/GWASCatalog.py b/dipper/sources/GWASCatalog.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/GWASCatalog.py
+++ b/dipper/sources/GWASCatalog.py
@@ -349,7 +349,12 @@ class GWASCatalog(Source):
snp_curie, snp_labels[index], chrom_nums[index],
chrom_... | else warning clause is under wrong if statement | monarch-initiative_dipper | train |
f40f951a52c6c19108224d306f0e173465d0054d | diff --git a/scripts/pycodestyle_on_repo.py b/scripts/pycodestyle_on_repo.py
index <HASH>..<HASH> 100644
--- a/scripts/pycodestyle_on_repo.py
+++ b/scripts/pycodestyle_on_repo.py
@@ -23,14 +23,17 @@ import os
import subprocess
import sys
+from run_pylint import get_files_for_linting
+
def main():
"""Run pyc... | Use 'diff_base' for pycodestyle check, if set.
Speeds it up, plus reduces spew when testing locally. | googleapis_google-cloud-python | train |
d58642a9823c8dbd62d53617c80443f737528c1c | diff --git a/src/Psalm/Config.php b/src/Psalm/Config.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Config.php
+++ b/src/Psalm/Config.php
@@ -1303,7 +1303,7 @@ class Config
public function shortenFileName(string $to): string
{
if (!is_file($to)) {
- return $to;
+ return preg_re... | Maintain old behaviour when file does not exist | vimeo_psalm | train |
81e37a1f53ee9203b4468f660fdd9c5727394eff | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -230,10 +230,7 @@ BigQuery.prototype.timestamp = function(value) {
return new BigQuery.timestamp(value);
}
- value = new Date(value);
- value = value.toJSON().replace(/^(.*)T(.*)Z$/, '$1 $2');
-
- ... | bigquery: drop timestamp string replacement (#<I>) | googleapis_nodejs-bigquery | train |
c599781fd9896ace7173a367eeb7becb58a33dd2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, Extension
import numpy as np
import platform
-version = '0.1.6'
+version = '0.1.7'
ext_modules = []
@@ -14,7 +14,7 @@ setup (name = 'droneapi',
url = 'https://github.... | release <I>: depend on new mavproxy | dronekit_dronekit-python | train |
0ad3c352839060da9dc146df635a97119eccd114 | diff --git a/jira/client.py b/jira/client.py
index <HASH>..<HASH> 100644
--- a/jira/client.py
+++ b/jira/client.py
@@ -272,6 +272,12 @@ class JIRA(object):
self._check_update_()
JIRA.checked_version = True
+ # TODO: check if this works with non-admin accounts
+ self._fields = {... | Fix #<I>: ability to retrieve custom fields by their JQL names. | pycontribs_jira | train |
8ab97ae9f73740af51666e8ed2cf791ee532e79d | diff --git a/tests/unit/OxidTestCase.php b/tests/unit/OxidTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/unit/OxidTestCase.php
+++ b/tests/unit/OxidTestCase.php
@@ -175,6 +175,7 @@ class OxidTestCase extends PHPUnit_Framework_TestCase
* Get parameter from session object.
* @param string $sParam para... | Fixing annotations (cherry picked from commit 1c<I>e4) (cherry picked from commit <I>b<I>fa) | OXID-eSales_oxideshop_ce | train |
8a594f10fb0e822974309d74de9d3a57996f5ad2 | diff --git a/salt/modules/znc.py b/salt/modules/znc.py
index <HASH>..<HASH> 100644
--- a/salt/modules/znc.py
+++ b/salt/modules/znc.py
@@ -62,6 +62,11 @@ def buildmod(*modules):
salt '*' znc.buildmod module.cpp [...]
'''
+ # Check if module files are missing
+ missing = [module for module in modul... | Added check for file exsistance | saltstack_salt | train |
e304d695ed8795d0ff69a1039f9cf4f821a0ba96 | diff --git a/plugins/src/kg/apc/jmeter/modifiers/CheckConsistencyAction.java b/plugins/src/kg/apc/jmeter/modifiers/CheckConsistencyAction.java
index <HASH>..<HASH> 100644
--- a/plugins/src/kg/apc/jmeter/modifiers/CheckConsistencyAction.java
+++ b/plugins/src/kg/apc/jmeter/modifiers/CheckConsistencyAction.java
@@ -35,6 ... | support copying in JMeter <I> | undera_jmeter-plugins | train |
2f564437ae45383eb486dff00b31832042230b82 | diff --git a/cmd/config/cache/lookup.go b/cmd/config/cache/lookup.go
index <HASH>..<HASH> 100644
--- a/cmd/config/cache/lookup.go
+++ b/cmd/config/cache/lookup.go
@@ -222,6 +222,10 @@ func LookupConfig(kvs config.KVS) (Config, error) {
if err != nil {
return cfg, err
}
+ if cfg.After > 0 && cfg.CommitWriteba... | Disallow writeback caching with cache_after (#<I>)
fixes #<I> | minio_minio | train |
b6153f11f6303343733c4a95d9d752fd805a3fee | diff --git a/src/Contracts/Properties/HasNodesInterface.php b/src/Contracts/Properties/HasNodesInterface.php
index <HASH>..<HASH> 100644
--- a/src/Contracts/Properties/HasNodesInterface.php
+++ b/src/Contracts/Properties/HasNodesInterface.php
@@ -18,4 +18,6 @@ interface HasNodesInterface
public function hasChildre... | issue-<I> - Added ability to use alias as key for children map | cfpinto_graphql | train |
dcce7cac1fd850c25bfa4579c6f22bce1d3a1311 | diff --git a/lib/Router.php b/lib/Router.php
index <HASH>..<HASH> 100644
--- a/lib/Router.php
+++ b/lib/Router.php
@@ -119,7 +119,7 @@ class Router implements \Coast\App\Access, \Coast\App\Executable
if (isset($this->_suffix)) {
$path = "{$path}/{$this->_suffix}";
}
- ... | Tweak slash handing in router | jacksleight_coast | train |
6bd1300877c108851f8d2124caceb47ad6fd0ac8 | diff --git a/lib/daybreak/db.rb b/lib/daybreak/db.rb
index <HASH>..<HASH> 100644
--- a/lib/daybreak/db.rb
+++ b/lib/daybreak/db.rb
@@ -22,7 +22,9 @@ module Daybreak
@serializer = (options[:serializer] || Serializer::Default).new
@table = Hash.new &method(:hash_default)
@journal = Journal.new(file, ... | "fix" which doesn't work | propublica_daybreak | train |
f1429d25a88445c3022c24d160e6815845341c91 | diff --git a/is_core/forms/formsets.py b/is_core/forms/formsets.py
index <HASH>..<HASH> 100644
--- a/is_core/forms/formsets.py
+++ b/is_core/forms/formsets.py
@@ -6,12 +6,19 @@ class BaseFormSetMixin(object):
Mixin that add method all_forms which return existing forms and empty form in one list
"""
- def... | V<I> Fixed fieldset generation and add formfield_for_dbfield to inlines | matllubos_django-is-core | train |
fc5b20f5167e45edd9bc5eaec31fd6ee633cf2a5 | diff --git a/js/fcoin.js b/js/fcoin.js
index <HASH>..<HASH> 100644
--- a/js/fcoin.js
+++ b/js/fcoin.js
@@ -636,17 +636,18 @@ module.exports = class fcoin extends Exchange {
sign (path, api = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
let request = '/';
- const... | fcoin linting | ccxt_ccxt | train |
6b202a6f71a50c0410b1b28d78671ea2fc17423e | diff --git a/jawn-core/src/main/java/net/javapla/jawn/core/templates/stringtemplate/StringTemplateTemplateEngine.java b/jawn-core/src/main/java/net/javapla/jawn/core/templates/stringtemplate/StringTemplateTemplateEngine.java
index <HASH>..<HASH> 100644
--- a/jawn-core/src/main/java/net/javapla/jawn/core/templates/strin... | fixing issue with reading templates on a Windows platform | MTDdk_jawn | train |
35b00376d0472656acb9f15fa1a289fac5921c86 | diff --git a/src/__tests__/__snapshots__/babel.test.js.snap b/src/__tests__/__snapshots__/babel.test.js.snap
index <HASH>..<HASH> 100644
--- a/src/__tests__/__snapshots__/babel.test.js.snap
+++ b/src/__tests__/__snapshots__/babel.test.js.snap
@@ -137,3 +137,22 @@ CSS OUTPUT END
CSS MAPPINGS:[{\\"generated\\":{\\"line\... | fix: use the same custom property for the same identifier | callstack_linaria | train |
f4ff15d02cca2be594d24bed4c779986bf3a94f6 | diff --git a/src/test/java/com/github/susom/database/test/CommonTest.java b/src/test/java/com/github/susom/database/test/CommonTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/github/susom/database/test/CommonTest.java
+++ b/src/test/java/com/github/susom/database/test/CommonTest.java
@@ -59,7 +59,7 @@ pub... | Fix test failures due to repeated calls to get the current time | susom_database | train |
e1c40022d3831ab06735aa6615aefffdebddb303 | diff --git a/src/main/java/com/box/sdk/BoxAPIResponse.java b/src/main/java/com/box/sdk/BoxAPIResponse.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/box/sdk/BoxAPIResponse.java
+++ b/src/main/java/com/box/sdk/BoxAPIResponse.java
@@ -49,13 +49,22 @@ public class BoxAPIResponse {
}
public InputStrea... | Fix ProgressListeners for gzipped downloads
Since the Content-Length header is used to calculate the progress of a
download, the ProgressInputListener must wrap the compressed InputStream
and not the uncompressed one.
This change adds an overloaded `BoxAPIRequest.getBody(ProgressListener)`
method so that compressed c... | box_box-java-sdk | train |
ba27e3a04020018b800372f0f110ab70168cacf1 | diff --git a/lib/fasterer/file_traverser.rb b/lib/fasterer/file_traverser.rb
index <HASH>..<HASH> 100644
--- a/lib/fasterer/file_traverser.rb
+++ b/lib/fasterer/file_traverser.rb
@@ -36,15 +36,14 @@ module Fasterer
end
def config_file
- @config_file ||= if File.exist?(CONFIG_FILE_NAME)
- loaded ... | Add tests for file_traverser_spec and modify config_file method | DamirSvrtan_fasterer | train |
508ba7e500b8d6e550e866940c96ae5bd995c31b | diff --git a/src/Types/AbstractType.php b/src/Types/AbstractType.php
index <HASH>..<HASH> 100644
--- a/src/Types/AbstractType.php
+++ b/src/Types/AbstractType.php
@@ -75,6 +75,11 @@ abstract class AbstractType implements Type
return new Conditions\IsNull($this);
}
+ public function isNotNull()
+ {... | feat: Add Type helper for Is Not Null condition | lebris_muffin | train |
2a94eb952ddf535c9b050d44e25273878d940052 | diff --git a/src/external/druidExternal.ts b/src/external/druidExternal.ts
index <HASH>..<HASH> 100644
--- a/src/external/druidExternal.ts
+++ b/src/external/druidExternal.ts
@@ -1182,6 +1182,8 @@ module Plywood {
if (nextAction instanceof FallbackAction) {
extractionFn = this.actionToExtraction... | remove cast to string if druid (#<I>)
* init
* function
* tweak
* removed incorrect blanket removal of cast(string) in druid | implydata_plywood | train |
e91101d908b5ffbe93e9f40e146e195d33bee044 | diff --git a/src/org/zaproxy/zap/extension/api/ApiImplementor.java b/src/org/zaproxy/zap/extension/api/ApiImplementor.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/api/ApiImplementor.java
+++ b/src/org/zaproxy/zap/extension/api/ApiImplementor.java
@@ -83,14 +83,33 @@ public abstract class ApiImpl... | Prevent duplicated API elements
Change ApiImplementor to validate that the ApiElement (view, action, or
other) being added does not use a duplicated name, it would not work
properly. | zaproxy_zaproxy | train |
4c30aad428a6c9dd2ba8922939dfeda007ff9884 | diff --git a/helios-client/src/main/java/com/spotify/helios/client/DefaultRequestDispatcher.java b/helios-client/src/main/java/com/spotify/helios/client/DefaultRequestDispatcher.java
index <HASH>..<HASH> 100644
--- a/helios-client/src/main/java/com/spotify/helios/client/DefaultRequestDispatcher.java
+++ b/helios-client... | Let caller decide whether to shut down HeliosClient executor
Let the caller decide whether the HeliosClient will shut down its
executor on close. This is useful when the caller passes in her
own executor and doesn't want to shut it down when the client closes. | spotify_helios | train |
21dbd8f00b2d0ad8ab485675fa8ef5fad590580f | diff --git a/app/models/changeset.rb b/app/models/changeset.rb
index <HASH>..<HASH> 100644
--- a/app/models/changeset.rb
+++ b/app/models/changeset.rb
@@ -340,7 +340,12 @@ class Changeset < ActiveRecord::Base
(products.uniq! or []).include? err.product
end
end
-
+
+ def not_included_distribution
+ ... | content-deletion - add backend support for deleting distributions
This commit contains changes needed to process deletion
of distros that are in a deletion changeset. | Katello_katello | train |
1bbfa5ca351f4ee8f0a37fd69a5d1ad0c99fe954 | diff --git a/dvc/cache.py b/dvc/cache.py
index <HASH>..<HASH> 100644
--- a/dvc/cache.py
+++ b/dvc/cache.py
@@ -30,7 +30,7 @@ class Cache(object):
file_set = set(files)
cached = {}
for cache_file in self.all():
- cached_files = list(filter(lambda f: System.samefile(cache_file, f, Tr... | dvc: cleanup artifacts from #<I> | iterative_dvc | train |
11c883962f63654013de1cf55082d0017cfe359d | diff --git a/src/event.js b/src/event.js
index <HASH>..<HASH> 100644
--- a/src/event.js
+++ b/src/event.js
@@ -1,6 +1,5 @@
-jBone.fn.on = function() {
- var event = arguments[0],
- callback, target, namespace, fn, events;
+jBone.fn.on = function(originEvent) {
+ var callback, target, namespace, fn, events,... | add .parent, .parents methods, fix .on event with target | kupriyanenko_jbone | train |
09063237fb4b327e0ac71218bf4f134e195bb19e | diff --git a/host/cli/collect-debug-info.go b/host/cli/collect-debug-info.go
index <HASH>..<HASH> 100644
--- a/host/cli/collect-debug-info.go
+++ b/host/cli/collect-debug-info.go
@@ -32,10 +32,11 @@ var debugCmds = [][]string{
func init() {
Register("collect-debug-info", runCollectDebugInfo, `
-usage: flynn-host c... | host/cli: Don’t include env in debug info by default
There are many pieces of sensitive information that we shouldn’t collect
that are in the environment. Also added a flag to `flynn-host inspect` to
omit the environment.
Closes #<I> | flynn_flynn | train |
286be1d385a164b76fe0a33cdd396bea4a197ae1 | diff --git a/src/Keboola/StorageApi/Client.php b/src/Keboola/StorageApi/Client.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/StorageApi/Client.php
+++ b/src/Keboola/StorageApi/Client.php
@@ -81,6 +81,9 @@ class Client
*/
public $connectionTimeout = 7200;
+ /** @var Tokens */
+ private $tokens;
+
... | Client uses Tokens class for deprecated token methods | keboola_storage-api-php-client | train |
82999ed7af2f478112aa25d5a797af529232d3ce | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -102,7 +102,8 @@ Topic :: Utilities
setup(
name="click-configfile",
version="0.3.0a0",
- url="http://pypi.python.org/pypi/click-configfile/",
+ url="https://github.com/jenisys/click-configfile",
+ download_... | Add github URL, provide pypi as download_url | click-contrib_click-configfile | train |
ac7ca93da1e0d5de1bbe12b240724908fac9d3da | diff --git a/lib/decider/decideConfig.js b/lib/decider/decideConfig.js
index <HASH>..<HASH> 100644
--- a/lib/decider/decideConfig.js
+++ b/lib/decider/decideConfig.js
@@ -1,3 +1,5 @@
+
+//defuault decision configuration
var deciderConfig = {
'base_match_threshold': 90,
diff --git a/lib/filter/filter.js b/lib/fi... | added discrete 1 or 0 function | amida-tech_blue-button-pim | train |
b1360c993cffe6c0d7512a77d873433b677ebb39 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,8 +23,11 @@ module.exports = {
let urlToVisit = decodeURIComponent(req.query.url);
let parsed = url.parse(urlToVisit, true);
- let headers = Object.assign(req.headers, req.query.headers)
- headers... | Allow overriding of the host header | embermap_ember-cli-fastboot-testing | train |
1c5c546edb79d79ea9d3f1b858420879083eb144 | diff --git a/montblanc/impl/rime/tensorflow/RimeSolver.py b/montblanc/impl/rime/tensorflow/RimeSolver.py
index <HASH>..<HASH> 100644
--- a/montblanc/impl/rime/tensorflow/RimeSolver.py
+++ b/montblanc/impl/rime/tensorflow/RimeSolver.py
@@ -246,7 +246,7 @@ class RimeSolver(MontblancTensorflowSolver):
# Tracing
... | Disable tracing by default! | ska-sa_montblanc | train |
5d3c3e09fc608b5e8ca236088d1586d12d692b28 | diff --git a/salt/proxy/philips_hue.py b/salt/proxy/philips_hue.py
index <HASH>..<HASH> 100644
--- a/salt/proxy/philips_hue.py
+++ b/salt/proxy/philips_hue.py
@@ -169,10 +169,9 @@ def call_lights(*args, **kwargs):
'''
res = dict()
lights = _get_lights()
- if 'id' in kwargs:
- for dev_id in _get... | Bugfix: show all devices, if no specific IDs were passed | saltstack_salt | train |
dce9059d24e0f527dc3358be98d6fec25e7c91ec | diff --git a/example_test.go b/example_test.go
index <HASH>..<HASH> 100644
--- a/example_test.go
+++ b/example_test.go
@@ -105,7 +105,7 @@ func ExampleService() {
s.Start("mqtt://try:try@broker.shiftr.io", options)
- s.Subscribe("test", 0).Wait()
+ s.Subscribe("test", 0, false).Wait()
s.Publish("test", []byte... | allow requeueing of failed subs and unsubs | 256dpi_gomqtt | train |
514c60565633e00f021f4cd80c87392bf2daace3 | diff --git a/telemetry/telemetry/core/chrome/android_browser_backend.py b/telemetry/telemetry/core/chrome/android_browser_backend.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/core/chrome/android_browser_backend.py
+++ b/telemetry/telemetry/core/chrome/android_browser_backend.py
@@ -1,7 +1,7 @@
# Copyright ... | Telemetry / Android: removes SetDevToolsPreferences.
This was necessary prior to m<I>, now on stable channel.
BUG=<I>
Review URL: <URL> | catapult-project_catapult | train |
bc3d7461503644cd46f2318824f237454ccd17b0 | diff --git a/public/javascripts/fileupload/application.js b/public/javascripts/fileupload/application.js
index <HASH>..<HASH> 100644
--- a/public/javascripts/fileupload/application.js
+++ b/public/javascripts/fileupload/application.js
@@ -23,7 +23,8 @@ $(function () {
$('#fileupload').fileupload();
$('#fileup... | removes file_count from forward url in upload page. fixes #<I> | samvera_hyrax | train |
47dfd912e1bfe729b12c72faac4ad5af6eec3305 | diff --git a/src/Gzero/Api/UrlParamsProcessor.php b/src/Gzero/Api/UrlParamsProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Gzero/Api/UrlParamsProcessor.php
+++ b/src/Gzero/Api/UrlParamsProcessor.php
@@ -97,7 +97,7 @@ class UrlParamsProcessor {
$input = $this->processPageParams($input);
foreach ($i... | Extended UrlParamsProcessor parsing rules | GrupaZero_api | train |
047da1108674f0c425f0f00d159cdec41d697268 | diff --git a/testsuite/src/main/java/io/netty/testsuite/transport/socket/DatagramUnicastTest.java b/testsuite/src/main/java/io/netty/testsuite/transport/socket/DatagramUnicastTest.java
index <HASH>..<HASH> 100644
--- a/testsuite/src/main/java/io/netty/testsuite/transport/socket/DatagramUnicastTest.java
+++ b/testsuite/... | Correctly handle ByteBuf implementations which have no memoryAddress when writing to native transport
Motivation:
Commit 3c4dfed<I>ae2ce<I>f6ac1d<I>d<I>a<I>c<I>b<I> introduced a regression in handling buffers that have no memoryAddress.
Modifications:
Fix regression and also add unit tests.
Result:
It's possible ... | netty_netty | train |
94c529dbdcc842958261e839e4ce5c8d4a590caa | diff --git a/src/admin/class-papi-admin-ajax.php b/src/admin/class-papi-admin-ajax.php
index <HASH>..<HASH> 100644
--- a/src/admin/class-papi-admin-ajax.php
+++ b/src/admin/class-papi-admin-ajax.php
@@ -129,7 +129,7 @@ class Papi_Admin_Ajax {
}
$items = json_decode(
- stripslashes( papi_get_sanitized_post( 'p... | Remove sanitized post since it breaks after and before html. Escaping is done later. | wp-papi_papi | train |
41f97b617af65b95dba540d733fdc50ca9f8e9f5 | diff --git a/youtube/plugin.js b/youtube/plugin.js
index <HASH>..<HASH> 100755
--- a/youtube/plugin.js
+++ b/youtube/plugin.js
@@ -22,6 +22,8 @@
CKEDITOR.dialog.add( 'youtube', function ( instance )
{
+ var video;
+
return {
title : editor.lang.youtube.title,
minWidth : 500,
@@ -96... | Same function to validate and get video ID | fonini_ckeditor-youtube-plugin | train |
1d87030de2a38bbe8c05e1b13f5b2f27466fd5a8 | diff --git a/lib/column/array.go b/lib/column/array.go
index <HASH>..<HASH> 100644
--- a/lib/column/array.go
+++ b/lib/column/array.go
@@ -9,10 +9,6 @@ import (
"github.com/kshvakov/clickhouse/lib/binary"
)
-type ArrayWriter interface {
- WriteArray(encoder *binary.Encoder, column Column) (uint64, error)
-}
-
typ... | Array(T) performance improvement #2 | kshvakov_clickhouse | train |
8dadca4b515fd668bc1b6a981a288060e4fab41b | diff --git a/lib/active_merchant/billing/gateways/smart_ps.rb b/lib/active_merchant/billing/gateways/smart_ps.rb
index <HASH>..<HASH> 100644
--- a/lib/active_merchant/billing/gateways/smart_ps.rb
+++ b/lib/active_merchant/billing/gateways/smart_ps.rb
@@ -23,8 +23,8 @@ module ActiveMerchant #:nodoc:
post = {}
... | TransaxGateway#store now supports Checks (added remote spec), and can store CreditCards without making a <I> charge. | activemerchant_active_merchant | train |
78699a454fc60c393e6badf892d45440a4175e6c | diff --git a/rootpy/root2array.py b/rootpy/root2array.py
index <HASH>..<HASH> 100644
--- a/rootpy/root2array.py
+++ b/rootpy/root2array.py
@@ -14,8 +14,8 @@ def to_numpy_array(trees, branches=None,
use_cache=False, cache_size=1000000,
include_weight=False,
wei... | accept tree.Cut in Tree.CopyTree | rootpy_rootpy | train |
dc39aceb94fa810f8d7e263c0293f325fbf9a109 | diff --git a/activerecord/lib/active_record/associations/through_association_scope.rb b/activerecord/lib/active_record/associations/through_association_scope.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/through_association_scope.rb
+++ b/activerecord/lib/active_record/associations/th... | Adding test_has_many_through_has_one_with_has_many_through_source_reflection and modifying ThroughAssociationScope to make it work correctly. | rails_rails | train |
eeae59d04cf89a19c071fd055256a85d704a4318 | diff --git a/tests/LocalizedEndpointTest.php b/tests/LocalizedEndpointTest.php
index <HASH>..<HASH> 100644
--- a/tests/LocalizedEndpointTest.php
+++ b/tests/LocalizedEndpointTest.php
@@ -8,7 +8,7 @@ class LocalizedEndpointTest extends TestCase {
$request = $this->getLastRequest();
$this->assertTrue(... | Update test descriptions of LocalizedEndpoint | GW2Treasures_gw2api | train |
ae1359eb14f996193babbfb21f3e9206d9e9230f | diff --git a/salt/modules/seed.py b/salt/modules/seed.py
index <HASH>..<HASH> 100644
--- a/salt/modules/seed.py
+++ b/salt/modules/seed.py
@@ -278,6 +278,8 @@ def _check_resolv(mpt):
conts = fp_.read()
if 'nameserver' not in conts:
replace = True
+ if 'nameserver 12... | Replace resolv.conf if nameserver is <I>
Debian OpenStack images has resolv.conf with "nameserver <I>". If not overwritten minion seeding will fail (after a long period of time - network timeout) as no name lookups can be made.
Upon VM boot DHCP settings will overwrite resolv.conf again. | saltstack_salt | train |
91f8ee2924e8c3295f57bd856a40d1cbdb3aa2f6 | diff --git a/presto-thrift-connector/src/main/java/com/facebook/presto/connector/thrift/util/RetryDriver.java b/presto-thrift-connector/src/main/java/com/facebook/presto/connector/thrift/util/RetryDriver.java
index <HASH>..<HASH> 100644
--- a/presto-thrift-connector/src/main/java/com/facebook/presto/connector/thrift/ut... | Use TimeStats for thrift connector retry latency | prestodb_presto | train |
eab93bb8efc1a7676697d97d5d4a81fb9f96da21 | diff --git a/lib/remote-debugger.js b/lib/remote-debugger.js
index <HASH>..<HASH> 100644
--- a/lib/remote-debugger.js
+++ b/lib/remote-debugger.js
@@ -203,6 +203,9 @@ class RemoteDebugger extends events.EventEmitter {
if (found) break;
for (let dict of (appDict.pageDict || [])) {
... | Make sure we keep track of the page we have chosen | appium_appium-remote-debugger | train |
32acfd1ad2bafdb03aea3ddcc688a774b341985e | diff --git a/seaworthy/containers/base.py b/seaworthy/containers/base.py
index <HASH>..<HASH> 100644
--- a/seaworthy/containers/base.py
+++ b/seaworthy/containers/base.py
@@ -71,6 +71,7 @@ class ContainerBase:
self._docker_helper = docker_helper
self._container = None
+ self._http_clients = [... | Container method to get an HTTP client. | praekeltfoundation_seaworthy | train |
fa2631f4ca828126b68284a2f8a683fc2bf49c22 | diff --git a/src/hieroglyph/directives.py b/src/hieroglyph/directives.py
index <HASH>..<HASH> 100644
--- a/src/hieroglyph/directives.py
+++ b/src/hieroglyph/directives.py
@@ -183,6 +183,7 @@ class SlideDirective(admonitions.Admonition):
'class': directives.class_option,
'name': directives.unchanged,
... | Added support for inline-contents on Slide nodes. | nyergler_hieroglyph | train |
3ac8b4f9a7346c71942262cd8b4bc6553b8389c7 | diff --git a/internetarchive/config.py b/internetarchive/config.py
index <HASH>..<HASH> 100644
--- a/internetarchive/config.py
+++ b/internetarchive/config.py
@@ -76,7 +76,7 @@ def write_config_file(username, password):
# Write config file.
with open(config_file, 'w') as fh:
- os.chmod(config_file, 0... | Changed permissions of config file to <I>. | jjjake_internetarchive | train |
b8da15ab56b34e1beb3a7e367642a9657908e30a | diff --git a/src/events/index.js b/src/events/index.js
index <HASH>..<HASH> 100644
--- a/src/events/index.js
+++ b/src/events/index.js
@@ -1,6 +1,7 @@
import InfernoNodeID from './InfernoNodeID';
import addRootListener from './addRootListener';
import EventRegistry from './EventRegistry';
+import registerEventHooks ... | Expose registerEventHooks -- removed by accident when refactoring | infernojs_inferno | train |
f3bc9df18edcc4d60fa4b3becd15a4962dfdf29d | diff --git a/src/Service/MelisCoreTranslationService.php b/src/Service/MelisCoreTranslationService.php
index <HASH>..<HASH> 100644
--- a/src/Service/MelisCoreTranslationService.php
+++ b/src/Service/MelisCoreTranslationService.php
@@ -100,7 +100,7 @@ class MelisCoreTranslationService extends Translator implements Servi... | MelisCore: added fix on loading languages | melisplatform_melis-core | train |
509492feadd206c184da4af3c9617997ab1c093c | diff --git a/pymongo/mongo_client.py b/pymongo/mongo_client.py
index <HASH>..<HASH> 100644
--- a/pymongo/mongo_client.py
+++ b/pymongo/mongo_client.py
@@ -208,6 +208,10 @@ class MongoClient(common.BaseObject):
self.__is_primary = False
self.__is_mongos = False
+ # _pool_class option is for de... | Motor's hooks into PyMongo | mongodb_mongo-python-driver | train |
522b8afd5e73e4d9c99d94f85954df684118fb6f | diff --git a/src/graphql.js b/src/graphql.js
index <HASH>..<HASH> 100644
--- a/src/graphql.js
+++ b/src/graphql.js
@@ -47,8 +47,14 @@ exports.assertError = (response, path, messageTest) => {
exports.assertSuccess = (response) => {
assert(response.statusCode >= 200 && response.statusCode < 300, `Did not succeed. HTT... | Add path to assertSuccess error output string | lifeomic_lambda-tools | train |
88bc5e2a39f1d18ee46bf543adb4c7427b3a4055 | diff --git a/livereload/__init__.py b/livereload/__init__.py
index <HASH>..<HASH> 100644
--- a/livereload/__init__.py
+++ b/livereload/__init__.py
@@ -1,5 +1,5 @@
"""django-livereload"""
-__version__ = '1.0'
+__version__ = '1.1'
__license__ = 'BSD License'
__author__ = 'Fantomas42' | Bumping to version <I> | Fantomas42_django-livereload | train |
929c72bdfee47ab4220a77cafe6a31a1c7669c16 | diff --git a/Kwf/Acl.php b/Kwf/Acl.php
index <HASH>..<HASH> 100644
--- a/Kwf/Acl.php
+++ b/Kwf/Acl.php
@@ -106,6 +106,7 @@ class Kwf_Acl extends Zend_Acl
$this->deny('guest', 'kwf_user_self');
$this->allow('admin', 'kwf_debug');
$this->allow(null, 'kwf_media_upload');
+ $this->deny('gu... | Fix security issue with uploads
don't allow guests to upload files | koala-framework_koala-framework | train |
f0416acc37d8e7792dbf44e5c94ca2c114d625c7 | diff --git a/tests/unit/modules/test_ssh.py b/tests/unit/modules/test_ssh.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/test_ssh.py
+++ b/tests/unit/modules/test_ssh.py
@@ -91,8 +91,13 @@ class SSHAuthKeyTestCase(TestCase, LoaderModuleMockMixin):
email = 'github.com'
empty_line = '\n'
... | Add mode back in for tmp file creation on Linux
The mode arg was removed in PR #<I> to get this test to pass on
Windows. However, this caused the same test to fail on Arch Linux
when running Python 3.
Let's keep the test the way it was for non-windows boxes, and only
remove the mode for windows. | saltstack_salt | train |
3c0be105bd824c3ee00b3ccbc41e2b88784bb2de | diff --git a/robosuite/controllers/osc.py b/robosuite/controllers/osc.py
index <HASH>..<HASH> 100644
--- a/robosuite/controllers/osc.py
+++ b/robosuite/controllers/osc.py
@@ -342,6 +342,13 @@ class OperationalSpaceController(Controller):
return self.torques
+ def update_initial_joints(self, initial_join... | verify all controller tests work, fix small bug in osc for updating initial joints | StanfordVL_robosuite | train |
5d6a304acfe69c3955b5982e0c31a094aa6f9866 | diff --git a/testgrid/jenkins_verify/jenkins_validate.go b/testgrid/jenkins_verify/jenkins_validate.go
index <HASH>..<HASH> 100644
--- a/testgrid/jenkins_verify/jenkins_validate.go
+++ b/testgrid/jenkins_verify/jenkins_validate.go
@@ -76,7 +76,7 @@ func main() {
}
// Also check k/k presubmit, prow postsubmit and ... | Include presubmits from jlewi/mlkube.io | kubernetes_test-infra | train |
2ab21accac4dcce861ff230d730498383c3a1f20 | diff --git a/lib/qbwc/request.rb b/lib/qbwc/request.rb
index <HASH>..<HASH> 100644
--- a/lib/qbwc/request.rb
+++ b/lib/qbwc/request.rb
@@ -8,13 +8,7 @@ class QBWC::Request
#Allow strings of QBXML to be passed in directly.
case
when request.is_a?(Hash)
-
- unless request.keys.include?(:qbxml_msgs_rq... | Split wrap_request into its own method so it can be called from elsewhere | qbwc_qbwc | train |
39dd68b5054ef5e3c136efad0ad4c98d263a498a | diff --git a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/issue/notification/SendIssueNotificationsPostJob.java b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/issue/notification/SendIssueNotificationsPostJob.java
index <HASH>..<HASH> 100644
--- a/plugins/sonar-core-plugin/src/main/ja... | Do not send nofications on dry run mode | SonarSource_sonarqube | train |
07e2cc64f31b59c125963a3f5f92f39a9871d9da | diff --git a/src/botkit-middleware-witai.js b/src/botkit-middleware-witai.js
index <HASH>..<HASH> 100644
--- a/src/botkit-middleware-witai.js
+++ b/src/botkit-middleware-witai.js
@@ -6,14 +6,14 @@ var logger = new Logger(levels.DEBUG);
// not used at the moment
var actions = {
- say(sessionId, context, message, ... | remove all es6 stuff to follow original style | howdyai_botkit-middleware-witai | train |
68db2511a05fdd84f96506a09bb1fbde215852f0 | diff --git a/lib/Models/WebMapServiceCatalogItem.js b/lib/Models/WebMapServiceCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/WebMapServiceCatalogItem.js
+++ b/lib/Models/WebMapServiceCatalogItem.js
@@ -319,18 +319,24 @@ WebMapServiceCatalogItem.prototype.updateFromCapabilities = function(capabilitie
... | Alert user when a WMS layer doesn't match what's on the server.
Fixes NICTA/NationalMap#<I>. | TerriaJS_terriajs | train |
d3aefce979aad503e4e04cee33cd4d12c3fa3ae7 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -1806,6 +1806,22 @@
* @return bool
*/
function is_activation_mode( $and_on = true ) {
+ return fs_is_networ... | [multisite] [activation-mode] [refactor] Simplified the logic that checks if it's an activation mode based on the context admin dashboard. | Freemius_wordpress-sdk | train |
2ce28fb0183d26b361f9cabf216dd63a5d272a0b | diff --git a/lib/visitor/compiler.js b/lib/visitor/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/visitor/compiler.js
+++ b/lib/visitor/compiler.js
@@ -107,10 +107,7 @@ Compiler.prototype.visitBlock = function(block){
// Nesting
// TODO: apply in same order
for (var i = 0, len = block.nodes.length; i < len;... | Fixed root level conditional selectors. Closes #<I> | stylus_stylus | train |
96dbc7b55bd923304718486206819ba9acf5ca76 | diff --git a/spec/adhearsion/call_controller_spec.rb b/spec/adhearsion/call_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/adhearsion/call_controller_spec.rb
+++ b/spec/adhearsion/call_controller_spec.rb
@@ -298,28 +298,28 @@ module Adhearsion
describe '#accept' do
it "should delegate to the ca... | [CS] Clean up some specs slightly | adhearsion_adhearsion | train |
a620662d2c1fb83ea0da11bd95a4f0c3d794b4bf | diff --git a/lib/grunt/configs/index.js b/lib/grunt/configs/index.js
index <HASH>..<HASH> 100644
--- a/lib/grunt/configs/index.js
+++ b/lib/grunt/configs/index.js
@@ -1,5 +1,6 @@
/* jshint node: true */
module.exports = {
+ banner: require("./banner"),
clean: require("./clean"),
compress: require("./comp... | chore($grunt/configs): Ensure banner task is loaded | FineUploader_fine-uploader | train |
694c760477d385f707ad4c6e89da0abd40e01c5b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="area4",
- version="2.0-dev1",
+ version="2.0-dev2",
author="RDIL",
author_email="me@rdil.rocks",
description="Dividers in Pyt... | bump to final dev build, READ COMMIT DESCRIPTION
last changes coming soon
we are aiming to have the release out by next week | area4lib_area4 | train |
589d670161058dc80e017a7ea338c3027b13a5e0 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -69,7 +69,7 @@ final class Client
$handler
);
}
- if (isset($options['max_retries'])) {
+ if (isset($options['max_retries']) && 0 !== $options['max_r... | Do not create the retry middleware if "max_retries" is equal to 0 | tarantool-php_client | train |
04cbf331e7efccc639b0f0f8dd98849e51a05e64 | diff --git a/tests/unit/test-jcanvas.js b/tests/unit/test-jcanvas.js
index <HASH>..<HASH> 100644
--- a/tests/unit/test-jcanvas.js
+++ b/tests/unit/test-jcanvas.js
@@ -33,6 +33,18 @@ asyncTest("animateLayer, method drawLine", 1, function () {
})
})
+asyncTest("animateLayer, four opacity and position animations", 4... | DKS - added automated test for drawLinesInstantShiftVariedOpacity(). | caleb531_jcanvas | train |
5c7aadc0edc247dacfd5716523c10b91dbec4e9c | diff --git a/rpc_server.go b/rpc_server.go
index <HASH>..<HASH> 100644
--- a/rpc_server.go
+++ b/rpc_server.go
@@ -45,7 +45,11 @@ func (s *RPCServer) Serve(lis net.Listener) {
for {
conn, err := lis.Accept()
if err != nil {
- log.Printf("[ERR] plugin: plugin server: %s", err)
+ severity := "ERR"
+ if erro... | Reduce severity of Accept() error during connection teardown; see #<I> | hashicorp_go-plugin | train |
58c9a6596e0ae8e71915c9fc7fe3bf66a677ebf1 | diff --git a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java b/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java
+++ b/liquibase-core/src/... | Add any node types discovered from the runAfter and runBefore types to the Map DAT-<I> | liquibase_liquibase | train |
b914c096be8088a9aa2a7839577b136f8a08753a | diff --git a/templates/bootstrap/assets/JsSearchAsset.php b/templates/bootstrap/assets/JsSearchAsset.php
index <HASH>..<HASH> 100644
--- a/templates/bootstrap/assets/JsSearchAsset.php
+++ b/templates/bootstrap/assets/JsSearchAsset.php
@@ -27,4 +27,8 @@ class JsSearchAsset extends \yii\web\AssetBundle
public $jsOpt... | do not publish php files for jssearch
fixes #<I> | yiisoft_yii2-apidoc | train |
5a37cc1bf05273c44e380c20af3051bbf3d9c318 | diff --git a/lib/event_sourcery/event_source_adapters/postgres.rb b/lib/event_sourcery/event_source_adapters/postgres.rb
index <HASH>..<HASH> 100644
--- a/lib/event_sourcery/event_source_adapters/postgres.rb
+++ b/lib/event_sourcery/event_source_adapters/postgres.rb
@@ -20,8 +20,12 @@ module EventSourcery
end
... | Allow getting latest event ID by event type in order to support monitoring when projectors won't see events they don't care about | envato_event_sourcery | train |
93aba8f58d1c33f924102c58acfc75950ccd5c1f | diff --git a/dwave/cloud/package_info.py b/dwave/cloud/package_info.py
index <HASH>..<HASH> 100644
--- a/dwave/cloud/package_info.py
+++ b/dwave/cloud/package_info.py
@@ -14,7 +14,7 @@
__packagename__ = 'dwave-cloud-client'
__title__ = 'D-Wave Cloud Client'
-__version__ = '0.7.1'
+__version__ = '0.7.2'
__author__ ... | Release version <I>
Changes from <I>
Fixes
---
- `StructuredSolver.sample_bqm` was improperly handling QUBOs, now it
correctly samples them as QUBO QMIs (#<I>)
- some doctests were failing, and now they're skipped | dwavesystems_dwave-cloud-client | train |
d952f9049ebe4ed753c4bc4cbaab923e48da4be5 | diff --git a/src/Symfony/Component/HttpFoundation/JsonResponse.php b/src/Symfony/Component/HttpFoundation/JsonResponse.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpFoundation/JsonResponse.php
+++ b/src/Symfony/Component/HttpFoundation/JsonResponse.php
@@ -106,9 +106,15 @@ class JsonResponse extends R... | Catch exceptions to restore the error handler | symfony_symfony | train |
2f2f2abe690b5c464525ed0ad9e194226d77f2f1 | diff --git a/fontbakery.py b/fontbakery.py
index <HASH>..<HASH> 100755
--- a/fontbakery.py
+++ b/fontbakery.py
@@ -67,8 +67,8 @@ def run_bakery(sourcedir, config=None):
b.load_config(config)
b.run()
- except Exception, ex:
- print >> sys.stderr, ex
+ except Exception:
+ print >> ... | to stderr print failed font | googlefonts_fontbakery | train |
270a29ec3e93e67796992ac0f8b36084205c196d | diff --git a/lxd/cgroup/abstraction.go b/lxd/cgroup/abstraction.go
index <HASH>..<HASH> 100644
--- a/lxd/cgroup/abstraction.go
+++ b/lxd/cgroup/abstraction.go
@@ -518,6 +518,7 @@ func (cg *CGroup) GetMemorySwapLimit() (int64, error) {
return n, nil
}
+
return -1, ErrUnknownVersion
}
@@ -717,6 +718,7 @@ func... | lxd/cgroup: Inserts newlines after blocks. | lxc_lxd | train |
6f7474ecde7ae0547fd20182a47025a8ec6af9fc | diff --git a/lib/emitter/property.js b/lib/emitter/property.js
index <HASH>..<HASH> 100644
--- a/lib/emitter/property.js
+++ b/lib/emitter/property.js
@@ -24,9 +24,9 @@ module.exports = new Emitter({
metaStorage.added.push(meta)
}
}
- return Emitter.prototype
- .emitInte... | fix in property where it would block if no meta (bad for instances) | vigour-io_vjs | train |
08cdb8fbd83f89b556c12c4e5d249a01b247f6b2 | diff --git a/resource_aws_route.go b/resource_aws_route.go
index <HASH>..<HASH> 100644
--- a/resource_aws_route.go
+++ b/resource_aws_route.go
@@ -150,7 +150,7 @@ func resourceAwsRouteCreate(d *schema.ResourceData, meta interface{}) error {
VpcPeeringConnectionId: aws.String(d.Get("vpc_peering_connection_id").(stri... | Handle the case where Route Table is already gone.
This commit changes the behaviour of the `ExistsFunc`, where by default
lack of a route table (e.g. already removed, etc.) would cause an error
to be thrown. This makes is hard to carry out any action e.g. plan,
refresh, or destroy, that rely on the route table exista... | terraform-providers_terraform-provider-aws | train |
e612a65033d637732d247800910bbccd3172dae3 | diff --git a/java/client/test/org/openqa/selenium/AuthenticatedPageLoadingTest.java b/java/client/test/org/openqa/selenium/AuthenticatedPageLoadingTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/AuthenticatedPageLoadingTest.java
+++ b/java/client/test/org/openqa/selenium/AuthenticatedPa... | SimonStewart: Beware, the authenticated page loading test shouldn't be run by default
r<I> | SeleniumHQ_selenium | train |
c4f18b15c2b69d589e61594ca52ba807a94eacb3 | diff --git a/packages/scalars/src/Concern/ArrayModifyTrait.php b/packages/scalars/src/Concern/ArrayModifyTrait.php
index <HASH>..<HASH> 100644
--- a/packages/scalars/src/Concern/ArrayModifyTrait.php
+++ b/packages/scalars/src/Concern/ArrayModifyTrait.php
@@ -378,6 +378,14 @@ trait ArrayModifyTrait
return $this... | Collection group support path #<I> | ventoviro_windwalker | train |
b5c61ff4da3c302ccc59ba59a667f92963c8c1c0 | diff --git a/ui/src/composables/private/use-validate.js b/ui/src/composables/private/use-validate.js
index <HASH>..<HASH> 100644
--- a/ui/src/composables/private/use-validate.js
+++ b/ui/src/composables/private/use-validate.js
@@ -106,7 +106,7 @@ export default function (focused, innerLoading) {
* - Promise (pend... | fix(QField): rework for don't hide bottom slot when field is disabled #<I> (#<I>) (#<I>)
#<I> | quasarframework_quasar | train |
4b7530135eea3c2ee915e336a9597a6889c5abb8 | diff --git a/liquibase-core/src/main/java/liquibase/integration/cdi/CDILiquibaseConfig.java b/liquibase-core/src/main/java/liquibase/integration/cdi/CDILiquibaseConfig.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/integration/cdi/CDILiquibaseConfig.java
+++ b/liquibase-core/src/main/java... | Remove an unused import preventing compile with OpenJDK.
Import can't be resolved if using OpenJDK, but turns out it was unused
anyhow. | liquibase_liquibase | train |
a38f3e14302240565ef378d31d892e139cc693f6 | diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py
index <HASH>..<HASH> 100644
--- a/pandas/core/groupby/groupby.py
+++ b/pandas/core/groupby/groupby.py
@@ -2896,7 +2896,7 @@ class GroupBy(BaseGroupBy[FrameOrSeries]):
grouper = self.grouper
ids, _, ngroups = grouper.group_i... | Fix typing issues for CI (#<I>) | pandas-dev_pandas | train |
b23e98327f2e1202ba25f0845c45ca4259d403bb | diff --git a/lib/rubocop/cop/correctors/alignment_corrector.rb b/lib/rubocop/cop/correctors/alignment_corrector.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/correctors/alignment_corrector.rb
+++ b/lib/rubocop/cop/correctors/alignment_corrector.rb
@@ -19,10 +19,12 @@ module RuboCop
expr = node.respond... | Refactor
Refactor calculate_range; call heredoc_ranges outside of loop | rubocop-hq_rubocop | train |
b7af37c75e026df08c8f615a7886df138599e0db | diff --git a/components/Dialog.js b/components/Dialog.js
index <HASH>..<HASH> 100644
--- a/components/Dialog.js
+++ b/components/Dialog.js
@@ -4,7 +4,14 @@ export default class Dialog {
this.element = element;
if(this.modal === 'true') {
- this.backdrop = element.closest('.backdrop');
+ ... | modal dialog (wip) | aristov_htmlmodule | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.