hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b77e7b38fecf530651c02dbccd5e5516c3331e41 | diff --git a/src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php b/src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php
index <HASH>..<HASH> 100644
--- a/src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php
+++ b/src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSe... | Allow multiple elasticsearch queries to be set
Fixes #<I> | api-platform_core | train |
71401254ae4a729a60614786316d5036702198b8 | diff --git a/src/Timetable/Strategies/BaseTimetableStrategy.php b/src/Timetable/Strategies/BaseTimetableStrategy.php
index <HASH>..<HASH> 100644
--- a/src/Timetable/Strategies/BaseTimetableStrategy.php
+++ b/src/Timetable/Strategies/BaseTimetableStrategy.php
@@ -4,16 +4,9 @@ namespace Timegridio\Concierge\Timetable\Str... | Turn BaseTimetableStrategy to abstract | timegridio_concierge | train |
72349ef22f94b940a406c0e506fda3beb6f0289b | diff --git a/src/AuthorizationServer.php b/src/AuthorizationServer.php
index <HASH>..<HASH> 100644
--- a/src/AuthorizationServer.php
+++ b/src/AuthorizationServer.php
@@ -26,8 +26,6 @@ class AuthorizationServer implements EmitterAwareInterface
{
use EmitterAwareTrait;
- const ENCRYPTION_KEY_ERROR = 'You must... | Encryption key is now always required so remove redundent code | thephpleague_oauth2-server | train |
92e6d01dd4b91ecc6b6dd1909a1e9cd1aab9d8b9 | diff --git a/workshift/forms.py b/workshift/forms.py
index <HASH>..<HASH> 100644
--- a/workshift/forms.py
+++ b/workshift/forms.py
@@ -251,9 +251,11 @@ class VerifyShiftForm(InteractShiftForm):
def clean_pk(self):
instance = super(VerifyShiftForm, self).clean_pk()
- if not instance.workshifter:
+ workshifter =... | Fixed verify shift form to all verify liable people | knagra_farnsworth | train |
5f6083fd0cb48c5f8bceb83243d6967b3fe332c8 | diff --git a/scripts/murnfit.py b/scripts/murnfit.py
index <HASH>..<HASH> 100755
--- a/scripts/murnfit.py
+++ b/scripts/murnfit.py
@@ -9,6 +9,17 @@ from scipy.optimize import leastsq
from pymatgen.io.vasp import Vasprun
from vasppy import Poscar
from vasppy.summary import find_vasp_calculations
+import argparse
+
+i... | Added option to murnfit script to generate plot | bjmorgan_vasppy | train |
098e80ed5a57964b5aac4ac306e4e2023cc722df | diff --git a/cloudfoundry-client/src/main/lombok/org/cloudfoundry/client/v2/securitygroups/SecurityGroupEntity.java b/cloudfoundry-client/src/main/lombok/org/cloudfoundry/client/v2/securitygroups/SecurityGroupEntity.java
index <HASH>..<HASH> 100644
--- a/cloudfoundry-client/src/main/lombok/org/cloudfoundry/client/v2/se... | Replace boolean with Boolean
This commit replaces all booleans with Booleans in request and response
representations to allow for null values.
[#<I>] | cloudfoundry_cf-java-client | train |
c0f3fb2042d3205d11ce91e058573fafbe672003 | diff --git a/f5/bigip/resource.py b/f5/bigip/resource.py
index <HASH>..<HASH> 100644
--- a/f5/bigip/resource.py
+++ b/f5/bigip/resource.py
@@ -40,8 +40,8 @@ they are represented by the classes in this module.
We refer to a server-provided resource as a "service". Thus far all URI
referenced resources are "services" ... | more refactoring of docs | F5Networks_f5-common-python | train |
03746477655cdf4d5e7c92205974de4274584494 | diff --git a/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java b/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
+++ b/src/test/java/com/taskadapter/redmineapi/RedmineManagerTest.java
@@ -1... | fixed testGetVersions() test, which was non-deterministic. | taskadapter_redmine-java-api | train |
9b27b066131c98ea75ca9a29bde223d4fc5a4c05 | diff --git a/spec/models/tag_spec.rb b/spec/models/tag_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/tag_spec.rb
+++ b/spec/models/tag_spec.rb
@@ -87,22 +87,22 @@ describe Tag do
end
context "with a simple keyword" do
- let(:article) { create(:article, keywords: "akeyword") }
+ let... | Fix specs (missing ut8 or sample name without accents) | publify_publify | train |
16301a5bb5487f359e129a340390969bfef7de26 | diff --git a/src/LambdaFunction.js b/src/LambdaFunction.js
index <HASH>..<HASH> 100644
--- a/src/LambdaFunction.js
+++ b/src/LambdaFunction.js
@@ -13,21 +13,32 @@ const { now } = Date
module.exports = class LambdaFunction {
constructor(config, options) {
+ const {
+ functionName,
+ lambdaName,
+ ... | Apply private fields in LambdaFunction constructor | dherault_serverless-offline | train |
cd4a32442891e1c6d255da06d0d4078308e75e28 | diff --git a/phy/utils/tests/test_array.py b/phy/utils/tests/test_array.py
index <HASH>..<HASH> 100644
--- a/phy/utils/tests/test_array.py
+++ b/phy/utils/tests/test_array.py
@@ -64,6 +64,11 @@ def test_chunk():
data = np.random.randn(200, 4)
chunks = chunk_bounds(data.shape[0], 100, overlap=20)
+ with r... | Added a few tests for array utils. | kwikteam_phy | train |
5510419989e39785cf52c0453c737a1cbe43bfa3 | diff --git a/lib/activity-streams.js b/lib/activity-streams.js
index <HASH>..<HASH> 100644
--- a/lib/activity-streams.js
+++ b/lib/activity-streams.js
@@ -22,6 +22,7 @@ var EventEmitter = require('event-emitter'),
var objs = new ArrayKeys({ identifier: '@id' }),
ee = EventEmitter(),
+ special... | added specialObjs config property to allow some @types properties to be ignored | silverbucket_activity-streams.js | train |
1454d0335f60fbd8d99ce6990d6e469cb96da9bc | diff --git a/lib/xapian_db/adapters/active_record_adapter.rb b/lib/xapian_db/adapters/active_record_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/xapian_db/adapters/active_record_adapter.rb
+++ b/lib/xapian_db/adapters/active_record_adapter.rb
@@ -1,7 +1,10 @@
# encoding: utf-8
-# Adapter for ActiveRecord. To use... | [ADD] Changed some false comments | gernotkogler_xapian_db | train |
2cafbca8812b3ff9ce8f578ffd2899920da5fa77 | diff --git a/metrics-graphite/src/main/java/com/codahale/metrics/graphite/PickledGraphite.java b/metrics-graphite/src/main/java/com/codahale/metrics/graphite/PickledGraphite.java
index <HASH>..<HASH> 100644
--- a/metrics-graphite/src/main/java/com/codahale/metrics/graphite/PickledGraphite.java
+++ b/metrics-graphite/sr... | Removing unnecessary imports (#<I>) | dropwizard_metrics | train |
d8d2e7164ac699db59ec67e66ed3b819284ac367 | diff --git a/test/model_test.js b/test/model_test.js
index <HASH>..<HASH> 100644
--- a/test/model_test.js
+++ b/test/model_test.js
@@ -481,7 +481,7 @@ describe('Seraph Model', function() {
});
});
});
- it('should not run before/after comp events on transient compositions', function(done) {
+ ... | add check that afterSave event is not fired on transient compositions | brikteknologier_seraph-model | train |
614d132922cad458de7c18420bd994e8429fefaa | diff --git a/debugger/static/js/runtime/1.js b/debugger/static/js/runtime/1.js
index <HASH>..<HASH> 100644
--- a/debugger/static/js/runtime/1.js
+++ b/debugger/static/js/runtime/1.js
@@ -1,37 +1,27 @@
// XBlock runtime implementation.
-// Constructor for a runtime object provided to an XBlock init function.
-functio... | Refactor this into a self-contained js object. | edx_XBlock | train |
5ab2aab8ebd972ac7b95d575eb39319af78808af | diff --git a/src/Shell.php b/src/Shell.php
index <HASH>..<HASH> 100644
--- a/src/Shell.php
+++ b/src/Shell.php
@@ -1368,9 +1368,9 @@ class Shell extends Application
*
* @param bool $interactive
*
- * @return string One line of user input
+ * @return string|false One line of user input
*/... | Fix non-interactive mode.
(string|false return type thunked into "". yay types!) | bobthecow_psysh | train |
024ff36a0b67900e51f229689ce9512b70e4d14e | diff --git a/montblanc/impl/rime/v5/CompositeRimeSolver.py b/montblanc/impl/rime/v5/CompositeRimeSolver.py
index <HASH>..<HASH> 100644
--- a/montblanc/impl/rime/v5/CompositeRimeSolver.py
+++ b/montblanc/impl/rime/v5/CompositeRimeSolver.py
@@ -725,7 +725,7 @@ class CompositeRimeSolver(MontblancNumpySolver):
# D... | Use per sub-solver dirty cache dictionary.
7c1d9f<I>c<I>a<I>d<I>deb8c<I>c<I>ded introduced a regression by
using a single dirty dictionary for multiple solvers. This meant that
a section of data required by two solvers would be transferred
to only the first, but not the second.
This change uses a dirty cache for each... | ska-sa_montblanc | train |
315d5536ece2e075e88d65e176a79992a0df3b4b | diff --git a/luigi/interface.py b/luigi/interface.py
index <HASH>..<HASH> 100644
--- a/luigi/interface.py
+++ b/luigi/interface.py
@@ -70,8 +70,10 @@ class EnvironmentParamsContainer(task.Task):
description='Hostname of machine running remote scheduler')
scheduler_port = p... | Make --lock default to True. Add --nolock to provide lockless functionality when needed | spotify_luigi | train |
4c6d75ec2a241cf5e887ca9abb3b562d7c93327b | diff --git a/packages/archetype/src/__demo__/index.js b/packages/archetype/src/__demo__/index.js
index <HASH>..<HASH> 100644
--- a/packages/archetype/src/__demo__/index.js
+++ b/packages/archetype/src/__demo__/index.js
@@ -24,6 +24,5 @@ export default {
design: 'design theory about the archetype component',
doc,
... | feat(site): link to readme for how to install/use
we already have installation and usage instructions in the readme for each component. let's not
repeat ourselves unneccesarily. | mineral-ui_mineral-ui | train |
a16b31cae5934506d6596be41ca7d49a18e06a0c | diff --git a/system/core/functions/file.php b/system/core/functions/file.php
index <HASH>..<HASH> 100644
--- a/system/core/functions/file.php
+++ b/system/core/functions/file.php
@@ -277,7 +277,7 @@ function gplcart_file_tempname($prefix = 'GC')
* @param array $files
* @return boolean
*/
-function gplcart_file_co... | Rename gplcart_file_convert_upload() | gplcart_gplcart | train |
db1f99dc38727710d7482d2796026fd740ccfe3e | diff --git a/lib/extensions/crypt/crypt/rijndael.rb b/lib/extensions/crypt/crypt/rijndael.rb
index <HASH>..<HASH> 100644
--- a/lib/extensions/crypt/crypt/rijndael.rb
+++ b/lib/extensions/crypt/crypt/rijndael.rb
@@ -87,6 +87,10 @@ class Rijndael
def add_round_key(blockArray, roundKey)
0.upto(3) { |i|
0.upto(@... | Fix Crypt problem with type of String[] in Ruby | rhomobile_rhodes | train |
3275db347e2559f5dd02c6c9ef6ec14e335d49d6 | diff --git a/edison-jobs/src/main/java/de/otto/edison/jobs/service/JobRunnable.java b/edison-jobs/src/main/java/de/otto/edison/jobs/service/JobRunnable.java
index <HASH>..<HASH> 100644
--- a/edison-jobs/src/main/java/de/otto/edison/jobs/service/JobRunnable.java
+++ b/edison-jobs/src/main/java/de/otto/edison/jobs/servic... | Reimplement the JobEventPublisher from Edison 1.x for backwards compatibility | otto-de_edison-microservice | train |
f5187d7ec33e7e50b072001a58a4e6da538f515e | diff --git a/grib/src/main/java/ucar/nc2/grib/grib1/Grib1Index.java b/grib/src/main/java/ucar/nc2/grib/grib1/Grib1Index.java
index <HASH>..<HASH> 100644
--- a/grib/src/main/java/ucar/nc2/grib/grib1/Grib1Index.java
+++ b/grib/src/main/java/ucar/nc2/grib/grib1/Grib1Index.java
@@ -115,9 +115,11 @@ public class Grib1Index ... | grib: when wrong ncx index, delete | Unidata_thredds | train |
fa4507c4dc45a06c94b2905f5139303106f05c83 | diff --git a/src/discoursegraphs/merging.py b/src/discoursegraphs/merging.py
index <HASH>..<HASH> 100755
--- a/src/discoursegraphs/merging.py
+++ b/src/discoursegraphs/merging.py
@@ -5,7 +5,7 @@
import os
import sys
import re
-from networkx import write_gpickle
+from networkx import write_dot
from discoursegraphs... | merging now produces dot output, ignores anaphoricity edges/root | arne-cl_discoursegraphs | train |
bd1ff2cded568550e94659d286f3a3e21882111f | diff --git a/src/s9e/TextFormatter/Plugins/MediaEmbed/Parser.php b/src/s9e/TextFormatter/Plugins/MediaEmbed/Parser.php
index <HASH>..<HASH> 100644
--- a/src/s9e/TextFormatter/Plugins/MediaEmbed/Parser.php
+++ b/src/s9e/TextFormatter/Plugins/MediaEmbed/Parser.php
@@ -50,9 +50,12 @@ class Parser extends ParserBase
//... | MediaEmbed: improved [media] tag by not replacing @id with @url if @url looks like an URL | s9e_TextFormatter | train |
9f82d96073998f5d4b2e96e1121c66a9545a8276 | diff --git a/openquake/calculators/reportwriter.py b/openquake/calculators/reportwriter.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/reportwriter.py
+++ b/openquake/calculators/reportwriter.py
@@ -135,7 +135,7 @@ def build_report(job_ini, output_dir=None):
"""
calc_id = logs.init()
oq = rea... | Small cleanup on the disaggregation | gem_oq-engine | train |
4e436f3912cd74353da42e0410f76d675137d62e | diff --git a/runner/lua/lua.go b/runner/lua/lua.go
index <HASH>..<HASH> 100644
--- a/runner/lua/lua.go
+++ b/runner/lua/lua.go
@@ -5,6 +5,7 @@ import (
"github.com/valyala/fasthttp"
"github.com/yuin/gopher-lua"
"golang.org/x/net/context"
+ "math"
"time"
)
@@ -26,6 +27,7 @@ func New(filename, src string) *Lua... | Don't limit per-host connections | loadimpact_k6 | train |
909695169c1ed7772ed436dcc762ba179feb4055 | diff --git a/system/src/Grav/Common/GPM/GPM.php b/system/src/Grav/Common/GPM/GPM.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/GPM/GPM.php
+++ b/system/src/Grav/Common/GPM/GPM.php
@@ -206,15 +206,14 @@ class GPM extends Iterator
public function getLatestVersionOfPackage($package_name)
{
... | Correct getting the latest available version of a package | getgrav_grav | train |
612fd0b1d2c936877509a1979f2eb5e2e96989ba | diff --git a/vyked/host.py b/vyked/host.py
index <HASH>..<HASH> 100644
--- a/vyked/host.py
+++ b/vyked/host.py
@@ -49,7 +49,6 @@ class Host:
_logger.error('Invalid argument attached as service')
cls._set_bus(service)
-
@classmethod
def run(cls):
if cls._tcp_service or cls._htt... | pubsub _ssl_context initialization commented & some pep8 changes | kashifrazzaqui_vyked | train |
49c3d9100c86870af1291158a93eee1b237acf53 | diff --git a/ui/src/alerts/components/AlertsTable.js b/ui/src/alerts/components/AlertsTable.js
index <HASH>..<HASH> 100644
--- a/ui/src/alerts/components/AlertsTable.js
+++ b/ui/src/alerts/components/AlertsTable.js
@@ -28,15 +28,11 @@ class AlertsTable extends Component {
filterAlerts = (searchTerm, newAlerts) => {
... | Fix alerts table to display if alerts are missing a host, name, or level | influxdata_influxdb | train |
560fd7e29a87ff6f23fb4bac0ae6a0093fce70cb | diff --git a/cherrypy/test/test_states.py b/cherrypy/test/test_states.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/test_states.py
+++ b/cherrypy/test/test_states.py
@@ -411,6 +411,13 @@ class SignalHandlingTests(helper.CPWebCase):
def test_signal_handler_unsubscribe(self):
self._require_signal_and_k... | Skip a test that consistently fails on Windows due to the implementation of os.kill (Python <I> and later).
--HG--
branch : cherrypy-<I>.x | cherrypy_cheroot | train |
53106010d98612ee0efd794d9850d05bcd4dfb9b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ $request->setTransactionReference($transactionReference);
// Get the response message ready for returning.
$response = $request->send();
-if (! $request->checkSignature()) {
+if (! $request->isValid())... | Changed checkSignature() to isValid() as a more general name (can check IP addresses, for example). | thephpleague_omnipay-sagepay | train |
4e3464d182914da025123d79c794002054f1ee8c | diff --git a/middleware/validation.go b/middleware/validation.go
index <HASH>..<HASH> 100644
--- a/middleware/validation.go
+++ b/middleware/validation.go
@@ -24,30 +24,6 @@ import (
"github.com/go-openapi/swag"
)
-// NewValidation starts a new validation middleware
-func newValidation(ctx *Context, next http.Hand... | Bugfix: middleware/validation removes unused
Removes unused `untypedBinder` and moves `newValidation` to test module
and changes the name to `newTestValidation` as it is only used for test
purposes. | go-openapi_runtime | train |
561c4b208d55f57752073ecca63ab7443326b69d | diff --git a/core/server/web/api/v2/content/routes.js b/core/server/web/api/v2/content/routes.js
index <HASH>..<HASH> 100644
--- a/core/server/web/api/v2/content/routes.js
+++ b/core/server/web/api/v2/content/routes.js
@@ -1,18 +1,11 @@
const express = require('express');
const api = require('../../../../api');
cons... | Removed OPTIONS cors middleware from content api (#<I>)
no-issue
The content API only supports GET requests so has no need for cors
middleware on OPTIONS. This also removes the router.del helper as it's
not used | TryGhost_Ghost | train |
56b5cd99f42da0b41fe0d005642fdcba0437e975 | diff --git a/dipper/sources/IMPC.py b/dipper/sources/IMPC.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/IMPC.py
+++ b/dipper/sources/IMPC.py
@@ -710,7 +710,8 @@ class IMPC(Source):
provenance_model.add_study_to_measurements(
study_bnode, measurements.keys())
self.graph.addTriple(
- ... | revert to a term I had lost track of | monarch-initiative_dipper | train |
ed2e70d2444d481a4a82de308e1b9f9aea4d5455 | diff --git a/lib/epub/cfi.rb b/lib/epub/cfi.rb
index <HASH>..<HASH> 100644
--- a/lib/epub/cfi.rb
+++ b/lib/epub/cfi.rb
@@ -1,5 +1,7 @@
module EPUB
class CFI < Struct.new(:path, :range)
+ include Comparable
+
SPECIAL_CHARS = '^[](),;=' # "5E", "5B", "5D", "28", "29", "2C", "3B", "3D"
RE_ESCAPED_SPECIAL_... | Implement CFI sorting rules(partially) | KitaitiMakoto_epub-parser | train |
491a130feb1fc43bbbb8aaea72fb6cefae1d656c | diff --git a/src/MultiRequest.php b/src/MultiRequest.php
index <HASH>..<HASH> 100644
--- a/src/MultiRequest.php
+++ b/src/MultiRequest.php
@@ -10,7 +10,9 @@
*/
namespace chillerlan\TinyCurl;
+
use chillerlan\TinyCurl\Response\MultiResponse;
+use chillerlan\TinyCurl\Response\MultiResponseHandlerInterface;
/**
... | added MultiRequest::setHandler(); | chillerlan_php-curl | train |
580f884674d068e05f11671f4dd8072f07160f5b | diff --git a/ember_debug/general-debug.js b/ember_debug/general-debug.js
index <HASH>..<HASH> 100644
--- a/ember_debug/general-debug.js
+++ b/ember_debug/general-debug.js
@@ -22,8 +22,16 @@ var GeneralDebug = Ember.Object.extend(PortMixin, {
this.sendBooted();
},
getLibraries: function() {
- var l... | Changes where we find the Ember.libraries array of registered libs that changed with emberjs/ember.js#<I> | emberjs_ember-inspector | train |
d0967bf594eac6a878a064b88e7c1a3e1ac4b9fb | diff --git a/packages/card/src/Card.story.js b/packages/card/src/Card.story.js
index <HASH>..<HASH> 100644
--- a/packages/card/src/Card.story.js
+++ b/packages/card/src/Card.story.js
@@ -2,6 +2,7 @@ import React from "react";
import { storiesOf } from "@storybook/react";
import { withInfo } from "@storybook/addon-inf... | test(Card storybook): add a story for card with footer and empty-state
affects: @crave/farmblocks-card | CraveFood_farmblocks | train |
58bd18cb1ceb31981b7bddc3821d8ca4117791fc | diff --git a/test/org/mockitousage/basicapi/MocksSerializationTest.java b/test/org/mockitousage/basicapi/MocksSerializationTest.java
index <HASH>..<HASH> 100644
--- a/test/org/mockitousage/basicapi/MocksSerializationTest.java
+++ b/test/org/mockitousage/basicapi/MocksSerializationTest.java
@@ -9,15 +9,18 @@ import org.... | added test that document the fact that mocks cannot be deserialized if the mocked type has a private constructor. It might be possible in the future though it might requires tricks with objenesis and the custom object streams. | mockito_mockito | train |
f92f89388a81b52a1e16baed64c1d1382fff88ca | diff --git a/lib/saddle/endpoint.rb b/lib/saddle/endpoint.rb
index <HASH>..<HASH> 100644
--- a/lib/saddle/endpoint.rb
+++ b/lib/saddle/endpoint.rb
@@ -20,24 +20,36 @@ module Saddle
@relative_path = relative_path_override || _relative_path()
end
+
+ # Generic request wrapper
+ def request(method, act... | Endpoint.request is no longer protected | mLewisLogic_saddle | train |
4d25a59e3fc972db05174b7fa609ec701dd0e446 | diff --git a/course/user.php b/course/user.php
index <HASH>..<HASH> 100644
--- a/course/user.php
+++ b/course/user.php
@@ -70,8 +70,25 @@
case "grade":
$course = get_record('course', 'id', required_param('id', PARAM_INT));
if (!empty($course->showgrades)) {
- require_on... | user the grader report for user activity reports | moodle_moodle | train |
aa5f7df81abb6a9be0915a99283eda4b14329456 | diff --git a/spec/tcpn_spec.rb b/spec/tcpn_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/tcpn_spec.rb
+++ b/spec/tcpn_spec.rb
@@ -111,25 +111,32 @@ describe FastTCPN::TCPN do
let(:process) { net.place :process, name: :name }
let(:cpu) { net.place :cpu, name: :name, process: :process }
let(:out) { net.pl... | Extended integration spec for Transition#sim | wrzasa_fast-tcpn | train |
586a119624adc09f22e985a64d491f6342e099c6 | diff --git a/eureka-core/src/main/java/com/netflix/eureka/util/EIPManager.java b/eureka-core/src/main/java/com/netflix/eureka/util/EIPManager.java
index <HASH>..<HASH> 100644
--- a/eureka-core/src/main/java/com/netflix/eureka/util/EIPManager.java
+++ b/eureka-core/src/main/java/com/netflix/eureka/util/EIPManager.java
@... | Allow EIP binding if the current IP of the instance is null.
It's possible for myPublicIP to be null when eureka is restarted
because unbinding an EIP on Amazon results in a null IP for the
instance for a few minutes. In that case, it's ok to rebind the
new EIP. | Netflix_eureka | train |
4373657ffcbe25d3344c3dd81602c7c1b244abb6 | diff --git a/src/com/google/javascript/jscomp/SymbolTable.java b/src/com/google/javascript/jscomp/SymbolTable.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/SymbolTable.java
+++ b/src/com/google/javascript/jscomp/SymbolTable.java
@@ -1317,6 +1317,19 @@ public final class SymbolTable
retu... | If we have both a lexical symbol ("property b of variable a")
and a property-slot symbol ("property b of the type of a")
then we should remove the lexical one.
R=acleung
DELTA=<I> (<I> added, 3 deleted, 3 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
df4ff01dfec77fe44fc4aff57228c5aef36e17db | diff --git a/spec/client_spec.rb b/spec/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/client_spec.rb
+++ b/spec/client_spec.rb
@@ -4,7 +4,6 @@ module RedisFailover
Client::Redis = RedisStub
Client::Redis::Client = Redis::Client
class ClientStub < Client
- attr_reader
def current_master
@... | Cleanup some spec cruft. | ryanlecompte_redis_failover | train |
bda21964f81d49765b4f524b14c33a5ed8920774 | diff --git a/lib/cld3.rb b/lib/cld3.rb
index <HASH>..<HASH> 100644
--- a/lib/cld3.rb
+++ b/lib/cld3.rb
@@ -44,7 +44,7 @@ module CLD3
RELIABILITY_HR_BS_THRESHOLD = 0.5
# Information about a predicted language.
- Result = Struct.new("Result", :language, :probability, :is_reliable, :proportion)
+ Result ... | Rename is_reliable to reliable? | akihikodaki_cld3-ruby | train |
12ad9ec8168b2fe619faacc9cb05c0737d16ff33 | diff --git a/ApplicationMetricsStandalone/ApplicationMetricsApi/src/main/java/org/jam/metrics/applicationmetricsapi/MetricsCacheApi.java b/ApplicationMetricsStandalone/ApplicationMetricsApi/src/main/java/org/jam/metrics/applicationmetricsapi/MetricsCacheApi.java
index <HASH>..<HASH> 100644
--- a/ApplicationMetricsStand... | Adding Jam Api methods for group cache management . | panossot_jam-metrics | train |
e5d1907f981fc6b59f3714bc65c6dd997755063c | diff --git a/src/common/eventemitter.js b/src/common/eventemitter.js
index <HASH>..<HASH> 100644
--- a/src/common/eventemitter.js
+++ b/src/common/eventemitter.js
@@ -983,7 +983,7 @@
while (!currentEvent.done) {
if (currentEvent.value !== arguments[0]) {
- let pattern = new RegExp... | Fixed regex in event emitter for browser. | ngnjs_NGN | train |
4d6f68773ca78b2d0bbaa575ff6e7a17b90ad2c1 | diff --git a/datacats/cli/create.py b/datacats/cli/create.py
index <HASH>..<HASH> 100644
--- a/datacats/cli/create.py
+++ b/datacats/cli/create.py
@@ -8,7 +8,7 @@ import sys
from os.path import abspath
from datacats.environment import Environment
-from datacats.cli.install import install_all
+from datacats.cli.inst... | Clean pyc files on clean install, and on reset. | datacats_datacats | train |
9378483378a7ea0663382c6793c1c0cd54c7fec5 | diff --git a/code/extensions/SiteTreeContentReview.php b/code/extensions/SiteTreeContentReview.php
index <HASH>..<HASH> 100644
--- a/code/extensions/SiteTreeContentReview.php
+++ b/code/extensions/SiteTreeContentReview.php
@@ -453,6 +453,10 @@ class SiteTreeContentReview extends DataExtension implements PermissionProvi... | Fixing method call bug in canBeReviewedBy() (#1)
If getOptions returns false, then canBeReviewedBy() throws "Call to a member function OwnerGroups() on boolean".
This will return false, in the the case that options are false. | silverstripe_silverstripe-contentreview | train |
525335cd8520c19caaa73894af31c684508b14df | diff --git a/src/Nut/UserAdd.php b/src/Nut/UserAdd.php
index <HASH>..<HASH> 100644
--- a/src/Nut/UserAdd.php
+++ b/src/Nut/UserAdd.php
@@ -2,6 +2,7 @@
namespace Bolt\Nut;
+use Bolt\Storage\Entity;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\... | Encode user password when using console command to create a new user. | bolt_bolt | train |
f4bdddbf96a7eb616cbd1cf0312e5d65c984c681 | diff --git a/Kwf/Rest/Controller/Model.php b/Kwf/Rest/Controller/Model.php
index <HASH>..<HASH> 100644
--- a/Kwf/Rest/Controller/Model.php
+++ b/Kwf/Rest/Controller/Model.php
@@ -156,6 +156,14 @@ class Kwf_Rest_Controller_Model extends Zend_Rest_Controller
return $data;
}
+ /**
+ * The head actio... | zf <I> compatibility: add head action
TODO: do something useful in there | koala-framework_koala-framework | train |
ac648dada900ab6794fe30d53f2e995b263c22b7 | diff --git a/lib/blazer/engine.rb b/lib/blazer/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/blazer/engine.rb
+++ b/lib/blazer/engine.rb
@@ -11,7 +11,7 @@ module Blazer
Blazer.user_name = Blazer.settings["user_name"] if Blazer.settings["user_name"]
Blazer.from_email = Blazer.settings["from_email"] if Bl... | Allow for nil user class if user model exists | ankane_blazer | train |
7af5e8b4c294e151b5df0c8043388d300193a9fc | diff --git a/project/library/CM/Mail.php b/project/library/CM/Mail.php
index <HASH>..<HASH> 100644
--- a/project/library/CM/Mail.php
+++ b/project/library/CM/Mail.php
@@ -322,6 +322,7 @@ class CM_Mail extends CM_View_Abstract {
require_once DIR_PHPMAILER . 'class.phpmailer.php';
try {
$mail = new PHPMailer... | Fix: Set phpmailer charset to utf-8 | cargomedia_cm | train |
0daab5ff7293f396c01ef3dae2fe8e0db2e60eae | diff --git a/test/unit/model/ActivityMonitoringServiceTest.php b/test/unit/model/ActivityMonitoringServiceTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/model/ActivityMonitoringServiceTest.php
+++ b/test/unit/model/ActivityMonitoringServiceTest.php
@@ -38,12 +38,12 @@ class ActivityMonitoringServiceTest extends T... | Added cast to int the have a proper comparison. | oat-sa_extension-tao-proctoring | train |
488ac02ced305f8887573319d755417a500c68d0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@
var assign = require('object-assign');
hexo.config.tag_generator = assign({
- per_page: hexo.config.per_page || 10
+ per_page: typeof hexo.config.per_page === "undefined" ? 10 : hexo.config.per_page
}, hexo... | Allow users to set the per_page option to 0 | hexojs_hexo-generator-tag | train |
d631d2e0eed795bd0b5e0edb323977a6c66ac416 | diff --git a/ignite/utils.py b/ignite/utils.py
index <HASH>..<HASH> 100644
--- a/ignite/utils.py
+++ b/ignite/utils.py
@@ -150,6 +150,10 @@ def manual_seed(seed: int) -> None:
"""
random.seed(seed)
torch.manual_seed(seed)
+
+ if torch.cuda.is_available():
+ torch.cuda.manual_seed_all(seed)
+
... | Added torch.cuda.manual_seed_all(seed) (#<I>) | pytorch_ignite | train |
889dfcb0866968b0130955501f920f9ceabb3e86 | diff --git a/js/test/Exchange/test.fetchOHLCV.js b/js/test/Exchange/test.fetchOHLCV.js
index <HASH>..<HASH> 100644
--- a/js/test/Exchange/test.fetchOHLCV.js
+++ b/js/test/Exchange/test.fetchOHLCV.js
@@ -14,6 +14,7 @@ const log = require ('ololog')
module.exports = async (exchange, symbol) => {
const skipp... | added bitmex to fetchOHLCV exceptions | ccxt_ccxt | train |
ee0416de9a77064153b4283d6d4a709c4510125a | diff --git a/tests/test_octodns_provider_route53.py b/tests/test_octodns_provider_route53.py
index <HASH>..<HASH> 100644
--- a/tests/test_octodns_provider_route53.py
+++ b/tests/test_octodns_provider_route53.py
@@ -1683,6 +1683,9 @@ class TestRoute53Provider(TestCase):
'Value': '1.2.3.4',
... | Cover more Route<I> extra check edge cases and ensure it tests what we're after | github_octodns | train |
fb8a45e65108f0b0d5e44c8fb0fe72f2bf574f54 | diff --git a/lib/solargraph/api_map/probe.rb b/lib/solargraph/api_map/probe.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/api_map/probe.rb
+++ b/lib/solargraph/api_map/probe.rb
@@ -177,6 +177,7 @@ module Solargraph
def resolve_pin_type pin, locals
return pin.return_type unless pin.return_type.nil?... | Probe and TypeNotDefined param type detection. | castwide_solargraph | train |
a5389464d7776450c7f904d013b71e659c7a1c82 | diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/edit.php
+++ b/mod/quiz/edit.php
@@ -40,7 +40,7 @@
$courseid = optional_param('courseid');
$quizid = optional_param('quizid');
- $page = optional_param('page', 0);
+ $page = optional_param('page', -... | edit page now remembers the paging for the question list | moodle_moodle | train |
3d218b1694d59715ad165e8e0c26e090af5de8d2 | diff --git a/core/src/main/java/hudson/scm/SCM.java b/core/src/main/java/hudson/scm/SCM.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/scm/SCM.java
+++ b/core/src/main/java/hudson/scm/SCM.java
@@ -116,14 +116,6 @@ public abstract class SCM implements Describable<SCM>, ExtensionPoint {
public abst... | removed the method that Hudson isn't using.
git-svn-id: <URL> | jenkinsci_jenkins | train |
f56ca73af3a898eb297a5bd34ea8f15e73c32a7c | diff --git a/lib/authorizer/auth-interface.js b/lib/authorizer/auth-interface.js
index <HASH>..<HASH> 100644
--- a/lib/authorizer/auth-interface.js
+++ b/lib/authorizer/auth-interface.js
@@ -1,40 +1,16 @@
var _ = require('lodash'),
EMPTY = '',
- upsertAuthParams,
createAuthInterface;
/**
- * Helper fun... | Move updating original auth logic to callbacks of presend and postsend helpers
This is done so that this logic runs only once when all the set operations are done | postmanlabs_postman-runtime | train |
f7f7ecaa757a0bc810a7ca43d27d13b95259743b | diff --git a/satpy/tests/writer_tests/test_ninjogeotiff.py b/satpy/tests/writer_tests/test_ninjogeotiff.py
index <HASH>..<HASH> 100644
--- a/satpy/tests/writer_tests/test_ninjogeotiff.py
+++ b/satpy/tests/writer_tests/test_ninjogeotiff.py
@@ -606,10 +606,11 @@ def test_write_and_read_file_units(
... | Use different temporary files
Use two different temporary files when reading/writing in the unit test.
Otherwise Windows becomes sad. | pytroll_satpy | train |
b7adb8baccce0d3c50af3084b8fc552391fa23fb | diff --git a/fcm_django/fcm.py b/fcm_django/fcm.py
index <HASH>..<HASH> 100644
--- a/fcm_django/fcm.py
+++ b/fcm_django/fcm.py
@@ -1,6 +1,18 @@
from pyfcm import FCMNotification
from .settings import FCM_DJANGO_SETTINGS as SETTINGS
+
+# Copied from https://github.com/olucurious/PyFCM/blob/master/pyfcm/baseapi.py
+r... | backward incompatible change: return dict instead of list object from quesryset's send_message() and send_data_message() methods
in case if no active devices | xtrinch_fcm-django | train |
5314eb75766b8312952e8ffc9b3def7bdc0af9d0 | diff --git a/bmemcached/__init__.py b/bmemcached/__init__.py
index <HASH>..<HASH> 100644
--- a/bmemcached/__init__.py
+++ b/bmemcached/__init__.py
@@ -93,13 +93,20 @@ class Server(object):
if username and password:
self.authenticate(username, password)
+ def _read_socket(self, size):
+ ... | added a new approach to read from socket | jaysonsantos_python-binary-memcached | train |
cec4cb4cb977fd15fb7ea8fd2585b7503e2ee7bd | diff --git a/tool/smarts/src/test/java/org/openscience/cdk/smiles/smarts/parser/SMARTSSearchTest.java b/tool/smarts/src/test/java/org/openscience/cdk/smiles/smarts/parser/SMARTSSearchTest.java
index <HASH>..<HASH> 100644
--- a/tool/smarts/src/test/java/org/openscience/cdk/smiles/smarts/parser/SMARTSSearchTest.java
+++ ... | Fixed the unit tests: fail() causes the method to exit, so that not all tests were run | cdk_cdk | train |
7f030ca7b07b1d5a5f55629460ca845b6bb1f6a8 | diff --git a/cocaine/tools/actions/docker.py b/cocaine/tools/actions/docker.py
index <HASH>..<HASH> 100644
--- a/cocaine/tools/actions/docker.py
+++ b/cocaine/tools/actions/docker.py
@@ -179,9 +179,9 @@ class StreamingAction(Action):
def _handle_message(self, message):
if "stream" in message:
- ... | [Docker] Fix parsing of Docker API | cocaine_cocaine-tools | train |
5f6212a5c9c63f9c7b93bad7c43f607ee7fa5805 | diff --git a/packages/cerebral-provider-forms/src/index.js b/packages/cerebral-provider-forms/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral-provider-forms/src/index.js
+++ b/packages/cerebral-provider-forms/src/index.js
@@ -2,6 +2,7 @@ import {state} from 'cerebral/tags'
import form from './form'
i... | fix(forms): toJSON must return json (#<I>) | cerebral_cerebral | train |
2aa176b4f9b2f6b50e65a75d9d07b326f4300d0b | diff --git a/src/geshi/csharp.php b/src/geshi/csharp.php
index <HASH>..<HASH> 100644
--- a/src/geshi/csharp.php
+++ b/src/geshi/csharp.php
@@ -12,6 +12,8 @@
*
* CHANGES
* -------
+ * 2015/04/14
+ * - Added C# 5.0 and 6.0 missing keywords and #pragma directive
* 2012/06/18 (1.0.8.11)
* - Added missing keyw... | Some new keywords from C# 5 & 6
Add 'async' and 'await' keyword from c# <I>, 'nameof' operator from C# <I> and missing '#pragma' directive
Resolves: <URL> | GeSHi_geshi-1.0 | train |
f698ea5dee96af46c97caf9d8ac2d17b94f689da | diff --git a/src/main/java/net/snowflake/client/core/SessionUtil.java b/src/main/java/net/snowflake/client/core/SessionUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/snowflake/client/core/SessionUtil.java
+++ b/src/main/java/net/snowflake/client/core/SessionUtil.java
@@ -1250,10 +1250,6 @@ public class S... | SNOW-<I>: Removed redundant version logging from JDBC | snowflakedb_snowflake-jdbc | train |
da7b123d1ef694cbf2018239cf9a92aaf14ba4b1 | diff --git a/CGRtools/algorithms/standardize.py b/CGRtools/algorithms/standardize.py
index <HASH>..<HASH> 100644
--- a/CGRtools/algorithms/standardize.py
+++ b/CGRtools/algorithms/standardize.py
@@ -1329,8 +1329,7 @@ class StandardizeReaction:
for mapping in bad_query.get_mapping(cgr, automorphism_filter=F... | Fix mapp (#<I>)
* updating query
* updating query
* mapping
* update fix in rule
* fix
* cleanup | cimm-kzn_CGRtools | train |
d1bb36256f2f86022884e6ee9e05b0536cb6384d | diff --git a/packages/discord.js/src/client/actions/MessageReactionAdd.js b/packages/discord.js/src/client/actions/MessageReactionAdd.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/client/actions/MessageReactionAdd.js
+++ b/packages/discord.js/src/client/actions/MessageReactionAdd.js
@@ -23,7 +23,7 @@ cla... | refactor(actions): use optional chaining (#<I>) | discordjs_discord.js | train |
71c1a5a4b10d32132f4607588197c816764f8ad3 | diff --git a/zappa/zappa.py b/zappa/zappa.py
index <HASH>..<HASH> 100755
--- a/zappa/zappa.py
+++ b/zappa/zappa.py
@@ -337,6 +337,7 @@ class Zappa(object):
# Trash the temp directory
shutil.rmtree(temp_project_path)
+ shutil.rmtree(temp_package_path)
# Warn if this is too large for... | remove temp_package_path after uploading | Miserlou_Zappa | train |
4f7dc3fbd6d52c9e26bdada6db98f8b75ec508f2 | diff --git a/confidence/io.py b/confidence/io.py
index <HASH>..<HASH> 100644
--- a/confidence/io.py
+++ b/confidence/io.py
@@ -79,7 +79,6 @@ def read_envvars(name: str, extension: typing.Optional[str] = None) -> Configura
for var, value in environ.items()
# TODO: document ignoring envvar_f... | Pass values of environment variables to yaml.safe_load
Should parse NAME_NS_KEY=5 as an int, rather than leaving it a str | HolmesNL_confidence | train |
587a811d0941142329b4e6beb1a3cb1181a4d23c | diff --git a/cmd/containerd-shim/main_unix.go b/cmd/containerd-shim/main_unix.go
index <HASH>..<HASH> 100644
--- a/cmd/containerd-shim/main_unix.go
+++ b/cmd/containerd-shim/main_unix.go
@@ -80,7 +80,7 @@ func main() {
if err != nil {
return err
}
- server := grpc.NewServer()
+ server := newServer()
e, e... | Check credentials when connecting to shim
NewUnixSocketCredentials was actually never invoked before. | containerd_containerd | train |
962eeeeb13ba81546cf6d3eec86baed3e4084cbb | diff --git a/src/test/java/javax/util/streamex/StreamExTest.java b/src/test/java/javax/util/streamex/StreamExTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/javax/util/streamex/StreamExTest.java
+++ b/src/test/java/javax/util/streamex/StreamExTest.java
@@ -39,6 +39,7 @@ import java.util.concurrent.atomic.Atom... | StreamExTest: compilation error fixed | amaembo_streamex | train |
7d7f04005c25df791307f217e1f0610457d14ee8 | diff --git a/src/python/test/test_dx_app_wizard_and_run_app_locally.py b/src/python/test/test_dx_app_wizard_and_run_app_locally.py
index <HASH>..<HASH> 100755
--- a/src/python/test/test_dx_app_wizard_and_run_app_locally.py
+++ b/src/python/test/test_dx_app_wizard_and_run_app_locally.py
@@ -151,6 +151,8 @@ def create_ap... | Update test for a8d<I> | dnanexus_dx-toolkit | train |
9751aa31453f6636f9ebfb2faf08bdf860601f6a | diff --git a/aws/resource_aws_ssm_maintenance_window_target_test.go b/aws/resource_aws_ssm_maintenance_window_target_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ssm_maintenance_window_target_test.go
+++ b/aws/resource_aws_ssm_maintenance_window_target_test.go
@@ -18,6 +18,7 @@ func TestAccAWSSSMMaintenan... | tests/r/ssm_maintenance_window_target: Add ErrorCheck | terraform-providers_terraform-provider-aws | train |
4416804be665efae6d06712310aae1d701ce9155 | diff --git a/Entity/ExtendedFieldRepositoryTrait.php b/Entity/ExtendedFieldRepositoryTrait.php
index <HASH>..<HASH> 100644
--- a/Entity/ExtendedFieldRepositoryTrait.php
+++ b/Entity/ExtendedFieldRepositoryTrait.php
@@ -268,6 +268,9 @@ EOSQL;
// Now to update extended fields if there were any to be updated.
... | [ENG-<I>] Cleanup. | TheDMSGroup_mautic-extended-field | train |
c255df347769e2e95261037c1c22b89659d4741b | diff --git a/lib/Executor.php b/lib/Executor.php
index <HASH>..<HASH> 100644
--- a/lib/Executor.php
+++ b/lib/Executor.php
@@ -8,7 +8,7 @@ interface Executor {
/**
* @param string $sql
*
- * @return \Amp\Promise<\Amp\Postgres\Result>
+ * @return \Amp\Promise<\Amp\Postgres\CommandResult|\Amp\Pos... | Update promise resolution types in doc blocks | amphp_postgres | train |
b9c550a776000c2117acd7bc8b15ff0712a5771b | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -4,6 +4,7 @@ var defaults = require('lodash.defaults');
var includes = require('lodash.includes');
var assign = require('lodash.assign');
var qs = require('qs');
+var mediaType = require('media-type');
module.exports = fun... | parse response as json if accept subtype or suffix is json | AmpersandJS_ampersand-sync | train |
51f891df4e5a6fb34a5328457513c1420e282a36 | diff --git a/generators/app/index.js b/generators/app/index.js
index <HASH>..<HASH> 100644
--- a/generators/app/index.js
+++ b/generators/app/index.js
@@ -12,7 +12,7 @@ module.exports = fountain.Base.extend({
this.option('sample', {type: Boolean, required: false});
- const prompts = [{
+ const prom... | Add "Redux TodoApp in prompt for babel + webpack | FountainJS_generator-fountain-react | train |
3f20ed476db346abc74b44cd5fb6ced5ed342808 | diff --git a/core/src/main/java/me/prettyprint/cassandra/model/HSuperColumnImpl.java b/core/src/main/java/me/prettyprint/cassandra/model/HSuperColumnImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/me/prettyprint/cassandra/model/HSuperColumnImpl.java
+++ b/core/src/main/java/me/prettyprint/cassandra/model... | changes for smoother supercol integration w. other protocols | hector-client_hector | train |
826ce13ec7360c087a58103293679831940895a0 | diff --git a/littlechef/chef.py b/littlechef/chef.py
index <HASH>..<HASH> 100644
--- a/littlechef/chef.py
+++ b/littlechef/chef.py
@@ -38,12 +38,12 @@ def _save_config(node):
it also saves to tmp_node.json
"""
filepath = os.path.join("nodes/", env.host_string + ".json")
- files = ['tmp_node.json']
+ ... | Significantly speed up node synching by uploading roles and cookbooks in a single zip | tobami_littlechef | train |
88a150cee1c3971f7aee01d7fc6650ae6a7f4588 | diff --git a/agent/consul/leader.go b/agent/consul/leader.go
index <HASH>..<HASH> 100644
--- a/agent/consul/leader.go
+++ b/agent/consul/leader.go
@@ -328,25 +328,6 @@ func (s *Server) getOrCreateAutopilotConfig() (*structs.AutopilotConfig, bool) {
return config, true
}
-// reconcile is used to reconcile the diffe... | Moves reconcile loop into segment stub. | hashicorp_consul | train |
b34bb794da1a7c7a47042b3089c12437647ac434 | diff --git a/huey/tests/base.py b/huey/tests/base.py
index <HASH>..<HASH> 100644
--- a/huey/tests/base.py
+++ b/huey/tests/base.py
@@ -9,6 +9,7 @@ from huey.api import Huey
from huey.consumer import Consumer
from huey.registry import registry
from huey.storage import BaseStorage
+from huey.storage import RedisStorag... | Add test for broken dequeue behavior. Refs #<I>. | coleifer_huey | train |
a4cd737ebb14b8f53d96119adf28d3055d4b2a78 | diff --git a/lib/capybara/driver/node.rb b/lib/capybara/driver/node.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/driver/node.rb
+++ b/lib/capybara/driver/node.rb
@@ -87,7 +87,7 @@ module Capybara
def inspect
%(#<#{self.class} tag="#{tag_name}" path="#{path}">)
- rescue NotSupportedByDriverEr... | Use Ruby 2.x compatible rescue clauses
Ruby 2.x doesn't support non-class/module arguments to rescue clauses.
Ruby <I> only supported it due to what is now considered a regression:
<URL> | teamcapybara_capybara | train |
a9458add5080028aa8792cedae6774a978758e8e | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,7 +3,6 @@ require 'parsi-date'
RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
- c... | removed rspec's unnecessary filter_run config
it will be ignored anyway:
All examples were filtered out; ignoring {:focus=>true} | hzamani_parsi-date | train |
fbbea51d2018a5a069fa227752fbc97fafed16b6 | diff --git a/tests/Doctrine/SkeletonMapper/Tests/Mapping/ClassMetadataTest.php b/tests/Doctrine/SkeletonMapper/Tests/Mapping/ClassMetadataTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/SkeletonMapper/Tests/Mapping/ClassMetadataTest.php
+++ b/tests/Doctrine/SkeletonMapper/Tests/Mapping/ClassMetadataTest.php
@... | Add test to ensure adding association mapping to ClassMetadata does not also add field mapping | doctrine_skeleton-mapper | train |
3b3cfc66afe05d9c187b717541c41618df9da2e3 | diff --git a/auto_lens/profile.py b/auto_lens/profile.py
index <HASH>..<HASH> 100644
--- a/auto_lens/profile.py
+++ b/auto_lens/profile.py
@@ -433,6 +433,7 @@ class LightProfile(object):
"""
raise AssertionError("Flux at coordinates should be overridden")
+ # TODO: find a good test for subgriddin... | TODO: find a good test for subgridding of a light profile | Jammy2211_PyAutoLens | train |
0fcd4429eeb5e114af28f1e330cb8448be021c84 | diff --git a/core/src/main/java/org/primefaces/extensions/converter/SanitizingConverter.java b/core/src/main/java/org/primefaces/extensions/converter/SanitizingConverter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/primefaces/extensions/converter/SanitizingConverter.java
+++ b/core/src/main/java/org/pr... | Call non-deprecated method | primefaces-extensions_core | train |
f427e750490b486944cc9be3c99834ad5cf78b57 | diff --git a/src/transformers/models/xlm/modeling_xlm.py b/src/transformers/models/xlm/modeling_xlm.py
index <HASH>..<HASH> 100755
--- a/src/transformers/models/xlm/modeling_xlm.py
+++ b/src/transformers/models/xlm/modeling_xlm.py
@@ -659,9 +659,7 @@ class XLMPredLayer(nn.Module):
scores = self.proj(x)
... | use mean instead of elementwise_mean in XLMPredLayer (#<I>)
* use mean instead of elementwise_mean
* make style | huggingface_pytorch-pretrained-BERT | train |
2f97b71c10b0c83046389f4b31208a25bb956f72 | diff --git a/libre/settings.py b/libre/settings.py
index <HASH>..<HASH> 100644
--- a/libre/settings.py
+++ b/libre/settings.py
@@ -210,6 +210,9 @@ JOB_PROCESSING_MODE_IMMEDIATE = False
# LQL
LQL_DELIMITER = '_'
+# Crispy forms
+CRISPY_TEMPLATE_PACK = 'bootstrap'
+
# Overwrite defaults with local settings
try:
... | Add required cripy form settings for new version | commonwealth-of-puerto-rico_libre | train |
e0f864b332636dd5c45517a7a441eb94aafd6237 | diff --git a/warehouse/tasks.py b/warehouse/tasks.py
index <HASH>..<HASH> 100644
--- a/warehouse/tasks.py
+++ b/warehouse/tasks.py
@@ -16,7 +16,7 @@ import celery.app.backends
# We need to trick Celery into supporting rediss:// URLs which is how redis-py
# signals that you should use Redis with TLS.
-celery.app.bac... | Use the correct import (#<I>) | pypa_warehouse | train |
d4040ae13e90e0a4e43c0669d6ce33ecd23cc0eb | diff --git a/tensor2tensor/data_generators/multi_problem.py b/tensor2tensor/data_generators/multi_problem.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/data_generators/multi_problem.py
+++ b/tensor2tensor/data_generators/multi_problem.py
@@ -27,6 +27,12 @@ from tensor2tensor.utils import registry
import tensorflo... | Exponential schedule for mixing datasets.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
bebe474afe6aa007d67081f1cc71e30ae5119ebb | diff --git a/raft.go b/raft.go
index <HASH>..<HASH> 100644
--- a/raft.go
+++ b/raft.go
@@ -1452,7 +1452,7 @@ func (r *Raft) requestVote(rpc RPC, req *RequestVoteRequest) {
if lastVoteTerm == req.Term && lastVoteCandBytes != nil {
r.logger.Info("duplicate requestVote for same term", "term", req.Term)
if bytes.Co... | Return decoded candidate address on duplicate requestVote log | hashicorp_raft | train |
675ed09ad8d216439087ce4dd59eb80f1a495ae4 | diff --git a/dht.go b/dht.go
index <HASH>..<HASH> 100644
--- a/dht.go
+++ b/dht.go
@@ -18,7 +18,7 @@ import (
pb "github.com/ipfs/go-ipfs/routing/dht/pb"
kb "github.com/ipfs/go-ipfs/routing/kbucket"
record "github.com/ipfs/go-ipfs/routing/record"
- logging "github.com/ipfs/go-ipfs/vendor/QmXJkcEXB6C9h6Ytb6rrUTFU5... | update code to use new logging changes
License: MIT | libp2p_go-libp2p-kad-dht | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.