hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ef98f4d8606c187a0286d083b7f87c7d5c4fc77f | diff --git a/img_proof/ipa_azure.py b/img_proof/ipa_azure.py
index <HASH>..<HASH> 100644
--- a/img_proof/ipa_azure.py
+++ b/img_proof/ipa_azure.py
@@ -48,7 +48,7 @@ class AzureCloud(IpaCloud):
image_id=None,
inject=None,
instance_type=None,
- log_level=30,
+ log_level=None,
... | Add timestamp to file log handler.
Remove default log level from class signatures. This overrides the
default in base ipa_cloud class and they didn't match. | SUSE-Enceladus_ipa | train |
e4da6075a0c3d26d97577774dc86d15ddcb58d3b | diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -29,11 +29,8 @@ if (process.env.REDISTOGO_URL) {
redis = require('redis').createClient(redisToGo.port, redisToGo.hostname);
redis.auth(redisToGo.auth.split(':')[1]);
} else {
- redis = require('redis').createClient... | Analytics: count flat badges requests.
Also, allow extending analytics.
Related to issue #<I>. | badges_shields | train |
8d8affa08d1e19f425a5f6dd6afcdf329cd93eb7 | diff --git a/react-native/react/engine/windows-hack.js b/react-native/react/engine/windows-hack.js
index <HASH>..<HASH> 100644
--- a/react-native/react/engine/windows-hack.js
+++ b/react-native/react/engine/windows-hack.js
@@ -7,7 +7,7 @@ export default function windowsHack () {
// hangs until other random net modul... | Only run the windowsHack on renderer threads | keybase_client | train |
1aa3f23f6178848ffee5b54769d37ea2acfdbfbc | diff --git a/src/Cartalyst/Sentry/Users/Eloquent/User.php b/src/Cartalyst/Sentry/Users/Eloquent/User.php
index <HASH>..<HASH> 100644
--- a/src/Cartalyst/Sentry/Users/Eloquent/User.php
+++ b/src/Cartalyst/Sentry/Users/Eloquent/User.php
@@ -362,7 +362,7 @@ class User extends Model implements UserInterface {
* @param ... | Method rename for clarity and consistency. | cartalyst_sentry | train |
60a4eb9c7c93adf42aecb65691738b1afb4ce7a7 | diff --git a/tests/test_apps/socketimporter/client/socketimporter/AsyncBenchmark.java b/tests/test_apps/socketimporter/client/socketimporter/AsyncBenchmark.java
index <HASH>..<HASH> 100644
--- a/tests/test_apps/socketimporter/client/socketimporter/AsyncBenchmark.java
+++ b/tests/test_apps/socketimporter/client/socketim... | ENG-<I> Some system test failures due to printstatistics TPS calc | VoltDB_voltdb | train |
b17d15e615ecc9853ae8207153c494bfb454cc5b | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -9,11 +9,22 @@ This package takes components published by GDS and creates an app in a Django pr
This process downloads a release from https://github.com/alphagov/govuk_template and the contents of Node.js packages
ht... | Improve documentation and add an author email address to package | ministryofjustice_django-govuk-template | train |
c471a18f27ffc83210bc0bab590baa9dcc08337e | diff --git a/W.route.js b/W.route.js
index <HASH>..<HASH> 100755
--- a/W.route.js
+++ b/W.route.js
@@ -82,20 +82,24 @@ if(Function.prototype.method == undefined) {
var params = {};
var route = null;
var i = null;
+
for (route in W.rout... | [fixed] IE 7 and below | theworkers_W.js | train |
d82a70617042fbdc489157121aa7b81db936a72b | diff --git a/modules/es/models/es.SurfaceModel.js b/modules/es/models/es.SurfaceModel.js
index <HASH>..<HASH> 100644
--- a/modules/es/models/es.SurfaceModel.js
+++ b/modules/es/models/es.SurfaceModel.js
@@ -110,14 +110,39 @@ es.SurfaceModel.prototype.transact = function( transaction, combine ) {
};
/**
- * Reverses... | undoes changes, cursor still does not move properly | wikimedia_parsoid | train |
6e09bb7af02a1d225f173f1853baf77c4cca08da | diff --git a/src/main/java/org/asciidoctor/Options.java b/src/main/java/org/asciidoctor/Options.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asciidoctor/Options.java
+++ b/src/main/java/org/asciidoctor/Options.java
@@ -25,6 +25,7 @@ public class Options {
public static final String BASEDIR = "base_dir"... | promotes parse_only_header option to Options class. | asciidoctor_asciidoctorj | train |
b76e732d8f46af8d9f3d48e341907968b2aabd41 | diff --git a/lib/tools/system-calls.js b/lib/tools/system-calls.js
index <HASH>..<HASH> 100644
--- a/lib/tools/system-calls.js
+++ b/lib/tools/system-calls.js
@@ -289,17 +289,18 @@ systemCallMethods.adbExecEmu = async function (cmd) {
*/
systemCallMethods.adbExec = async function (cmd, opts = {}) {
if (!cmd) {
- ... | Only retry adbExec if it is a protocol or device not found error (#<I>)
* Only retry adbExec if it is a protocol or device not found error
* Do not recurse until crash
* Change name
* Extend timeout on apk util tests | appium_appium-adb | train |
34eac62d978a2dc4a423042c62b27d95b62e708a | diff --git a/tasks/build-css.js b/tasks/build-css.js
index <HASH>..<HASH> 100644
--- a/tasks/build-css.js
+++ b/tasks/build-css.js
@@ -1,3 +1,5 @@
+/* eslint strict: 0, no-var: 0 */
+
'use strict';
var fs = require('fs'),
diff --git a/tasks/build-docs.js b/tasks/build-docs.js
index <HASH>..<HASH> 100644
--- a/tasks... | Added eslint comments to tasks. | titon_toolkit | train |
b38f03593d57412cf7cb43f6b1713c0afd7eb47c | diff --git a/dataWriter.js b/dataWriter.js
index <HASH>..<HASH> 100644
--- a/dataWriter.js
+++ b/dataWriter.js
@@ -486,7 +486,6 @@ function setUsername(params, deliveryTag, msgUuid, cb) {
});
}
-//exports.addField = addField;
exports.addUserField = addUserField;
exports.addUserDataFields = addUserDataFields;
ex... | Fixed issue in addUserDataField() | larvit_larvituser | train |
30aca7a9f07872cc13e70e7a7855dbbf049f321a | diff --git a/java/client/src/org/openqa/selenium/remote/DriverCommand.java b/java/client/src/org/openqa/selenium/remote/DriverCommand.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/remote/DriverCommand.java
+++ b/java/client/src/org/openqa/selenium/remote/DriverCommand.java
@@ -51,7 +51,6 @@... | DouniaBerrada: Deleting setSelected and toggle in RemoteWebElement.java and the corresponding commands.
r<I> | SeleniumHQ_selenium | train |
82645d5049ad1b0a5a32f2b93cba75211db371bb | 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
@@ -29,9 +29,6 @@ const RESPONSE_LOG_LENGTH = 100;
const GARBAGE_COLLECT_TIMEOUT = 5000;
-// const APP_FULFILLMENT_TIMEOUT = 30000;
-
-
class RemoteDebugger extends ev... | fix: Iterate over resolved pagearrays first before waiting for promises (#<I>) | appium_appium-remote-debugger | train |
f0fe591df7352f542160aca4de01480abbccd2c3 | diff --git a/src/main/java/me/prettyprint/cassandra/service/JmxMonitor.java b/src/main/java/me/prettyprint/cassandra/service/JmxMonitor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/prettyprint/cassandra/service/JmxMonitor.java
+++ b/src/main/java/me/prettyprint/cassandra/service/JmxMonitor.java
@@ -73,7 +73,... | Make loading hectorLog4j.xml optional, controlled by system property com.prettyprint.cassandra.load_hector_log4j | hector-client_hector | train |
743f240d478b931b34c20b26933220d727cebbc9 | diff --git a/config/src/main/java/com/typesafe/config/ConfigException.java b/config/src/main/java/com/typesafe/config/ConfigException.java
index <HASH>..<HASH> 100644
--- a/config/src/main/java/com/typesafe/config/ConfigException.java
+++ b/config/src/main/java/com/typesafe/config/ConfigException.java
@@ -8,7 +8,6 @@ i... | Do not pass Path object as exception argument | lightbend_config | train |
2b2953e3be17a2393ff7a95923bf52de649fc689 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -113,13 +113,11 @@ OCR_TEXT = (
@add_metaclass(FullTextFilesMeta)
class FullTextFiles(unittest.TestCase):
def test_png_file(self):
- "Antidoc performs wrapping, so we need to allow newlines."
with open('... | remove wrong comments of tests.py | btimby_fulltext | train |
bf32aa90d4a6851d1a28f311726fbbed57c40ec3 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# [Flask-Run](https://github.com/salsita/flask-run) <a href='https://github.com/salsita'><img align='right' title='Salsita' src='https://www.google.com/a/cpanel/salsitasoft.com/images/logo.gif?alpha=1' /></a>... | fix: fix package setup to not require dependencies preinstalled | salsita_flask-run | train |
8b2d7e9673e8a5a353012666dc8f8c5139c4aa3c | diff --git a/tests/Log/FileTest.php b/tests/Log/FileTest.php
index <HASH>..<HASH> 100644
--- a/tests/Log/FileTest.php
+++ b/tests/Log/FileTest.php
@@ -27,27 +27,22 @@ use Tests\TestCase;
class FileTest extends TestCase
{
- protected function tearDown(): void
+ protected function setUp(): void
{
- ... | tests(log): log test to <I>% | hunzhiwange_framework | train |
262cbf74c1db72d16e9a6f03ce21d2f776e22c49 | diff --git a/javascript/UserForm.js b/javascript/UserForm.js
index <HASH>..<HASH> 100644
--- a/javascript/UserForm.js
+++ b/javascript/UserForm.js
@@ -77,7 +77,7 @@ jQuery(function ($) {
* Default options for step validation. These get extended in main().
*/
UserForm.prototype.validationOptions = {
- ignore: '... | FIX: jquery validate attempting to validate ul as input | silverstripe_silverstripe-userforms | train |
c7b1f8821dd258c103dfbe217812c9bf02ac934f | diff --git a/test/unit/plugins/providers/docker/action/connect_networks_test.rb b/test/unit/plugins/providers/docker/action/connect_networks_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/plugins/providers/docker/action/connect_networks_test.rb
+++ b/test/unit/plugins/providers/docker/action/connect_networks_test.... | Try to mock up docker version subprocess result in test | hashicorp_vagrant | train |
55ef0eb090545a4c73143c9eac1e50024d5a2b8e | diff --git a/src/Subscription.php b/src/Subscription.php
index <HASH>..<HASH> 100644
--- a/src/Subscription.php
+++ b/src/Subscription.php
@@ -373,7 +373,7 @@ class Subscription extends Model
$subscription->quantity = $quantity;
- $subscription->prorate = $this->prorate;
+ $subscription->pror... | Implement new proration_behavior field | laravel_cashier | train |
8638ff44142219e45c565e2b4871a7471b403297 | diff --git a/discord/gateway.py b/discord/gateway.py
index <HASH>..<HASH> 100644
--- a/discord/gateway.py
+++ b/discord/gateway.py
@@ -199,6 +199,8 @@ class DiscordWebSocket(websockets.client.WebSocketClientProtocol):
ws._dispatch = client.dispatch
ws.gateway = gateway
+ client.connection._up... | Update voice client main ws references when reconnecting. | Rapptz_discord.py | train |
576429a3baf4cfd4fa118cc0e395a20bc081eeb6 | diff --git a/workbench/gFEXTest.py b/workbench/gFEXTest.py
index <HASH>..<HASH> 100644
--- a/workbench/gFEXTest.py
+++ b/workbench/gFEXTest.py
@@ -44,18 +44,22 @@ import struct
@j.register('fake')
class FakeReader:
def read(self, offset, size):
- return struct.pack('{0:s}f'.format(''.join(['x']*4*(size-1)... | more testing with gFEX test | kratsg_ironman | train |
043699c996abdd239f469d3bb8808b5ebb261592 | diff --git a/lib/mongoid/criteria.rb b/lib/mongoid/criteria.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/criteria.rb
+++ b/lib/mongoid/criteria.rb
@@ -33,7 +33,6 @@ module Mongoid #:nodoc:
attr_accessor \
:collection,
- :default_applied,
:documents,
:embedded,
:ids,
diff --gi... | Only apply default scoping to new criteria, not potentially to the last
criteria in the scope stack. | mongodb_mongoid | train |
b65af086cc591c45ae868795993df5c6caf5b214 | diff --git a/lxd-agent/main_agent.go b/lxd-agent/main_agent.go
index <HASH>..<HASH> 100644
--- a/lxd-agent/main_agent.go
+++ b/lxd-agent/main_agent.go
@@ -106,6 +106,8 @@ func (c *cmdAgent) Run(cmd *cobra.Command, args []string) error {
time.Sleep(300 * time.Second)
}
+ reconfigureNetworkInterfaces()
+
// Load... | lxd-agent: Reads nic configuration and applies it at startup. | lxc_lxd | train |
4b4dffd5784376777ae9bad8fcf35972010bef00 | diff --git a/master/buildbot/util/lru.py b/master/buildbot/util/lru.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/util/lru.py
+++ b/master/buildbot/util/lru.py
@@ -193,6 +193,28 @@ class AsyncLRUCache(object):
del cache[k]
del refcount[k]
+ def inv(self):
+ """Check invarian... | add (un-called) invariant-checking method to AsyncLRUCache | buildbot_buildbot | train |
d67a5f78efd1c08d3f32590350c881a4de9962e5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,6 @@ setup(name = 'Emma2',
# setup_requires = ['numpy >= 1.8'],
# runtime dependencies
install_requires = ['numpy >= 1.6.0',
- 'scipy >= 0.9',
+ ... | corrected setup file - need at least scipy <I> | markovmodel_PyEMMA | train |
58be734774c17df82841800278a5accfe3d9879b | diff --git a/clusterjob/utils.py b/clusterjob/utils.py
index <HASH>..<HASH> 100644
--- a/clusterjob/utils.py
+++ b/clusterjob/utils.py
@@ -60,7 +60,8 @@ def read_file(filename):
return in_fh.read()
-def run_cmd(cmd, remote, rootdir='', workdir='', ignore_exit_code=False):
+def run_cmd(cmd, remote, rootdir=... | Allow to configure ssh executable | goerz_clusterjob | train |
bec4a3b613d09e4526d87b4a885b363445b910ac | diff --git a/vsphere/internal/virtualdevice/virtual_machine_disk_subresource.go b/vsphere/internal/virtualdevice/virtual_machine_disk_subresource.go
index <HASH>..<HASH> 100644
--- a/vsphere/internal/virtualdevice/virtual_machine_disk_subresource.go
+++ b/vsphere/internal/virtualdevice/virtual_machine_disk_subresource.... | r/virtual_machine: Disks don't use sets anymore
And hence don't have an intersection set. Removed the comment implying
that. | terraform-providers_terraform-provider-vsphere | train |
88d31b0b2d8bb4ac11fe19ad2b502c66d99fd18d | diff --git a/core/src/main/java/org/mapfish/print/config/Configuration.java b/core/src/main/java/org/mapfish/print/config/Configuration.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/mapfish/print/config/Configuration.java
+++ b/core/src/main/java/org/mapfish/print/config/Configuration.java
@@ -55,7 +55,... | Fix doc generation for the root configuration
Closes #<I> (the number of the beast) | mapfish_mapfish-print | train |
5a3036d018ba80f0a01c6c43ea7b39d5ff486899 | diff --git a/oscrypto/_openssl/_libssl.py b/oscrypto/_openssl/_libssl.py
index <HASH>..<HASH> 100644
--- a/oscrypto/_openssl/_libssl.py
+++ b/oscrypto/_openssl/_libssl.py
@@ -52,7 +52,9 @@ class LibsslConst():
SSL_R_NO_SHARED_CIPHER = 193
SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM = 130
+ SSL_F_SSL3_GET_KEY_EXC... | Handle OpenSSL error on small DH params on Mac | wbond_oscrypto | train |
55fc6eeb765e3e30cd37f01c3084f7193e388f0b | diff --git a/src/js/core.js b/src/js/core.js
index <HASH>..<HASH> 100644
--- a/src/js/core.js
+++ b/src/js/core.js
@@ -354,7 +354,7 @@ s.loadImage = function (imgElement, src, checkForComplete, callback) {
}
if (!imgElement.complete || !checkForComplete) {
if (src) {
- image = new Image();... | updated locations to explicitly use window.[whatever] instead of assuming it | nolimits4web_swiper | train |
3805397b3caff559119587aeac197904a2285eec | diff --git a/controller/tag.php b/controller/tag.php
index <HASH>..<HASH> 100644
--- a/controller/tag.php
+++ b/controller/tag.php
@@ -22,11 +22,9 @@ class ComTagsControllerTag extends KControllerModel
*/
protected function _initialize(KObjectConfig $config)
{
- $config->model = 'com:'.$this->get... | Issue #3: Sync with changed in Kodekit Platform | joomlatools_joomlatools-framework | train |
ffbb59a73e475e60c302d54b714263942f153551 | diff --git a/builtin/providers/aws/structure.go b/builtin/providers/aws/structure.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/structure.go
+++ b/builtin/providers/aws/structure.go
@@ -49,7 +49,7 @@ func expandListeners(configured []interface{}) ([]*elb.Listener, error) {
if l.SSLCertificateId != nil &... | provider/aws: Fixes the use of Uppercase chars in ELB Listeners | hashicorp_terraform | train |
21b85f4af6f7e458011f8d31ff6f47292ca774cc | diff --git a/integration-test/src/test/java/org/cloudfoundry/CloudFoundryCleaner.java b/integration-test/src/test/java/org/cloudfoundry/CloudFoundryCleaner.java
index <HASH>..<HASH> 100644
--- a/integration-test/src/test/java/org/cloudfoundry/CloudFoundryCleaner.java
+++ b/integration-test/src/test/java/org/cloudfoundr... | Improving route cleanup filter
Previously, a change to the CloudFoundryCleaner code restricted the cleanup of
some routes created during testing. This prevented the cleanup from
completing causing test failures. This change updates that filter to remove
more routes allowing testing to proceed. | cloudfoundry_cf-java-client | train |
18cbdd9e23988675845866d54f673ded3c27e621 | diff --git a/src/Repositories/EloquentRepository.php b/src/Repositories/EloquentRepository.php
index <HASH>..<HASH> 100644
--- a/src/Repositories/EloquentRepository.php
+++ b/src/Repositories/EloquentRepository.php
@@ -303,25 +303,18 @@ class EloquentRepository extends BaseRepository
/**
* Remove files fro... | method to detach a file from a model | TypiCMS_Core | train |
0224983b640755a1d1bdc82c56726ebb6f387741 | diff --git a/pycobertura/cobertura.py b/pycobertura/cobertura.py
index <HASH>..<HASH> 100644
--- a/pycobertura/cobertura.py
+++ b/pycobertura/cobertura.py
@@ -1,7 +1,7 @@
import lxml.etree as ET
import os
-from pycobertura.utils import reconcile_lines
+from pycobertura.utils import extrapolate_coverage, reconcile_l... | Cobertura.missed_lines extrapolates line numbers again | aconrad_pycobertura | train |
65f175b7458519688067c796a7d60b47527cec75 | diff --git a/scoop/_types.py b/scoop/_types.py
index <HASH>..<HASH> 100644
--- a/scoop/_types.py
+++ b/scoop/_types.py
@@ -104,7 +104,7 @@ class Future(object):
the call will be cancelled and the method will return True."""
if self in scoop._control.execQueue.movable:
self.exceptionVal... | Removed a small memory leak and replaced the pop method by a del statement | soravux_scoop | train |
8e39259615cc66f79eca7ef8b1623979589bad1c | diff --git a/src/Api/ApiSoapClientV4.php b/src/Api/ApiSoapClientV4.php
index <HASH>..<HASH> 100644
--- a/src/Api/ApiSoapClientV4.php
+++ b/src/Api/ApiSoapClientV4.php
@@ -17,7 +17,7 @@ use SoapHeader;
use function assert;
use function hash;
use function in_array;
-use function property_exists;
+use function is_strin... | Simplify code to handle SoapFault | biplane_yandex-direct | train |
aa4508c7ce58e1b742b5380101ce1b1fb96c88be | diff --git a/pandasdmx.py b/pandasdmx.py
index <HASH>..<HASH> 100644
--- a/pandasdmx.py
+++ b/pandasdmx.py
@@ -565,14 +565,10 @@ class Client:
# Remove any global codes from the list
sorted_keys = [k for k in concat if k not in global_codes.keys()]
if concat:
- # Const... | create multi-index from tuples, not from cartesian product. This is much more efficient | dr-leo_pandaSDMX | train |
674b3cbee2528c7043eee3c43612c0684579d5f9 | diff --git a/src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java b/src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java
+++ b/src/main/java/com/github/tomakehurst/wiremock/stu... | Fixed #<I> - now ignores the presence of at the root of a stub mapping JSON document, so that this can be used in (primarily) VS Code | tomakehurst_wiremock | train |
c9df7726e0d378a8b98cc4233a95c7a8ff259929 | diff --git a/tika/tika.py b/tika/tika.py
index <HASH>..<HASH> 100644
--- a/tika/tika.py
+++ b/tika/tika.py
@@ -127,19 +127,20 @@ def parse1(option, urlOrPath, serverEndpoint=ServerEndpoint, verbose=Verbose,
warn('config option must be one of meta, text, or all; using all.')
service = services.get(option, ... | changed for port checking in callServer function | chrismattmann_tika-python | train |
d02c7563588aa534629e05b873946680953dbfdc | diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/model/Jenkins.java
+++ b/core/src/main/java/jenkins/model/Jenkins.java
@@ -304,6 +304,7 @@ import hudson.util.LogTaskListener;
import static java.util.... | [JENKINS-<I>] Skip CONFIGURE_INSTANCE panel when root URL is set during skipFirstUser (#<I>)
* [JENKINS-<I>] Skip the CONFIGURE_INSTANCE panel when JenkinsLocationConfiguration.url is set, even when skipFirstUser is called.
* Add nullability annotation | jenkinsci_jenkins | train |
d673d4ee4d32d03b4123ce790878e11a55c95551 | diff --git a/scripts/qhelpers/misc.py b/scripts/qhelpers/misc.py
index <HASH>..<HASH> 100644
--- a/scripts/qhelpers/misc.py
+++ b/scripts/qhelpers/misc.py
@@ -53,6 +53,22 @@ def run_program(program, api, device, shots, max_credits=3):
return out
+def program_to_text(program):
+ """prints a program (array of... | adding print of circuit for current debugging | Qiskit_qiskit-terra | train |
31c79b88068f0d404368eba734b659c0f5291b8a | diff --git a/python_modules/dagster/setup.py b/python_modules/dagster/setup.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/setup.py
+++ b/python_modules/dagster/setup.py
@@ -77,6 +77,7 @@ def _do_setup(name='dagster'):
'gevent',
'pyrsistent>=0.14.8',
'python-dateutil'... | Require requests (for telemetry)
Test Plan: Manual - pip install dagster in a new python Docker image
Reviewers: catherinewu, schrockn
Reviewed By: catherinewu, schrockn
Differential Revision: <URL> | dagster-io_dagster | train |
f5d37213b5c9b3fcc9b5d553783574a4701edfbc | diff --git a/pysat/instruments/icon_mighti.py b/pysat/instruments/icon_mighti.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/icon_mighti.py
+++ b/pysat/instruments/icon_mighti.py
@@ -325,8 +325,12 @@ def clean(inst):
cal_flag))
var = '_'.JOIN(('ICON_L23_MIGHTI', in... | ENH: Added filter for negative temperatures | rstoneback_pysat | train |
020daad9019ec9906f924eeecdd6c0d2b8be9adc | diff --git a/bika/lims/browser/instrument.py b/bika/lims/browser/instrument.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/instrument.py
+++ b/bika/lims/browser/instrument.py
@@ -405,15 +405,17 @@ class InstrumentReferenceAnalysesView(AnalysesView):
analyses = self.context.getReferenceAnalyses()
... | QC results in instrment. Not done! | senaite_senaite.core | train |
6d551c3f785344ff354ebfbf977e576506555fcd | diff --git a/src/nwmatcher-base.js b/src/nwmatcher-base.js
index <HASH>..<HASH> 100644
--- a/src/nwmatcher-base.js
+++ b/src/nwmatcher-base.js
@@ -704,7 +704,7 @@
if (!elements) {
if (IE_LT_9) {
- elements = /^(?:applet|object)$/i.test(from.nodeName) ? from.childNodes : from.all;
+ e... | enhanced compatibility with DOM fragments and XML documents for older IE browsers without affecting performance of newer browsers | dperini_nwmatcher | train |
6e26e50dbd1e99614a54630d3a09f583b2b33ba8 | diff --git a/micrometer-core/src/main/java/io/micrometer/core/instrument/Timer.java b/micrometer-core/src/main/java/io/micrometer/core/instrument/Timer.java
index <HASH>..<HASH> 100644
--- a/micrometer-core/src/main/java/io/micrometer/core/instrument/Timer.java
+++ b/micrometer-core/src/main/java/io/micrometer/core/ins... | Add record method that accepts Duration to Timer (fixes #<I>) | micrometer-metrics_micrometer | train |
b961aa9fdc167d0f403d044c7607eeb96ddd4841 | diff --git a/test/utils/utils.js b/test/utils/utils.js
index <HASH>..<HASH> 100644
--- a/test/utils/utils.js
+++ b/test/utils/utils.js
@@ -138,7 +138,7 @@ describe('Utils', () => {
it('can filter top level params, no matter the type', function () {
var inputs = JSON.parse(JSON.stringify(testInput)) // qui... | dot-prop filteredParams, removed syntax to work with Node4 in test | actionhero_actionhero | train |
9a7fa26213951a7af23221165c3b2959bea5a51d | diff --git a/perceval/backends/core/askbot.py b/perceval/backends/core/askbot.py
index <HASH>..<HASH> 100644
--- a/perceval/backends/core/askbot.py
+++ b/perceval/backends/core/askbot.py
@@ -53,7 +53,7 @@ class Askbot(Backend):
:param tag: label used to mark the data
:param archive: archive to store/retrieve ... | [askbot] Replace user_info for wiki post
This patch replaces the string representing the user_info
for wiki posts with a dict. This new format is aligned with
the other user_info format, thus it avoids failures with ES
mappings. | chaoss_grimoirelab-perceval | train |
563c10f5ae844ec8d65f9c32bed3a87f54a15df5 | diff --git a/src/ValidatorFactory.php b/src/ValidatorFactory.php
index <HASH>..<HASH> 100644
--- a/src/ValidatorFactory.php
+++ b/src/ValidatorFactory.php
@@ -66,7 +66,7 @@ class ValidatorFactory
/**
* @param AbstractValidator $validator
- * @param array $rules
+ * @param string[] $rules
*
... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | nilportugues_php-validator | train |
e580a53f0d9d23dbb55a77cc3cf2f1fa454b40c7 | diff --git a/src/Behat/Behat/PathLocator.php b/src/Behat/Behat/PathLocator.php
index <HASH>..<HASH> 100644
--- a/src/Behat/Behat/PathLocator.php
+++ b/src/Behat/Behat/PathLocator.php
@@ -192,7 +192,7 @@ class PathLocator
$features = array();
if (is_dir($featuresPath)) {
$finder = ne... | run features in sorted by name order | Behat_Behat | train |
cdead55aa8653659a92d193faa6c2f0503609405 | diff --git a/expression/scalar_function.go b/expression/scalar_function.go
index <HASH>..<HASH> 100644
--- a/expression/scalar_function.go
+++ b/expression/scalar_function.go
@@ -80,6 +80,9 @@ func NewFunction(ctx context.Context, funcName string, retType *types.FieldType,
if retType == nil {
return nil, errors.Er... | expression, executor: use baseBuiltinFunc's return type as ScalaFunction's return type when it is updated during type inference (#<I>) | pingcap_tidb | train |
5fa0cac66f554577a312156184f70f9be247ea03 | diff --git a/src/Illuminate/Http/Resources/Json/JsonResource.php b/src/Illuminate/Http/Resources/Json/JsonResource.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Http/Resources/Json/JsonResource.php
+++ b/src/Illuminate/Http/Resources/Json/JsonResource.php
@@ -110,7 +110,9 @@ class JsonResource implements ArrayAc... | allowing passing arrays to JsonResource (#<I>) | laravel_framework | train |
ca8508d7f3572fe3594c7595e8e47ae8ad460e06 | diff --git a/lib/slack-poster/attachment.rb b/lib/slack-poster/attachment.rb
index <HASH>..<HASH> 100644
--- a/lib/slack-poster/attachment.rb
+++ b/lib/slack-poster/attachment.rb
@@ -1,6 +1,6 @@
module Slack
class Attachment
- ATTRIBUTES = %i(fallback text title title_link image_url color pretext)
+ ATTRIBUTE... | Make it works on ruby <I>.x | rikas_slack-poster | train |
784e5e895153b19505ad40ee7de0964093442f9f | diff --git a/graphene_django_extras/directives/date.py b/graphene_django_extras/directives/date.py
index <HASH>..<HASH> 100644
--- a/graphene_django_extras/directives/date.py
+++ b/graphene_django_extras/directives/date.py
@@ -77,13 +77,13 @@ def _parse(partial_dt):
try:
if isinstance(partial_dt, datetime... | Fixed @date directive loosing a time information
datetime.datetime is subclass of datetime.date, so `isinstance(datetime_instance, datetime.date)` check is True and we loosing a time information here. | eamigo86_graphene-django-extras | train |
bcae1bb89f6e5bdc70313a294661c69c6dbdf034 | diff --git a/mvc/params/ParamsController.py b/mvc/params/ParamsController.py
index <HASH>..<HASH> 100644
--- a/mvc/params/ParamsController.py
+++ b/mvc/params/ParamsController.py
@@ -34,7 +34,7 @@ class ParamsController(Controller):
if newValue > maximum:
newValue = maximum
- self.actions... | ParamsController: Set method to PEP8 | PedalPi_Raspberry-Physical | train |
27d49d0bc12e7bf5f90b9133830ddf47f898cef8 | diff --git a/system/Pager/Pager.php b/system/Pager/Pager.php
index <HASH>..<HASH> 100644
--- a/system/Pager/Pager.php
+++ b/system/Pager/Pager.php
@@ -503,7 +503,7 @@ class Pager implements PagerInterface
}
$this->groups[$group] = [
- 'uri' => clone Services::request()->uri,
+ 'uri' => clo... | Ensure page works well in subfolders. Fixes #<I> | codeigniter4_CodeIgniter4 | train |
24f344708dfdfb1fc6dbeb73f7781a5995c5a7cf | diff --git a/src/test/java/net/openhft/performance/tests/network/TestData.java b/src/test/java/net/openhft/performance/tests/network/TestData.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/openhft/performance/tests/network/TestData.java
+++ b/src/test/java/net/openhft/performance/tests/network/TestData.java
@... | WIRE-<I> Use non capturing variants for ValueIn | OpenHFT_Chronicle-Network | train |
0e4a4354ed53733bdd4a2dfa397ec73fa815e79d | diff --git a/src/Charcoal/Admin/Script/User/ResetPasswordScript.php b/src/Charcoal/Admin/Script/User/ResetPasswordScript.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Admin/Script/User/ResetPasswordScript.php
+++ b/src/Charcoal/Admin/Script/User/ResetPasswordScript.php
@@ -104,7 +104,7 @@ class ResetPasswordScript... | Fix typo to prevent reset password script from failing | locomotivemtl_charcoal-admin | train |
c49d32387709b3a43eac1726012699863b76feee | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
# the following libraries will not be installed
-EXCLUDE_LIBS = ['lib/sbopencv', 'lib/sbopencv/blobs', 'lib/colors/aggregated', 'lib/supershape']
+EXCLUDE_LIBS = ['lib/sbopencv', 'lib/sbopencv/blobs', 'lib/co... | Commit cython changes to setup and init | shoebot_shoebot | train |
a898f3e6726f47b3ecc315f7a8fd2c1a856fe306 | diff --git a/lib/bunyan_helper.js b/lib/bunyan_helper.js
index <HASH>..<HASH> 100644
--- a/lib/bunyan_helper.js
+++ b/lib/bunyan_helper.js
@@ -40,11 +40,6 @@ function RequestCaptureStream(opts) {
this._offset = -1;
this._rings = [];
- for (var i = 0; i < this.maxRequestIds; i++) {
- ... | Don't precreate bunyan ring buffers (too slow at startup) | restify_plugins | train |
c9f398f543efa5e81780c41811bbcdecf9fe4ae9 | diff --git a/lib/rules/doctype-html5.js b/lib/rules/doctype-html5.js
index <HASH>..<HASH> 100644
--- a/lib/rules/doctype-html5.js
+++ b/lib/rules/doctype-html5.js
@@ -3,25 +3,16 @@ var Issue = require('../issue');
module.exports = {
name: 'doctype-html5',
on: ['dom'],
+ filter: ['directive'],
desc: '... | Simplify doctype-html5 rule | htmllint_htmllint | train |
141dfbb4ff5bdbc30ea07368b380c74d8f47baf5 | diff --git a/config/dpkg/debian/control b/config/dpkg/debian/control
index <HASH>..<HASH> 100644
--- a/config/dpkg/debian/control
+++ b/config/dpkg/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.2
Homepage: https://github.com/log2timeline/plaso/
Package: python-plaso
-Architecture: any
+Architecture: all
De... | Code review: <I>: Fix for issues <I>, <I> and <I>. | log2timeline_plaso | train |
5048d98c069a0396b873a0c0365f278f53d0db8f | diff --git a/comment/api/serializers.py b/comment/api/serializers.py
index <HASH>..<HASH> 100644
--- a/comment/api/serializers.py
+++ b/comment/api/serializers.py
@@ -95,10 +95,16 @@ class CommentCreateSerializer(BaseCommentSerializer):
parent = serializers.SerializerMethodField()
replies = serializers.Serial... | add tests for REST API
- add tests to check reaction count on comments
Add like and dislike property to CommentCreate serializer | Radi85_Comment | train |
3277a94999610f46ad7d90d02110d1f9f0e36bc7 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- auto_build (0.4.1)
+ auto_build (0.4.2)
rails (~> 3.1.3)
GEM
diff --git a/lib/auto_build/has_one_hook.rb b/lib/auto_build/has_one_hook.rb
index <HASH>... | Don't overwrite existing records. | febuiles_auto_build | train |
dfe4dec95517a336eb06ee9a993920b4f3a592f2 | diff --git a/lib/exel/context.rb b/lib/exel/context.rb
index <HASH>..<HASH> 100644
--- a/lib/exel/context.rb
+++ b/lib/exel/context.rb
@@ -57,9 +57,11 @@ module EXEL
# Returns the value referenced by the given key. If it is a remote value, it will be converted to a local value and
# the local value will be re... | Implemented Context#fetch to handle localization/resolving of values | 47colborne_exel | train |
805077540a6a19500231b6406495ce1bddc433c3 | diff --git a/lib/fezzik.rb b/lib/fezzik.rb
index <HASH>..<HASH> 100644
--- a/lib/fezzik.rb
+++ b/lib/fezzik.rb
@@ -8,71 +8,3 @@ require "fezzik/environment.rb"
require "fezzik/io.rb"
require "fezzik/util.rb"
require "fezzik/version.rb"
-
-#namespace :fezzik do
- #task :run do
- #destination = ARGV[0]
- #desti... | Delete a bunch of old commented code | dmac_fezzik | train |
d2586ebffc06b022469d94f693d461a029d47000 | diff --git a/src/main/java/io/evanwong/oss/hipchat/v2/commons/Request.java b/src/main/java/io/evanwong/oss/hipchat/v2/commons/Request.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/evanwong/oss/hipchat/v2/commons/Request.java
+++ b/src/main/java/io/evanwong/oss/hipchat/v2/commons/Request.java
@@ -1,5 +1,6 @@
... | Ignore fail on unknown properties. #<I> | evanwong_hipchat-java | train |
b3129fb837d956f5ee5986541e6d242d7e2436ae | diff --git a/lib/foodcritic/api.rb b/lib/foodcritic/api.rb
index <HASH>..<HASH> 100644
--- a/lib/foodcritic/api.rb
+++ b/lib/foodcritic/api.rb
@@ -113,7 +113,11 @@ module FoodCritic
file
end
- # Support function to retrieve a metadata field
+ # Retrieves a value of a metadata field.
+ #
+ # @a... | Better document a few of the existing API methods | Foodcritic_foodcritic | train |
91898b5ca557dbf88649ee45b12a484d3780b05f | diff --git a/fpdf.go b/fpdf.go
index <HASH>..<HASH> 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -358,6 +358,9 @@ func (f *Fpdf) SetPageBox(t string, pb PageBox) {
fallthrough
case "artbox":
t = "ArtBox"
+ default:
+ f.err = fmt.Sprintf("%s is not a valid page box type")
+ return
}
pb.X = pb.X * f.k | Added an error if an invalid box type is passed in | jung-kurt_gofpdf | train |
68ae4900735280d05311683a26c30cc6491739e5 | diff --git a/lib/omnibus.rb b/lib/omnibus.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus.rb
+++ b/lib/omnibus.rb
@@ -2,6 +2,7 @@ require 'ohai'
o = Ohai::System.new
o.require_plugin('os')
o.require_plugin('platform')
+o.require_plugin('linux/cpu') if o.os == 'linux'
OHAI = o
require 'omnibus/library' | Load CPU plugin for ohai
Load CPU plugin for ohai when we can reasonable expect it to be
present and useful. | chef_omnibus | train |
2fd997c111b3d2921d011d8023314dbfc2dec317 | diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/a... | Add config option for `replica`.
This allows the user to add `replica: true` to the database config to
signify the connection should be treated as readonly. This will be
useful so we can ignore structure dumps or migrations (or creating /
deleting etc) the readonly connection for the databases. These are
paired with a... | rails_rails | train |
56141f05a332602d10410b088c719ad36d27a2f4 | diff --git a/lib/assets/javascripts/_modules/search.js b/lib/assets/javascripts/_modules/search.js
index <HASH>..<HASH> 100644
--- a/lib/assets/javascripts/_modules/search.js
+++ b/lib/assets/javascripts/_modules/search.js
@@ -128,7 +128,7 @@
// Select the first five sentences that contain a <mark>
var ... | GTD-1: Extract the first five sentences from a page, not the last five | alphagov_tech-docs-gem | train |
f64b09a045bc12c50447b0127a04f86d37d37ac8 | diff --git a/helper/schema/field_writer_map_test.go b/helper/schema/field_writer_map_test.go
index <HASH>..<HASH> 100644
--- a/helper/schema/field_writer_map_test.go
+++ b/helper/schema/field_writer_map_test.go
@@ -167,6 +167,21 @@ func TestMapFieldWriter(t *testing.T) {
true,
map[string]string{},
},
+
+ "f... | helper/schema: more tests | hashicorp_terraform | train |
8dbb232de63c74bbed8495a2f3c9931b942fe6ae | diff --git a/lib/eb_deployer.rb b/lib/eb_deployer.rb
index <HASH>..<HASH> 100644
--- a/lib/eb_deployer.rb
+++ b/lib/eb_deployer.rb
@@ -171,7 +171,7 @@ module EbDeployer
# version_prefix is given, only removes version starting with the prefix.
def self.deploy(opts)
if region = opts[:region]
- Aws.confi... | Submit config options as explicit Hash | ThoughtWorksStudios_eb_deployer | train |
a3d93f000f3a6f3fafaea117bc98815baa194682 | diff --git a/spec/parser.spec.js b/spec/parser.spec.js
index <HASH>..<HASH> 100644
--- a/spec/parser.spec.js
+++ b/spec/parser.spec.js
@@ -18,10 +18,12 @@ describe("PEG.js grammar parser", function() {
}
function literalGrammar(value) {
+ var ignoreCase = arguments.length > 1 ? arguments[1] : false;
+
r... | Jasmine: Convert tests of parser's "literal" rule | pegjs_pegjs | train |
d210b91d3087b33fe64ce885340e15af16b3f1e8 | diff --git a/lib/app/conduit/http_conduit.js b/lib/app/conduit/http_conduit.js
index <HASH>..<HASH> 100644
--- a/lib/app/conduit/http_conduit.js
+++ b/lib/app/conduit/http_conduit.js
@@ -18,6 +18,24 @@ var HttpConduit = Function.inherits('Alchemy.Conduit', function HttpConduit(req,
});
/**
+ * Has the client aborte... | Don't perform controller action if the request has already been aborted | skerit_alchemy | train |
2b0a3a54d753d3bc095f287ecfd363f2719838f1 | diff --git a/lib/rspec-puppet/matchers/parameter_matcher.rb b/lib/rspec-puppet/matchers/parameter_matcher.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec-puppet/matchers/parameter_matcher.rb
+++ b/lib/rspec-puppet/matchers/parameter_matcher.rb
@@ -100,6 +100,10 @@ module RSpec::Puppet
def check_array(expected, ac... | ensure better error message when expecting an Array, but the content defined is nil | rodjek_rspec-puppet | train |
f1e50287ff041b57b58e73b9e8d9de79fa4f3328 | diff --git a/src/requester.js b/src/requester.js
index <HASH>..<HASH> 100644
--- a/src/requester.js
+++ b/src/requester.js
@@ -65,7 +65,7 @@ module.exports = class Requester {
*/
async get(url, headers, _rawresult = false) {
// let fullurl = (this._baseurl ? this._baseurl+url: url);
- return this.request... | GETs have null bodies. | woveon_woveon-service | train |
3ff27227a00eb3f93cc1d4a988e3312f7d397053 | diff --git a/src/deft/systests/basic_usage_tests.py b/src/deft/systests/basic_usage_tests.py
index <HASH>..<HASH> 100644
--- a/src/deft/systests/basic_usage_tests.py
+++ b/src/deft/systests/basic_usage_tests.py
@@ -29,6 +29,11 @@ def test_changing_status():
assert_that(env.deft("list", "--status", "new").std... | update priorities when moving features between status buckets | npryce_deft | train |
8a4ff4a90a12807aef098f278c8af668459a0eb8 | diff --git a/src/ui/progress.js b/src/ui/progress.js
index <HASH>..<HASH> 100644
--- a/src/ui/progress.js
+++ b/src/ui/progress.js
@@ -90,8 +90,11 @@ class CanvasRenderer extends BaseRenderer {
}
update() {
- window.requestAnimationFrame(() => {
- const half = Math.floor(Math.min(this.element.width(), t... | fix: cancel previous raf before calling new one | uploadcare_uploadcare-widget | train |
0bddb16ab967910831ecc9d55ed05752a10c6a63 | diff --git a/lib/neo4j/active_node/persistence.rb b/lib/neo4j/active_node/persistence.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j/active_node/persistence.rb
+++ b/lib/neo4j/active_node/persistence.rb
@@ -97,9 +97,7 @@ module Neo4j::ActiveNode
# need to be created after the node is saved, a new transaction is st... | Fix issue where an association (which hasn't been accessed) is accessed from an ActiveNode callback | neo4jrb_neo4j | train |
29c0b983936a2b126f70d1858284866e0a04f238 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -7,6 +7,8 @@ const VOID_TAGS = ['area', 'base', 'br', 'col', 'command', 'embed', 'hr',
'img', 'input', 'keygen', 'link', 'meta', 'param', 'source', 'track',
'wbr', '!doctype']
+const COMPONENT_PROPS = ['oninit', 'view'... | Make component initialisation work like in browser | MithrilJS_mithril-node-render | train |
cab1138f3d2af6bf23bac4fbc2751123b674b653 | diff --git a/src/Form/Type/AdminType.php b/src/Form/Type/AdminType.php
index <HASH>..<HASH> 100644
--- a/src/Form/Type/AdminType.php
+++ b/src/Form/Type/AdminType.php
@@ -26,7 +26,7 @@ use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsReso... | Create PropertyAccessor through builder
Constructing a PropertyAccessory should be done through PropertyAccess | sonata-project_SonataAdminBundle | train |
5f25db31ad76ec124bc9e60dd1fad68cb2261a15 | diff --git a/alignak/stats.py b/alignak/stats.py
index <HASH>..<HASH> 100644
--- a/alignak/stats.py
+++ b/alignak/stats.py
@@ -278,5 +278,5 @@ class Stats(object):
logger.error('Stats REAPER cannot put to the metric server %s', exp)
time.sleep(60)
-
+# pylint: disable=C0103
statsmgr... | Enh: Pylint - C<I> for constants names in stats.py | Alignak-monitoring_alignak | train |
d59f28d91a1d99f03760b7ee6a816db91881f04d | diff --git a/lib/output-engine/dom/switcher.js b/lib/output-engine/dom/switcher.js
index <HASH>..<HASH> 100644
--- a/lib/output-engine/dom/switcher.js
+++ b/lib/output-engine/dom/switcher.js
@@ -8,15 +8,25 @@
var utils = require('../../utils'),
interpolable = require('../../interpolable').interpolable;
-var Switch... | switcher constructor : work on sequenceSwitch and witness + remove default template from args | nomocas_yamvish | train |
b1187e5f0bd7c86766647ebdf3b423c60e88776e | diff --git a/test/image.svg.test.js b/test/image.svg.test.js
index <HASH>..<HASH> 100644
--- a/test/image.svg.test.js
+++ b/test/image.svg.test.js
@@ -60,12 +60,6 @@ describe('mapnik.Image SVG', function() {
mapnik.Image.fromSVGBytes(null, { scale: 1 }, function(err, res) {});
}, /must provide a buf... | svg tests: remove tests that differ between node versions, add tests of too large of svg | mapnik_node-mapnik | train |
28c09f40804d3a71bbc12c56819a8acab3c94f2d | diff --git a/app/models/thredded/private_topic.rb b/app/models/thredded/private_topic.rb
index <HASH>..<HASH> 100644
--- a/app/models/thredded/private_topic.rb
+++ b/app/models/thredded/private_topic.rb
@@ -55,7 +55,7 @@ module Thredded
end
def should_generate_new_friendly_id?
- title_changed?
+ s... | [JRO] When should friendly_id generate a new one?
When the slug is blank, for sure, the title has changed, or something
else is super-duper and up the inheritence chain. | thredded_thredded | train |
6f795c379a94c1d3a1bfb920097b25d85f996305 | diff --git a/lib/danger/ci_source/github_actions.rb b/lib/danger/ci_source/github_actions.rb
index <HASH>..<HASH> 100644
--- a/lib/danger/ci_source/github_actions.rb
+++ b/lib/danger/ci_source/github_actions.rb
@@ -21,7 +21,8 @@ module Danger
end
def self.validates_as_pr?(env)
- env["GITHUB_EVENT_NAME"... | Report GitHubActions pull_request_target as pull request | danger_danger | train |
d9aa070535edc3397db66971b0f5552f13e5a62b | diff --git a/lib/flor/unit/hooker.rb b/lib/flor/unit/hooker.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/unit/hooker.rb
+++ b/lib/flor/unit/hooker.rb
@@ -128,6 +128,11 @@ module Flor
return false if ps && ! ps.include?(message['point'])
#p :xxx if hook.is_a?(Flor::Trap)
+ if exi = o(opts, :exid)
+ ... | adapt Trap#trange to Hooker#match? | floraison_flor | train |
43ceb8b06a757138f70e306dab8f3664e32d1a77 | diff --git a/moto/dynamodb2/responses.py b/moto/dynamodb2/responses.py
index <HASH>..<HASH> 100644
--- a/moto/dynamodb2/responses.py
+++ b/moto/dynamodb2/responses.py
@@ -358,7 +358,7 @@ class DynamoHandler(BaseResponse):
if return_values == 'ALL_OLD':
item_dict = item.to_json()
... | Fix incorrect dynamodb2 delete_item response
Attribute field must be a mapping (not a list) | spulec_moto | train |
9ba306d47ef3211de83bb858643abab77faf0528 | diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go
index <HASH>..<HASH> 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.go
@@ -44,6 +44,20 @@ type solcOutput struct {
Version string
}
+// solidity v.0.8 changes the way ABI, Devdoc and Userdoc are serialized
+type solcOut... | common/compiler: fix parsing of solc output with solidity <I> (#<I>)
Solidity <I> changes the way that output is marshalled. This patch allows to parse both
the legacy format used previously and the new format.
See also <URL> | ethereum_go-ethereum | train |
ad12a7264e4b8aecf8d90a96a747101b5fa4871a | diff --git a/provider/marathon.go b/provider/marathon.go
index <HASH>..<HASH> 100644
--- a/provider/marathon.go
+++ b/provider/marathon.go
@@ -264,6 +264,9 @@ func (provider *Marathon) taskFilter(task marathon.Task, applications *marathon.
return false
}
}
+ } else {
+ log.Debugf("Filtering marathon t... | Ensure that we don't add balancees with no health check runs if there is a health check defined on it
Change test behavior | containous_traefik | train |
28d4d9b327b83cef407a8a79e7162ab54bcfa63d | diff --git a/core/corehttp/hostname.go b/core/corehttp/hostname.go
index <HASH>..<HASH> 100644
--- a/core/corehttp/hostname.go
+++ b/core/corehttp/hostname.go
@@ -349,15 +349,27 @@ func knownSubdomainDetails(hostname string, knownGateways gatewayHosts) (gw *con
return nil, "", "", "", false
}
+// isDomainNameAndNo... | refactor: add isDomainNameAndNotPeerID
This ensures we exclude valid PeerIDs from code paths that require
DNSLink names.
Ref.
<URL> | ipfs_go-ipfs | train |
bc9b331d11c856106a05fef8ee4e552423b34956 | diff --git a/tests/openwrt/test_wireless.py b/tests/openwrt/test_wireless.py
index <HASH>..<HASH> 100644
--- a/tests/openwrt/test_wireless.py
+++ b/tests/openwrt/test_wireless.py
@@ -999,3 +999,83 @@ config wifi-iface
option ssid 'MyWifiAP'
""")
self.assertEqual(o.render(), expected)
+
+ def test_wds_... | [OpenWrt] Added test wds_bridge | openwisp_netjsonconfig | train |
d95d07082227fbcc9d2753af75674bd8587fcad5 | diff --git a/tests/LinearAlgebra/MatrixAxiomsTest.php b/tests/LinearAlgebra/MatrixAxiomsTest.php
index <HASH>..<HASH> 100644
--- a/tests/LinearAlgebra/MatrixAxiomsTest.php
+++ b/tests/LinearAlgebra/MatrixAxiomsTest.php
@@ -104,6 +104,7 @@ namespace MathPHP\LinearAlgebra;
* - RREF is upper triangular
* - Exchang... | Add matrix axioms unit test for exchange matrix. | markrogoyski_math-php | train |
13ed022c3f149562fea5bc8812b85a50d807e28e | diff --git a/lib/fog/cloudstack/compute.rb b/lib/fog/cloudstack/compute.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/cloudstack/compute.rb
+++ b/lib/fog/cloudstack/compute.rb
@@ -120,6 +120,7 @@ module Fog
request :recover_virtual_machine
request :register_ssh_key_pair
request :register_user_keys
+... | CloudStack: listTemplates, registerTemplate requests return hypervisor in the response | fog_fog | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.