hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
970a4f94d33a23b0e550b42af64a9810030021d4 | diff --git a/udata/core/spatial/commands.py b/udata/core/spatial/commands.py
index <HASH>..<HASH> 100644
--- a/udata/core/spatial/commands.py
+++ b/udata/core/spatial/commands.py
@@ -51,7 +51,8 @@ def load(filename, drop=False):
GeoLevel.objects.create(
id=level['id'],
nam... | Set GeoLevel.admin_level if present on load | opendatateam_udata | train |
3b810ffcde5eb2562b7f0472db4ccd83eaefe671 | diff --git a/pyresttest/benchmarks.py b/pyresttest/benchmarks.py
index <HASH>..<HASH> 100644
--- a/pyresttest/benchmarks.py
+++ b/pyresttest/benchmarks.py
@@ -149,6 +149,18 @@ class Benchmark(Test):
def __str__(self):
return json.dumps(self, default=lambda o: o.__dict__)
+def realize_partial(self, conte... | Clean up tests realize method a bit | svanoort_pyresttest | train |
2d626b4a6063f99892aa492355d8d19e34a367e9 | diff --git a/lib/runtime.js b/lib/runtime.js
index <HASH>..<HASH> 100644
--- a/lib/runtime.js
+++ b/lib/runtime.js
@@ -20,6 +20,11 @@ var Runtime = module.exports = function(opts) {
this.exposeQuery = null;
this._jsDevices = [];
this._observable = Rx.Observable.fromEvent(this, 'deviceready');
+
+ this.filter ... | Added some reactive methods on the runtime for use in an app. | zettajs_zetta | train |
0c889da99c3b0e93b2981f4f225498335abf0989 | diff --git a/src/ol/events/condition.js b/src/ol/events/condition.js
index <HASH>..<HASH> 100644
--- a/src/ol/events/condition.js
+++ b/src/ol/events/condition.js
@@ -230,6 +230,19 @@ export const mouseOnly = function(mapBrowserEvent) {
return pointerEvent.pointerType == 'mouse';
};
+export const touchOnly = (map... | add stylus and touch mode to drawing a shape | openlayers_openlayers | train |
84eacbda5e50486ca5015fc065a62f7fe2ccad4b | diff --git a/src/main/java/com/siemens/ct/exi/context/QNameContext.java b/src/main/java/com/siemens/ct/exi/context/QNameContext.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/siemens/ct/exi/context/QNameContext.java
+++ b/src/main/java/com/siemens/ct/exi/context/QNameContext.java
@@ -181,8 +181,8 @@ public cl... | hashCode build by namespaceID and localNameID | EXIficient_exificient-core | train |
1cf634afa2d6c4ee1eede98c33f9fadbfd666698 | diff --git a/superset/sql_lab.py b/superset/sql_lab.py
index <HASH>..<HASH> 100644
--- a/superset/sql_lab.py
+++ b/superset/sql_lab.py
@@ -168,9 +168,6 @@ def execute_sql(
session.merge(query)
session.commit()
logging.info("Set query to 'running'")
-
- engine = database.get_sqla_engine(
- schem... | Remove repeated line (#<I>)
* add lanscape?
* Revert "add lanscape?"
This reverts commit b3d6e<I>af<I>b<I>f7d3d5eff<I>a1e<I>f2.
* remove unused line | apache_incubator-superset | train |
fb8bb28866fe99589f402b3a920be72dd1a807cc | diff --git a/presto-main/src/main/java/com/facebook/presto/transaction/LegacyTransactionConnector.java b/presto-main/src/main/java/com/facebook/presto/transaction/LegacyTransactionConnector.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/transaction/LegacyTransactionConnector.java
+... | Rename abort to rollback in Connector | prestodb_presto | train |
804ce233ba50968b9ab943ce3070ac939aecc6bd | diff --git a/test/e2e/density.go b/test/e2e/density.go
index <HASH>..<HASH> 100644
--- a/test/e2e/density.go
+++ b/test/e2e/density.go
@@ -54,7 +54,9 @@ var _ = Describe("Density", func() {
expectNoError(err)
minionCount = len(minions.Items)
Expect(minionCount).NotTo(BeZero())
- ns = api.NamespaceDefault
+ n... | Unify the namespace pattern for density.go with the others | kubernetes_kubernetes | train |
039d1458137fdeb9f1d0ee8814bbd24b9793214e | diff --git a/src/server/graceful.js b/src/server/graceful.js
index <HASH>..<HASH> 100644
--- a/src/server/graceful.js
+++ b/src/server/graceful.js
@@ -26,38 +26,29 @@ will not have been created it. Use `setServer()` instead.
*/
function Graceful(options) {
- /*jshint maxcomplexity: 9 */
+ /*jshint maxcomplexity: ... | Move all process.on('exit') wireup to Graceful | thehelp_cluster | train |
193098960b8c34932f183c6aafbb0a97e0d13ca2 | diff --git a/Service/AtendimentoService.php b/Service/AtendimentoService.php
index <HASH>..<HASH> 100644
--- a/Service/AtendimentoService.php
+++ b/Service/AtendimentoService.php
@@ -810,6 +810,8 @@ class AtendimentoService extends StorageAwareService
)
);
}
+
+ $this->disp... | chore: Adding attending.pre-finish and attending.finish event calls | novosga_core | train |
0f6f5e9146b52009a4756aa8fac1b72b55a068b7 | diff --git a/go/version.go b/go/version.go
index <HASH>..<HASH> 100644
--- a/go/version.go
+++ b/go/version.go
@@ -6,7 +6,7 @@ import (
)
// BEETLE_VERSION is displayed in the web UI and can be checked using beetle --version.
-const BEETLE_VERSION = "3.0.0.rc5"
+const BEETLE_VERSION = "3.0.0"
// ReportVersionIfR... | bumped version to <I> | xing_beetle | train |
f5c7d1fe32cd0ec5e182744a284be5545603a22a | diff --git a/azurerm/helpers/validate/cdn.go b/azurerm/helpers/validate/cdn.go
index <HASH>..<HASH> 100644
--- a/azurerm/helpers/validate/cdn.go
+++ b/azurerm/helpers/validate/cdn.go
@@ -54,3 +54,10 @@ func RuleActionUrlRedirectFragment() schema.SchemaValidateFunc {
"The Url Redirect Path must start with a slash.",
... | add method to test cache expiration duration | terraform-providers_terraform-provider-azurerm | train |
01ce00a7552f343c9bb2b74ef0722e0a2afffe27 | diff --git a/state/modelgeneration.go b/state/modelgeneration.go
index <HASH>..<HASH> 100644
--- a/state/modelgeneration.go
+++ b/state/modelgeneration.go
@@ -82,7 +82,6 @@ func (st *State) getNextGenerationDoc(modelUUID string) (*generationDoc, error)
var err error
doc := &generationDoc{}
-
err = col.Find(bso... | Fixes generation doc not found check. | juju_juju | train |
8a070fe4c4ff504ec5a604f7f678d099b863a0e7 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -1,4 +1,5 @@
-var myCode = "http://localhost/jquery-ui-checkout";
+var myTestPage = "http://localhost/jquery-core-checkout/test/",
+ mySuites = ["attributes", "callbacks"];
require( "./testswarm" )( {
url: "http://localhost/tes... | Update test.js example.
* Use jQuery core instead of jQuery UI so that the example is
more representative.
This way it shows how to make a loop for QUnit modules within
a test suite. Also is easier to maintain.
* TestSwarm no longer has any default browsetSet, the sample files
use "example" so use that here as... | jzaefferer_node-testswarm | train |
e47fa116590a383e3fb305869561d5cc496b7351 | diff --git a/urbansim/sim/simulation.py b/urbansim/sim/simulation.py
index <HASH>..<HASH> 100644
--- a/urbansim/sim/simulation.py
+++ b/urbansim/sim/simulation.py
@@ -1,16 +1,19 @@
from __future__ import print_function
-import logging
import inspect
+import logging
+import warnings
from collections import Callable... | Ignore NaturalNameWarnings from pytables
They come up when we store data under keys like '<I>/buildings'
and warn that attribute access won't work (but key access works fine).
We don't care about this warning. | UDST_urbansim | train |
385df7cafbf39559ce97ac22194958096268093d | diff --git a/lib/gitlab/client/merge_requests.rb b/lib/gitlab/client/merge_requests.rb
index <HASH>..<HASH> 100644
--- a/lib/gitlab/client/merge_requests.rb
+++ b/lib/gitlab/client/merge_requests.rb
@@ -59,6 +59,25 @@ class Gitlab::Client
get("/projects/#{url_encode project}/merge_requests/#{id}/pipelines")
... | Add create merge request pipeline endpoint (#<I>)
* Add create merge request level rule api
* Add support for update merge request level rule endpoint
* Delete merge request level rule
* Add merge request level approval rule get endpoint
* Rubocopping :alarm:
* Add create merge request pipeline endpoint | NARKOZ_gitlab | train |
ba18074d445d72d1b167ae2edc28392634fa0c4c | diff --git a/src/binaries.js b/src/binaries.js
index <HASH>..<HASH> 100644
--- a/src/binaries.js
+++ b/src/binaries.js
@@ -37,19 +37,36 @@ export function findBinary(targetBinary:string) {
}
/**
- * Find the binary and run it.
+ * Delete any falsy property to prevent them to be passed as strings.
*/
-export funct... | Add function to run binaries without parent IO | borela-tech_js-toolbox | train |
f39489210a7fa0450ab59fff16473484faa1d423 | diff --git a/cirq/google/serializable_gate_set.py b/cirq/google/serializable_gate_set.py
index <HASH>..<HASH> 100644
--- a/cirq/google/serializable_gate_set.py
+++ b/cirq/google/serializable_gate_set.py
@@ -86,15 +86,18 @@ class SerializableGateSet:
def supported_gate_types(self) -> Tuple:
return tuple(se... | Add SerializableGateSet.is_supported (#<I>)
This method checks if a given object containing operations (a circuit, moment, or other arbitrary op tree) is supported by a gateset. Note that this does not address separating the notions of belonging to a gateset from serializability, but at it provides a way to check if a... | quantumlib_Cirq | train |
d6051007099b31f030ea12d257d8b4927e6bc541 | diff --git a/core/server/helpers/index.js b/core/server/helpers/index.js
index <HASH>..<HASH> 100644
--- a/core/server/helpers/index.js
+++ b/core/server/helpers/index.js
@@ -119,25 +119,14 @@ coreHelpers = function (ghost) {
// Note that the standard {{#each tags}} implementation is unaffected by this helper
... | added suffix to tag helper
closes #<I>
- added suffix as optional parameter to tag helper | TryGhost_Ghost | train |
86da31d178f216b159c474913a28a1b9e9ef1c8b | diff --git a/src/search_files/loadBF.js b/src/search_files/loadBF.js
index <HASH>..<HASH> 100644
--- a/src/search_files/loadBF.js
+++ b/src/search_files/loadBF.js
@@ -14,7 +14,6 @@ module.exports = async function(data, location) {
} catch (e) {
console.error(`${i} | Error while loading boot functi... | add some more requirements for bootfunctions | Spark-Core_Spark | train |
b49d044b97b941add5f5c3071c2c54bed9cb00a5 | diff --git a/resources/impl/src/main/java/org/jboss/forge/addon/resource/monitor/FileMonitor.java b/resources/impl/src/main/java/org/jboss/forge/addon/resource/monitor/FileMonitor.java
index <HASH>..<HASH> 100644
--- a/resources/impl/src/main/java/org/jboss/forge/addon/resource/monitor/FileMonitor.java
+++ b/resources/... | Observing local PostStartup and PreShutdown | forge_core | train |
938c32e4c3fd6a25ec79c2c46d496d289df97f85 | diff --git a/src/org/mozilla/javascript/NodeTransformer.java b/src/org/mozilla/javascript/NodeTransformer.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/NodeTransformer.java
+++ b/src/org/mozilla/javascript/NodeTransformer.java
@@ -346,13 +346,6 @@ public class NodeTransformer
visitN... | Removal of Token.DOT in NodeTransformer: it is always processed in IRFactory. | mozilla_rhino | train |
74448dc8ec3ade2e241b07b20a89fdb3aa8541f3 | diff --git a/cherrypy/filters/sessionfilter.py b/cherrypy/filters/sessionfilter.py
index <HASH>..<HASH> 100644
--- a/cherrypy/filters/sessionfilter.py
+++ b/cherrypy/filters/sessionfilter.py
@@ -108,9 +108,10 @@ class SessionFilter(basefilter.BaseFilter):
else:
sess.session_storage = sess.session_... | Fix "last_clean_up_time" in session filter | cherrypy_cheroot | train |
f4a94b2476b8802c1519286bc04a71900e5984f4 | diff --git a/syncloudlib/integration/ssh.py b/syncloudlib/integration/ssh.py
index <HASH>..<HASH> 100644
--- a/syncloudlib/integration/ssh.py
+++ b/syncloudlib/integration/ssh.py
@@ -37,12 +37,13 @@ def ssh_command(password, command):
def _run_command(command, throw, debug, password):
try:
print('ssh com... | try to decode utf | syncloud_lib | train |
89cd31834408d2fc2d3094b80e75076b81f78ed9 | diff --git a/source/application/models/oxarticle.php b/source/application/models/oxarticle.php
index <HASH>..<HASH> 100644
--- a/source/application/models/oxarticle.php
+++ b/source/application/models/oxarticle.php
@@ -4317,11 +4317,6 @@ class oxArticle extends oxI18n implements oxIArticle, oxIUrl
$blRes = p... | ESDEV-<I> New variant is assigned to the same subshop as parent product
Conflicts:
source/application/models/oxarticle.php | OXID-eSales_oxideshop_ce | train |
9c51c38327e1720caa69463fafbf2bf9860a36e6 | diff --git a/src/Timeline.php b/src/Timeline.php
index <HASH>..<HASH> 100644
--- a/src/Timeline.php
+++ b/src/Timeline.php
@@ -28,6 +28,7 @@ use Baleen\Migrations\Migration\OptionsInterface;
use Baleen\Migrations\Timeline\AbstractTimeline;
use Baleen\Migrations\Version\Collection\Linked;
use Baleen\Migrations\Versio... | Refactored Timeline upTowards and downTowards (keeping BC). | baleen_migrations | train |
046564c4c81470a0e16e29dd54dd0b99bc8ee961 | diff --git a/hazelcast/src/test/java/com/hazelcast/partition/PartitionControlledIdTest.java b/hazelcast/src/test/java/com/hazelcast/partition/PartitionControlledIdTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/partition/PartitionControlledIdTest.java
+++ b/hazelcast/src/test/java/com/... | Adds PartitionControlledIdTest to fast tests | hazelcast_hazelcast | train |
b3fc7feb84f97b201b614a543abc286154ec7842 | diff --git a/api/server.py b/api/server.py
index <HASH>..<HASH> 100644
--- a/api/server.py
+++ b/api/server.py
@@ -29,7 +29,7 @@ import requests
import json
from collections import OrderedDict
-from flask import Flask, jsonify, request
+from flask import Flask, jsonify, request, make_response
from flask import ren... | quick fix to prevent server overloading from namespace calls to high page numbers | blockstack_blockstack-core | train |
dbe94eae519d8dc0e38aa7d1c2f5be46d899e1e9 | diff --git a/src/main/java/me/prettyprint/cassandra/model/ColumnQuery.java b/src/main/java/me/prettyprint/cassandra/model/ColumnQuery.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/prettyprint/cassandra/model/ColumnQuery.java
+++ b/src/main/java/me/prettyprint/cassandra/model/ColumnQuery.java
@@ -10,7 +10,7 @@... | Make createColumnPath parameterized by type of the column name | hector-client_hector | train |
fa826930f6aa77ea39b3f73986973a299696a46f | diff --git a/bika/lims/controlpanel/bika_analysisprofiles.py b/bika/lims/controlpanel/bika_analysisprofiles.py
index <HASH>..<HASH> 100644
--- a/bika/lims/controlpanel/bika_analysisprofiles.py
+++ b/bika/lims/controlpanel/bika_analysisprofiles.py
@@ -19,6 +19,13 @@ class ProfilesView(BikaListingView):
def __init__... | #<I>: Search field on Analysis Services does not seem to work
profiles/templates: update paths for contentFilter | senaite_senaite.core | train |
12604c27f99f353b05101821a98ca412378d04ab | diff --git a/src/Aura/Input/Filter.php b/src/Aura/Input/Filter.php
index <HASH>..<HASH> 100644
--- a/src/Aura/Input/Filter.php
+++ b/src/Aura/Input/Filter.php
@@ -1,17 +1,53 @@
<?php
+/**
+ *
+ * This file is part of the Aura project for PHP.
+ *
+ * @package Aura.Input
+ *
+ * @license http://opensource.org/licens... | A test for index undefined and added doc blocks | auraphp_Aura.Input | train |
7a643e6e0cc6372c904e42f1a5c297ba35d61596 | diff --git a/src/main/java/org/mapdb/HTreeMap.java b/src/main/java/org/mapdb/HTreeMap.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mapdb/HTreeMap.java
+++ b/src/main/java/org/mapdb/HTreeMap.java
@@ -21,6 +21,7 @@ import java.io.IOException;
import java.lang.ref.WeakReference;
import java.util.*;
import j... | Updates in HTreeMap, fixed race condition, added extra cache methods. | jankotek_mapdb | train |
a77a72c9b82f096a87f1f1ae4c1e2724e955db47 | diff --git a/src/views/Rectilinear.js b/src/views/Rectilinear.js
index <HASH>..<HASH> 100644
--- a/src/views/Rectilinear.js
+++ b/src/views/Rectilinear.js
@@ -750,16 +750,12 @@ RectilinearView.prototype.coordinatesToScreen = function(coords, result) {
rotateVector(ray, ray, -yaw, -pitch, -roll);
vec4.transformMat... | Fix test for points behind camera in RectilinearView#coordinatesToScreen. | google_marzipano | train |
051441a2ffc2e72df662d08307bee34d57aa0059 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ If you're still having trouble, post an issue so we can look into it.
You can run the three parts of this package on demand by running either:
- `react-native-schemes-manager fix-libraries`: Adds your bu... | Add `--single-project` option for fixing a single Xcode project | thekevinbrown_react-native-schemes-manager | train |
fed3248e2a85a63e22395933432c427f1dbd3421 | diff --git a/reasoned.php b/reasoned.php
index <HASH>..<HASH> 100644
--- a/reasoned.php
+++ b/reasoned.php
@@ -23,35 +23,31 @@ function is_variable($x) {
}
class Substitution {
- public $values;
- function __construct(array $values = []) {
- $this->values = $values;
- }
- function walk($u) {
- ... | rename walk() to lookup() | igorw_reasoned-php | train |
e13a5c68b6bbd731171908fc72f2ed63998db257 | diff --git a/desktop/ui/src/main/java/org/datacleaner/user/UsageLogger.java b/desktop/ui/src/main/java/org/datacleaner/user/UsageLogger.java
index <HASH>..<HASH> 100644
--- a/desktop/ui/src/main/java/org/datacleaner/user/UsageLogger.java
+++ b/desktop/ui/src/main/java/org/datacleaner/user/UsageLogger.java
@@ -153,6 +15... | Added abnormal usage logger exit methods | datacleaner_DataCleaner | train |
e57db2d34d495ee81a96095a251c1278c1df8505 | diff --git a/CGRtools/algorithms/smiles.py b/CGRtools/algorithms/smiles.py
index <HASH>..<HASH> 100644
--- a/CGRtools/algorithms/smiles.py
+++ b/CGRtools/algorithms/smiles.py
@@ -38,7 +38,7 @@ dyn_charge_str = {(i, j): f'{charge_str[i]}>{charge_str[j]}' if i != j else char
for i, j in product(range(-... | SMILESRead API fixed.
CGR SMILES radical marks generation changed | cimm-kzn_CGRtools | train |
26e37fd5828a6d35b0edd4b3813f8890a855d330 | diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/engine.py
+++ b/openquake/engine/engine.py
@@ -453,6 +453,12 @@ def expose_outputs(dstore, job):
:param job: an OqJob instance
"""
exportable = set(ekey[0] for ekey in export.export)
+
... | Hiding the sescollection output of scenario calculators | gem_oq-engine | train |
b4d1ad9407aa05c56f86f8dd10af520250f8137b | diff --git a/lib/semantic_versioning/version_set.rb b/lib/semantic_versioning/version_set.rb
index <HASH>..<HASH> 100644
--- a/lib/semantic_versioning/version_set.rb
+++ b/lib/semantic_versioning/version_set.rb
@@ -4,10 +4,15 @@ module SemanticVersioning
class VersionSet < SortedSet
+ def initialize(versions)... | Allow array of strings in VersionSet constructor
For the convenience when setting up a set without existing versions. | joecorcoran_semantic_versioning | train |
e391f96ed87ae28e97f3651e9eb91aa7bd6cde52 | diff --git a/src/project/ProjectManager.js b/src/project/ProjectManager.js
index <HASH>..<HASH> 100644
--- a/src/project/ProjectManager.js
+++ b/src/project/ProjectManager.js
@@ -821,21 +821,18 @@ define(function (require, exports, module) {
rootPath = ProjectModel._ensureTrailingSlash(rootPath);
va... | Project Preferences File Corruption Issue | adobe_brackets | train |
8560043598e1be6a8609fbf0f6ca5ae92136c6f7 | diff --git a/structr-core/src/test/java/org/structr/core/maintenance/TestBulkCommands.java b/structr-core/src/test/java/org/structr/core/maintenance/TestBulkCommands.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/test/java/org/structr/core/maintenance/TestBulkCommands.java
+++ b/structr-core/src/test/java/org/... | Fixed tests which assumed the larger set of labels to contain a (potentially) smaller one. | structr_structr | train |
63d009392b97fd01c9c008e036dde5d47d12db05 | diff --git a/test/models/users_test.rb b/test/models/users_test.rb
index <HASH>..<HASH> 100644
--- a/test/models/users_test.rb
+++ b/test/models/users_test.rb
@@ -41,7 +41,7 @@ class UsersTest < ActiveSupport::TestCase
assert_equal @github_user.login, user.login
end
- test "#identifiers_for_ping returns a ha... | Update the text name to match the expected values | Shopify_shipit-engine | train |
a7a468328eba5f4b02e0dd33bf4861ef2172ee97 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,6 +3,7 @@ var hyperx = require('hyperx')
var morphdom = require('morphdom')
var css = require('dom-css')
+var KEY = 'bel'
var SET_ATTR_PROPS = {
class: 1,
value: 1
@@ -83,23 +84,47 @@ var id = 0
module.exports... | Use data-bel for lost lookups. Closes GH-2 | choojs_nanohtml | train |
1b2761ff7d0bd88d309fab31be53455075bfe435 | diff --git a/java/test-integration/src/test/java/com/shinesolutions/swaggeraem4j/ConfigPropertyTest.java b/java/test-integration/src/test/java/com/shinesolutions/swaggeraem4j/ConfigPropertyTest.java
index <HASH>..<HASH> 100644
--- a/java/test-integration/src/test/java/com/shinesolutions/swaggeraem4j/ConfigPropertyTest.... | [java] Fix config property test following postConfig operation split. | shinesolutions_swagger-aem | train |
265bffbe0195e5448f2be3a6f44c3b86b2bf2678 | diff --git a/tests/modelling/base.py b/tests/modelling/base.py
index <HASH>..<HASH> 100644
--- a/tests/modelling/base.py
+++ b/tests/modelling/base.py
@@ -9,7 +9,7 @@ from numpy.random import randn, seed as random_seed
from pandas import date_range, Int64Index, DataFrame
from six import iteritems
-from zipline.asse... | TST: Updates modelling test base for new TradingEnvironment | quantopian_zipline | train |
25e8e911f1837b4e213d118e36e801b7c8f0eee2 | diff --git a/argo.js b/argo.js
index <HASH>..<HASH> 100644
--- a/argo.js
+++ b/argo.js
@@ -537,6 +537,10 @@ Argo.prototype._target = function(env, next) {
}
var client = (isSecure ? https : env.argo._http);
+ if(parsed.protocol === 'unix:') {
+ options.socketPath = parsed.host;
+ options.path =... | Added unix socket support and a test for it. | argo_argo | train |
d0243d229928dd4136775623fe331b61489e800d | diff --git a/l2cap.go b/l2cap.go
index <HASH>..<HASH> 100644
--- a/l2cap.go
+++ b/l2cap.go
@@ -163,3 +163,59 @@ func (c *l2cap) disconnect() error {
func (c *l2cap) updateRSSI() error {
return c.shim.Signal(syscall.SIGUSR1)
}
+
+// l2capHandler methods
+
+func (s *Server) receivedBDAddr(bdaddr string) {
+ hwaddr, e... | Move *conn related code from server to l2cap
pure code movement | paypal_gatt | train |
01c2cbd7e4e02a135e5336ec1df815f4da00e917 | diff --git a/sir/pythia/pythia.py b/sir/pythia/pythia.py
index <HASH>..<HASH> 100755
--- a/sir/pythia/pythia.py
+++ b/sir/pythia/pythia.py
@@ -80,8 +80,8 @@ class TestCase(object):
# execute the command within the sandbox
p = Popen(cmd, shell=True, stdout=PIPE, stderr=PIPE)
stdout... | tidied stdout and stderr strings | squaresLab_BugZoo | train |
ea7c1e4327a908bfe77f365f19415fa4020d3eb1 | diff --git a/lib/transforms/minifyCss.js b/lib/transforms/minifyCss.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/minifyCss.js
+++ b/lib/transforms/minifyCss.js
@@ -10,20 +10,24 @@ module.exports = queryObj => {
queryObj = defaultQueryObj;
}
for (const cssAsset of assetGraph.findAss... | minifyCss: Catch errors from cssnano | assetgraph_assetgraph | train |
25815e06223f69328dd139835067494f7a6e4e31 | diff --git a/docker/docker/src/main/java/org/arquillian/cube/docker/impl/client/CubeDockerConfigurationResolver.java b/docker/docker/src/main/java/org/arquillian/cube/docker/impl/client/CubeDockerConfigurationResolver.java
index <HASH>..<HASH> 100644
--- a/docker/docker/src/main/java/org/arquillian/cube/docker/impl/cli... | Does not override TLS_VERIFY is set as env variable (#<I>)
* Does not override TLS_VERIFY is set as env variable
* Fixes setting/unsetting TLS automatically in Http(s) cases. | arquillian_arquillian-cube | train |
a79d9fe2f85d13025ff01a42ebb8d2932886d406 | diff --git a/client.py b/client.py
index <HASH>..<HASH> 100644
--- a/client.py
+++ b/client.py
@@ -395,7 +395,7 @@ class Client(object):
nick = self.player.nick
self.send_struct('<B%iH' % len(nick), 0, *map(ord, nick))
- def send_mouse(self, x, y, cid=0):
+ def send_target(self, x, y, cid=0):
... | Rename send_mouse -> send_target | Gjum_agarnet | train |
f2438baae6951e6b23b2fe12c7167b3ac1b884b4 | diff --git a/lib/codemirror-client.js b/lib/codemirror-client.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror-client.js
+++ b/lib/codemirror-client.js
@@ -123,7 +123,6 @@ ot.CodeMirrorClient = (function () {
};
CodeMirrorClient.prototype.transformUnredoStack = function (stack, operation) {
- // essential... | [codemirror-client] compose adjacent edits in undo stack | Operational-Transformation_ot.js | train |
421a13130de334f1566bdfa69921575c412c4880 | diff --git a/lib/flexibility.measurements.js b/lib/flexibility.measurements.js
index <HASH>..<HASH> 100644
--- a/lib/flexibility.measurements.js
+++ b/lib/flexibility.measurements.js
@@ -50,7 +50,7 @@ flexibility.measure = function (target) {
// get metrics using a dummy element
var dummy = document.createElement(... | Add fallback for nodes without currentStyle | jonathantneal_flexibility | train |
4cd7af122e23c481731f05f5a7868f14225e39b3 | diff --git a/lib/seahorse/client/plugin_list.rb b/lib/seahorse/client/plugin_list.rb
index <HASH>..<HASH> 100644
--- a/lib/seahorse/client/plugin_list.rb
+++ b/lib/seahorse/client/plugin_list.rb
@@ -25,7 +25,8 @@ module Seahorse
# @option options [Mutex] :mutex
def initialize(plugins = [], options = {})
... | DRY'd up PluginList constructor, removing duplicate add logic. | aws_aws-sdk-ruby | train |
f9bb6a98d8b259e7f77909272c41e37afbdedd6c | diff --git a/backup/backuplib.php b/backup/backuplib.php
index <HASH>..<HASH> 100644
--- a/backup/backuplib.php
+++ b/backup/backuplib.php
@@ -1514,7 +1514,10 @@
// back up the other stuff here
// mod grades should only be backed up if selected
- if ($grade_item->itemt... | category grades and course grades should not be dependent on restore_userdata_selectee | moodle_moodle | train |
e452040443163c479e8ee4b47cc1257bb42229ed | diff --git a/elements-sk/errorMessage.js b/elements-sk/errorMessage.js
index <HASH>..<HASH> 100644
--- a/elements-sk/errorMessage.js
+++ b/elements-sk/errorMessage.js
@@ -1,6 +1,7 @@
/** errorMessage dispatches an event with the error message in it.
* <p>
- * Use this function in conjunction with the {@linkcode mo... | Also handle message.resp in errorMessage. (#<I>)
common-sk/jsonOrThrow will return a window.Response object in
the message, which we can use to extract the HTTP response text and
use that as the message. | google_elements-sk | train |
4414416f2b4f7bdebb7bb4b51b85a3a22980918e | diff --git a/lib/bx/seq/core.py b/lib/bx/seq/core.py
index <HASH>..<HASH> 100644
--- a/lib/bx/seq/core.py
+++ b/lib/bx/seq/core.py
@@ -57,7 +57,7 @@ def infer_format (file):
format = "qdna"
else:
file.seek(0)
- if (file.read(1) == ">"):
+ if (file.read(1).decode() == ">"):
... | fixed decoding bug in infer_format | bxlab_bx-python | train |
71d97f34f92503254667b630fd99422ec43571e9 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -991,7 +991,8 @@ WalletService.prototype.broadcastTx = function(opts, cb) {
self._notify('NewOutgoingTx', {
txProposalId: opts.txProposalId,
- txid: txid
+ txid: txid,
+ ... | add amount to outgoingTx email | bitpay_bitcore-wallet-service | train |
5f8ae401d468694d2476890eb5f0c021e9bf2720 | diff --git a/src/core/vdom/create-component.js b/src/core/vdom/create-component.js
index <HASH>..<HASH> 100644
--- a/src/core/vdom/create-component.js
+++ b/src/core/vdom/create-component.js
@@ -236,7 +236,7 @@ function resolveAsyncComponent (
}
function extractProps (data: VNodeData, Ctor: Class<Component>): ?Obje... | minor typos (#<I>) | IOriens_wxml-transpiler | train |
9254d5c399ddea0d9f9798836b6e2813b39c2789 | diff --git a/src/ShopifyApp/Traits/AuthControllerTrait.php b/src/ShopifyApp/Traits/AuthControllerTrait.php
index <HASH>..<HASH> 100644
--- a/src/ShopifyApp/Traits/AuthControllerTrait.php
+++ b/src/ShopifyApp/Traits/AuthControllerTrait.php
@@ -59,7 +59,7 @@ trait AuthControllerTrait
// Grab the authentication U... | Fix bug with non-secure redirect URL. | ohmybrew_laravel-shopify | train |
e4339440b6dc2f36ae51e3f8e6b2e5c4f82a715e | diff --git a/modules/custom/activity_creator/src/ActivityFactory.php b/modules/custom/activity_creator/src/ActivityFactory.php
index <HASH>..<HASH> 100644
--- a/modules/custom/activity_creator/src/ActivityFactory.php
+++ b/modules/custom/activity_creator/src/ActivityFactory.php
@@ -171,13 +171,18 @@ class ActivityFacto... | Issue #<I> by ribel: Fix duplicated activities in activity stream | goalgorilla_open_social | train |
126f8056d54ec7779461987ad7139c5dddcfc59a | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyBatchResponseHandler.java b/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyBatchResponseHandler.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyBatchResponseHandler.java
+++ ... | added missing final to proxy batch response handler | dreamhead_moco | train |
d157c439f5dcb2ad045909ad2f3bcb05e4fdb563 | diff --git a/again/testrunner.py b/again/testrunner.py
index <HASH>..<HASH> 100644
--- a/again/testrunner.py
+++ b/again/testrunner.py
@@ -14,3 +14,4 @@ def run_tests(name, globals_dict):
sys.stdout.write('OK')
else:
sys.stdout.write(RED + 'FAIL' + END)
+ sys.stdout.wri... | fix formatting problem in test output results - for macs | kashifrazzaqui_again | train |
15bbb42dc59cb351076fc85675e8bc4c36da2346 | diff --git a/lib/fog/aws/requests/compute/create_image.rb b/lib/fog/aws/requests/compute/create_image.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/requests/compute/create_image.rb
+++ b/lib/fog/aws/requests/compute/create_image.rb
@@ -20,14 +20,17 @@ module Fog
# * 'requestId'<~String> - Id of request.... | create image extended to allow for EBS volume handling | fog_fog | train |
f39671e5f33365c5a6c3e2ffe161555654aedf77 | diff --git a/lib/yard/templates/helpers/markup/rdoc_markup.rb b/lib/yard/templates/helpers/markup/rdoc_markup.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/templates/helpers/markup/rdoc_markup.rb
+++ b/lib/yard/templates/helpers/markup/rdoc_markup.rb
@@ -10,7 +10,9 @@ module YARD
require 'rdoc/markup/to_html... | Ignore RDoc customizations if RDoc::Options is missing | lsegal_yard | train |
0f024ace2e6bf04e594ade8f2722386b1c27cd3b | diff --git a/autofit/database/aggregator/scrape.py b/autofit/database/aggregator/scrape.py
index <HASH>..<HASH> 100644
--- a/autofit/database/aggregator/scrape.py
+++ b/autofit/database/aggregator/scrape.py
@@ -72,6 +72,12 @@ class Scraper:
f"{item.directory}/.completed"
)
+ t... | building to use parent identifiers for general association | rhayes777_PyAutoFit | train |
3d61c4a20e16a04a9cd81588c2d47cd393202fde | diff --git a/lib/rules/no-mocha-arrows.js b/lib/rules/no-mocha-arrows.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-mocha-arrows.js
+++ b/lib/rules/no-mocha-arrows.js
@@ -5,7 +5,6 @@
* @author Paul Melnikow
*/
-const last = require('ramda/src/last');
const astUtils = require('../util/ast');
module.exports... | Support comments in arrow functions when fixing
Fixes #<I> | lo1tuma_eslint-plugin-mocha | train |
1cdeae4d771ed99c1ae78402541f1ce5d22c251c | diff --git a/tweepy/cursor.py b/tweepy/cursor.py
index <HASH>..<HASH> 100644
--- a/tweepy/cursor.py
+++ b/tweepy/cursor.py
@@ -133,10 +133,13 @@ class PageIterator(BaseIterator):
self.current_page = 0
def next(self):
- self.current_page += 1
+ if self.limit > 0 and self.current_page > self... | Don't make an unnecessary API call in PageIterator | tweepy_tweepy | train |
56f8342a79184502722aec25ec9e22aa5f8729e1 | diff --git a/src/Auth/Controller/IndexController.php b/src/Auth/Controller/IndexController.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Controller/IndexController.php
+++ b/src/Auth/Controller/IndexController.php
@@ -30,15 +30,14 @@ class IndexController extends AbstractActionController
{
$vi... | (#<I>) failed attempt tp log in will be logged, plus notification-box | yawik_auth | train |
6c676554f2aca6a100664528b5f8108754a66abe | diff --git a/addon/helpers/render-tab-pane.js b/addon/helpers/render-tab-pane.js
index <HASH>..<HASH> 100644
--- a/addon/helpers/render-tab-pane.js
+++ b/addon/helpers/render-tab-pane.js
@@ -12,7 +12,7 @@ import Ember from 'ember';
* @return {string} The rendered template
*/
export default function( templateKey,... | Revert assignments back to "var" from "let" | softlayer_sl-ember-components | train |
51a2eae5e3fc7c3a73aac13ec120121666409b71 | diff --git a/htmresearch/frameworks/pytorch/modules/k_winners.py b/htmresearch/frameworks/pytorch/modules/k_winners.py
index <HASH>..<HASH> 100644
--- a/htmresearch/frameworks/pytorch/modules/k_winners.py
+++ b/htmresearch/frameworks/pytorch/modules/k_winners.py
@@ -32,6 +32,42 @@ from htmresearch.frameworks.pytorch.fu... | Added generic get entropy function | numenta_htmresearch | train |
6cf8948bb74c7f8fff1d36b5bd3e2350081f1e89 | diff --git a/pyphi/subsystem.py b/pyphi/subsystem.py
index <HASH>..<HASH> 100644
--- a/pyphi/subsystem.py
+++ b/pyphi/subsystem.py
@@ -650,17 +650,17 @@ class Subsystem:
self._mice_cache[key] = mice
return mice
- def core_cause(self, mechanism):
+ def core_cause(self, mechanism, purviews=F... | Add optional purview restriction to core cause and effect | wmayner_pyphi | train |
de0266ded7229fadaf1796114c9041edbfedda7c | diff --git a/src/ol/style/style.js b/src/ol/style/style.js
index <HASH>..<HASH> 100644
--- a/src/ol/style/style.js
+++ b/src/ol/style/style.js
@@ -347,6 +347,7 @@ ol.style.createDefaultEditingStyles = function() {
styles[ol.geom.GeometryType.GEOMETRY_COLLECTION] =
styles[ol.geom.GeometryType.POLYGON].concat... | Add stroke to default editing style for geometry collections | openlayers_openlayers | train |
7166b4969682e660f479a8c9fadaf81748e51e19 | diff --git a/lib/node_modules/@stdlib/namespace/lib/math/base.dist.js b/lib/node_modules/@stdlib/namespace/lib/math/base.dist.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/namespace/lib/math/base.dist.js
+++ b/lib/node_modules/@stdlib/namespace/lib/math/base.dist.js
@@ -1,62 +1,64 @@
'use strict';
-v... | Export distributions object
Instead of attaching all distribution modules to the main namespace, this commit adds a `dist` sub-namespace.
This solves naming conflicts, e.g. some special functions such as gamma have the same name as probability distributions. | stdlib-js_stdlib | train |
70daa7b8f9fd61bfcffe3a38d9f1d4add9f1dcf7 | diff --git a/src/Popup.js b/src/Popup.js
index <HASH>..<HASH> 100644
--- a/src/Popup.js
+++ b/src/Popup.js
@@ -10,7 +10,7 @@ export default class Popup extends React.Component {
onClose: () => {},
closeOnDocumentClick: false,
defaultOpen: false,
- on: "click",
+ on: ["click"],
contentStyle: {}... | Allow 'on' to take Array fix #1 | yjose_reactjs-popup | train |
0a746ab7a19928cc2ada7f7329ce6e87f154111d | diff --git a/test/timers.mocha.js b/test/timers.mocha.js
index <HASH>..<HASH> 100644
--- a/test/timers.mocha.js
+++ b/test/timers.mocha.js
@@ -49,7 +49,6 @@ describe('Timers', function () {
setImmediate(function setImmediateTest1 () {
dump = inspector.dump();
utils.testCommon(dump);
- co... | test: remove console.log from test | keymetrics_event-loop-inspector | train |
ff9b65a21d0a9f92c3eeb922fa91501d89700dd7 | diff --git a/definitions/npm/antd_v3.x.x/flow_v0.25.x-/antd_v3.x.x.js b/definitions/npm/antd_v3.x.x/flow_v0.25.x-/antd_v3.x.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/antd_v3.x.x/flow_v0.25.x-/antd_v3.x.x.js
+++ b/definitions/npm/antd_v3.x.x/flow_v0.25.x-/antd_v3.x.x.js
@@ -38,7 +38,7 @@ declare module "ant... | [antd_v3.x.x] handler fixes (#<I>)
* in handlers, make event arguments required not nullable | flow-typed_flow-typed | train |
be0bae90ba351c6410596752ff71e58bee209ad3 | diff --git a/data/test/sqlparser_test/parse_fail.sql b/data/test/sqlparser_test/parse_fail.sql
index <HASH>..<HASH> 100644
--- a/data/test/sqlparser_test/parse_fail.sql
+++ b/data/test/sqlparser_test/parse_fail.sql
@@ -2,6 +2,9 @@ select !8 from t#syntax error at position 9 near !
select $ from t#syntax error at posit... | misc bug fixes
- Remove spammy warning message from event streamer.
- Fix panic on double-close of memcache connection.
- Disallow non-identifier table names even if it's back-quoted. | vitessio_vitess | train |
4f85c10a248af77dd1fc56b5805ca0f51be0f605 | diff --git a/tests/scripts/selenium/selenium_adapter.rb b/tests/scripts/selenium/selenium_adapter.rb
index <HASH>..<HASH> 100644
--- a/tests/scripts/selenium/selenium_adapter.rb
+++ b/tests/scripts/selenium/selenium_adapter.rb
@@ -1,6 +1,6 @@
class SeleniumAdapter
- attr_accessor :doc_length
+ attr_accessor :doc_l... | Expose cursor_pos so we can update it from fuzzer. | quilljs_quill | train |
775f7cea47815694fde145f72a764f5b43bcb661 | diff --git a/platforms/platforms.go b/platforms/platforms.go
index <HASH>..<HASH> 100644
--- a/platforms/platforms.go
+++ b/platforms/platforms.go
@@ -49,8 +49,9 @@
// While the OCI platform specifications provide a tool for components to
// specify structured information, user input typically doesn't need the full
... | platforms: update format for platform specifier | containerd_containerd | train |
5be10f209e4a0012fd4c035c20afc0259c233532 | diff --git a/docs/guide.md b/docs/guide.md
index <HASH>..<HASH> 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -550,7 +550,8 @@ The `cron_schedule` field is formatted as follows:
* Months or days of the week can be specified by name.
* Use the first three... | Make sure kill event takes the workers down hard sooner.
Since calling kill usually means "Oh No". Go down now! | rocketjob_rocketjob | train |
bda02aa065a996ce9d56aae0001c98e3566f39eb | diff --git a/lib/rfd/commands.rb b/lib/rfd/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd/commands.rb
+++ b/lib/rfd/commands.rb
@@ -109,6 +109,14 @@ module Rfd
header_r.wrefresh
end
+ def ctrl_b
+ ctrl_p
+ end
+
+ def ctrl_f
+ ctrl_n
+ end
+
def ctrl_n
if total_pag... | aliases ctrl_f => ctrl_n and ctrl_b => ctrl_p | amatsuda_rfd | train |
45b7e6104d6697042e2689b66d011a39ea99758d | diff --git a/lib/portfolio/exporter.php b/lib/portfolio/exporter.php
index <HASH>..<HASH> 100644
--- a/lib/portfolio/exporter.php
+++ b/lib/portfolio/exporter.php
@@ -564,7 +564,11 @@ class portfolio_exporter {
$headerstr = get_string('exporting', 'portfolio');
print_header($titlestr, $headerstr, $t... | MDL-<I> - better handling of variable headers in portfolio export | moodle_moodle | train |
1842074d019a6080eda1d3661e36e29a81781f01 | diff --git a/packages/website/components/toc/TableOfContents.js b/packages/website/components/toc/TableOfContents.js
index <HASH>..<HASH> 100644
--- a/packages/website/components/toc/TableOfContents.js
+++ b/packages/website/components/toc/TableOfContents.js
@@ -1,4 +1,4 @@
-import React from 'react';
+import React, { ... | Add touchScrollTarget to ScrollLock | mucsi96_nightwatch-api | train |
d575be13e129609dfb74097c91865f38c5ca2b15 | diff --git a/src/models/git.js b/src/models/git.js
index <HASH>..<HASH> 100644
--- a/src/models/git.js
+++ b/src/models/git.js
@@ -12,8 +12,13 @@ const { findPath } = require('./fs-utils.js');
const { loadOAuthConf } = require('./configuration.js');
async function getRepo () {
- const dir = await findPath('.', '.g... | solved #<I> handle error when the .git folder is not found | CleverCloud_clever-tools | train |
68ddcf24eac241b229910df621767626d3e7f553 | diff --git a/lib/export/json_exporter.js b/lib/export/json_exporter.js
index <HASH>..<HASH> 100644
--- a/lib/export/json_exporter.js
+++ b/lib/export/json_exporter.js
@@ -19,7 +19,7 @@ function exportToJSON(entities, classList, parsedData) {
}
for (let entity in entities) {
if (entities.hasOwnProperty(entity... | Switched to string templating | jhipster_jhipster-uml | train |
ba158b50959904305f167030526a57c5562408f0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,5 @@ setup(name='pifacedigitalio',
author_email='thomasmarkpreston@gmail.com',
license='GPLv3+',
url='http://pi.cs.man.ac.uk/interface.htm',
- py_modules=['pifacedigitalio'],
+ py_modules=['pifacedigitalio', 'a... | added asm_generic_ioctl | piface_pifacedigitalio | train |
af26db7ee6877f7f2717fc7aff22b619441c4ea4 | diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/test_frame.py
+++ b/pandas/tests/test_frame.py
@@ -4561,42 +4561,50 @@ class TestDataFrame(unittest.TestCase, CheckIndexing,
ts = df['A'].asfreq('B')
self.assert_(isinstance(ts.index, Da... | TST: improve at_time/between_time test | pandas-dev_pandas | train |
e7606321b49cb6912fd77721b27f0e935144dafd | diff --git a/src/test/base/ConfigTest.php b/src/test/base/ConfigTest.php
index <HASH>..<HASH> 100644
--- a/src/test/base/ConfigTest.php
+++ b/src/test/base/ConfigTest.php
@@ -36,6 +36,10 @@
$this->assertFileExists($config->getTemplatePath());
$this->assertFileExists($config->getCachePath());
... | Check if not configured and creates a test config file | psfs_core | train |
15fdd4e6033f5d78b16df994c60ce4f99a54240b | diff --git a/xdis/bytecode.py b/xdis/bytecode.py
index <HASH>..<HASH> 100644
--- a/xdis/bytecode.py
+++ b/xdis/bytecode.py
@@ -41,11 +41,15 @@ else:
_have_code = (types.MethodType, types.FunctionType, types.CodeType, type)
-def extended_arg_val(opc, val):
+def extended_arg_val(opc, val: int) -> int:
+ """Return... | Split out jump value computation ..
in function get_jump_val(). <I> is different from the reset.
Other small tweaks | rocky_python-xdis | train |
bd2b78ec0ad2badb788fb676a32ad792234f84e5 | diff --git a/squad/plugins/linux_log_parser.py b/squad/plugins/linux_log_parser.py
index <HASH>..<HASH> 100644
--- a/squad/plugins/linux_log_parser.py
+++ b/squad/plugins/linux_log_parser.py
@@ -9,7 +9,6 @@ REGEX_NAME = 0
REGEX_BODY = 1
MULTILINERS = [
- ('check-kernel-panic', r'Kernel panic - not syncing.*?end ... | plugins: linux_log_parser: make 'kernel-panic' one-line regex | Linaro_squad | train |
4cbc777d62d53dba257f6a6e3616e6ec44ad2632 | diff --git a/pyqode/core/widgets/splittable_tab_widget.py b/pyqode/core/widgets/splittable_tab_widget.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/widgets/splittable_tab_widget.py
+++ b/pyqode/core/widgets/splittable_tab_widget.py
@@ -72,7 +72,7 @@ class DraggableTabBar(TabBar):
data.tab = tab
dat... | Fix TypeError: tab drag & drop should work now with PyQt <I> | pyQode_pyqode.core | train |
b09108a92283a96a53c67dd9884455ce9ade25e7 | diff --git a/public/js/editors/libraries.js b/public/js/editors/libraries.js
index <HASH>..<HASH> 100644
--- a/public/js/editors/libraries.js
+++ b/public/js/editors/libraries.js
@@ -295,7 +295,7 @@ var libraries = [
},
{
"url": [
- "http://ajax.googleapis.com/ajax/libs/jquery/1.9/jquery.m... | Fix #<I>. jQuery 1.x is required for ember, so pointing to latest on google cdn | jsbin_jsbin | train |
d1eaa1ee41728e6d788f1e914cb0568a874a6f32 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/state/RegisteredBackendStateMetaInfo.java b/flink-runtime/src/main/java/org/apache/flink/runtime/state/RegisteredBackendStateMetaInfo.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/state/RegisteredBackendState... | [hotfix] Fix compatibility check in RegisteredBackendStateMetaInfo
This was to strict. RocksDB initializes with null namespace Serializer
and when we have the actual namespace serializer the check fails. | apache_flink | train |
f6e65a3554465bac181f804f4b727a540a1a4844 | diff --git a/error.py b/error.py
index <HASH>..<HASH> 100644
--- a/error.py
+++ b/error.py
@@ -304,6 +304,10 @@ class HESSError(OPANError):
freq_block : Malformed or missing frequencies block
modes_block : Malformed or missing normal modes block
dipder_block: Malformed or missing... | HESSError: Added remaining tcs for ORCA .hess files
Added all remaining anticipated typecodes for the upgraded import
capability on ORCA .hess files to error.HESSError
` | bskinn_opan | train |
4e8ca61e1180b42dcdaccec18dacf8732863f710 | diff --git a/pyvista/plotting/plotting.py b/pyvista/plotting/plotting.py
index <HASH>..<HASH> 100644
--- a/pyvista/plotting/plotting.py
+++ b/pyvista/plotting/plotting.py
@@ -841,7 +841,7 @@ class BasePlotter(object):
opacity='linear', n_colors=256, cmap=None, flip_scalars=False,
... | FIX: use fixed point volume mapper because of Windows issue | vtkiorg_vtki | train |
308c86cb4d940cc59a3615a069ae9d29ea56195d | diff --git a/Mime/Parser.php b/Mime/Parser.php
index <HASH>..<HASH> 100644
--- a/Mime/Parser.php
+++ b/Mime/Parser.php
@@ -47,6 +47,7 @@ class Parser
$prefix = "--".$boundary;
$this->consumeRegexp("/\n*/");
+ $this->consumeTo($prefix);
$this->consume($prefix);
while ($this... | Fixes #4 Disregard any text before the first boundary in a multipart message | alexandresalome_mailcatcher | train |
80e39f5ed37db5996c9997acebb24d829550031e | diff --git a/interop/http09/server.go b/interop/http09/server.go
index <HASH>..<HASH> 100644
--- a/interop/http09/server.go
+++ b/interop/http09/server.go
@@ -95,7 +95,7 @@ func (s *Server) handleConn(sess quic.Session) {
}
go func() {
if err := s.handleStream(str); err != nil {
- log.Printf("Handling stre... | log requests in the interop server | lucas-clemente_quic-go | train |
6c4180ba21bcf5c4bcbbccb3623afbb3b5ef5edb | diff --git a/vyper/codegen/return_.py b/vyper/codegen/return_.py
index <HASH>..<HASH> 100644
--- a/vyper/codegen/return_.py
+++ b/vyper/codegen/return_.py
@@ -14,6 +14,9 @@ from vyper.types import (
ByteArrayLike,
get_size_of_type,
)
+from vyper.utils import (
+ MemoryPositions,
+)
# Generate return co... | Fix stack corruption in gen_tuple_return
make_return_stmt jumps out of the with statement, leaving the with
variables on the stack (when they shouldn't be). | ethereum_vyper | train |
ee9c2503f97ad1e40004265d2c099b3658c96f5c | diff --git a/documentation/md/style.md b/documentation/md/style.md
index <HASH>..<HASH> 100644
--- a/documentation/md/style.md
+++ b/documentation/md/style.md
@@ -349,6 +349,7 @@ These properties affect the styling of an edge's line:
* **`line-color`** : The colour of the edge's line.
* **`line-style`** : The style... | Add support for line-opacity #<I> | cytoscape_cytoscape.js | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.