hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3011da261a1a8be2adef713063584fb8bf2fab94 | diff --git a/scvelo/preprocessing/__init__.py b/scvelo/preprocessing/__init__.py
index <HASH>..<HASH> 100644
--- a/scvelo/preprocessing/__init__.py
+++ b/scvelo/preprocessing/__init__.py
@@ -49,14 +49,14 @@ def read_loom_layers(file_name, backup_url=None):
return adata
-def recipe_velocity(adata, min_counts=10... | add n_neighbors attr to recipe_velocity | theislab_scvelo | train |
3393be722c8860d6d607467fa379f5fc86857c68 | diff --git a/tests/consist.py b/tests/consist.py
index <HASH>..<HASH> 100644
--- a/tests/consist.py
+++ b/tests/consist.py
@@ -59,7 +59,7 @@ def run(command):
hashes = set()
for key, val in data.items():
has = hashlib.md5(str(val)).hexdigest()
- if not has in hashes:
+ if has not in has... | Fix PEP8 E<I> - test for membership should be "not in" | saltstack_salt | train |
49c7a29f13fe4e066899a3e4948468602b28f89b | diff --git a/core/basic.py b/core/basic.py
index <HASH>..<HASH> 100644
--- a/core/basic.py
+++ b/core/basic.py
@@ -40,6 +40,9 @@ class BasicTokenUtil(object):
return result
def ascii2token(self, ascii_code, debug=False):
+ """
+ TODO: replace no tokens in comments and strings
+ """
... | TODO: Don't replace reversed words into tokens in comments and strings. | 6809_dragonlib | train |
b4bd65562b407fcfc2b652ea0030e9840a7db208 | diff --git a/src/tests/work-item/work-item-list/work-item-detail.page.js b/src/tests/work-item/work-item-list/work-item-detail.page.js
index <HASH>..<HASH> 100644
--- a/src/tests/work-item/work-item-list/work-item-detail.page.js
+++ b/src/tests/work-item/work-item-list/work-item-detail.page.js
@@ -307,9 +307,104 @@ val... | Cleaned up multiple commits - related to adding UI elements in Detail page Object model for assigning users to work items | fabric8-ui_fabric8-planner | train |
cc9008c23a4a8451bf699715f6a2a9fa724dcc11 | diff --git a/grimoire_elk/enriched/gerrit.py b/grimoire_elk/enriched/gerrit.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/enriched/gerrit.py
+++ b/grimoire_elk/enriched/gerrit.py
@@ -33,6 +33,7 @@ from grimoirelab_toolkit.datetime import (str_to_datetime,
MAX_SIZE_BULK_ENRICHED_ITEMS = 200
REVIEW_TYPE = 'review'
... | [enriched-gerrit] Add patchsets as enriched items
This code includes the patchsets to the enriched index. After creating
the enriched review, the patchsets in the raw items are processed and
linked to the enriched review by adding the url, summary,
repository, branch and number of the review. | chaoss_grimoirelab-elk | train |
e517d1dfa4d75f082d7e2cc2ec4dc01290f9fdf6 | diff --git a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java b/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushN... | simplifying isApplicationInForeground check | zo0r_react-native-push-notification | train |
a772cc8e8254dd16b28cca76ebf28edccb7c65db | diff --git a/spiketoolkit/postprocessing/postprocessing_tools.py b/spiketoolkit/postprocessing/postprocessing_tools.py
index <HASH>..<HASH> 100644
--- a/spiketoolkit/postprocessing/postprocessing_tools.py
+++ b/spiketoolkit/postprocessing/postprocessing_tools.py
@@ -845,9 +845,11 @@ def compute_channel_spiking_activity... | Fix channel idxs in spike detection | SpikeInterface_spiketoolkit | train |
ed5b63e11de5c3095d87c9dbf7ac4322dcf4ddfe | diff --git a/platform/bb/RubyVM/src/com/xruby/runtime/builtin/ArrayPacker.java b/platform/bb/RubyVM/src/com/xruby/runtime/builtin/ArrayPacker.java
index <HASH>..<HASH> 100644
--- a/platform/bb/RubyVM/src/com/xruby/runtime/builtin/ArrayPacker.java
+++ b/platform/bb/RubyVM/src/com/xruby/runtime/builtin/ArrayPacker.java
@... | [#<I>] - BB: wikipedia does not work | rhomobile_rhodes | train |
667823d629c1a58a85d2928b31460fc01f3c6ef6 | diff --git a/entry_types/scrolled/package/src/testHelpers/rendering.js b/entry_types/scrolled/package/src/testHelpers/rendering.js
index <HASH>..<HASH> 100644
--- a/entry_types/scrolled/package/src/testHelpers/rendering.js
+++ b/entry_types/scrolled/package/src/testHelpers/rendering.js
@@ -1,6 +1,6 @@
import React, {u... | Fix storybook
Exporting the test helpers from the package in #<I>, caused the
storybook to raise an error of the form "Could not auto-detect a React
renderer" during rendering. The Percy related actions failed silently. | codevise_pageflow | train |
e14012e613ba36b12970b09a363dc22e5151693b | diff --git a/src/convnet_trainers.js b/src/convnet_trainers.js
index <HASH>..<HASH> 100644
--- a/src/convnet_trainers.js
+++ b/src/convnet_trainers.js
@@ -86,7 +86,7 @@
var xsumi = this.xsum[i];
if(this.method === 'adam') {
// adam update
- var bt1 = this.beta1 * Ma... | Add -1 to Adam for correctness | karpathy_convnetjs | train |
398b733fa47fc9618576257e319f184bfc394996 | diff --git a/seccomp_internal.go b/seccomp_internal.go
index <HASH>..<HASH> 100644
--- a/seccomp_internal.go
+++ b/seccomp_internal.go
@@ -116,8 +116,7 @@ const uint32_t C_ACT_NOTIFY = SCMP_ACT_NOTIFY;
// The libseccomp SCMP_FLTATR_CTL_LOG member of the scmp_filter_attr enum was
// added in v2.4.0
-#if (SCMP... | all: simplify version checks
As the code errors out earlier if seccomp version is less than <I>,
there is no need to check for SCMP_VER_MAJOR < 2.
Drop it. | seccomp_libseccomp-golang | train |
d82379b11981c32ae25cafc61b1ddc33e89b573c | diff --git a/spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/async/LazyTraceAsyncCustomizer.java b/spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/async/LazyTraceAsyncCustomizer.java
index <HASH>..<HASH> 100644
--- a/spring-clou... | Added NPE guard for null async executor; fixes gh-<I> | spring-cloud_spring-cloud-sleuth | train |
859586cbd303771f03b1d9c2def7949a0f8ca73f | diff --git a/petrel/petrel/cmdline.py b/petrel/petrel/cmdline.py
index <HASH>..<HASH> 100644
--- a/petrel/petrel/cmdline.py
+++ b/petrel/petrel/cmdline.py
@@ -22,7 +22,7 @@ def get_sourcejar():
'petrel/generated/storm-petrel-%s-SNAPSHOT.jar' % storm_version)
return sourcejar
-def submit(sourcejar, destj... | Implement pull request <I> from sinjax | AirSage_Petrel | train |
f8413bafe76c5125ce1343a617b9a9c5a28cfd39 | diff --git a/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java b/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/wsf/spi/metadata/webservices/PortComponentMetaData.java
+++ b/src/main/java/org/jboss/w... | [JBWS-<I>][JBWS-<I>] implementing parsing of <addressing> <enable-mtom> <mtom-threshold> & <respect-binding> elements and updated MD accordingly | jbossws_jbossws-spi | train |
a1a0fead295bb6a882b13086858c0445e260c190 | diff --git a/quantrisk/bayesian.py b/quantrisk/bayesian.py
index <HASH>..<HASH> 100644
--- a/quantrisk/bayesian.py
+++ b/quantrisk/bayesian.py
@@ -330,8 +330,6 @@ def plot_bayes_cone(df_train, df_test, bmark=None, model='t',
bmark=bmark, samples=samples)
score = compute_consistency_sco... | BUG Remove stray usage of correlation measure. | quantopian_pyfolio | train |
b5d1826a0650452c3bcf62fd88a052b9525613b7 | diff --git a/rope/base/exceptions.py b/rope/base/exceptions.py
index <HASH>..<HASH> 100644
--- a/rope/base/exceptions.py
+++ b/rope/base/exceptions.py
@@ -31,4 +31,17 @@ class NameNotFoundError(RopeError):
class ModuleSyntaxError(RopeError):
- """Module has syntax errors"""
+ """Module has syntax errors
+
+ ... | Added filename and lineno fields to ModuleSyntaxError | python-rope_rope | train |
58ee9faaa75afd29885595fa7178b8630f903811 | diff --git a/src/test/java/net/leanix/api/test/WorkspaceSetupRule.java b/src/test/java/net/leanix/api/test/WorkspaceSetupRule.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/leanix/api/test/WorkspaceSetupRule.java
+++ b/src/test/java/net/leanix/api/test/WorkspaceSetupRule.java
@@ -94,6 +94,7 @@ public class Wo... | remove API token after test, before deleting the workspace. | leanix_leanix-sdk-java | train |
3194a4eddde059033dc3d2536e4af9c8cdab1729 | diff --git a/packages/eslint-config-loanmarket-base/index.js b/packages/eslint-config-loanmarket-base/index.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config-loanmarket-base/index.js
+++ b/packages/eslint-config-loanmarket-base/index.js
@@ -51,6 +51,16 @@ module.exports = {
"prefer-destructuring": 0,
... | Ignore comma-dangle for functions. | loanmarket_javascript | train |
651aa1cf4c6030a47b981125b5a29931122b5970 | diff --git a/drools-workbench-models/drools-workbench-models-test-scenarios/src/main/java/org/drools/workbench/models/testscenarios/backend/ScenarioRunner.java b/drools-workbench-models/drools-workbench-models-test-scenarios/src/main/java/org/drools/workbench/models/testscenarios/backend/ScenarioRunner.java
index <HASH... | BZ-<I> - Test scenario cannot find facts from the same package | kiegroup_drools | train |
0859dcb02100d040d8d2dd5c323cceb636bdae4e | diff --git a/updates.js b/updates.js
index <HASH>..<HASH> 100755
--- a/updates.js
+++ b/updates.js
@@ -64,11 +64,12 @@ const dependencyTypes = [
];
let pkg, pkgStr;
+const deps = {};
try {
pkgStr = fs.readFileSync(packageFile, "utf8");
} catch (err) {
- finish(new Error("Unable to open package.json."));
+ ... | Fix error handling when package.json does not exist | silverwind_updates | train |
097231dadcdd49fc079a9840fb456c0ddc985967 | diff --git a/src/LoggerCommandBus.php b/src/LoggerCommandBus.php
index <HASH>..<HASH> 100644
--- a/src/LoggerCommandBus.php
+++ b/src/LoggerCommandBus.php
@@ -4,7 +4,10 @@ declare(strict_types = 1);
namespace Innmind\CommandBus;
use Innmind\CommandBus\Exception\InvalidArgumentException;
-use Innmind\Reflection\Refl... | only use reflection to extract command data (otherwise it may lead to infinite recursion | Innmind_CommandBus | train |
92c3de996d928691c6705209eea6f03cc09c2019 | diff --git a/tests/main.py b/tests/main.py
index <HASH>..<HASH> 100644
--- a/tests/main.py
+++ b/tests/main.py
@@ -46,16 +46,13 @@ Available tasks:
def exposes_hosts_flag_in_help(self):
expect("--help", "-H STRING, --hosts=STRING", test=assert_contains)
- @mock_remote()
- def executes_remainder_as... | And now we prove it calls run() as expected | fabric_fabric | train |
784ff7b05ac6597108987ec1b0f6d51de05d13ff | diff --git a/lib/genevalidator/blast.rb b/lib/genevalidator/blast.rb
index <HASH>..<HASH> 100644
--- a/lib/genevalidator/blast.rb
+++ b/lib/genevalidator/blast.rb
@@ -13,10 +13,13 @@ require 'yaml'
class BlastUtils
+ EVALUE = 1e-5
+
##
# Calls blast from standard input with specific parameters
# Params:
... | Refactoring - be more expressive.
And add some FIXME annotations for later. | wurmlab_genevalidator | train |
6c6110ef1d8063b88a40115cdd6ac7089a689200 | diff --git a/botstory/ast/processor.py b/botstory/ast/processor.py
index <HASH>..<HASH> 100644
--- a/botstory/ast/processor.py
+++ b/botstory/ast/processor.py
@@ -115,15 +115,16 @@ class StoryProcessor:
# it seems we find stack item that matches our message
compiled_sto... | put process of next part of story for cases with non-empty stack | botstory_botstory | train |
1fb3bc9de2500175f39fec4b126e3181d6c06006 | diff --git a/firestore/google/cloud/firestore_v1/client.py b/firestore/google/cloud/firestore_v1/client.py
index <HASH>..<HASH> 100644
--- a/firestore/google/cloud/firestore_v1/client.py
+++ b/firestore/google/cloud/firestore_v1/client.py
@@ -25,6 +25,7 @@ In the hierarchy of API concepts
"""
import os
+import goog... | Firestore: Add client_options to v1. (#<I>) | googleapis_google-cloud-python | train |
b27fae6db5206907819f7ebdebfb829ae94c7188 | diff --git a/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/SignavioConnector.java b/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/SignavioConnector.java
index <HASH>..<HASH> 100644
--- a/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/SignavioC... | fixed issue that caused an exception when creating a folder in activiti modeler | camunda_camunda-bpm-platform | train |
5e358221feaa3bd4d75200977918facb5947d969 | diff --git a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAChangeAttribute.java b/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/LPAChangeAttribute.java
index <HASH>..<HASH> 100755
--- a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/... | docs: annotate LPAChangeAttribute perform() as @Override | Jasig_uPortal | train |
664c9964c8ca147bfa4841f2055442ce6f4b490f | diff --git a/kmip/core/factories/payloads/request.py b/kmip/core/factories/payloads/request.py
index <HASH>..<HASH> 100644
--- a/kmip/core/factories/payloads/request.py
+++ b/kmip/core/factories/payloads/request.py
@@ -40,6 +40,9 @@ class RequestPayloadFactory(PayloadFactory):
def _create_locate_payload(self):
... | Add Check support to the payload factories
This change adds Check payload support to the payload factories.
Payload factory unit tests have been updated to account for the
change. | OpenKMIP_PyKMIP | train |
bad310a283d4d459464a2aff670fd596f5716fef | diff --git a/sip/execution_control/processing_controller/scheduler/scheduler.py b/sip/execution_control/processing_controller/scheduler/scheduler.py
index <HASH>..<HASH> 100644
--- a/sip/execution_control/processing_controller/scheduler/scheduler.py
+++ b/sip/execution_control/processing_controller/scheduler/scheduler.... | Use the daliuge-pbc PBC implementation on demand
This could be implemented maybe as part of the ProcessingBlock object,
but for the time being it's just another environment variable. | SKA-ScienceDataProcessor_integration-prototype | train |
e765b43e2bf3d017f8ae8fd4d455d7bd60e11973 | diff --git a/hugolib/page_output.go b/hugolib/page_output.go
index <HASH>..<HASH> 100644
--- a/hugolib/page_output.go
+++ b/hugolib/page_output.go
@@ -83,6 +83,7 @@ func (p *PageOutput) copy() *PageOutput {
if err != nil {
panic(err)
}
+ c.paginator = p.paginator
return c
} | hugolib: Avoid recreating the Paginator on copy
See #<I> | gohugoio_hugo | train |
2bbe25e4f4770595d36c34c36c5d2c2719e10fec | diff --git a/core/model/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/ExpressionOperation.java b/core/model/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/ExpressionOperation.java
index <HASH>..<HASH> 100644
--- a/core/model/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/ExpressionO... | Aggregation function symbols removed from ExpressionOperation. | ontop_ontop | train |
9fd9c7a51fb37c0ebf5d5f0f69ca58832c775ec0 | diff --git a/ocrmypdf/hocrtransform.py b/ocrmypdf/hocrtransform.py
index <HASH>..<HASH> 100755
--- a/ocrmypdf/hocrtransform.py
+++ b/ocrmypdf/hocrtransform.py
@@ -196,14 +196,16 @@ class HocrTransform():
if len(elemtxt) == 0:
continue
+ pxl_coords = self.element_coordinates(el... | Scale BoundingBox and Text elements to account for additional space.
Here we are manually scaling the pt width used for the BoundingBox and
the Text element when manually adding whitespace to account for
limitations of the PDF.js viewer. This fixes an initial regression
noticed when selecting text elements in Chrome a... | jbarlow83_OCRmyPDF | train |
c616fdc94f38b76ebfd46b867b754b8d08805de3 | diff --git a/can/interfaces/socketcan/socketcan_ctypes.py b/can/interfaces/socketcan/socketcan_ctypes.py
index <HASH>..<HASH> 100644
--- a/can/interfaces/socketcan/socketcan_ctypes.py
+++ b/can/interfaces/socketcan/socketcan_ctypes.py
@@ -60,6 +60,10 @@ class SocketcanCtypes_Bus(BusABC):
self.set_filters(k... | [socketcan_ctypes] Raise CanError when socket binding fails | hardbyte_python-can | train |
a5edea532c39144d430ac487baaed5a99aac020c | diff --git a/test/haml.js b/test/haml.js
index <HASH>..<HASH> 100644
--- a/test/haml.js
+++ b/test/haml.js
@@ -1,3 +1,5 @@
+'use strict';
+
const assert = require('assert');
const parse = require('@emmetio/abbreviation');
const Profile = require('@emmetio/output-profile');
diff --git a/test/html.js b/test/html.js
in... | Fixed tests for Node < 6 | emmetio_markup-formatters | train |
33be42ff31d80f0a2cfd58bac69c55ca53f0a480 | diff --git a/lxd/seccomp.go b/lxd/seccomp.go
index <HASH>..<HASH> 100644
--- a/lxd/seccomp.go
+++ b/lxd/seccomp.go
@@ -58,6 +58,9 @@ struct seccomp_notify_proxy_msg {
static int device_allowed(dev_t dev, mode_t mode)
{
+ if ((dev == makedev(0, 0)) && (mode & S_IFCHR)) // whiteout
+ return 0;
+
if ((dev == makede... | lxd/seccomp: Allow overlayfs whiteout | lxc_lxd | train |
39f2f681e0356ae972e1ecae6a916d61094df88a | diff --git a/kconfiglib.py b/kconfiglib.py
index <HASH>..<HASH> 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -451,8 +451,8 @@ class Config(object):
if set_match:
name, val = set_match.groups()
- if val.startswith(('"', "'")):
- if len(val) < 2 or va... | Ignore '-style quotes in .config files.
This is what the C implementation does, and it simplifies the code a
bit. | ulfalizer_Kconfiglib | train |
2e19ab3cc051f439592ce41fb80f859fa87c1d6c | diff --git a/spec/orm_adapter/example_app_shared.rb b/spec/orm_adapter/example_app_shared.rb
index <HASH>..<HASH> 100644
--- a/spec/orm_adapter/example_app_shared.rb
+++ b/spec/orm_adapter/example_app_shared.rb
@@ -3,7 +3,7 @@
#
# Then you can execute this shared spec as follows:
#
-# it_should_behave_like "execut... | Minor comment change, but confused me when I saw it | ianwhite_orm_adapter | train |
71a97d008f0bcb18bfb382e172215a608238d02d | diff --git a/server/index.js b/server/index.js
index <HASH>..<HASH> 100644
--- a/server/index.js
+++ b/server/index.js
@@ -10,12 +10,12 @@ var corsHeaders = require('hapi-cors-headers')
var hoodieServer = require('@hoodie/server').register
var log = require('npmlog')
var PouchDB = require('pouchdb-core')
-var cloneD... | style(server): require full lodash
This is in accordance to `CODING_STYLE.md`. | hoodiehq_hoodie | train |
5411867c89adcab5c35ea2cb773e2c4ca7f49e8d | diff --git a/server/helpers/launcher.js b/server/helpers/launcher.js
index <HASH>..<HASH> 100644
--- a/server/helpers/launcher.js
+++ b/server/helpers/launcher.js
@@ -69,5 +69,5 @@ switch (process.argv[2]) {
break;
default:
- console.log('Usage: [-f|start|stop|restart|status|reconfig|build [-c... | Added -v verbose flag into available commands list | prawnsalad_KiwiIRC | train |
3730c4d3da8bbe8673694906616a4978e3dcb839 | diff --git a/bam_test.go b/bam_test.go
index <HASH>..<HASH> 100644
--- a/bam_test.go
+++ b/bam_test.go
@@ -187,7 +187,10 @@ func BenchmarkRoundtrip(b *testing.B) {
if err != nil {
break
}
- bw.Write(r)
+ err = bw.Write(r)
+ if err != nil {
+ b.Fatalf("Write failed: %v", err)
+ }
}
f.Close(... | Expose bgzf Writer error state
This allows us to return an error with the bam Writer without blocking. | biogo_hts | train |
56afabd517c37398a9e8d79b8c4b724bdb222a75 | diff --git a/kerncraft/cacheprediction.py b/kerncraft/cacheprediction.py
index <HASH>..<HASH> 100755
--- a/kerncraft/cacheprediction.py
+++ b/kerncraft/cacheprediction.py
@@ -255,19 +255,13 @@ class CacheSimulationPredictor(CachePredictor):
max_cache_size = max(map(lambda c: c.size(), csim.levels(with_mem=Fals... | another go at improving warm up iteration selection | RRZE-HPC_kerncraft | train |
0781b33d503cd0f5443b9faaf2e53b547d181e7a | diff --git a/test/middleware_test.rb b/test/middleware_test.rb
index <HASH>..<HASH> 100644
--- a/test/middleware_test.rb
+++ b/test/middleware_test.rb
@@ -18,7 +18,9 @@ class MiddlewareTest < Test::Unit::TestCase
:root => '/some/root/path',
:engine => Fewer::Engines::Css,
:m... | Rack expects to be able to call each on the body. | benpickles_fewer | train |
d6370ba5f5d528fb2041c6a412721badd3fc8740 | diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/WebAppResolver.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/WebAppResolver.java
index <HASH>..<HASH> 100644
--- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/WebAppResolver.java
+++ b/modules/server/src/... | i[JBWS-<I>] Fixing EndpointResolver impl to check endpoint state | jbossws_jbossws-cxf | train |
7e38db0ce5c3d5db87b8739de5d1473bba3c5714 | diff --git a/src/Helper/WsHelper.php b/src/Helper/WsHelper.php
index <HASH>..<HASH> 100644
--- a/src/Helper/WsHelper.php
+++ b/src/Helper/WsHelper.php
@@ -21,6 +21,7 @@ class WsHelper
public const OPCODE_BINARY = 0x02;
public const OPCODE_CLOSE = 0x08;
public const OPCODE_PING = 0x09;
+ public cons... | remove load Functions.php file from composer.json | swoft-cloud_swoft-websocket-server | train |
b8bef524bcfd1ee5d0e134a574360f54f209f6e4 | diff --git a/lib/omnibus/software.rb b/lib/omnibus/software.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus/software.rb
+++ b/lib/omnibus/software.rb
@@ -353,6 +353,16 @@ module Omnibus
expose :relative_path
#
+ # The path where the extracted software lives.
+ #
+ # @return [String]
+ #
+ de... | Make Software#project_dir a DSL method | chef_omnibus | train |
34ab71b96c015563822a2701e7292b9432ecfe95 | diff --git a/presto-main/src/main/java/com/facebook/presto/split/SplitManager.java b/presto-main/src/main/java/com/facebook/presto/split/SplitManager.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/split/SplitManager.java
+++ b/presto-main/src/main/java/com/facebook/presto/split/Spl... | Fix bug when partition key does not appear in predicate | prestodb_presto | train |
63d98d468e59486da99721064f97373b722712d3 | diff --git a/spec/models/alchemy/message_spec.rb b/spec/models/alchemy/message_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/alchemy/message_spec.rb
+++ b/spec/models/alchemy/message_spec.rb
@@ -2,54 +2,59 @@
require "rails_helper"
-module Alchemy
- Config.get(:mailer)["fields"].push("email_of_my_boss")
-... | Refactor Message spec
This spec needs to be adopted to latest Rails versions. | AlchemyCMS_alchemy_cms | train |
a7981625bf69c317e49cac780a5dc9f221065d05 | diff --git a/lib/core/jdl_application.js b/lib/core/jdl_application.js
index <HASH>..<HASH> 100644
--- a/lib/core/jdl_application.js
+++ b/lib/core/jdl_application.js
@@ -41,7 +41,11 @@ module.exports = class JDLApplication {
if (!optionName) {
throw new Error('An option name has to be passed to get a value... | Replaced the getOptionValue method by getOption in the JDLAppConfig
Kept the getOptionValue in the JDLApp, and this class does the getValue call
instead of the JDLAppConfig, that way the config doesn't handle values | jhipster_jhipster-core | train |
c4c475d5f4ec40daa61f8274a3b54ff750ac3da5 | diff --git a/src/create/cli.js b/src/create/cli.js
index <HASH>..<HASH> 100755
--- a/src/create/cli.js
+++ b/src/create/cli.js
@@ -13,6 +13,10 @@ function flags(arc, raw, callback) {
if (process.env.ARC_DANGERZONE) {
console.log(chalk.grey(chalk.green.dim('✓'), `dangerzone: engaged\n`))
}
+ let local = proc... | adds npx create local|--local|-l and npx deploy staging|production with likewise unix-y shortcut flags | architect_architect | train |
1a09297986f33583b7619674e08152e6ea6370f8 | diff --git a/lib/Agent.php b/lib/Agent.php
index <HASH>..<HASH> 100644
--- a/lib/Agent.php
+++ b/lib/Agent.php
@@ -244,7 +244,7 @@ class Agent
{
$valid_metric = preg_match("/^([\d\w\-_]+\.)*[\d\w\-_]+$/i", $metric);
$this->log->debug("valid_metric: $valid_metric");
- $valid_value = preg_m... | Fixed issue with PHP's scientific notation not matching ruby's, added test, updated some test metric names to make warnings more obvious. | Instrumental_instrumental_agent-php | train |
a292be09ab6f6dcfb19ffccedb25e86205437889 | diff --git a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java b/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/treetable/TreeTableRenderer.java
+++ b/src/main/java/org/primefaces/component/treetable/... | Fix #<I> - dynamically get the full-qualified name of TreeNode | primefaces_primefaces | train |
00521d65d72fe66fa959c80faccd0a629672d445 | diff --git a/tx-info.js b/tx-info.js
index <HASH>..<HASH> 100644
--- a/tx-info.js
+++ b/tx-info.js
@@ -5,7 +5,7 @@ var TxData = require('./tx-data')
var DATA_TYPES = TxData.types
module.exports = function getTxInfo(tx, networkName, prefix) {
- var txData = TxData.fromTx(tx, this.prefix)
+ var txData = TxData.from... | fix leftover 'this' from extraction from bitjoe-js | tradle_tx-data | train |
df04e2e7a6d98dd6f1dbbf1cffd12e64d9d33d48 | diff --git a/helper/schema/resource.go b/helper/schema/resource.go
index <HASH>..<HASH> 100644
--- a/helper/schema/resource.go
+++ b/helper/schema/resource.go
@@ -155,6 +155,27 @@ type Resource struct {
Timeouts *ResourceTimeout
}
+// ShimInstanceStateFromValue converts a cty.Value to a
+// terraform.InstanceState... | move InstanceState shim into schema.Resource
This was the resource can rebuild the flatmapped state using the
schema and ResourceData, providing us the the correct set key values. | hashicorp_terraform | train |
3eeed4e4020cf1b4d6945a38e7020fd5045da66b | diff --git a/couchdb-audit/node.js b/couchdb-audit/node.js
index <HASH>..<HASH> 100644
--- a/couchdb-audit/node.js
+++ b/couchdb-audit/node.js
@@ -18,10 +18,9 @@ module.exports = {
* or a function to retrieve the name.
* @api public
*/
- // withFelix: function(felix, felixAudit, name) {
withFelix: fu... | Removing commented out code, making reassignments clearer | medic_couchdb-audit | train |
fad48dafe49fa69c9fe36cc688d805033afa165a | diff --git a/spec/factories.rb b/spec/factories.rb
index <HASH>..<HASH> 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -118,9 +118,13 @@ FactoryGirl.define do
end
factory :none, :parent => :markdown do |m|
- m.name "none"
- m.description "None"
- m.markup 'none'
+ name "none"
+ descrip... | Make sure text filters exist for comment clean up specs | publify_publify | train |
90d758c1be7750bbba12654fa3985c944885eaea | diff --git a/proctor-common/src/main/java/com/indeed/proctor/common/ProctorUtils.java b/proctor-common/src/main/java/com/indeed/proctor/common/ProctorUtils.java
index <HASH>..<HASH> 100644
--- a/proctor-common/src/main/java/com/indeed/proctor/common/ProctorUtils.java
+++ b/proctor-common/src/main/java/com/indeed/procto... | PROW-<I>: Optimize verify method for cases when #loaded test is small | indeedeng_proctor | train |
a19d664dbaba1bd36b50fe9885a1531e2a825208 | diff --git a/src/Fractal.php b/src/Fractal.php
index <HASH>..<HASH> 100644
--- a/src/Fractal.php
+++ b/src/Fractal.php
@@ -243,17 +243,12 @@ class Fractal implements JsonSerializable
/**
* Specify the fieldsets to include in the response.
*
- * @param array|string $fieldsets array with key = resour... | removed project-specific code that only worked with custom serializer | spatie_fractalistic | train |
8d9a41af5569053313151dd72ce4cfe54b672713 | diff --git a/python/ray/_private/runtime_env.py b/python/ray/_private/runtime_env.py
index <HASH>..<HASH> 100644
--- a/python/ray/_private/runtime_env.py
+++ b/python/ray/_private/runtime_env.py
@@ -73,7 +73,7 @@ class RuntimeEnvDict:
def __init__(self, runtime_env_json: dict):
# Simple dictionary with al... | [Core] [runtime env] Merge actor/task's runtime env with JobConfig's runtime env (#<I>) | ray-project_ray | train |
49edd3cf162e677ae856c1994b33ea72a186e4e7 | diff --git a/skew/resources/__init__.py b/skew/resources/__init__.py
index <HASH>..<HASH> 100644
--- a/skew/resources/__init__.py
+++ b/skew/resources/__init__.py
@@ -32,6 +32,7 @@ ResourceTypes = {
'aws.ec2.snapshot': 'aws.ec2.Snapshot',
'aws.ec2.volume': 'aws.ec2.Volume',
'aws.ec2.vpc': 'aws.ec2.Vpc',
... | Adding support for VpcPeeringConnection resources. | scopely-devops_skew | train |
f27256694ae69591015c90ccd150b2570d880768 | diff --git a/src/Util/functions.php b/src/Util/functions.php
index <HASH>..<HASH> 100644
--- a/src/Util/functions.php
+++ b/src/Util/functions.php
@@ -10,3 +10,14 @@ function every($items, callable $f)
$f($item, $index);
}
}
+
+/**
+ * @param mixed $var
+ * @return string
+ */
+function typeof($var)
+{
+... | Issue #<I>: Add typeof() method as a better alternative to gettype() | lizards-and-pumpkins_catalog | train |
8e3e179ee4d5661ee6d7641969f2b0e76867e903 | diff --git a/src/Intervention/Image/Gd/Font.php b/src/Intervention/Image/Gd/Font.php
index <HASH>..<HASH> 100644
--- a/src/Intervention/Image/Gd/Font.php
+++ b/src/Intervention/Image/Gd/Font.php
@@ -124,7 +124,7 @@ class Font extends \Intervention\Image\AbstractFont
*
* @return Array
*/
- protected... | make getBoxSize() a public method | Intervention_image | train |
d2c527f2fdccd91fb51949fc092fce2ff1cc418d | diff --git a/language/en_EN.interface.php b/language/en_EN.interface.php
index <HASH>..<HASH> 100644
--- a/language/en_EN.interface.php
+++ b/language/en_EN.interface.php
@@ -342,6 +342,8 @@ return [
'tr_meliscore_tool_platform_update_marketplace' => 'Allow updates from the marketplace',
'tr_meliscore_tool_pl... | Missing enlish translation on platfrom validated added | melisplatform_melis-core | train |
d0859bdbcce8fb939b5bf1e6f116fa5ec32cac4e | diff --git a/apiserver/controller/controller.go b/apiserver/controller/controller.go
index <HASH>..<HASH> 100644
--- a/apiserver/controller/controller.go
+++ b/apiserver/controller/controller.go
@@ -20,7 +20,7 @@ import (
"github.com/juju/juju/apiserver/facade"
"github.com/juju/juju/apiserver/params"
"github.com/... | apiserver/controller: Prepare for first prechecks
Rearrange TargetInfo construction so it can be used for both the initial
prechecks and the CreateMigration call. | juju_juju | train |
5790971caa996ac46cb6987be05385707a9a4e50 | diff --git a/dallinger/experiment_server/experiment_server.py b/dallinger/experiment_server/experiment_server.py
index <HASH>..<HASH> 100644
--- a/dallinger/experiment_server/experiment_server.py
+++ b/dallinger/experiment_server/experiment_server.py
@@ -1326,20 +1326,23 @@ def check_for_duplicate_assignments(participa... | Tests and bug fix for /worker_complete route | Dallinger_Dallinger | train |
a0ae56882866865da708fa0e5a662f7d87ea7bb8 | diff --git a/lib/generamba/cli/template/template_list_command.rb b/lib/generamba/cli/template/template_list_command.rb
index <HASH>..<HASH> 100644
--- a/lib/generamba/cli/template/template_list_command.rb
+++ b/lib/generamba/cli/template/template_list_command.rb
@@ -7,30 +7,11 @@ module Generamba::CLI
desc 'list... | Added the ability to search templates in multiple catalogs (#<I>) | strongself_Generamba | train |
94a0c56442fb5b78996cca586488d2d9343115e3 | diff --git a/src/CloudApi/Connector.php b/src/CloudApi/Connector.php
index <HASH>..<HASH> 100644
--- a/src/CloudApi/Connector.php
+++ b/src/CloudApi/Connector.php
@@ -110,8 +110,12 @@ class Connector implements ConnectorInterface
if (property_exists($object, '_embedded') && property_exists($object->_embedd... | Caters to errors both in objects and out. | typhonius_acquia-php-sdk-v2 | train |
9ba22744a473c847d0ef2ef5529915dc12b48664 | diff --git a/lib/components/resource-editing/resource-form/RadioButtons.js b/lib/components/resource-editing/resource-form/RadioButtons.js
index <HASH>..<HASH> 100644
--- a/lib/components/resource-editing/resource-form/RadioButtons.js
+++ b/lib/components/resource-editing/resource-form/RadioButtons.js
@@ -16,11 +16,11 ... | Adding the ability to define a radio button's value key | MortarJS_Mortar-JS | train |
7efdb916410059f40db338e544942c05583c01e6 | diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
index <HASH>..<HASH> 100644
--- a/spring-boot-autoconfigure/src/main/java/org/springframework/b... | Manage Tomcat queued connections
Adding two tomcat server properties:
- server.tomcat.accept-count
- server.tomcat.max-connections
Closes gh-<I> | spring-projects_spring-boot | train |
343a8a3e0341986c955cdbe2518b913a39726ad0 | diff --git a/django_th/management/commands/publish.py b/django_th/management/commands/publish.py
index <HASH>..<HASH> 100644
--- a/django_th/management/commands/publish.py
+++ b/django_th/management/commands/publish.py
@@ -28,8 +28,8 @@ class Command(BaseCommand):
connection.close()
failed_tries = set... | fix #<I> Mistake in a test | push-things_django-th | train |
d65cfc0c59701295dfddbad7152acec1a08e9940 | diff --git a/tests/Unit/Suites/Product/Block/FilterNavigationBlockTest.php b/tests/Unit/Suites/Product/Block/FilterNavigationBlockTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Suites/Product/Block/FilterNavigationBlockTest.php
+++ b/tests/Unit/Suites/Product/Block/FilterNavigationBlockTest.php
@@ -46,10 +46,11 ... | Issue #<I>: Refactor FilterNavigationBlockTest | lizards-and-pumpkins_catalog | train |
a8ce290e9e3244a2c1df52eadf074dbbbe2deccb | diff --git a/test/specs/modules/Dropdown/Dropdown-test.js b/test/specs/modules/Dropdown/Dropdown-test.js
index <HASH>..<HASH> 100644
--- a/test/specs/modules/Dropdown/Dropdown-test.js
+++ b/test/specs/modules/Dropdown/Dropdown-test.js
@@ -21,11 +21,11 @@ const wrapperMount = (node, opts) => {
attachTo = document.cre... | test(Dropdown): fix search selection test | Semantic-Org_Semantic-UI-React | train |
796e79c276063b137efb80de39d31a4e5ccf6cbf | diff --git a/test/integration/src/test/java/io/pravega/test/integration/ReadWriteTest.java b/test/integration/src/test/java/io/pravega/test/integration/ReadWriteTest.java
index <HASH>..<HASH> 100644
--- a/test/integration/src/test/java/io/pravega/test/integration/ReadWriteTest.java
+++ b/test/integration/src/test/java/... | Issue <I>: Sporadic test failure in ReadWriteTest.readWriteTest (#<I>)
Reduced the number of events written and read in the test, as well as do not log per-event messages. | pravega_pravega | train |
8c49af9013808a44d124d4c6700906f94078b1f1 | diff --git a/flusher.go b/flusher.go
index <HASH>..<HASH> 100644
--- a/flusher.go
+++ b/flusher.go
@@ -41,6 +41,7 @@ func (s *Server) Flush(interval time.Duration, metricLimit int) {
totalLocalSets int
totalLocalTimers int
)
+ gatherStart := time.Now()
for i, w := range s.Workers {
s.logger.WithF... | Time even more parts of flushing/forwarding | stripe_veneur | train |
a4747abad9b0abed0a8953070e4ac7da97bf4d96 | diff --git a/tests/unit/commands/validate_test.py b/tests/unit/commands/validate_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/commands/validate_test.py
+++ b/tests/unit/commands/validate_test.py
@@ -1,21 +1,21 @@
from unittest import TestCase
-
from schemer import ValidationException
+from ..utils import ge... | actuall fixed all the tests (sheepish) | gamechanger_dusty | train |
11a7782ba7d4ef91782e4cac26b33638ef6d15d2 | diff --git a/packages/ringcentral-widgets/components/MessageItem/index.js b/packages/ringcentral-widgets/components/MessageItem/index.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-widgets/components/MessageItem/index.js
+++ b/packages/ringcentral-widgets/components/MessageItem/index.js
@@ -520,7 +520,7 @@ e... | Fixbug/extra log icon of group message (#<I>)
modify judge condition from extraButton to renderExtraButton | ringcentral_ringcentral-js-widgets | train |
39f938bec5e8d903eb5abde1d87b67492b1b4dcb | diff --git a/addon/services/csv.js b/addon/services/csv.js
index <HASH>..<HASH> 100644
--- a/addon/services/csv.js
+++ b/addon/services/csv.js
@@ -74,7 +74,7 @@ export default Ember.Service.extend({
var csv = JSON2CSV(data);
- saveAs(new Blob([csv],{type:"data:text/csv;charset=utf-8"}), fileName);
+ save... | fixed filename for csv | roofstock_ember-cli-data-export | train |
0afe79d1cbdf29121634efc922cc430b3227634a | diff --git a/test/test_related_posts.rb b/test/test_related_posts.rb
index <HASH>..<HASH> 100644
--- a/test/test_related_posts.rb
+++ b/test/test_related_posts.rb
@@ -29,6 +29,7 @@ class TestRelatedPosts < Test::Unit::TestCase
'destination' => dest_dir,
... | mute LSI output in tests | jekyll_jekyll | train |
181b0ed4be5becd3e184a62a54235b03ce89f1cc | diff --git a/NebulaPythonSDK/sdk.py b/NebulaPythonSDK/sdk.py
index <HASH>..<HASH> 100644
--- a/NebulaPythonSDK/sdk.py
+++ b/NebulaPythonSDK/sdk.py
@@ -23,49 +23,49 @@ class Nebula:
url = self.host + "/api/apps/" + app
payload = json.dumps(config)
headers = self.headers
- response = req... | adding timeout to all requests sent from the SDK | nebula-orchestrator_nebula-python-sdk | train |
bee6ced5c2590dad9f5e0827e8a8972ce14bf7f8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -130,6 +130,7 @@ class Generate(Command):
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
error_compiler.start()
api_compiler.start()
+ docs_compiler.start()
setup(
name="Pyrogram", | Fix Telegram API missing on readthedocs | pyrogram_pyrogram | train |
a4dbb5c3042363805c780132da48e052a172b2ec | diff --git a/template/www/cordova.js b/template/www/cordova.js
index <HASH>..<HASH> 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
// Platform: windows
-// 533e1bfdbc57d54106ca39a02b21a1909f84fda7
+// 2fd4bcb84048415922d13d80d35b8d1668e8e150
/*
Licensed to the Apache Software Fo... | CB-<I> Update JS snapshot to version <I>-dev (via coho) | apache_cordova-windows | train |
e65b5c5fdb3710a9fb864d53434190bdaad3a6ea | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
- Add user last_online field
- Add support for inline formsets
- Add rest API support
+- Add option to add extra buttons to header
#### Changed
- Set fallback for user profile name and avata... | [FEATURE] Add option to add extra buttons to header | krukas_Trionyx | train |
79b28e00cdf0d701ad891cbd850e4ad5b60a62cd | diff --git a/fsm.go b/fsm.go
index <HASH>..<HASH> 100644
--- a/fsm.go
+++ b/fsm.go
@@ -867,6 +867,11 @@ func (f *FSMContext) ActivityInfo(h HistoryEvent) *ActivityInfo {
return f.pendingActivities.ActivityType(h)
}
+// ActivitiesInfo will return a map of activityId -> ActivityInfo for all in-flight activities in t... | add a way to get all the activities for a workflow | sclasen_swf4go | train |
54b8b9c4e65bd9462ed6229e919ce7fa4e3672f6 | diff --git a/src/active-expressions.js b/src/active-expressions.js
index <HASH>..<HASH> 100644
--- a/src/active-expressions.js
+++ b/src/active-expressions.js
@@ -1,6 +1,7 @@
import Interpreter from './babelsberg/jsinterpreter/interpreter.js';
import { Stack } from './utils.js';
import { Listener } from './listener.... | extracted duplicate functionality of implementation strategies into shared superclass | active-expressions_active-expressions | train |
fbd52f864d106694107888e55bdc085c5a77dbdd | diff --git a/scripts/gh-pages.js b/scripts/gh-pages.js
index <HASH>..<HASH> 100644
--- a/scripts/gh-pages.js
+++ b/scripts/gh-pages.js
@@ -8,13 +8,13 @@
* ------------
*
* % node ./scripts/gh-pages
- * gh-pages -d dist -r git@github.com:MozVR/vr-components.git
+ * gh-pages -d dist -r git@github.com:MozVR/aframe.g... | deploy to `aframe` GitHub Pages since remote name changed (issue #<I>) | aframevr_aframe | train |
73ad6502ccbbff516ce18ed31694b17e1bbc481b | diff --git a/api/graphite.go b/api/graphite.go
index <HASH>..<HASH> 100644
--- a/api/graphite.go
+++ b/api/graphite.go
@@ -145,7 +145,10 @@ MainLoop:
case <-ctx.Done():
//request canceled
return nil, nil
- case err := <-errorChan:
+ case err, ok := <-errorChan:
+ if !ok {
+ break MainLoop
+ }
re... | fix: don't treat errorChan close as an error | grafana_metrictank | train |
e060601bc1a38b85126d1035f2f5dea7ef0a2c73 | diff --git a/lib/bashcov.rb b/lib/bashcov.rb
index <HASH>..<HASH> 100644
--- a/lib/bashcov.rb
+++ b/lib/bashcov.rb
@@ -48,6 +48,7 @@ module Bashcov
@options.root_directory = Dir.getwd
@options.skip_uncovered = false
+ @options.bash_path = "/bin/bash"
@options.mute = fa... | Added default @options.bash_path and made .truncated_ps4? more intelligent
by checking whether Bash does in fact truncated PS4 | infertux_bashcov | train |
72945619b1f6b5a047248f6d41315d996c053e02 | diff --git a/lib/auth.strategies/janrain.js b/lib/auth.strategies/janrain.js
index <HASH>..<HASH> 100644
--- a/lib/auth.strategies/janrain.js
+++ b/lib/auth.strategies/janrain.js
@@ -4,12 +4,12 @@
*/
var OAuth= require("oauth").OAuth2,
connect = require("connect"),
- http = require('http');
+ https = requ... | Update Janrain strategy to work with the now fairly ubiquitous failure callback model | ciaranj_connect-auth | train |
7e9ee957dea90669ce06f67109271dbeed0a1c52 | diff --git a/openquake/job/params.py b/openquake/job/params.py
index <HASH>..<HASH> 100644
--- a/openquake/job/params.py
+++ b/openquake/job/params.py
@@ -33,6 +33,7 @@ CALCULATION_MODE = {
'Classical': 'classical',
'Deterministic': 'deterministic',
'Event Based': 'event_based',
+ 'Disaggregation': 'd... | added missing calculation mode to job params
Former-commit-id: 1ad<I>b<I>dd9ba8d<I>d6ba<I>e3bc4d<I> | gem_oq-engine | train |
7cb4cb4d1defd0ec6f398e05f1831e238592ebc3 | diff --git a/src/sap.ui.ux3/src/sap/ui/ux3/DataSetSimpleView.js b/src/sap.ui.ux3/src/sap/ui/ux3/DataSetSimpleView.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.ux3/src/sap/ui/ux3/DataSetSimpleView.js
+++ b/src/sap.ui.ux3/src/sap/ui/ux3/DataSetSimpleView.js
@@ -213,6 +213,10 @@ sap.ui.define(['jquery.sap.global', 'sap... | [FIX] ux3.DataSetSimpleView: suppress view update if not rendered
If the DatSet items are changed an update for an not rendered view will
throw an exception (no DOM exists). So we need to suppress the update
in this case.
Change-Id: I<I>dc8fb9dc1b<I>e4fb7a<I>d3bda<I>f
BCP: <I> <I> <I> | SAP_openui5 | train |
e6216775f82a7ae5796cba1b76fa9211f631a00f | diff --git a/src/CodeStore.php b/src/CodeStore.php
index <HASH>..<HASH> 100644
--- a/src/CodeStore.php
+++ b/src/CodeStore.php
@@ -42,6 +42,16 @@ abstract class CodeStore
const C_INDENT_DECREMENT_AFTER = 8;
/**
+ * String for separating parts of the generated code. In most cases a comment with one character r... | Added support for separators. | SetBased_php-helper-code-store | train |
a19eaa1178c384881c1744d669998c28bceb5d0e | diff --git a/libargos/repo/filesytemrti.py b/libargos/repo/filesytemrti.py
index <HASH>..<HASH> 100644
--- a/libargos/repo/filesytemrti.py
+++ b/libargos/repo/filesytemrti.py
@@ -98,15 +98,17 @@ def autodetectedFileTreeItem(fileName):
except KeyError:
cls = UnknownFileRti
- try:
-... | Fixed bug: Item was not cloesd, only its children. | titusjan_argos | train |
185e169033d743678e426e60c60ee64fba03dd3c | diff --git a/tests/test_errors.py b/tests/test_errors.py
index <HASH>..<HASH> 100644
--- a/tests/test_errors.py
+++ b/tests/test_errors.py
@@ -283,6 +283,18 @@ class TestErrors(unittest.TestCase):
assert len(str(context.exception)) < 1000
assert ' ... ' in str(context.exception)
+ def test_no_e... | Add test where obvious validation error is ignored | seequent_properties | train |
cb422bb5dd81c625382d1cd4d4494083aa4be6fb | diff --git a/src/test/java/picocli/I18nCommand.java b/src/test/java/picocli/I18nCommand.java
index <HASH>..<HASH> 100644
--- a/src/test/java/picocli/I18nCommand.java
+++ b/src/test/java/picocli/I18nCommand.java
@@ -32,4 +32,9 @@ public class I18nCommand {
@Parameters(index = "1", description = "top param1 descri... | [#<I>] fix broken test | remkop_picocli | train |
8fb08a5a76b39ce81ce5d47a2919c0a391c5a9df | diff --git a/src/Foundation/Console/OptimizeCommand.php b/src/Foundation/Console/OptimizeCommand.php
index <HASH>..<HASH> 100644
--- a/src/Foundation/Console/OptimizeCommand.php
+++ b/src/Foundation/Console/OptimizeCommand.php
@@ -78,7 +78,7 @@ class OptimizeCommand extends Command
*/
protected function comp... | Improve Nova\Console\OptimizeCommand | nova-framework_system | train |
261eb9517d836cc35501fed2b70534958fc8228d | diff --git a/src/test/java/org/hobsoft/hamcrest/compose/ConjunctionMatcherTest.java b/src/test/java/org/hobsoft/hamcrest/compose/ConjunctionMatcherTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/hobsoft/hamcrest/compose/ConjunctionMatcherTest.java
+++ b/src/test/java/org/hobsoft/hamcrest/compose/Conjuncti... | Added ConjunctionMatcher constructor tests | markhobson_hamcrest-compose | train |
32fe558ebe6253fa4132c76ed4a29735f04bb7b3 | diff --git a/webapps/ui/cockpit/tests/specs/process-instance-spec.js b/webapps/ui/cockpit/tests/specs/process-instance-spec.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/tests/specs/process-instance-spec.js
+++ b/webapps/ui/cockpit/tests/specs/process-instance-spec.js
@@ -11,7 +11,7 @@ var definitionPage = re... | chore: disable failing test cases
related to CAM-<I> | camunda_camunda-bpm-platform | train |
60adeb8a53d52c3c567cd1577fbdb378702e9b49 | diff --git a/lib/vanity/metric/active_record.rb b/lib/vanity/metric/active_record.rb
index <HASH>..<HASH> 100644
--- a/lib/vanity/metric/active_record.rb
+++ b/lib/vanity/metric/active_record.rb
@@ -57,7 +57,7 @@ module Vanity
def values(sdate, edate)
query = { :conditions=>{ @ar_timestamp=>(sdate.to_ti... | Calling calculate with aggregate operations 'minimum', 'maximum', and 'average' is not valid for some (any?) adapters (including, at least, sqlite and postgres). Safer to call the appropriate matching aggregate method rather than calculate. | assaf_vanity | train |
cff71166ec65cee1a070f04ac5c4d10fe3b009d9 | diff --git a/odb.go b/odb.go
index <HASH>..<HASH> 100644
--- a/odb.go
+++ b/odb.go
@@ -182,17 +182,21 @@ func (v *Odb) Hash(data []byte, otype ObjectType) (oid *Oid, err error) {
// contents of the object.
func (v *Odb) NewReadStream(id *Oid) (*OdbReadStream, error) {
stream := new(OdbReadStream)
+ var ctype C.git_... | Adjust to the change in the git_odb_open_rstream signature | libgit2_git2go | train |
97b8c0678e356a06adaed4c3826f793d97cc444c | diff --git a/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java b/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java
index <HASH>..<HASH> 100644
--- a/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java
+++ b/messaging/src/main/java/org/clo... | added missing logic for querying ProcessGroups | cloudiator_common | train |
267792666ee423dff30ec6fad42db6cbe074f1ad | diff --git a/retext.py b/retext.py
index <HASH>..<HASH> 100755
--- a/retext.py
+++ b/retext.py
@@ -319,7 +319,7 @@ class ReTextWindow(QMainWindow):
self.connect(self.actionSaveGDocs, SIGNAL('triggered()'), self.saveGDocs)
self.connect(self.actionAboutQt, SIGNAL('triggered()'), qApp, SLOT('aboutQt()'))
self.us... | Stable release <I>
* More useful symbols | retext-project_retext | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.