hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7577e0a31c6c4c5e7d27dd594f033b58f1eb8c1a | diff --git a/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowHashIndexGenerator.java b/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowHashIndexGenerator.java
index <HASH>..<HASH> 100644
--- a/hollow/src/main/java/com/netflix/hollow/api/codegen/indexes/HollowHashIndexGenerator.java
+... | Add SuppressWarnings to generated hash index | Netflix_hollow | train |
260020fc4b8b28c4bf459fea221cad47c06af004 | diff --git a/packages/graphics/src/const.js b/packages/graphics/src/const.js
index <HASH>..<HASH> 100644
--- a/packages/graphics/src/const.js
+++ b/packages/graphics/src/const.js
@@ -20,7 +20,7 @@ export const GRAPHICS_CURVES = {
maxSegments: 2048,
_segmentsCount(length, defaultSegments = 20)
{
- ... | Fixes usage of isNaN (#<I>) | pixijs_pixi.js | train |
9fc833333d5e41d7b540441d4cf79f44a5fd9f59 | diff --git a/packages/xod-pm/test-func/fetch.spec.js b/packages/xod-pm/test-func/fetch.spec.js
index <HASH>..<HASH> 100644
--- a/packages/xod-pm/test-func/fetch.spec.js
+++ b/packages/xod-pm/test-func/fetch.spec.js
@@ -82,7 +82,22 @@ describe('fetching data', () => {
).then(projectsMap => {
assert.sameM... | chore(xod-pm): update library dependencies list in a func test | xodio_xod | train |
ec7c13c3507b42ee3ad3c8f9f6bcd1afc39e4a22 | diff --git a/lib/xpush-channel-server.js b/lib/xpush-channel-server.js
index <HASH>..<HASH> 100644
--- a/lib/xpush-channel-server.js
+++ b/lib/xpush-channel-server.js
@@ -298,11 +298,13 @@ ChannelServer.prototype._startup = function (server, io) {
}
self.emit('channel', { // @todo is it using ? must be ... | use req.params on 'restify' | xpush_node-xpush | train |
039bbb6559a371861126b8e03c2e0cc1231e6556 | diff --git a/salt/tops/reclass_adapter.py b/salt/tops/reclass_adapter.py
index <HASH>..<HASH> 100644
--- a/salt/tops/reclass_adapter.py
+++ b/salt/tops/reclass_adapter.py
@@ -40,6 +40,7 @@ setting the configuration option, like in the example above.
# not work. Thanks to the __virtual__ function, however, the plugin s... | tops/reclass_adapter.py: add missing import of `sys` since sys.path is used | saltstack_salt | train |
d37175085a8d61cbd412fe5e9f6c2579d5fa3313 | diff --git a/packages/react-atlas-core/src/Alert/Alert.js b/packages/react-atlas-core/src/Alert/Alert.js
index <HASH>..<HASH> 100644
--- a/packages/react-atlas-core/src/Alert/Alert.js
+++ b/packages/react-atlas-core/src/Alert/Alert.js
@@ -37,7 +37,6 @@ class Alert extends React.PureComponent {
style={style}>
... | Swapping Alert elements to fix alignment issues due to css float rule | DigitalRiver_react-atlas | train |
4b04f56146f3f4e158d2d8ef6d88ef6495778df8 | diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb
index <HASH>..<HASH> 100644
--- a/activejob/lib/active_job/queue_adapter.rb
+++ b/activejob/lib/active_job/queue_adapter.rb
@@ -49,10 +49,10 @@ module ActiveJob
end
end
- def assign_adapter(adap... | Removed string inquiry.
fixed indentation.
rebased with master. | rails_rails | train |
36fd11c4206679ca685493d918ac88ce7ca84996 | diff --git a/spec/uia/patterns/selection_item_spec.rb b/spec/uia/patterns/selection_item_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/uia/patterns/selection_item_spec.rb
+++ b/spec/uia/patterns/selection_item_spec.rb
@@ -47,7 +47,7 @@ describe Uia::Patterns::SelectionItem do
end
context '#remove_from_sele... | refactor #remove_from_selection test to take advantage of Select#selection_items | northwoodspd_uia | train |
e0e2a4512d27006b8d4841116b3a3c38bda1f178 | diff --git a/applications/jupyter-extension/nteract_on_jupyter/app/contents/directory.js b/applications/jupyter-extension/nteract_on_jupyter/app/contents/directory.js
index <HASH>..<HASH> 100644
--- a/applications/jupyter-extension/nteract_on_jupyter/app/contents/directory.js
+++ b/applications/jupyter-extension/nterac... | Show at least 6 items in directory before split. | nteract_nteract | train |
15b676d64d5828fa28e54edb850ac508a081ac65 | diff --git a/src/nupic/algorithms/KNNClassifier.py b/src/nupic/algorithms/KNNClassifier.py
index <HASH>..<HASH> 100755
--- a/src/nupic/algorithms/KNNClassifier.py
+++ b/src/nupic/algorithms/KNNClassifier.py
@@ -327,7 +327,7 @@ class KNNClassifier(object):
numpy.array(self._categoryRecencyList), removalArray).t... | Updates from code review
Removed restartLearning as it is no longer used
Cleanup | numenta_nupic | train |
b1dba4f23d357e1b96ff4a3e8295412b55d5c330 | diff --git a/acme/api/account.go b/acme/api/account.go
index <HASH>..<HASH> 100644
--- a/acme/api/account.go
+++ b/acme/api/account.go
@@ -57,6 +57,20 @@ func (a *AccountService) Get(accountURL string) (acme.Account, error) {
return account, nil
}
+// Update Updates an account.
+func (a *AccountService) Update(acc... | Add support to update account (#<I>) | go-acme_lego | train |
983e041dc1fd77c12ae42fdb394e427f22f41527 | diff --git a/builtin/providers/dns/data_dns_a_record_set_test.go b/builtin/providers/dns/data_dns_a_record_set_test.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/dns/data_dns_a_record_set_test.go
+++ b/builtin/providers/dns/data_dns_a_record_set_test.go
@@ -4,10 +4,10 @@ import (
"fmt"
"testing"
- r "git... | Convert dns data tests to acceptance tests
These call out to external resources and can fail in unit tests. | hashicorp_terraform | train |
750ac1a3757585eeb428c0d094eb239861535665 | diff --git a/lib/orchestrator.js b/lib/orchestrator.js
index <HASH>..<HASH> 100644
--- a/lib/orchestrator.js
+++ b/lib/orchestrator.js
@@ -173,8 +173,17 @@ Orchestrator.prototype.softstop = function softstop(fn) {
return this.run('killall -USR1 haproxy', function ran(err, output, cmd) {
if (err) return fn(err, ... | [fix] Added polling for the softstop so it waits until all connections are closed | observing_haproxy | train |
40604899b7be423700e9d28247ec2aa583f5a39a | diff --git a/jsmin/test.py b/jsmin/test.py
index <HASH>..<HASH> 100644
--- a/jsmin/test.py
+++ b/jsmin/test.py
@@ -317,5 +317,10 @@ var foo = "hey";
original = '/(NaN| {2}|^$)/.test(a)&&(a="M 0 0");'
self.assertMinified(original, original) # there should be nothing jsmin can do here
+ def t... | Testing issue #<I> also when the regex is not at the start of the script. | tikitu_jsmin | train |
72ee1b66186dd916750a1089c1e76cb1a17046fd | diff --git a/client/src/views/apptoolbar.js b/client/src/views/apptoolbar.js
index <HASH>..<HASH> 100644
--- a/client/src/views/apptoolbar.js
+++ b/client/src/views/apptoolbar.js
@@ -5,6 +5,10 @@ _kiwi.view.AppToolbar = Backbone.View.extend({
},
initialize: function () {
+ // Remove the new connectio... | Hiding new connection/startup app button if in a restricted server mode | prawnsalad_KiwiIRC | train |
07535a54dc17a98263548be8f333c41c080f934a | diff --git a/env.go b/env.go
index <HASH>..<HASH> 100644
--- a/env.go
+++ b/env.go
@@ -292,8 +292,10 @@ func getOr(key, defaultValue string, defExists bool, envs map[string]string) (va
func set(field reflect.Value, sf reflect.StructField, value string, funcMap map[reflect.Type]ParserFunc) error {
var tm = asTextUnma... | refactor: make unmarshal error handling clearer | caarlos0_env | train |
df113b59796e2db39a39f28f7c8b45fac8e071ae | diff --git a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojijiProvider.java b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojijiProvider.java
index <HASH>..<HASH> 100644
--- a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojijiProvider.java
+++ b/addons/koj... | restore @PostConstruct method, but log errors to make CDI happy | Commonjava_indy | train |
2d8709696c80e992a5b20ba7a00ca3268c57c11c | diff --git a/container.go b/container.go
index <HASH>..<HASH> 100644
--- a/container.go
+++ b/container.go
@@ -1212,7 +1212,6 @@ func (container *Container) allocateNetwork() error {
container.NetworkSettings.IPAddress = env.Get("IP")
container.NetworkSettings.IPPrefixLen = env.GetInt("IPPrefixLen")
container.Net... | Fix sending []byte in job env
Docker-DCO-<I>- | containers_storage | train |
a3c6c1e9e23caf03b0d56a22ae625fcaad225f38 | diff --git a/pymbar/tests/test_covariance.py b/pymbar/tests/test_covariance.py
index <HASH>..<HASH> 100644
--- a/pymbar/tests/test_covariance.py
+++ b/pymbar/tests/test_covariance.py
@@ -26,16 +26,15 @@ def _test(data_generator):
print(name)
mbar = pymbar.MBAR(U, N_k)
results1 = mbar.getFreeEnergyDiffere... | test_covariance appeared to be testing the wrong thing. | choderalab_pymbar | train |
c7da4502145dc6a298b220b331cb76024442b042 | diff --git a/pyghmi/ipmi/private/session.py b/pyghmi/ipmi/private/session.py
index <HASH>..<HASH> 100644
--- a/pyghmi/ipmi/private/session.py
+++ b/pyghmi/ipmi/private/session.py
@@ -514,17 +514,17 @@ class Session(object):
self.kg = self.password
self.port = port
if onlogon is None:
- ... | Python <I> compatibility: async is reserved keyword
Change-Id: I2f9a1e4fa4bb4d4cf<I>c2a<I>c9a<I>ddda8 | openstack_pyghmi | train |
a705205d7b7d4d508a8978a8a71abd0df586ec84 | diff --git a/lib/node_modules/@stdlib/utils/named-typed-tuple/lib/main.js b/lib/node_modules/@stdlib/utils/named-typed-tuple/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/utils/named-typed-tuple/lib/main.js
+++ b/lib/node_modules/@stdlib/utils/named-typed-tuple/lib/main.js
@@ -174,11 +174,7 @@ ... | Add `reduceRight` method | stdlib-js_stdlib | train |
73d230990b4825b89fd880ff562307ec0bc61ee9 | diff --git a/inginious/backend/backend.py b/inginious/backend/backend.py
index <HASH>..<HASH> 100644
--- a/inginious/backend/backend.py
+++ b/inginious/backend/backend.py
@@ -144,11 +144,10 @@ class Backend(object):
async def handle_client_kill_job(self, client_addr, message: ClientKillJob):
""" Handle ... | [backend] fix waiting job deletion
The namedtuple _replace function does not modify but returns a new
instance. | UCL-INGI_INGInious | train |
372cd84c80a61e98a667d376dba0f5cb2bd29256 | diff --git a/spec/figaro/tasks_spec.rb b/spec/figaro/tasks_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/figaro/tasks_spec.rb
+++ b/spec/figaro/tasks_spec.rb
@@ -5,8 +5,8 @@ describe Figaro::Tasks do
it "configures Heroku" do
Figaro.stub(:vars => "FOO=bar")
- Open3.should_receive(:capture2).once.wit... | Make long-line-wrapping Ruby-<I>-friendly | NYULibraries_figs | train |
96136a35dc83992096651b9b7efa47fd2a62b525 | diff --git a/bucket-cache.go b/bucket-cache.go
index <HASH>..<HASH> 100644
--- a/bucket-cache.go
+++ b/bucket-cache.go
@@ -18,6 +18,7 @@
package minio
import (
+ "net"
"net/http"
"net/url"
"path"
@@ -162,6 +163,14 @@ func (c Client) getBucketLocationRequest(bucketName string) (*http.Request, erro
// Set g... | Strip port <I>/<I> in getBucketLocationRequest (#<I>) | minio_minio-go | train |
7f34b7090fa53a358047978ef0eab93a1b6a8938 | diff --git a/tests/DcGeneral/Test/DataDefinition/Palette/PaletteConditionChainTest.php b/tests/DcGeneral/Test/DataDefinition/Palette/PaletteConditionChainTest.php
index <HASH>..<HASH> 100644
--- a/tests/DcGeneral/Test/DataDefinition/Palette/PaletteConditionChainTest.php
+++ b/tests/DcGeneral/Test/DataDefinition/Palette... | Add test case for matching in PaletteConditionChainTest. | contao-community-alliance_dc-general | train |
1b0890280ec5b12a86aa420370843fa6b06a1a83 | diff --git a/registry/registry.go b/registry/registry.go
index <HASH>..<HASH> 100644
--- a/registry/registry.go
+++ b/registry/registry.go
@@ -88,6 +88,7 @@ func (r *RouteRegistry) Register(uri route.Uri, endpoint *route.Endpoint) {
t := time.Now()
r.Lock()
+ defer r.Unlock()
routekey := uri.RouteKey()
@@ -... | unlock registry using defer
- when a panic occurred in the Lookup, the registry remained locked
when a writer came along, it would be unable to get a lock and block
all further reads and writes
[#<I>] | cloudfoundry_gorouter | train |
0ebf3a4aede747fcb33dc1ac5f79a783fef21e58 | diff --git a/packages/cozy-konnector-libs/src/index.js b/packages/cozy-konnector-libs/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/index.js
+++ b/packages/cozy-konnector-libs/src/index.js
@@ -36,7 +36,8 @@ module.exports = {
mkdirp: require('./libs/mkdirp'),
normalizeFilename: r... | feat(konnector-libs): Export categorize function | konnectors_libs | train |
b77e67e22be8408a45fd0f143609252a7ad189a1 | diff --git a/bin/runImportViaApi.php b/bin/runImportViaApi.php
index <HASH>..<HASH> 100755
--- a/bin/runImportViaApi.php
+++ b/bin/runImportViaApi.php
@@ -42,14 +42,6 @@ class ApiApp extends WebFront
$domainEventConsumer = $this->getMasterFactory()->createDomainEventConsumer();
$domainEventConsumer->p... | Issue #<I>: Remove obsolete method | lizards-and-pumpkins_catalog | train |
c7974b1da6c95423cdeb64ac840b04cf29f148db | diff --git a/runtime/server.go b/runtime/server.go
index <HASH>..<HASH> 100644
--- a/runtime/server.go
+++ b/runtime/server.go
@@ -197,10 +197,7 @@ func (s *Server) v1DataGet(w http.ResponseWriter, r *http.Request) {
vars := mux.Vars(r)
path := splitPath(vars["path"])
- params := &topdown.QueryParams{
- DataStor... | Fix bug from demo
Forgot to update QueryParams users when Globals were added. | open-policy-agent_opa | train |
dc58c793bdaf635b3462275c459c015ba343ad7c | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -527,7 +527,7 @@ class Hemera extends EventEmitter {
try {
- cb(error)
+ cb.call(this, error)
} catch (err) {
let error = new Errors.FatalError(Con... | fixed scoping of timeout handler | hemerajs_hemera | train |
1a9c16c6f197717ca28b9e59b37ff9bc701e29c0 | diff --git a/lib/platforms.js b/lib/platforms.js
index <HASH>..<HASH> 100644
--- a/lib/platforms.js
+++ b/lib/platforms.js
@@ -25,16 +25,18 @@ function detectPlatform(platform) {
var name = platform.toLowerCase();
var prefix = "", suffix = "";
+ // Detect NuGet/Squirrel.Windows files
+ if (name == 're... | Correct signal RELEASES and .nupkg as win<I> files | GitbookIO_nuts | train |
0e34bceb1f220880b1b0f1486bb23948bc2c8130 | diff --git a/components/confirmations.js b/components/confirmations.js
index <HASH>..<HASH> 100644
--- a/components/confirmations.js
+++ b/components/confirmations.js
@@ -245,7 +245,9 @@ SteamCommunity.prototype.checkConfirmations = function() {
});
function resetTimer() {
- self._confirmationTimer = setTimeout(... | Only reset the polling timer if we have an interval set | DoctorMcKay_node-steamcommunity | train |
90d59507161526fad9358eec4a6f0dd450b2ca50 | diff --git a/lib/fog/aws/parsers/compute/describe_security_groups.rb b/lib/fog/aws/parsers/compute/describe_security_groups.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/parsers/compute/describe_security_groups.rb
+++ b/lib/fog/aws/parsers/compute/describe_security_groups.rb
@@ -40,9 +40,9 @@ module Fog
... | [AWS] Compute: The security group parser was not parsing groupid properly. | fog_fog | train |
4a363ca860c2efd5fc862a2fb45d623b51cec93c | diff --git a/src/org/datasift/User.java b/src/org/datasift/User.java
index <HASH>..<HASH> 100644
--- a/src/org/datasift/User.java
+++ b/src/org/datasift/User.java
@@ -29,14 +29,14 @@ public class User {
*
* @access public
*/
- public final static String _api_base_url = "api.datasift.net/";
+ public final stat... | Changed from datasift.net to datasift.com. | datasift_datasift-java | train |
cfd5212d89f092c75fc9714aac9cfbbcd644d87f | diff --git a/src/ExternalModule.php b/src/ExternalModule.php
index <HASH>..<HASH> 100644
--- a/src/ExternalModule.php
+++ b/src/ExternalModule.php
@@ -10,7 +10,6 @@ use samsonphp\event\Event;
* SamsonPHP external module
*
* @author Vitaly Iegorov <egorov@samsonos.com>
- * @version 0.1
*/
class ExternalModule e... | Fixed issues and removed action() from external module | samsonos_php_core | train |
97b80707413674f05508ca9beeb81096fdf1fbce | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,9 +58,12 @@ copyright = u'2013, Scott J Maddox'
# built documents.
#
# The short X.Y version.
-version = '0.1'
+#version = '0.1'
+exec(open('../src/openbandparams/version.py').read())
+version = __version__ ... | fixed version bumbing and setup.py package list | scott-maddox_openbandparams | train |
5ee365e1c18d3a359ad8df2f19e56b9154cb7d4f | diff --git a/src/main/java/tech/sirwellington/alchemy/arguments/assertions/NumberAssertions.java b/src/main/java/tech/sirwellington/alchemy/arguments/assertions/NumberAssertions.java
index <HASH>..<HASH> 100644
--- a/src/main/java/tech/sirwellington/alchemy/arguments/assertions/NumberAssertions.java
+++ b/src/main/java... | Improves NumberAssertions | SirWellington_alchemy-arguments | train |
4ff0f006dd737e987d20b6863f5204a9f1811fc4 | diff --git a/pkg/services/sqlstore/playlist.go b/pkg/services/sqlstore/playlist.go
index <HASH>..<HASH> 100644
--- a/pkg/services/sqlstore/playlist.go
+++ b/pkg/services/sqlstore/playlist.go
@@ -103,7 +103,10 @@ func (ss *SQLStore) GetPlaylist(ctx context.Context, query *models.GetPlaylistBy
return ss.WithDbSession... | SQLstore: Fix fetching an inexistent playlist response (#<I>)
* SQLstore: Fix fetching and deleting an inexistent playlist
xorm's session.Get() does not return an error if the raw does not exist.
It returns a boolean instead.
The playlist `sqlstore.GetPlaylist()` used to check only the error and in case
of inexi... | grafana_grafana | train |
e76787428cea8640139e29839a9f2798c9149c3a | diff --git a/lib/web_translate_it/auto_fetch.rb b/lib/web_translate_it/auto_fetch.rb
index <HASH>..<HASH> 100644
--- a/lib/web_translate_it/auto_fetch.rb
+++ b/lib/web_translate_it/auto_fetch.rb
@@ -1,6 +1,6 @@
# encoding: utf-8
module WebTranslateIt
-
+
# Class to automatically fetch the last translations from ... | fetch general language locale fiels along with project specific ones | AtelierConvivialite_webtranslateit | train |
f53886ab8791f2ad5f7bba323b2f7f85aa1ae482 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -141,40 +141,40 @@ DEFAULT_FILTERS['api_image'] = api_image
from itertools import repeat, chain
from sphinx.ext.napoleon import NumpyDocstring
-
-def _consume_returns_section(self):
- # type: () -> List[... | back to the old numpydoc style docstrings | theislab_scanpy | train |
b814dce351ab3d89d10e0ddf8847d636eb78e372 | diff --git a/spade/agent.py b/spade/agent.py
index <HASH>..<HASH> 100644
--- a/spade/agent.py
+++ b/spade/agent.py
@@ -29,7 +29,7 @@ class Agent(object):
else:
self.loop = asyncio.new_event_loop()
self.aiothread = AioThread(self, self.loop)
- self._alive = asyncio.Event(loop=self.a... | fixed deadlock in agent initialization. | javipalanca_spade | train |
7bae6756a65930dd17db2028baa2dacd67333187 | diff --git a/themoviedbapi/src/main/java/com/moviejukebox/themoviedb/TheMovieDb.java b/themoviedbapi/src/main/java/com/moviejukebox/themoviedb/TheMovieDb.java
index <HASH>..<HASH> 100644
--- a/themoviedbapi/src/main/java/com/moviejukebox/themoviedb/TheMovieDb.java
+++ b/themoviedbapi/src/main/java/com/moviejukebox/them... | Tidied up some methods
Removed some Sonar Critical issues | Omertron_api-themoviedb | train |
2a16975b7599185bf910911f0e5ed5753e856a79 | diff --git a/lib/core/plugin/base.rb b/lib/core/plugin/base.rb
index <HASH>..<HASH> 100644
--- a/lib/core/plugin/base.rb
+++ b/lib/core/plugin/base.rb
@@ -212,7 +212,7 @@ class Base < Core
#---
def render(display, options = {})
- ui.info(display.strip, options) unless quiet? || display.strip.empty?
+ ui... | Fixing some ui whitespace stripping issues in the base plugin class. | coralnexus_nucleon | train |
3e18418c6825f868d23ce219429a1ffacbb3429c | diff --git a/tests/Adapter/Connector/AwsS3ConnectorTest.php b/tests/Adapter/Connector/AwsS3ConnectorTest.php
index <HASH>..<HASH> 100644
--- a/tests/Adapter/Connector/AwsS3ConnectorTest.php
+++ b/tests/Adapter/Connector/AwsS3ConnectorTest.php
@@ -155,6 +155,9 @@ class AwsS3ConnectorTest extends AbstractTestCase
... | Skip broken AWS test on PHP 8 | GrahamCampbell_Laravel-Flysystem | train |
df39bffa0fc668bf3e403375f47b8c2d0f61bdcf | diff --git a/integration/v7/isolated/apps_command_test.go b/integration/v7/isolated/apps_command_test.go
index <HASH>..<HASH> 100644
--- a/integration/v7/isolated/apps_command_test.go
+++ b/integration/v7/isolated/apps_command_test.go
@@ -127,7 +127,7 @@ var _ = Describe("apps command", func() {
})
})
- Wh... | Pend app labels test
- This is currently failing on CAPI RC
[#<I>](<URL>) | cloudfoundry_cli | train |
6c4dad8c5c1b16ab6a5b5ceba5bd66a92719db39 | diff --git a/oidc_provider/lib/endpoints/userinfo.py b/oidc_provider/lib/endpoints/userinfo.py
index <HASH>..<HASH> 100644
--- a/oidc_provider/lib/endpoints/userinfo.py
+++ b/oidc_provider/lib/endpoints/userinfo.py
@@ -1,5 +1,5 @@
-import re
import logging
+import re
from django.http import HttpResponse
from djang... | Imports in alphabetical order. | juanifioren_django-oidc-provider | train |
96a6eecab9b02cea290b9dae28483c33b673d4a8 | diff --git a/PyFunceble.py b/PyFunceble.py
index <HASH>..<HASH> 100755
--- a/PyFunceble.py
+++ b/PyFunceble.py
@@ -2728,6 +2728,7 @@ class IANA(object):
"jpmorgan": "whois.nic.jpmorgan",
"jprs": "whois.nic.jprs",
"kinder": "whois.nic.kinder",
+ "kindle": "whois.nic.kind... | Introduction of `kindle` whois server
cf: Whois lookup to whois.nic.kindle | funilrys_PyFunceble | train |
cbcd41d2e25f70dee87706a023b6e8f52fb2b73f | diff --git a/code/products/Product.php b/code/products/Product.php
index <HASH>..<HASH> 100644
--- a/code/products/Product.php
+++ b/code/products/Product.php
@@ -215,7 +215,7 @@ class Product extends Page {
*/
function getAllowPurchase() {
if(!self::$global_allow_purcahse) return false;
- return $this->AllowP... | fixed up AllowPurchase function conflicting with db field | silvershop_silvershop-core | train |
5eee377c76c02e2640cc3f347eb77b0557cdb814 | diff --git a/src/Services/CxenseApi.php b/src/Services/CxenseApi.php
index <HASH>..<HASH> 100644
--- a/src/Services/CxenseApi.php
+++ b/src/Services/CxenseApi.php
@@ -15,7 +15,7 @@ class CxenseApi
const EXCEPTION_UNAUTHORIZED = 1;
const EXCEPTION_TIME_OUT = 2;
const CXENSE_PROFILE_PUSH = '/profile/conten... | IVD-<I>: Delete now uses /document/delete | BenjaminMedia_wp-cxense | train |
43afce740d5f038db522fee62d15919ad6652dfe | diff --git a/gns3server/controller/drawing.py b/gns3server/controller/drawing.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/drawing.py
+++ b/gns3server/controller/drawing.py
@@ -171,7 +171,9 @@ class Drawing:
# Update node properties with additional elements
svg_changed = False
f... | Fix Error when cleaning image behind us #<I> | GNS3_gns3-server | train |
e7c7f897484d7c74e461fc847e9625ff6695ac24 | diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/bin.js
+++ b/lib/handlers/bin.js
@@ -271,8 +271,8 @@ module.exports = Observable.extend({
return next(new errors.NotFound('User not found'));
}
- this.models.user.getLatestBin(req.user.name, req.params... | Pass username into getLatestBin | jsbin_jsbin | train |
a8324f785ea53827a5765b2396ac5fa8ac6879a4 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -32,7 +32,7 @@ return array(
'label' => 'Tao base',
'description' => 'TAO meta-extension',
'license' => 'GPL-2.0',
- 'version' => '2.7.12',
+ 'version' => '2.7.13',
'author' => 'Open Assessment... | Changed version back to <I> | oat-sa_tao-core | train |
54d10ce095673ef86d23c5a72d7fd027425fced3 | diff --git a/thinc/about.py b/thinc/about.py
index <HASH>..<HASH> 100644
--- a/thinc/about.py
+++ b/thinc/about.py
@@ -1,2 +1,2 @@
-__version__ = "8.0.0a7"
+__version__ = "8.0.0a8"
__release__ = True
diff --git a/thinc/layers/chain.py b/thinc/layers/chain.py
index <HASH>..<HASH> 100644
--- a/thinc/layers/chain.py
+++ ... | ensure chained layer only has nI if the first layer has one (#<I>) | explosion_thinc | train |
2c59f8ea3e36c484d5b6e6a61141175bfb1a7523 | diff --git a/lib/usb-connection.js b/lib/usb-connection.js
index <HASH>..<HASH> 100644
--- a/lib/usb-connection.js
+++ b/lib/usb-connection.js
@@ -29,7 +29,7 @@ try {
// var VENDOR_REQ_IN = usb.LIBUSB_REQUEST_TYPE_VENDOR | usb.LIBUSB_RECIPIENT_DEVICE | usb.LIBUSB_ENDPOINT_IN;
} catch (e) {
haveusb = false;
- l... | Update error message for USB controller when the version of node is changed (#<I>) | tessel_t2-cli | train |
3da4cc773440b1e6739c2ddbed2ccf3d6f4be116 | diff --git a/servers/src/main/java/tachyon/worker/netty/DataServerHandler.java b/servers/src/main/java/tachyon/worker/netty/DataServerHandler.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/worker/netty/DataServerHandler.java
+++ b/servers/src/main/java/tachyon/worker/netty/DataServerHandler.java
@... | provide tachyonconf to the rpc handler | Alluxio_alluxio | train |
8e7af078dbe5c9a72434ea9926d941e6e15c9377 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,20 +5,20 @@ import ez_setup
from inspect import getdoc
ez_setup.use_setuptools()
-from setuptools import setup, Extension, Feature
+from setuptools import setup, Feature
setup(
- name = 'Werkzeug',
- version = ... | added contrib as feature to setup.py
--HG--
branch : trunk | pallets_werkzeug | train |
b45837b84447ab92f6c940ac4286dbb4b24a9838 | diff --git a/lib/services/fs.js b/lib/services/fs.js
index <HASH>..<HASH> 100644
--- a/lib/services/fs.js
+++ b/lib/services/fs.js
@@ -50,7 +50,23 @@ var list = function(args) {
});
};
+// Read a file
+var read = function(args) {
+ if (!args.path) throw "Need 'path'";
+
+ return workspace.path(args.path)
... | Add method fs.read
Add test for service method fs.read | CodeboxIDE_codebox | train |
c556baa0dd8524c77e0fbcff00203923107fe497 | diff --git a/src/reducers/__tests__/form-reducer-test.js b/src/reducers/__tests__/form-reducer-test.js
index <HASH>..<HASH> 100644
--- a/src/reducers/__tests__/form-reducer-test.js
+++ b/src/reducers/__tests__/form-reducer-test.js
@@ -1,4 +1,4 @@
-import {createForm, destroyForm} from '../../actions/form';
+import {cre... | Add sync form tests, not passing because of dirty | get-focus_deprecated-focus-graph | train |
7da6f5829d4fab626d9c3dcde4d10d91df559120 | diff --git a/lib/undies/element.rb b/lib/undies/element.rb
index <HASH>..<HASH> 100644
--- a/lib/undies/element.rb
+++ b/lib/undies/element.rb
@@ -16,7 +16,7 @@ module Undies
html + if k_v.last.kind_of?(::Hash)
html_attrs(k_v.last, k_v.first)
else
- " #{k_v.first}=\"#{k_v.last}\""
... | need to escape double quotes in attribute values | redding_undies | train |
7b2203ed051e3ee63db6d2b6e1e8568b4cd89633 | diff --git a/aws/resource_aws_db_instance.go b/aws/resource_aws_db_instance.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_db_instance.go
+++ b/aws/resource_aws_db_instance.go
@@ -584,7 +584,7 @@ func resourceAwsDbInstanceCreate(d *schema.ResourceData, meta interface{}) error
}
if _, ok := d.GetOk("alloc... | Update aws/resource_aws_db_instance.go | terraform-providers_terraform-provider-aws | train |
e5ac691664f863d46cd67b8161764c533e8f58dd | diff --git a/src/org/zaproxy/zap/extension/pscan/PassiveScanThread.java b/src/org/zaproxy/zap/extension/pscan/PassiveScanThread.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/pscan/PassiveScanThread.java
+++ b/src/org/zaproxy/zap/extension/pscan/PassiveScanThread.java
@@ -158,7 +158,13 @@ public c... | Ignore missing temp records when passive scanning
Change PassiveScanThread to not log an error when the temporary history
record being scanned no longer exists, temporary records are deleted
when no longer needed. Instead of an error it's logged a message, with
debug level, indicating that case. | zaproxy_zaproxy | train |
d43308bc1caafb4062635cb3327510c117edf79c | diff --git a/src/TestFramework/PhpUnit/Adapter/PhpUnitAdapter.php b/src/TestFramework/PhpUnit/Adapter/PhpUnitAdapter.php
index <HASH>..<HASH> 100644
--- a/src/TestFramework/PhpUnit/Adapter/PhpUnitAdapter.php
+++ b/src/TestFramework/PhpUnit/Adapter/PhpUnitAdapter.php
@@ -72,7 +72,7 @@ final class PhpUnitAdapter extends ... | Update used memory detection for PHPUnit 8 (#<I>) | infection_infection | train |
33a3cb065168428b84573683b6cd5fe34919b5f2 | diff --git a/mailchimp3/baseapi.py b/mailchimp3/baseapi.py
index <HASH>..<HASH> 100644
--- a/mailchimp3/baseapi.py
+++ b/mailchimp3/baseapi.py
@@ -2,7 +2,7 @@
"""
The base API object that allows constructions of various endpoint paths
"""
-from mailchimp3.helpers import merge_two_dicts
+from mailchimp3.helpers impor... | total_items should now be included in all cases, shifted reference to merge_results from merge_two_dicts | VingtCinq_python-mailchimp | train |
dba908bf37dc5be8a8759883109d2d8887d290fb | diff --git a/ipywidgets/widgets/widget.py b/ipywidgets/widgets/widget.py
index <HASH>..<HASH> 100644
--- a/ipywidgets/widgets/widget.py
+++ b/ipywidgets/widgets/widget.py
@@ -185,11 +185,19 @@ class Widget(LoggingConfigurable):
def open(self):
"""Open a comm to the frontend if one isn't already open."""
... | fixes for binary state
- avoid changing dict in-place when pulling out buffers
- workaround inability to send buffers in open message on Comm init | jupyter-widgets_ipywidgets | train |
17349b996e94c561cef219e5263989e21354ab74 | diff --git a/lib/Http/Cookie.php b/lib/Http/Cookie.php
index <HASH>..<HASH> 100644
--- a/lib/Http/Cookie.php
+++ b/lib/Http/Cookie.php
@@ -150,8 +150,7 @@ class Cookie
*/
public function getExpireTimestamp()
{
- if (empty($this->expire))
- {
+ if (empty($this->expire)) {
... | [#<I> Cleanup] PSR formatting across the codebase | roydejong_Enlighten | train |
282575c95abef18bb6b1b212e9b5d3ff7e78400e | diff --git a/src/Http/ServerRequest.php b/src/Http/ServerRequest.php
index <HASH>..<HASH> 100644
--- a/src/Http/ServerRequest.php
+++ b/src/Http/ServerRequest.php
@@ -958,7 +958,7 @@ class ServerRequest implements ArrayAccess, ServerRequestInterface
*
* @param string $name Name of the header you want.
... | Give a path to fix deprecation
Unusually, this method didn't tell users which method replaces the deprecated method. | cakephp_cakephp | train |
3925a6036a17cd96aef8f79075c3433abf820ddc | diff --git a/src/Flare/Admin/Models/Traits/ModelSaving.php b/src/Flare/Admin/Models/Traits/ModelSaving.php
index <HASH>..<HASH> 100644
--- a/src/Flare/Admin/Models/Traits/ModelSaving.php
+++ b/src/Flare/Admin/Models/Traits/ModelSaving.php
@@ -61,7 +61,7 @@ trait ModelSaving
*/
private function doSave()
... | Fixes ModelSaving Issue when referencing conditional field setters | laravelflare_flare | train |
d004eec81d1a2a87aabf3aff07488a8b0639f72d | diff --git a/admin/views/settings/shop_pg/paypal_express.php b/admin/views/settings/shop_pg/paypal_express.php
index <HASH>..<HASH> 100644
--- a/admin/views/settings/shop_pg/paypal_express.php
+++ b/admin/views/settings/shop_pg/paypal_express.php
@@ -102,7 +102,8 @@
<fieldset>
<legend>API Credentials</legend... | Making paypal payment gateways ettings a little more user friendly | nails_module-admin | train |
b845669f805d8df2fd15d2c83f588c03779837ce | diff --git a/evm/db/chain.py b/evm/db/chain.py
index <HASH>..<HASH> 100644
--- a/evm/db/chain.py
+++ b/evm/db/chain.py
@@ -11,6 +11,7 @@ from eth_utils import (
)
from evm.constants import (
+ BLANK_ROOT_HASH,
GENESIS_DIFFICULTY,
GENESIS_PARENT_HASH,
)
@@ -132,11 +133,11 @@ class BaseChainDB:
... | BaseChainDB.persist_block_to_db() now uses a Trie to save transactions
And no longer saves each individual uncle as we have the uncle list
already | ethereum_py-evm | train |
c8c50b5ba8b697110f7a21c676f0124bf5041ccf | diff --git a/site/rollup.config.js b/site/rollup.config.js
index <HASH>..<HASH> 100644
--- a/site/rollup.config.js
+++ b/site/rollup.config.js
@@ -63,6 +63,8 @@ export default {
module: true
})
],
+
+ preserveEntrySignatures: false,
onwarn
},
@@ -91,6 +93,8 @@ export default {
require('module')... | site: copy preserveEntrySignatures settings from template (#<I>) | sveltejs_svelte | train |
fda38685777ec604b6d74dbe60bb4e2cb38894be | diff --git a/command/agent/resources_endpoint.go b/command/agent/resources_endpoint.go
index <HASH>..<HASH> 100644
--- a/command/agent/resources_endpoint.go
+++ b/command/agent/resources_endpoint.go
@@ -1,8 +1,9 @@
package agent
import (
- "github.com/hashicorp/nomad/nomad/structs"
"net/http"
+
+ "github.com/hash... | build: Apply goimports formatting to various files
The following files were not formatted as the output of goimports(1)
would create, causing the goimports linter to fail:
command/agent/resources_endpoint.go
nomad/resources_endpoint.go
nomad/resources_endpoint_test.go | hashicorp_nomad | train |
4937dd6971b2e6e9218de81835d0f63c04a2eb0c | diff --git a/stacker/lookups/handlers/kms.py b/stacker/lookups/handlers/kms.py
index <HASH>..<HASH> 100644
--- a/stacker/lookups/handlers/kms.py
+++ b/stacker/lookups/handlers/kms.py
@@ -1,6 +1,4 @@
-import base64
-
-import botocore.session
+import boto3
from ...util import read_value_from_path
@@ -48,8 +46,6 @@ d... | Remove the last of the botocore conns
This will help with future profile/connection work, and honestly didn't
make a lot of sense to leave this way in the first place. | cloudtools_stacker | train |
aa19afa5d43e2043c2f45ec32632046694af1169 | diff --git a/test/ruboto_gen_test.rb b/test/ruboto_gen_test.rb
index <HASH>..<HASH> 100755
--- a/test/ruboto_gen_test.rb
+++ b/test/ruboto_gen_test.rb
@@ -64,7 +64,7 @@ class RubotoGenTest < Test::Unit::TestCase
else
upper_limit = {
7 => 67.0,
- 10 => 350.0,
+ 10 => 64.0,
... | * Removed use of dexmaker.jar | ruboto_ruboto | train |
3406b9e22d51b383e0f8fb7462c3bdadf93f3e4d | diff --git a/src/TypeParanoia.php b/src/TypeParanoia.php
index <HASH>..<HASH> 100644
--- a/src/TypeParanoia.php
+++ b/src/TypeParanoia.php
@@ -15,25 +15,6 @@ class TypeParanoia extends TypeCertainty
const INT_ARG_OFFSET = 5;
/**
- * @param mixed $needle
- * @param mixed $haystack
- */
- public s... | working on deprecating code that was introduced solely to suppress infection mutation errors | SignpostMarv_daft-object | train |
b770324fc3c3d75fe7c1470ca7b1ea6c3fbbbf86 | diff --git a/src/guake/guake_app.py b/src/guake/guake_app.py
index <HASH>..<HASH> 100644
--- a/src/guake/guake_app.py
+++ b/src/guake/guake_app.py
@@ -1365,6 +1365,7 @@ class Guake(SimpleGladeApp):
def move_tab(self, old_tab_pos, new_tab_pos):
self.notebook.reorder_child(self.notebook.get_nth_page(old_tab... | Hack to fix "Not focused on openning if tab was moved" (#<I>) | Guake_guake | train |
b2158bc1f255aa4f9dff5a53b40a1da0c4a301f0 | diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js
index <HASH>..<HASH> 100644
--- a/src/http/api/routes/webui.js
+++ b/src/http/api/routes/webui.js
@@ -20,7 +20,7 @@ module.exports = (server) => {
method: '*',
path: '/webui',
handler: (request, reply) => {
- return rep... | feat: Web UI updated to <I> (#<I>)
Now with quic support, responsive navbar, and a language selector
License: MIT | ipfs_js-ipfs | train |
bd2ae6a68c850008b8035e59f9900866da8dd538 | diff --git a/src/main/groovy/text/GStringTemplateEngine.java b/src/main/groovy/text/GStringTemplateEngine.java
index <HASH>..<HASH> 100644
--- a/src/main/groovy/text/GStringTemplateEngine.java
+++ b/src/main/groovy/text/GStringTemplateEngine.java
@@ -44,13 +44,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package groov... | Remove unneeded object creation in the make() call
Make now just clones the closure and sets the delegate
git-svn-id: <URL> | groovy_groovy-core | train |
a903c9e330af224006380af0f56afa98c0cc6b64 | diff --git a/src/main/groovy/lang/ObjectRange.java b/src/main/groovy/lang/ObjectRange.java
index <HASH>..<HASH> 100644
--- a/src/main/groovy/lang/ObjectRange.java
+++ b/src/main/groovy/lang/ObjectRange.java
@@ -37,8 +37,7 @@ import java.util.List;
* Note: This class is similar to {@link IntRange}. If you make any cha... | minor refactor: partially generify ObjectRange | apache_groovy | train |
08f256fa7304b861e76c392709fba25f1eed2172 | diff --git a/lib/extensions/location_info/tokenizer_mixin.js b/lib/extensions/location_info/tokenizer_mixin.js
index <HASH>..<HASH> 100644
--- a/lib/extensions/location_info/tokenizer_mixin.js
+++ b/lib/extensions/location_info/tokenizer_mixin.js
@@ -18,8 +18,8 @@ inherits(LocationInfoTokenizerMixin, Mixin);
Locatio... | Rename `location.line` and `location.col` to `location.startLine` and `location.startCol` | inikulin_parse5 | train |
488bb010d1249348fff9be10baa24567df02c037 | diff --git a/addon/properties/relations/belongs-to.js b/addon/properties/relations/belongs-to.js
index <HASH>..<HASH> 100644
--- a/addon/properties/relations/belongs-to.js
+++ b/addon/properties/relations/belongs-to.js
@@ -77,24 +77,26 @@ export default class BelongsToRelation extends Relation {
//
onInternalDe... | almost works; remains to figure out differences between delete and destroy
--HG--
branch : feature/new-model-identity-and-destroy | ampatspell_ember-cli-sofa | train |
abcaaa99050196eb65d465d8df3a23bc6eea36c5 | diff --git a/js/fcoin.js b/js/fcoin.js
index <HASH>..<HASH> 100644
--- a/js/fcoin.js
+++ b/js/fcoin.js
@@ -242,11 +242,12 @@ module.exports = class fcoin extends Exchange {
return this.parseBalance (result);
}
- convertOrderBook (bidasks) {
+ parseBidsAsks (bidasks, priceKey = 0, amountKey = 1) {
... | fix bug and check compatibility in python2, python3, php | ccxt_ccxt | train |
3c4e148b64119375f714b60c31c46ad10e520f02 | diff --git a/junit2htmlreport/parser.py b/junit2htmlreport/parser.py
index <HASH>..<HASH> 100644
--- a/junit2htmlreport/parser.py
+++ b/junit2htmlreport/parser.py
@@ -208,6 +208,7 @@ class Suite(object):
:return:
"""
fails = ""
+ skips = ""
if len(self.failed()):
... | skips variable were not defined
If there are no skipped tests the skipps varaible are never
initialized. It causes exception. | inorton_junit2html | train |
d909d1d75ffbfeb32fec4e49af03d3bb2e38c745 | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/deployment/processors/ConcurrencyManagementAnnotationProcessor.java b/ejb3/src/main/java/org/jboss/as/ejb3/deployment/processors/ConcurrencyManagementAnnotationProcessor.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/deployment/processors/Co... | JBAS-<I> Fix BEAN managed @ConcurrencyManagement processing | wildfly_wildfly | train |
b5133b29ec4d2a63bf41bf1e9ae23f0ff77bf934 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -9,13 +9,28 @@ export default function move (array, moveIndex, toIndex) {
2. moveIndex (Object) : The index of the item to move. (required)
3. toIndex (Object) : The index to move item at m... | Update index.js
Perform only one array creation | granteagon_move | train |
ccc9afa838774e6b84d9a6e46a7361a896413df0 | diff --git a/examples/about/rollup.config.js b/examples/about/rollup.config.js
index <HASH>..<HASH> 100755
--- a/examples/about/rollup.config.js
+++ b/examples/about/rollup.config.js
@@ -9,7 +9,7 @@ export default {
output: {
dir: 'public/assets/js',
entryFileNames: 'loader.js',
- chunkFileNames: ({ nam... | Renamed app chunk to app.js | pschroen_alien.js | train |
71c05a8cd05e07d8017b7a4e515a63a59de0a5e0 | diff --git a/dht_bootstrap.go b/dht_bootstrap.go
index <HASH>..<HASH> 100644
--- a/dht_bootstrap.go
+++ b/dht_bootstrap.go
@@ -95,6 +95,12 @@ func (dht *IpfsDHT) bootstrapBuckets(ctx context.Context) {
}
buckets := dht.routingTable.GetAllBuckets()
+ if len(buckets) > 16 {
+ // Don't bother bootstrapping more tha... | fix(bootstrap): don't bootstrap more than <I> buckets
We can't generate target IDs in buckets beyond bucket <I> so there's no point. | libp2p_go-libp2p-kad-dht | train |
a119f09f5e94c8f536ef06b4799e9eaed136a7ee | diff --git a/lib/artifactory/errors.rb b/lib/artifactory/errors.rb
index <HASH>..<HASH> 100644
--- a/lib/artifactory/errors.rb
+++ b/lib/artifactory/errors.rb
@@ -13,20 +13,17 @@ module Artifactory
@code = hash['status'].to_i
@http = hash['message'].to_s
- super <<-EOH.strip
-The Artifactory ... | Don't use heredocs in the error text | chef_artifactory-client | train |
42acc1cf0056defcd85076d437e42e7aad3521d2 | diff --git a/src/reducers/vis-state-updaters.js b/src/reducers/vis-state-updaters.js
index <HASH>..<HASH> 100644
--- a/src/reducers/vis-state-updaters.js
+++ b/src/reducers/vis-state-updaters.js
@@ -652,6 +652,9 @@ export const addFilterUpdater = (state, action) =>
*/
export const layerColorUIChangeUpdater = (state,... | [Bug] Fixed bug when reversing color schema (#<I>) | keplergl_kepler.gl | train |
20580d3d6952d67cc40d7b8d6730b8c237bca8c1 | diff --git a/edisgo/flex_opt/reinforce_grid.py b/edisgo/flex_opt/reinforce_grid.py
index <HASH>..<HASH> 100644
--- a/edisgo/flex_opt/reinforce_grid.py
+++ b/edisgo/flex_opt/reinforce_grid.py
@@ -178,6 +178,9 @@ def reinforce_grid(network, max_while_iterations=10):
# raise exceptions.MaximumIterationError(
... | Add unresolved issues to results after maximum number of iterations | openego_eDisGo | train |
cb6f964a307cd25323eb69346aa7cea9d753e8a0 | diff --git a/thefuck/utils.py b/thefuck/utils.py
index <HASH>..<HASH> 100644
--- a/thefuck/utils.py
+++ b/thefuck/utils.py
@@ -4,6 +4,7 @@ import pickle
import pkg_resources
import re
import shelve
+import six
from .conf import settings
from contextlib import closing
from decorator import decorator
@@ -15,6 +16,1... | Fix cache problem when going from Python 3 to 2 | nvbn_thefuck | train |
824da651de4a8404d016e51f73bd3bd638a81be4 | diff --git a/insights/formats/text.py b/insights/formats/text.py
index <HASH>..<HASH> 100644
--- a/insights/formats/text.py
+++ b/insights/formats/text.py
@@ -9,8 +9,10 @@ from insights import dr, datasource, rule, condition, incident, parser
from insights.core.context import ExecutionContext
from insights.formats im... | Only output colored text on a tty (#<I>) | RedHatInsights_insights-core | train |
cadf1cccddb31bcda5ff969649ecd61b088e3ea9 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -37,7 +37,7 @@ var isArray = require( 'validate.io-array' ),
// NUMERIC ARRAY MAX //
/**
-* FUNCTION: isArrayWithMax( value )
+* FUNCTION: isArrayWithMax( value, max )
* Validates if a value is a numeric a... | [UPDATE] docs. | validate-io_number-array-max | train |
05f9e3ef92114c2df978009073d0b47fe1323eb7 | diff --git a/activesupport/lib/active_support/inflector/transliterate.rb b/activesupport/lib/active_support/inflector/transliterate.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/inflector/transliterate.rb
+++ b/activesupport/lib/active_support/inflector/transliterate.rb
@@ -5,8 +5,9 @@ require "... | Make UTF-8 string requirement explicit for `transliterate`
It's noted in #<I> that String#parameterize will raise an `Encoding::CompatibilityError` if the string is not UTF-8 encoded. The error is raised as a result of passing the string to `.unicode_normalize`.
This PR raises a higher level `ArgumentError` if the pr... | rails_rails | train |
dce8133b75fd27b91673a8cdbc24c7c7fd28c923 | diff --git a/app/models/web_console/console_session.rb b/app/models/web_console/console_session.rb
index <HASH>..<HASH> 100644
--- a/app/models/web_console/console_session.rb
+++ b/app/models/web_console/console_session.rb
@@ -63,7 +63,9 @@ module WebConsole
private
- def delegate_slave_method(name, *args... | Pass the arguments during the slave method delegation
Also, rename the method to delegate_and_call_slave_method as it express
the meaning more cleanly. | gsamokovarov_web-console-rails3 | train |
375ea7b3df2b8c7fc134e5a343285819a86241b6 | diff --git a/test/Bootstrap.php b/test/Bootstrap.php
index <HASH>..<HASH> 100644
--- a/test/Bootstrap.php
+++ b/test/Bootstrap.php
@@ -8,6 +8,7 @@ use Zend\Stdlib\ArrayUtils;
use RuntimeException;
error_reporting(E_ALL | E_STRICT);
+ini_set("date.timezone", "Europe/Madrid");
chdir(__DIR__);
class Bootstra... | Fixed timezone error while runing tests if it has not previously set | acelaya_ZF-AcMailer | train |
b2877644bd886daf7ebb23085fe3500cf8f69083 | diff --git a/lib/uv-rays/buffered_tokenizer.rb b/lib/uv-rays/buffered_tokenizer.rb
index <HASH>..<HASH> 100644
--- a/lib/uv-rays/buffered_tokenizer.rb
+++ b/lib/uv-rays/buffered_tokenizer.rb
@@ -118,7 +118,7 @@ module UV
messages << last[0..@length_index]
@input = last[@msg_length..-1]... | ensure buffer is always the correct encoding | cotag_uv-rays | train |
2950cbf0c13900e810dca4a4cb1929fb38b04d2a | diff --git a/includes/class-ptb-base.php b/includes/class-ptb-base.php
index <HASH>..<HASH> 100644
--- a/includes/class-ptb-base.php
+++ b/includes/class-ptb-base.php
@@ -158,7 +158,10 @@ class PTB_Base extends PTB_Properties {
if (isset($args['args']) && is_array($args['args'])) {
if (!$this->onetime_html... | Removed old ptb_html hidden and added input function instead and some more stuff | wp-papi_papi | train |
c5599f2b429c39e27a001f3be6dbab6ba9e6cd97 | diff --git a/lib/bumbleworks/process.rb b/lib/bumbleworks/process.rb
index <HASH>..<HASH> 100644
--- a/lib/bumbleworks/process.rb
+++ b/lib/bumbleworks/process.rb
@@ -47,10 +47,14 @@ module Bumbleworks
alias_method :wfid, :id
def <=>(other)
+ unless other.respond_to?(:wfid)
+ raise ArgumentError... | Handle Process comparison with incomparable object | bumbleworks_bumbleworks | train |
ee99fd9e102dc809b82b18cf832bd1ce0df98a0d | diff --git a/BimServer/src/org/bimserver/BimServer.java b/BimServer/src/org/bimserver/BimServer.java
index <HASH>..<HASH> 100644
--- a/BimServer/src/org/bimserver/BimServer.java
+++ b/BimServer/src/org/bimserver/BimServer.java
@@ -108,7 +108,7 @@ import org.bimserver.shared.interfaces.PublicInterface;
import org.bimse... | Removed file based reflector factory | opensourceBIM_BIMserver | train |
c37096b198beaa5581abe63d2a57ac40f7d3cc9c | diff --git a/app/controllers/dossier/reports_controller.rb b/app/controllers/dossier/reports_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/dossier/reports_controller.rb
+++ b/app/controllers/dossier/reports_controller.rb
@@ -27,7 +27,7 @@ module Dossier
private
def report_class
- "#{p... | `titleize` also does too much: removes `_ids` | tma1_dossier | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.