hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
73e90dfb29b6572e43e996680694d2703c93128d | diff --git a/lib/ronin/platform/overlay.rb b/lib/ronin/platform/overlay.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/platform/overlay.rb
+++ b/lib/ronin/platform/overlay.rb
@@ -24,6 +24,7 @@
require 'ronin/platform/exceptions/extension_not_found'
require 'ronin/platform/maintainer'
require 'ronin/platform/extensio... | Added a static/ directory to Overlays.
* Overlay#activate! and #deactivate! will add/remove the static/
directory from Static.static_dirs. | ronin-ruby_ronin | train |
fb0188d099f74a293576d2721e7abe91015bed0a | diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index <HASH>..<HASH> 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -55,10 +55,6 @@ Metrics/MethodLength:
Max: 45
# Offense count: 1
-Metrics/ParameterLists:
- Max: 6
-
-# Offense count: 1
Metrics/PerceivedComplexity:
Max: 11
diff --git a/lib/ne... | Rubocop: Metrics/ParameterLists. This actually led to a bunch of other refactoring. In the end, it seems like the first argument of CypherTransaction.new isn't needed. | neo4jrb_neo4j-core | train |
cf2e5671bc235b18754ca8d9cf70ae84b6182f1c | diff --git a/scanpy/plotting/_anndata.py b/scanpy/plotting/_anndata.py
index <HASH>..<HASH> 100755
--- a/scanpy/plotting/_anndata.py
+++ b/scanpy/plotting/_anndata.py
@@ -758,7 +758,6 @@ def violin(
size=size,
color="black",
ax=g.axes[0, ax_id],
- ... | Drop passing of **kwds (#<I>)
This matches the else branch and fixes problem when figsize for instance
is passed in. | theislab_scanpy | train |
1534ec3510c4a3137f31e6a3bd9f84f1170f48db | diff --git a/importer/importer.go b/importer/importer.go
index <HASH>..<HASH> 100644
--- a/importer/importer.go
+++ b/importer/importer.go
@@ -5,6 +5,7 @@ import (
"fmt"
"io"
"os"
+ pathpkg "path"
"path/filepath"
"runtime"
"strings"
@@ -53,7 +54,8 @@ func (i *Importer) Import(path string) (*Package, error) ... | Fix vendor support (again)
Fix bug that crept into quasi vendor support in <I>fee7. | constabulary_gb | train |
7e2784822cfb43c2d147adc93da9b8824a0e008b | diff --git a/lib/roadie/selector.rb b/lib/roadie/selector.rb
index <HASH>..<HASH> 100644
--- a/lib/roadie/selector.rb
+++ b/lib/roadie/selector.rb
@@ -70,6 +70,7 @@ module Roadie
:-ms-input-placeholder :-moz-placeholder
:before :after
:enabled :disabled :checked
+ :host
].freeze
de... | Silence messages about ":host" selector (#<I>) | Mange_roadie | train |
4e99d9ab2acfaf2ebb4b150736590d6a4e33f449 | diff --git a/lib/git/config.py b/lib/git/config.py
index <HASH>..<HASH> 100644
--- a/lib/git/config.py
+++ b/lib/git/config.py
@@ -116,6 +116,7 @@ class GitConfigParser(cp.RawConfigParser, LockFile):
If True, the ConfigParser may only read the data , but not change it.
If False, only a single file path or file ... | Fixed config module which forgot to call the superclass's initializer, finally causing failure in python <I> | gitpython-developers_GitPython | train |
72694b3bab9bf91c238eb1839d319c693ab2986d | diff --git a/Bundle/AlphaLemon/Block/FileBundle/Tests/Unit/Core/Block/AlBlockManagerFileTest.php b/Bundle/AlphaLemon/Block/FileBundle/Tests/Unit/Core/Block/AlBlockManagerFileTest.php
index <HASH>..<HASH> 100644
--- a/Bundle/AlphaLemon/Block/FileBundle/Tests/Unit/Core/Block/AlBlockManagerFileTest.php
+++ b/Bundle/AlphaL... | added test to cover getEditorWidth method | redkite-labs_RedKiteCmsBundle | train |
9167e0f3a64f4a829e678d4e099509babfb91778 | diff --git a/h2o-algos/src/test/java/hex/kmeans/KMeansTest.java b/h2o-algos/src/test/java/hex/kmeans/KMeansTest.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/test/java/hex/kmeans/KMeansTest.java
+++ b/h2o-algos/src/test/java/hex/kmeans/KMeansTest.java
@@ -1,16 +1,18 @@
package hex.kmeans;
-import org.junit.*;... | Fix build error in JUnit test. | h2oai_h2o-3 | train |
a252f98745de8bbde82c5e4d60874e321fff7491 | diff --git a/ykman/cli/fido.py b/ykman/cli/fido.py
index <HASH>..<HASH> 100644
--- a/ykman/cli/fido.py
+++ b/ykman/cli/fido.py
@@ -163,8 +163,7 @@ def set_pin(ctx, pin, new_pin, u2f):
ctx.fail('Wrong PIN.')
if e.code == SW_AUTH_METHOD_BLOCKED:
- ctx.fail('Too many incorrec... | Use shorter PIN is blocked message.
Because we do that in other commands. | Yubico_yubikey-manager | train |
6248dac06d38d2ea32e85805233f8b7c3d1d4253 | diff --git a/assets/js/document.js b/assets/js/document.js
index <HASH>..<HASH> 100644
--- a/assets/js/document.js
+++ b/assets/js/document.js
@@ -106,7 +106,7 @@ function refLink() {
.insertAfter($this)
.click(function () {
var id = $this.val() || 'new';
- var refType = $this.... | Update RefWidget to use modelName, not label, in the popups. | node4good_formage | train |
2367dabc993cbf698bf9aae0d8dc802e315e359b | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/AbstractCompoundRule.java b/languagetool-core/src/main/java/org/languagetool/rules/AbstractCompoundRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/AbstractCompoundRule.java
+++ b/languagetool-core/src/... | Make compound rule ignore case - at least for the first char, which should almost always be enough. This solution has been active for Dutch for more than a year. (#<I>) | languagetool-org_languagetool | train |
96683a9386b30b3761f86efd669a43eed6f15ab0 | diff --git a/LiSE/LiSE/engine.py b/LiSE/LiSE/engine.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/engine.py
+++ b/LiSE/LiSE/engine.py
@@ -108,6 +108,34 @@ class Engine(AbstractEngine, gORM):
rewound: simply set the properties ``branch`` and ``tick`` back to
what they were just before the change you want to u... | Document the properties of Engine in its docstring | LogicalDash_LiSE | train |
71d5289010a899c1a8a393676a222aec2f199dbf | diff --git a/src/org/opencms/ade/containerpage/CmsContainerpageService.java b/src/org/opencms/ade/containerpage/CmsContainerpageService.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/ade/containerpage/CmsContainerpageService.java
+++ b/src/org/opencms/ade/containerpage/CmsContainerpageService.java
@@ -109,12 +1... | Improved editor selection for XmlContents. | alkacon_opencms-core | train |
076c838310ea1a98bf58dba082304e91a48a04ce | diff --git a/src/main/java/org/membase/jmembase/JMembase.java b/src/main/java/org/membase/jmembase/JMembase.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/membase/jmembase/JMembase.java
+++ b/src/main/java/org/membase/jmembase/JMembase.java
@@ -220,7 +220,7 @@ public class JMembase implements HttpRequestHandl... | Name the threads so debugging makes more sense. | couchbase_CouchbaseMock | train |
ac2d360bf05bf90b760370fd13be80a35c4ac93c | diff --git a/src/svg-pan-zoom.js b/src/svg-pan-zoom.js
index <HASH>..<HASH> 100644
--- a/src/svg-pan-zoom.js
+++ b/src/svg-pan-zoom.js
@@ -583,6 +583,51 @@
}
/**
+ * Attach a given context to a function
+ * @param {Function} fn Function
+ * @param {object} context Context
+ * @return {Function}... | plugin returns a public instance. public instance with settings API | ariutta_svg-pan-zoom | train |
101e2653f3b355ed4801703109cc869c46486d01 | diff --git a/cassandra/metadata.py b/cassandra/metadata.py
index <HASH>..<HASH> 100644
--- a/cassandra/metadata.py
+++ b/cassandra/metadata.py
@@ -214,6 +214,7 @@ class Metadata(object):
def _build_table_metadata(self, keyspace_metadata, row, col_rows, trigger_rows):
cfname = row["columnfamily_name"]
+ ... | Lookup cf_col_rows once, with a default value
fixes a problem trying to iterate 'None' when the cf has no rows in col_rows | datastax_python-driver | train |
46c6991c8a7745e3eb9f76f5c4cc6712e5cca64b | diff --git a/src/core/CSS3DRendererThree.js b/src/core/CSS3DRendererThree.js
index <HASH>..<HASH> 100644
--- a/src/core/CSS3DRendererThree.js
+++ b/src/core/CSS3DRendererThree.js
@@ -5,10 +5,11 @@ const sceneStates = new WeakMap
const CSS3DRendererThree = Class('CSS3DRendererThree', { // TODO rename
initialize(... | CSSRendererThree.initialize: no-op if already initialized | trusktr_infamous | train |
dc4f40900e1e787bc1b57ae468efd5083c8d6f4b | diff --git a/lib/gir_ffi/builders/object_builder.rb b/lib/gir_ffi/builders/object_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/gir_ffi/builders/object_builder.rb
+++ b/lib/gir_ffi/builders/object_builder.rb
@@ -37,9 +37,12 @@ module GirFFI
end
def eligible_fields
- info.fields.select { |finfo... | Move all field selection into eligible_fields | mvz_gir_ffi | train |
a6ad531f0a94c32920e47ac9c7ea432bab74246d | diff --git a/src/java/org/configureme/environments/ApplicationEnvironment.java b/src/java/org/configureme/environments/ApplicationEnvironment.java
index <HASH>..<HASH> 100644
--- a/src/java/org/configureme/environments/ApplicationEnvironment.java
+++ b/src/java/org/configureme/environments/ApplicationEnvironment.java
@... | added getter methods, added equals method | anotheria_configureme | train |
b43474c11d3392c308d4ef91bbca4c927b5f0c11 | diff --git a/lib/lumber/logger.js b/lib/lumber/logger.js
index <HASH>..<HASH> 100644
--- a/lib/lumber/logger.js
+++ b/lib/lumber/logger.js
@@ -77,7 +77,9 @@ Logger.prototype.log = function() {
self.emit.apply(self, a);
next();
});
- }
+ } else {
+ next();
+ }
}, function(err) {
self... | This and 7d<I> fix #3 | englercj_lumber | train |
b6aa81c327bb94f9c298093c07daab1c8c66b7d1 | diff --git a/lib/knife-cloudformation/aws_commons.rb b/lib/knife-cloudformation/aws_commons.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-cloudformation/aws_commons.rb
+++ b/lib/knife-cloudformation/aws_commons.rb
@@ -18,6 +18,7 @@ module KnifeCloudformation
unless(@logger)
require 'logger'
... | Only output debugging information from logger if environment dictates | sparkleformation_sfn | train |
5174c72421a49c2b603bc08370fab9b6189f040e | diff --git a/example/main.go b/example/main.go
index <HASH>..<HASH> 100644
--- a/example/main.go
+++ b/example/main.go
@@ -84,6 +84,7 @@ func doWork() {
case <-ticker.C:
log.Info("Still running...")
case <-exit:
+ ticker.Stop()
return
}
} | service/example: clean up after stop. | kardianos_service | train |
338f2668fa403e867d3e38472f226ad037a27266 | diff --git a/uPortal-rendering/src/main/java/org/apereo/portal/url/UrlSyntaxProviderImpl.java b/uPortal-rendering/src/main/java/org/apereo/portal/url/UrlSyntaxProviderImpl.java
index <HASH>..<HASH> 100644
--- a/uPortal-rendering/src/main/java/org/apereo/portal/url/UrlSyntaxProviderImpl.java
+++ b/uPortal-rendering/src/... | UP-<I>: Move the comments required by the Error Prone checker 4 speces to the left b/c the Google Format checker requires it | Jasig_uPortal | train |
1209e84736f8357893f545bc02b0bf029a293b69 | diff --git a/classes/eztagsobject.php b/classes/eztagsobject.php
index <HASH>..<HASH> 100755
--- a/classes/eztagsobject.php
+++ b/classes/eztagsobject.php
@@ -485,7 +485,7 @@ class eZTagsObject extends eZPersistentObject
foreach($children as $child)
{
- recursiveTagDelete($child);
+ eZTagsObject::recursive... | Missing class reference for recursiveTagDelete method call | ezsystems_eztags | train |
93779a3c0f9bd5867edc9b954442f2f8ab331aea | diff --git a/source/main/org/freecompany/redline/header/Architecture.java b/source/main/org/freecompany/redline/header/Architecture.java
index <HASH>..<HASH> 100644
--- a/source/main/org/freecompany/redline/header/Architecture.java
+++ b/source/main/org/freecompany/redline/header/Architecture.java
@@ -20,5 +20,6 @@ pub... | Added x<I>_<I> to arch list. | craigwblake_redline | train |
4ff8c62e5e2e62e81e993fa1df626e62e385d28c | diff --git a/dygraph-utils.js b/dygraph-utils.js
index <HASH>..<HASH> 100644
--- a/dygraph-utils.js
+++ b/dygraph-utils.js
@@ -301,7 +301,10 @@ Dygraph.findPosX = function(obj) {
if(obj.offsetParent) {
var copyObj = obj;
while(1) {
- var borderLeft = window.getComputedStyle(copyObj, null).borderLeft |... | guard window.getComputedStyle call for IE8 | danvk_dygraphs | train |
39ccae452d0b1a7e943edad3a182ee69f447da79 | diff --git a/src/BootstrapTable.js b/src/BootstrapTable.js
index <HASH>..<HASH> 100644
--- a/src/BootstrapTable.js
+++ b/src/BootstrapTable.js
@@ -537,13 +537,8 @@ class BootstrapTable extends Component {
handleEditCell(newVal, rowIndex, colIndex) {
const { onCellEdit } = this.props.options;
const { before... | fix bug for wrong field changed with colSpan | AllenFang_react-bootstrap-table | train |
304b36497eb77afaf0f25b4ea303d400676d485a | diff --git a/ckmutil/test_ckm.py b/ckmutil/test_ckm.py
index <HASH>..<HASH> 100644
--- a/ckmutil/test_ckm.py
+++ b/ckmutil/test_ckm.py
@@ -27,6 +27,7 @@ class TestCKM(unittest.TestCase):
v_s = ckm_standard(t12, t13, t23, delta)
v_w = ckm_wolfenstein(laC, A, rhobar, etabar)
v_t = ckm_tree(Vus, Vub, Vcb, g... | Add test for tree_to_wolfenstein | DavidMStraub_ckmutil | train |
961fdbe43b34b09b45abb3a76c1293dce3fe6fa9 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -502,3 +502,47 @@ test("Async computed values can be calculated lazily with a default", t => {
})
})
})
+
+test("Underscore prefixes work (issue #33)", t => {
+ t.plan(4)
+ const vm = new Vue({
+... | Add test for issue #<I> | foxbenjaminfox_vue-async-computed | train |
794b260746d7a3bdf8b691bb1e5187716bb21685 | diff --git a/src/Illuminate/Foundation/Auth/RedirectsUsers.php b/src/Illuminate/Foundation/Auth/RedirectsUsers.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Auth/RedirectsUsers.php
+++ b/src/Illuminate/Foundation/Auth/RedirectsUsers.php
@@ -11,6 +11,10 @@ trait RedirectsUsers
*/
public func... | Add auth redirect path generation method (#<I>) | laravel_framework | train |
0a7ceea1c31c97ba59809868999bb2f218afd531 | diff --git a/repository-hdfs/src/main/java/org/elasticsearch/hadoop/hdfs/blobstore/HdfsImmutableBlobContainer.java b/repository-hdfs/src/main/java/org/elasticsearch/hadoop/hdfs/blobstore/HdfsImmutableBlobContainer.java
index <HASH>..<HASH> 100644
--- a/repository-hdfs/src/main/java/org/elasticsearch/hadoop/hdfs/blobsto... | better handling of exceptions
relates to #<I> | elastic_elasticsearch-hadoop | train |
31c5ead192446cf04c421b8a45aa679bb83c7762 | diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClientSpec.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClientSpec.java
index <HASH>..<HASH> 100644
--- a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClientSpec.java
+++ b/test-suite/src/test/java/io/micron... | Update HelloClientSpec.java
added the missing junit import | micronaut-projects_micronaut-core | train |
b0698ded191ceda8a68782a0d2bff8c490375d99 | diff --git a/SimpleAudioIndexer/__init__.py b/SimpleAudioIndexer/__init__.py
index <HASH>..<HASH> 100755
--- a/SimpleAudioIndexer/__init__.py
+++ b/SimpleAudioIndexer/__init__.py
@@ -32,7 +32,6 @@ import subprocess
needed_directories = {"filtered", "staging"}
-audio_formats = {"wav", "mp3", "ogg", "flac"}
cla... | Removing the support for non-wav formats. | aalireza_SimpleAudioIndexer | train |
3c6c018232bafea15379868e2b3918232a8a28bc | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,5 +1,4 @@
import os
-import simplejson as json
from os.path import dirname
import sys
from django.core.management import call_command
@@ -80,6 +79,8 @@ def pytest_runtest_teardown(ite... | fix test setup to allow model migrations | mozilla_treeherder | train |
9ad68ab925ef135959a3369d731a9ea65eaa0656 | diff --git a/src/EventRepository.php b/src/EventRepository.php
index <HASH>..<HASH> 100644
--- a/src/EventRepository.php
+++ b/src/EventRepository.php
@@ -99,7 +99,7 @@ class EventRepository implements RepositoryInterface, LoggerAwareInterface
public function __construct(
RepositoryInterface $decoratee,... | MSS-<I>: Type against the interface instead of the default implementation | cultuurnet_udb3-udb2-bridge | train |
4f98c796016571a4cc99e9ab07d8a2027bc9292a | diff --git a/frontend/models/PasswordResetRequestForm.php b/frontend/models/PasswordResetRequestForm.php
index <HASH>..<HASH> 100644
--- a/frontend/models/PasswordResetRequestForm.php
+++ b/frontend/models/PasswordResetRequestForm.php
@@ -20,7 +20,11 @@ class PasswordResetRequestForm extends Model
['email', 'filter... | Added status condition to PasswordResetRequestForm email validator | yiisoft_yii2-app-advanced | train |
dae25d6b85c013fae8383150cbacdad7a23f61ac | diff --git a/src/main/java/org/dynjs/parser/statement/ObjectLiteralStatement.java b/src/main/java/org/dynjs/parser/statement/ObjectLiteralStatement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dynjs/parser/statement/ObjectLiteralStatement.java
+++ b/src/main/java/org/dynjs/parser/statement/ObjectLiteralStat... | No, not astore(7). That's gratuitous. | dynjs_dynjs | train |
fcd36a6c4bfab0428a76bb4a1c219fd20fbc7a4f | diff --git a/lib/active_merchant/billing/gateways/netbanx.rb b/lib/active_merchant/billing/gateways/netbanx.rb
index <HASH>..<HASH> 100644
--- a/lib/active_merchant/billing/gateways/netbanx.rb
+++ b/lib/active_merchant/billing/gateways/netbanx.rb
@@ -28,6 +28,10 @@ module ActiveMerchant #:nodoc:
end
def... | Updated for doing a verification with AVS prior to purchase | activemerchant_active_merchant | train |
220807b5dc535d934fcd66c615ace66deb9b9b43 | diff --git a/src/editor.js b/src/editor.js
index <HASH>..<HASH> 100644
--- a/src/editor.js
+++ b/src/editor.js
@@ -194,6 +194,8 @@ export default class TextareaEditor {
*/
unformat(name) {
+ if (!this.hasFormat(name)) return this;
+
const format = this.getFormat(name);
const {prefix, suffix, multi... | don't unformat if unformatted | eivindfjeldstad_textarea-editor | train |
bb075e21b72bcdab5a46f4e272018d04e71b3192 | diff --git a/holoviews/plotting/widgets/widgets.js b/holoviews/plotting/widgets/widgets.js
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/widgets/widgets.js
+++ b/holoviews/plotting/widgets/widgets.js
@@ -1,6 +1,8 @@
function HoloViewsWidget(){
}
+HoloViewsWidget.comms = {};
+
HoloViewsWidget.prototype.init_... | Added comms registry on HoloViewsWidget | pyviz_holoviews | train |
87f3ba13eaa21b937dda21a2f89fc9a1319c1182 | diff --git a/rails2-maven-plugin/src/main/java/de/saumya/mojo/rails/GenerateMojo.java b/rails2-maven-plugin/src/main/java/de/saumya/mojo/rails/GenerateMojo.java
index <HASH>..<HASH> 100644
--- a/rails2-maven-plugin/src/main/java/de/saumya/mojo/rails/GenerateMojo.java
+++ b/rails2-maven-plugin/src/main/java/de/saumya/mo... | do not fork on rails generate | torquebox_jruby-maven-plugins | train |
a277a76f616ad77e43aed2aac7f56e097e0805c4 | diff --git a/src/python/pants/backend/jvm/tasks/junit_run.py b/src/python/pants/backend/jvm/tasks/junit_run.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/jvm/tasks/junit_run.py
+++ b/src/python/pants/backend/jvm/tasks/junit_run.py
@@ -96,7 +96,7 @@ class JUnitRun(TestRunnerTaskMixin, JvmToolTaskMixin, J... | Upgrade to junit-runner <I>.
Although a major version bump, the only change was removal of the
deprecated `-suppress-output` flag which was already unused by the
pants junit task.
Testing Done:
CI went green here:
<URL> | pantsbuild_pants | train |
6af1845090dd5619a07cd7aed180006613d85bb3 | diff --git a/bakery/management/commands/build.py b/bakery/management/commands/build.py
index <HASH>..<HASH> 100644
--- a/bakery/management/commands/build.py
+++ b/bakery/management/commands/build.py
@@ -1,17 +1,12 @@
import os
-import re
import six
-import sys
-import gzip
import shutil
-import logging
from django.... | reverting to pre-Gzip build.py | datadesk_django-bakery | train |
fda55437a0f47ed4a770e6be03993da4f005112b | diff --git a/pypsa/networkclustering.py b/pypsa/networkclustering.py
index <HASH>..<HASH> 100644
--- a/pypsa/networkclustering.py
+++ b/pypsa/networkclustering.py
@@ -67,7 +67,8 @@ def aggregategenerators(network, busmap, with_time=True, carriers=None, custom_s
attrs = network.components["Generator"]["attrs"]
... | networkclustering: no make consense for generator control | PyPSA_PyPSA | train |
665c8c7687f6e226abc49594aacf26e09ce1f064 | diff --git a/vulture/core.py b/vulture/core.py
index <HASH>..<HASH> 100644
--- a/vulture/core.py
+++ b/vulture/core.py
@@ -120,10 +120,10 @@ class Item(object):
def get_report(self, add_size=False):
if add_size:
line_format = 'line' if self.size == 1 else 'lines'
- size_report = ',... | Remove indices from format strings. | jendrikseipp_vulture | train |
f0bb6644c1c98a689eb094c544806490addf5d61 | diff --git a/proc.js b/proc.js
index <HASH>..<HASH> 100644
--- a/proc.js
+++ b/proc.js
@@ -57,7 +57,12 @@ const runCorroutine = (runnable, handle) => {
global[pidString] = handle.id
let nxt = safeNext(gen, val)
if (nxt.done) {
- pushEnd(handle.channel)
+ const myZone = zoneInfo[handle... | Wait until all spawned coroutines end | vacuumlabs_yacol | train |
a26eb29df116b3d082d4080c7989686004747c8c | diff --git a/src/VR.js b/src/VR.js
index <HASH>..<HASH> 100644
--- a/src/VR.js
+++ b/src/VR.js
@@ -708,6 +708,8 @@ const controllerIDs = {
fake: 'OpenVR Gamepad',
openvr: 'OpenVR Gamepad',
openvrTracker: 'OpenVR Tracker',
+ indexLeft: 'Valve Index (Left)',
+ indexRight: 'Valve Index (Right)',
oculusLeft: ... | Add Valve index controller detection in VR.js | exokitxr_exokit | train |
11af0df71e079cd9dda90f18ca724ebe801b071e | diff --git a/droidballet/src/main/java/com/lonepulse/droidballet/core/HiggsField.java b/droidballet/src/main/java/com/lonepulse/droidballet/core/HiggsField.java
index <HASH>..<HASH> 100644
--- a/droidballet/src/main/java/com/lonepulse/droidballet/core/HiggsField.java
+++ b/droidballet/src/main/java/com/lonepulse/droidb... | Refactor design to produce and consume on an event queue | sahan_DroidBallet | train |
93d7753192ee306c35971dcc705c3c0f86eb83b2 | diff --git a/wfdb/io/download.py b/wfdb/io/download.py
index <HASH>..<HASH> 100644
--- a/wfdb/io/download.py
+++ b/wfdb/io/download.py
@@ -511,7 +511,7 @@ def dl_files(db, dl_dir, files, keep_subdirs=True, overwrite=False):
db_url = posixpath.join(PN_CONTENT_URL, db_dir) + '/'
# Check if the database is val... | dl_files: use HEAD when no content is desired.
This function requests the file index of the specified database, to
check whether it exists, but does not actually read its contents.
This is a waste of bandwidth and a waste of processing time on both
ends. Change this to perform a HEAD request instead. | MIT-LCP_wfdb-python | train |
9dbf7e9d2950a7ba3fe4dba34d7d6ca044cd97b2 | diff --git a/src/server/storage/mongo.js b/src/server/storage/mongo.js
index <HASH>..<HASH> 100644
--- a/src/server/storage/mongo.js
+++ b/src/server/storage/mongo.js
@@ -481,7 +481,10 @@ function Mongo(mainLogger, gmeConfig) {
Q.ninvoke(self.client, 'collection', projectId)
.then(function... | Create 'tags' document at project creation (#<I>)
Former-commit-id: b9efaf4bca<I>ff6fb7f9bb<I>cc8c4eaaa8d<I>c6 | webgme_webgme-engine | train |
08f1a739122882b151fca580bd6881b30f90750a | diff --git a/config/app_config.php b/config/app_config.php
index <HASH>..<HASH> 100644
--- a/config/app_config.php
+++ b/config/app_config.php
@@ -176,6 +176,8 @@ return [
'isCustomerAllowedToModifyOwnOrders' => true,
+ 'isCustomerAllowedToViewOwnOrders' => true,
+
'showStatisticsForAdmins'... | isCustomerAllowedToViewOwnOrders | foodcoopshop_foodcoopshop | train |
5e235182e75cbeb5333605b407fbaf7bdb6e96e5 | diff --git a/lib/instana/tracing/processor.rb b/lib/instana/tracing/processor.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/tracing/processor.rb
+++ b/lib/instana/tracing/processor.rb
@@ -7,12 +7,10 @@ module Instana
@queue = Queue.new
end
- ##
- # add
- #
# Adds a trace to the queue to b... | Updated Yard doc and utility methods. | instana_ruby-sensor | train |
553ae804cb5d526f522c5cb342d4917a99961018 | diff --git a/kundera-core/src/main/java/com/impetus/kundera/graph/Node.java b/kundera-core/src/main/java/com/impetus/kundera/graph/Node.java
index <HASH>..<HASH> 100644
--- a/kundera-core/src/main/java/com/impetus/kundera/graph/Node.java
+++ b/kundera-core/src/main/java/com/impetus/kundera/graph/Node.java
@@ -21,9 +21,... | Fix Added for issue #<I> | Impetus_Kundera | train |
2397b9b1242c3a25cfc095421721b67133b5ee5c | diff --git a/lib/fluent/plugin/buf_file.rb b/lib/fluent/plugin/buf_file.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/buf_file.rb
+++ b/lib/fluent/plugin/buf_file.rb
@@ -170,10 +170,14 @@ module Fluent
def generate_chunk(metadata)
# FileChunk generates real path with unique_id
if @file... | log when a new file chunk has been created | fluent_fluentd | train |
1f1a6257bcefc026775f4e5b0ccdbfc72dedc22b | diff --git a/gossip/state/state_test.go b/gossip/state/state_test.go
index <HASH>..<HASH> 100644
--- a/gossip/state/state_test.go
+++ b/gossip/state/state_test.go
@@ -1112,19 +1112,20 @@ func TestGossipStateProvider_TestStateMessages(t *testing.T) {
go func() {
msg := <-peerCh
t.Log("Peer node got an answer, ",... | [FAB-<I>] Simplifying TestStateMessages
Simplifying TestStateMessages, removing timeout and adding additional
information in case of failure.
Change-Id: I5ba6a9bc<I>d2a<I>d8e<I>eb7b<I>c<I>ba6a6b | hyperledger_fabric | train |
159dda71f5a8ecf63448dcd21f4592cb798e3a22 | diff --git a/lib/resque/pool/pooled_worker.rb b/lib/resque/pool/pooled_worker.rb
index <HASH>..<HASH> 100644
--- a/lib/resque/pool/pooled_worker.rb
+++ b/lib/resque/pool/pooled_worker.rb
@@ -2,14 +2,26 @@ require 'resque/worker'
class Resque::Pool
module PooledWorker
- def shutdown_with_pool
- shutdown_wi... | Bringing back master pid detection, to fix docker | nevans_resque-pool | train |
ce011ebd76f3baa9020873145600d485c089c0d1 | diff --git a/src/test/java/org/paumard/spliterators/GroupingSpliteratorTest.java b/src/test/java/org/paumard/spliterators/GroupingSpliteratorTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/paumard/spliterators/GroupingSpliteratorTest.java
+++ b/src/test/java/org/paumard/spliterators/GroupingSpliteratorTes... | Added test for the creation of grouping spliterators on non-ordered streams | JosePaumard_streams-utils | train |
7741b094e297026dd9d11bd97195f6fbd7598f28 | diff --git a/src/frontend/org/voltcore/messaging/ForeignHost.java b/src/frontend/org/voltcore/messaging/ForeignHost.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltcore/messaging/ForeignHost.java
+++ b/src/frontend/org/voltcore/messaging/ForeignHost.java
@@ -310,7 +310,7 @@ public class ForeignHost {
... | Yeah that is gonna need 4 more bytes. | VoltDB_voltdb | train |
71568e08cd1005d81e11cfc0159e14c72ab5a92c | diff --git a/is.go b/is.go
index <HASH>..<HASH> 100644
--- a/is.go
+++ b/is.go
@@ -74,8 +74,8 @@ type I struct {
var noColorFlag bool
func init() {
- colorEnv := os.Getenv("IS_NO_COLOR") != "false"
- flag.BoolVar(&noColorFlag, "nocolor", colorEnv, "turns off colors")
+ envNoColor := os.Getenv("IS_NO_COLOR") == "tru... | Fix handling of the IS_NO_COLOR env variable
To make it behave as documented in the README:
> To turn off the colors (...) with the env var IS_NO_COLOR=true. | matryer_is | train |
ff9d3b27793de747d3087ccb90f1472354241d9f | diff --git a/angr/analyses/cfg.py b/angr/analyses/cfg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/cfg.py
+++ b/angr/analyses/cfg.py
@@ -147,15 +147,7 @@ class CFG(Analysis, CFGBase):
self._resolved_indirect_jumps = set()
self._unresolved_indirect_jumps = set()
- if self._enable_functio... | we are still resolving indirect jumps whenout symbolic backtraversal or advanced backward slicing enabled, but do not blindly ditch all targets that are resolved statically. | angr_angr | train |
a3d4065eff12eaba6334695bc58fe9ff5c714ce5 | diff --git a/src/BadaBoom/ChainNode/Provider/ExceptionSummaryProvider.php b/src/BadaBoom/ChainNode/Provider/ExceptionSummaryProvider.php
index <HASH>..<HASH> 100644
--- a/src/BadaBoom/ChainNode/Provider/ExceptionSummaryProvider.php
+++ b/src/BadaBoom/ChainNode/Provider/ExceptionSummaryProvider.php
@@ -24,11 +24,65 @@ c... | [provider] imporve summary provider
uri - add option it could be url or command line
code - for errors it will be human readable error code | formapro_BadaBoom | train |
7c39d8b3a429962c595f107ba2e8b244df9ad461 | diff --git a/Lib/ufo2fdk/featureTableWriter.py b/Lib/ufo2fdk/featureTableWriter.py
index <HASH>..<HASH> 100644
--- a/Lib/ufo2fdk/featureTableWriter.py
+++ b/Lib/ufo2fdk/featureTableWriter.py
@@ -92,10 +92,10 @@ def winStr(text):
"""
Convert string to FDK encoding for Windows.
"""
- return "".join([win... | featureTableWriter: don't return unicode strings | googlefonts_ufo2ft | train |
58a1a1bf123c3b7de65b739eb64c430cb8155f68 | diff --git a/packages/reflow-core/lib/reflow.js b/packages/reflow-core/lib/reflow.js
index <HASH>..<HASH> 100644
--- a/packages/reflow-core/lib/reflow.js
+++ b/packages/reflow-core/lib/reflow.js
@@ -118,6 +118,8 @@ class Reflow {
id: this.flake.gen(),
title: name,
totalCombinations: cur... | move deviceTag to metadata in matrix flow object
This is to prevent passing incorrect schema values to the circuit when pushing to the board | Yamsafer_reflow | train |
67fc48e2c5a982f76536517c3d74dd54978ac8a6 | diff --git a/src/Graviton/CoreBundle/Tests/Controller/AppControllerTest.php b/src/Graviton/CoreBundle/Tests/Controller/AppControllerTest.php
index <HASH>..<HASH> 100644
--- a/src/Graviton/CoreBundle/Tests/Controller/AppControllerTest.php
+++ b/src/Graviton/CoreBundle/Tests/Controller/AppControllerTest.php
@@ -77,6 +77,... | return empty collection when no records exist
Removes "Not Found" message on /core/app after setup without fixtures. | libgraviton_graviton | train |
c8bb43b445f177fdb68684c02c52f6ec9e8fc008 | diff --git a/pycuber/__init__.py b/pycuber/__init__.py
index <HASH>..<HASH> 100644
--- a/pycuber/__init__.py
+++ b/pycuber/__init__.py
@@ -3,6 +3,6 @@ from .helpers import fill_unknowns, array_to_cubies
__all__ = ["Cube", "Cubie", "Centre", "Corner", "Edge", "Square", "Step", "Formula"]
__title__ = "PyCuber"
-__ver... | Bump to version <I> | adrianliaw_PyCuber | train |
76525a33efd976b1fd39a6f11effc7fa23623cf6 | diff --git a/lib/taps/data_stream.rb b/lib/taps/data_stream.rb
index <HASH>..<HASH> 100644
--- a/lib/taps/data_stream.rb
+++ b/lib/taps/data_stream.rb
@@ -159,7 +159,7 @@ class DataStream
params[:json] = self.class.parse_json(params[:json]) if params.has_key?(:json)
return params
rescue JSON::Parser
- rais... | Indicate the reason for the corrupted data in the exception | ricardochimal_taps | train |
e2d8cac2ebefeb141648332707da2785d74be74f | diff --git a/hydpy/__init__.py b/hydpy/__init__.py
index <HASH>..<HASH> 100644
--- a/hydpy/__init__.py
+++ b/hydpy/__init__.py
@@ -104,7 +104,6 @@ pub.indexer = indextools.Indexer()
pub.config = configutils.Config()
dummies = dummytools.Dummies()
-warnings.filterwarnings('ignore', r'elementwise comparison failed')
... | Fix methods `__eq__` and `__ne__` of class `Variable` of module `variabletools` regarding the numpy "elementwise comparison failed" DeprecationWarning. | hydpy-dev_hydpy | train |
4ee1eac7982fd2190394baaf1a50c8789064f660 | diff --git a/fs-utils.js b/fs-utils.js
index <HASH>..<HASH> 100644
--- a/fs-utils.js
+++ b/fs-utils.js
@@ -26,6 +26,7 @@ var path = require( "path" );
module.exports = {
normalize: normalize,
+ basename: path.basename,
getExtension: getExtension,
getComponentNa... | Hidden files are no longer parsed with -a. | emilis_mpc | train |
d6ede9b79148e54f8182376cd1f8c115d71d565b | diff --git a/openquake/engine/tools/make_html_report.py b/openquake/engine/tools/make_html_report.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/tools/make_html_report.py
+++ b/openquake/engine/tools/make_html_report.py
@@ -17,6 +17,7 @@
# along with OpenQuake. If not, see <http://www.gnu.org/licenses/>.
imp... | Fixed also for Python 2
Former-commit-id: 2ff9d<I>a3dabb<I>efcc9b<I>f<I>a | gem_oq-engine | train |
0c670ebbf60676760c5dad37998699f0c95a1e2e | diff --git a/lib/project_euler_cli/archive_controller.rb b/lib/project_euler_cli/archive_controller.rb
index <HASH>..<HASH> 100644
--- a/lib/project_euler_cli/archive_controller.rb
+++ b/lib/project_euler_cli/archive_controller.rb
@@ -55,7 +55,7 @@ class ArchiveController
if id.between?(Problem.total - 9, Problem.... | Shorten Page::PROBLEMS_PER_PAGE to Page::LENGTH
Makes life easier. | ecssiah_project-euler-cli | train |
ba0313ac751e80f5e9dbd496e4009311d44fbd84 | diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java b/domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/main/java/org/jboss/as/domain/management/security/Sec... | [WFCORE-<I>] Add mechanism realm definitions so the mechanisms can discovery the name of the legacy security realm. | wildfly_wildfly-core | train |
9fde6edbf562a04c1b5b85b71c5b2613e3257833 | diff --git a/tsdb/wal/watcher.go b/tsdb/wal/watcher.go
index <HASH>..<HASH> 100644
--- a/tsdb/wal/watcher.go
+++ b/tsdb/wal/watcher.go
@@ -45,9 +45,14 @@ const (
// from the WAL on to somewhere else. Functions will be called concurrently
// and it is left to the implementer to make sure they are safe.
type WriteTo i... | tsdb/wal: Move comment of w.writer.Append(...) to the WriteTo interface (#<I>) | prometheus_prometheus | train |
0d268d875aae9b4e77f930efed818ccfcf1f4d30 | diff --git a/bcbio/bam/callable.py b/bcbio/bam/callable.py
index <HASH>..<HASH> 100644
--- a/bcbio/bam/callable.py
+++ b/bcbio/bam/callable.py
@@ -114,7 +114,8 @@ def _memory_safe_run(runner, params, data, region):
except subprocess.CalledProcessError, msg:
if num_runs < max_runs and ("insufficien... | Fixes for recent scaling work: ensure DownsampleBAM run as transcation, catch additional memory errors during callability | bcbio_bcbio-nextgen | train |
141e290d7fc1c0f3a9f03456c4086383dc9d99f5 | diff --git a/skd_tools/decorators.py b/skd_tools/decorators.py
index <HASH>..<HASH> 100644
--- a/skd_tools/decorators.py
+++ b/skd_tools/decorators.py
@@ -5,7 +5,7 @@ from django.http import HttpResponseBadRequest
from django.core.exceptions import ObjectDoesNotExist
-def _get_cache_key(prefix, *args, **kwargs):
+... | get_cache_key becomes public | steelkiwi_django-skd-tools | train |
21e43412c72d3ebe85493edff083606d3036ae3e | diff --git a/cassandra/io/asyncorereactor.py b/cassandra/io/asyncorereactor.py
index <HASH>..<HASH> 100644
--- a/cassandra/io/asyncorereactor.py
+++ b/cassandra/io/asyncorereactor.py
@@ -18,7 +18,7 @@ import logging
import os
import socket
import sys
-from threading import Event, Lock, Thread
+from threading import ... | asyncore: add method to wake loop and avoid idle spinning
PYTHON-<I> | datastax_python-driver | train |
ef740c3037360bb0992e4e16f1f6fe80d66e41ad | diff --git a/examples/ml_mlp.py b/examples/ml_mlp.py
index <HASH>..<HASH> 100644
--- a/examples/ml_mlp.py
+++ b/examples/ml_mlp.py
@@ -19,7 +19,7 @@ from pyspark.ml import Pipeline
# Define basic parameters
batch_size = 64
nb_classes = 10
-nb_epoch = 3
+nb_epoch = 1
# Load data
(x_train, y_train), (x_test, y_tes... | minor changes in first ml example | maxpumperla_elephas | train |
176f28f3395be273d06f38ce531b1fa16a1da9bd | diff --git a/settings/ci.settings.php b/settings/ci.settings.php
index <HASH>..<HASH> 100644
--- a/settings/ci.settings.php
+++ b/settings/ci.settings.php
@@ -13,3 +13,23 @@ $settings['file_private_path'] = $dir . '/files-private';
$settings['trusted_host_patterns'] = array(
'^.+$',
);
+
+/**
+ * Sensible CI defau... | Updating CI settings with a default database. (#<I>) | acquia_blt | train |
39dda0a8497df7b832fa3ea16248d60e4cfdbaff | diff --git a/base/src/main/java/net/time4j/format/TextAccessor.java b/base/src/main/java/net/time4j/format/TextAccessor.java
index <HASH>..<HASH> 100644
--- a/base/src/main/java/net/time4j/format/TextAccessor.java
+++ b/base/src/main/java/net/time4j/format/TextAccessor.java
@@ -1,6 +1,6 @@
/*
* ---------------------... | Smart parsing of protected space
see issue #<I> | MenoData_Time4J | train |
2f29ecd1909f413f247ae7f2afae378507e7a5f7 | diff --git a/test/bundleRequireJs-test.js b/test/bundleRequireJs-test.js
index <HASH>..<HASH> 100644
--- a/test/bundleRequireJs-test.js
+++ b/test/bundleRequireJs-test.js
@@ -456,7 +456,7 @@ vows.describe('transforms.bundleRequireJs').addBatch({
}
}
},
- 'After loading a test case with a n... | Updated bundleRequireJs test to test for a problem with a non-foldable item in a require/define array (#<I>). | assetgraph_assetgraph | train |
ab40608386537fd7f9f5749a0986cc46936457c9 | diff --git a/tube.py b/tube.py
index <HASH>..<HASH> 100644
--- a/tube.py
+++ b/tube.py
@@ -24,7 +24,8 @@ class Isort(Helper):
class UnitTests(Nosetests):
def get_args(self, *args, **kwargs):
- return ['-x', '--with-doctest', '--doctest-options=+ELLIPSIS',
+ return ['-x', '--with-doctest',
+ ... | Make doctest fail fast
If a line in one of my doctests fails, it almost always means the rest
of the lines won't work, because they often build off each other.
This change will prevent every single subsequent line failure from being
shown to me, forcing me to scroll up to see the real failure. | blaix_tdubs | train |
875ba4d1f3a4af52dd53c7424433633915c6e019 | diff --git a/build/tasks/build.js b/build/tasks/build.js
index <HASH>..<HASH> 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -15,7 +15,7 @@ var jsName = paths.packageName + '.js';
gulp.task('build-index', function(){
var importsToAdd = [];
var files = [
- 'html-import-template-loader.js'
+ ... | - gulp entry point task must be named as "default", gulp requires at least one "default" task to run
- rename main file name | aurelia_html-import-template-loader | train |
3e8bd33303fed70d3088a2cd950cada4a2656b8f | diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java b/byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java
index <HASH>..<HASH> 100644
--- a/byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java
+++ b/byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java
@@ -7255,6 +7255,... | Added mask for removing ASM pseudo modifiers. | raphw_byte-buddy | train |
62efb0aa2ea4a280fff2c2342de98e706aef6932 | diff --git a/lib/schema_registry.js b/lib/schema_registry.js
index <HASH>..<HASH> 100644
--- a/lib/schema_registry.js
+++ b/lib/schema_registry.js
@@ -13,6 +13,8 @@ var SchemaRegistry = function(){
this.schemas = {};
// map of schema-ids -> version -> schemas
this.versions = {};
+ // map of hash -> sc... | get schema by hash and retrieve current hash for schema | odogono_elsinore-js | train |
da1c0676710ffa5c2666f226c0be3cf8b9a2bff3 | diff --git a/src/Aura/Intl/TranslatorLocator.php b/src/Aura/Intl/TranslatorLocator.php
index <HASH>..<HASH> 100644
--- a/src/Aura/Intl/TranslatorLocator.php
+++ b/src/Aura/Intl/TranslatorLocator.php
@@ -130,9 +130,9 @@ class TranslatorLocator
/**
*
- * An object of type PackagesInterface
+ * An ob... | Fix a couple docblocks in TranslatorLocator | auraphp_Aura.Intl | train |
7e1f2bce870c4b5fed7f55c91c844e974bec0485 | diff --git a/lib/reveal-ck/presentation.rb b/lib/reveal-ck/presentation.rb
index <HASH>..<HASH> 100644
--- a/lib/reveal-ck/presentation.rb
+++ b/lib/reveal-ck/presentation.rb
@@ -23,3 +23,25 @@ module RevealCK
end
end
+
+module RevealCK
+ class Presentation
+
+ def self.load(file)
+ presentation = Presen... | [slides.rb] Load Presentation stuff from file | jedcn_reveal-ck | train |
f3981138e7a51159be6b9f670a92632275503282 | diff --git a/addons/devops/src/main/java/io/fabric8/forge/devops/DevOpsEditCommand.java b/addons/devops/src/main/java/io/fabric8/forge/devops/DevOpsEditCommand.java
index <HASH>..<HASH> 100644
--- a/addons/devops/src/main/java/io/fabric8/forge/devops/DevOpsEditCommand.java
+++ b/addons/devops/src/main/java/io/fabric8/f... | lets only edit the maven/docker/fabric8 plugin data if the project hasn't been configured yet in devops-edit | fabric8io_fabric8-forge | train |
24a0fe55e468c86097d948f9da72f42c894eaa89 | diff --git a/db/sql.php b/db/sql.php
index <HASH>..<HASH> 100644
--- a/db/sql.php
+++ b/db/sql.php
@@ -220,11 +220,14 @@ class SQL {
'/';
}
if ($log)
- $this->log.=($stamp?(date('r').' '):'').'('.
- sprintf('%.1f',1e3*(microtime(TRUE)-$now)).'ms) '.
+ $this->log.=($stamp?(date('r').' '):''... | Bug fix: Incorrect timing in SQL query logs | bcosca_fatfree-core | train |
79b13e764de4be0a48874b6274935720da859449 | diff --git a/core/poi/lib/webpack/webpack.config.js b/core/poi/lib/webpack/webpack.config.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/webpack/webpack.config.js
+++ b/core/poi/lib/webpack/webpack.config.js
@@ -45,7 +45,15 @@ module.exports = (config, api) => {
config.merge({ entry: webpackEntry })
/** Set ... | fix: include .wasm .mjs in resolve.extensions, closes #<I> | egoist_poi | train |
712411a60ab93c5592363f5965d0e2971bbd5a50 | diff --git a/implementations/micrometer-registry-dynatrace/src/main/java/io/micrometer/dynatrace/DynatraceNamingConvention.java b/implementations/micrometer-registry-dynatrace/src/main/java/io/micrometer/dynatrace/DynatraceNamingConvention.java
index <HASH>..<HASH> 100644
--- a/implementations/micrometer-registry-dynat... | Sanitize meter names for Dynatrace
Fixes the known meter name from micrometer-core that does not conform to Dynatrace's meter naming convention. Additionally, it sanitizes characters not accepted in meter names by replacing them with an underscore `_`.
Resolves #<I> | micrometer-metrics_micrometer | train |
a3c1a356abccf67c5a18035076ec14663c9486a4 | diff --git a/lib/connection.js b/lib/connection.js
index <HASH>..<HASH> 100644
--- a/lib/connection.js
+++ b/lib/connection.js
@@ -556,6 +556,7 @@ module.exports = (function () {
* Join
*/
dbHelper.prototype.join = function (collection, options, cb) {
+ var self = this;
var _query, attributes... | Move processing multilevel results to own method | appscot_sails-orientdb | train |
540d854e24d2aab558659d433ffaed4f373793b1 | diff --git a/src/routers/StackRouter.js b/src/routers/StackRouter.js
index <HASH>..<HASH> 100644
--- a/src/routers/StackRouter.js
+++ b/src/routers/StackRouter.js
@@ -71,9 +71,12 @@ export default (routeConfigs, stackConfig) => {
})
);
}
- const params = (route.params ||
+ const get... | fix: initial route missing params from getDefaultParams | shimohq_shimo-navigation | train |
724333a917d0a5aecedd6d4272d7878b4fe2e63d | diff --git a/src/main/java/com/couchbase/client/core/config/DefaultMemcachedBucketConfig.java b/src/main/java/com/couchbase/client/core/config/DefaultMemcachedBucketConfig.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/client/core/config/DefaultMemcachedBucketConfig.java
+++ b/src/main/java/com/couc... | JVMCBC-<I>: Only run carrier refresh if bucket is actually subscribed.
Change-Id: I<I>a<I>b<I>cd8c8a<I>fe8afbf8bbfdf<I>aa | couchbase_couchbase-jvm-core | train |
bd38a25381e426c4a1474c360dc00d39621b1f5d | diff --git a/src/Codeception/Test/Gherkin.php b/src/Codeception/Test/Gherkin.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Test/Gherkin.php
+++ b/src/Codeception/Test/Gherkin.php
@@ -10,9 +10,10 @@ use Codeception\Lib\Di;
use Codeception\Scenario;
use Codeception\Step\Comment;
use Codeception\Step\Meta;
+use... | Added JUnit report to Gherkin (#<I>) | Codeception_Codeception | train |
077398a2c2a533b07517b121b34713a2e43bcc63 | diff --git a/django_seed/management/commands/seed.py b/django_seed/management/commands/seed.py
index <HASH>..<HASH> 100644
--- a/django_seed/management/commands/seed.py
+++ b/django_seed/management/commands/seed.py
@@ -1,29 +1,27 @@
+import argparse
from django.core.management.base import AppCommand
from django_seed ... | Update seed management command and runtests.py (#<I>)
* Use argparse instead of optparse
* Use self.stdout.write instead of print
* Update help text in command
* Remove redundant import in runtests.py
* Add nose argument --exe to avoid skipping executable files
* Minor formatting changes | Brobin_django-seed | train |
328b2d2f35ec704f1eca18e79e88e56217d07fe1 | diff --git a/great_expectations/dataset/sqlalchemy_dataset.py b/great_expectations/dataset/sqlalchemy_dataset.py
index <HASH>..<HASH> 100644
--- a/great_expectations/dataset/sqlalchemy_dataset.py
+++ b/great_expectations/dataset/sqlalchemy_dataset.py
@@ -394,4 +394,37 @@ class SqlAlchemyDataSet(MetaSqlAlchemyDataSet):
... | Add column_sum expectation and test for sqlalchemy | great-expectations_great_expectations | train |
77eb2e8778f85d1f79da473b1a32b58c61a07f9f | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,10 @@ Here is the general pattern of usage for the Copy Command:
## Release Notes
+### 1.0.2
+
+- ConversionHelper has been generified. See [`ExoticTypes`](https://raw.githubusercontent.com/eclecticlogic/p... | generified ConversionHelper interface. | eclecticlogic_pedal-dialect | train |
838650b0ac755dcb88813976fe65351e2be0b5d8 | diff --git a/lib/Drivers/DDL/mysql.js b/lib/Drivers/DDL/mysql.js
index <HASH>..<HASH> 100755
--- a/lib/Drivers/DDL/mysql.js
+++ b/lib/Drivers/DDL/mysql.js
@@ -11,20 +11,8 @@ exports.drop = function (driver, opts, cb) {
pending = queries.length;
- if (driver.opts.pool) {
- return driver.db.pool.getConnection(func... | Changes mysql DDL to use execQuery instead of checking for pool (#<I>)
This also fixes when debug is on and no DDL queries are shown | dresende_node-orm2 | train |
05b5538ee77c47f8591f80346c70f70949b67db5 | diff --git a/write.go b/write.go
index <HASH>..<HASH> 100644
--- a/write.go
+++ b/write.go
@@ -106,14 +106,18 @@ func (n *Narcissus) writeSliceField(field reflect.Value, fieldType reflect.Struc
}
func (n *Narcissus) writeMapField(field reflect.Value, fieldType reflect.StructField, path, fieldPath string) (err error... | Purge map entries in writeMapField() | raphink_narcissus | train |
46dffc85da35a52c35d944e9d260409dde242615 | diff --git a/test/testsuite/runtime/query/SubQueryTest.php b/test/testsuite/runtime/query/SubQueryTest.php
index <HASH>..<HASH> 100644
--- a/test/testsuite/runtime/query/SubQueryTest.php
+++ b/test/testsuite/runtime/query/SubQueryTest.php
@@ -220,7 +220,7 @@ class SubQueryTest extends BookstoreTestBase
$this->assert... | Fix cs for testSubQueryCount() | propelorm_Propel | train |
4dabe1ca502efb8e561095a020c2379511e4f0f1 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,20 @@ Mustache Express lets you use Mustache and Express 3 together, including auto-lo
## Usage
var mustacheExpress = require('mustache-express');
- app.engine('mustache', mustacheExpress(__dirname + '/... | Default views directory and extension from Express data | bryanburgers_node-mustache-express | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.