hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
573dd7246ebd1e7e9331281c962e1801b0cad542 | diff --git a/lib/delayed/backend/active_record/railtie.rb b/lib/delayed/backend/active_record/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/delayed/backend/active_record/railtie.rb
+++ b/lib/delayed/backend/active_record/railtie.rb
@@ -1,12 +1,12 @@
+# frozen_string_literal: true
+
module Delayed
module Backend
... | Fix Rails autoloading
Delay initializing of backend until all initializers have run. | collectiveidea_delayed_job_active_record | train |
ef821c4dbaf3bf0e3b040161ba4d7d179cdb8fe2 | diff --git a/src/Humbug/Command/Humbug.php b/src/Humbug/Command/Humbug.php
index <HASH>..<HASH> 100644
--- a/src/Humbug/Command/Humbug.php
+++ b/src/Humbug/Command/Humbug.php
@@ -91,7 +91,7 @@ class Humbug extends Command
$process->start();
usleep(1000);
while ($process->isRunning()) {
- ... | Show progress via mutable files processed count | humbug_humbug | train |
016f75d369dc3c8bd105ad384c9e928d73b7c7c5 | diff --git a/spyder/plugins/statusbar/plugin.py b/spyder/plugins/statusbar/plugin.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/statusbar/plugin.py
+++ b/spyder/plugins/statusbar/plugin.py
@@ -83,10 +83,9 @@ class StatusBar(SpyderPluginV2):
----------
widget: StatusBarWidget
Widge... | Fix invisible widgets in the statusbar after organizing them | spyder-ide_spyder | train |
1fae401b636cee14d31aa9556e4e2ae6adfd40ff | diff --git a/Classes/Scheduler/Base.php b/Classes/Scheduler/Base.php
index <HASH>..<HASH> 100644
--- a/Classes/Scheduler/Base.php
+++ b/Classes/Scheduler/Base.php
@@ -68,7 +68,18 @@ class Base
$context = Aimeos\Base::getContext( $config );
$langManager = \MShop_Factory::createManager( $context, 'locale/language... | Always use default and backend language for scheduler
Even if they are deactivated to prevent errors | aimeos_aimeos-typo3 | train |
7cac126526ea43ca1e43300e14099ca4afeea90f | diff --git a/dallinger/recruiters.py b/dallinger/recruiters.py
index <HASH>..<HASH> 100644
--- a/dallinger/recruiters.py
+++ b/dallinger/recruiters.py
@@ -1192,7 +1192,6 @@ def _descendent_classes(cls):
yield cls
-
def by_name(name):
"""Attempt to return a recruiter class by name. | Fix E<I> too many blank lines | Dallinger_Dallinger | train |
dcfb502e5c66345c99ed64c03f7df0ac77ca66dc | diff --git a/code/Controllers/RootURLController.php b/code/Controllers/RootURLController.php
index <HASH>..<HASH> 100644
--- a/code/Controllers/RootURLController.php
+++ b/code/Controllers/RootURLController.php
@@ -11,7 +11,6 @@ use SilverStripe\Core\ClassInfo;
use SilverStripe\Core\Config\Config;
use SilverStripe\Co... | Addresses #<I>
Note, I've got no idea behind the logic of should_be_on_root - the change is a best guess based on the fact that `Translatable` doesn't exist in SS4 yet | silverstripe_silverstripe-cms | train |
ef6c45bd53285174b4db2b6a205d3fe66b5bf44b | diff --git a/jujupy/client.py b/jujupy/client.py
index <HASH>..<HASH> 100644
--- a/jujupy/client.py
+++ b/jujupy/client.py
@@ -2641,6 +2641,7 @@ class ModelClient:
user_client.env.user_name = user_name
user_client.env.environment = qualified_model_name(
user_client.env.environ... | Save credentials file to new users directory. | juju_juju | train |
807df2010dcbb00f5e70bc87901273a62275aa6c | diff --git a/test/db/postgresql/rake_test.rb b/test/db/postgresql/rake_test.rb
index <HASH>..<HASH> 100644
--- a/test/db/postgresql/rake_test.rb
+++ b/test/db/postgresql/rake_test.rb
@@ -63,7 +63,7 @@ class PostgresRakeTest < Test::Unit::TestCase
Rake::Task["db:structure:dump"].invoke
assert File.exists... | [test] Postgres' low-hanging pieces to get in-house suite greener | jruby_activerecord-jdbc-adapter | train |
48268cecc0abee3282f3f38416ccd252d5087f12 | diff --git a/metal/mmtl/aws/mmtl_aws.py b/metal/mmtl/aws/mmtl_aws.py
index <HASH>..<HASH> 100644
--- a/metal/mmtl/aws/mmtl_aws.py
+++ b/metal/mmtl/aws/mmtl_aws.py
@@ -50,7 +50,8 @@ from metal.mmtl.aws import grid_search_mmtl
parser = argparse.ArgumentParser()
parser.add_argument(
- "--mode", choices=["list", "la... | Enable shutdown_all in aws. | HazyResearch_metal | train |
2b5aa67c5957acaa321cad5be6a5aa727b206b44 | diff --git a/images/builder/main.go b/images/builder/main.go
index <HASH>..<HASH> 100644
--- a/images/builder/main.go
+++ b/images/builder/main.go
@@ -67,7 +67,15 @@ func getImageName(o options, tag string, config string) (string, error) {
if err := yaml.Unmarshal(buf, &cloudbuildyamlFile); err != nil {
return "",... | fix projectID in built image logs | kubernetes_test-infra | train |
45278ec08d078e8bc72f8e933dea7fffc0c98d59 | diff --git a/src/components/autocomplete/autocomplete.spec.js b/src/components/autocomplete/autocomplete.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/autocomplete.spec.js
+++ b/src/components/autocomplete/autocomplete.spec.js
@@ -1204,6 +1204,40 @@ describe('<md-autocomplete>', function() {
... | fix(highlight-flags): make ^/$ work properly
Fixes #<I>
Closes #<I> | angular_material | train |
0200a3e510389a901680dd44ca8ae7bcd1d2e028 | diff --git a/packages/babel-types/src/asserts/generated/index.js b/packages/babel-types/src/asserts/generated/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-types/src/asserts/generated/index.js
+++ b/packages/babel-types/src/asserts/generated/index.js
@@ -414,6 +414,12 @@ export function assertInterfaceDecla... | Build InterfaceTypeAnnotation generated type code (#<I>) | babel_babel | train |
5b812a7044287f580fb828a36c766994c5764e71 | diff --git a/blueqat/vqe.py b/blueqat/vqe.py
index <HASH>..<HASH> 100644
--- a/blueqat/vqe.py
+++ b/blueqat/vqe.py
@@ -219,6 +219,29 @@ def get_qiskit_sampler(backend, **execute_kwargs):
execute_kwargs['shots'] = shots = 1024
def reduce_bits(bits, meas):
+ # In Qiskit 0.6.1, For example
+ ... | Workaround for ibm remote result | Blueqat_Blueqat | train |
668f45f0e85cc9ae92e5dab5655f96ad2d4f0eb9 | diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
index <HASH>..<HASH> 100644
--- a/spr... | Polish "Make RabbitTemplateConfigurer's setters public"
See gh-<I> | spring-projects_spring-boot | train |
a109c12452513339b39debf1b1b89b46936363a2 | diff --git a/test/immigrant_test.rb b/test/immigrant_test.rb
index <HASH>..<HASH> 100644
--- a/test/immigrant_test.rb
+++ b/test/immigrant_test.rb
@@ -20,7 +20,7 @@ class ImmigrantTest < ActiveSupport::TestCase
true
end
def primary_key(table)
- table !~ /s_.*s\z/ ? 'id' : nil
+ table.to_s !~ ... | fix brittle rails <I> test/mocking | jenseng_immigrant | train |
5c02979150d9c09d72b0856683f6304d4b7d4296 | diff --git a/src/Oci8/Connectors/OracleConnector.php b/src/Oci8/Connectors/OracleConnector.php
index <HASH>..<HASH> 100644
--- a/src/Oci8/Connectors/OracleConnector.php
+++ b/src/Oci8/Connectors/OracleConnector.php
@@ -4,6 +4,7 @@ namespace Yajra\Oci8\Connectors;
use PDO;
use Yajra\Pdo\Oci8;
+use Illuminate\Support... | Removed use of deprecated Laravel helper functions
removed use of array_get helper function in favour of the facade.
array_get helper has been deprecated in Laravel <I> and to be removed in future releases.
style ci fix
Revert "style ci fix"
This reverts commit <I>d<I>e1a3f<I>b<I>a0a<I>bc7a<I>ae. | yajra_laravel-oci8 | train |
452c65a3375172cdd4c64d3df8c80b3eceba1c1a | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## Unreleased
+### Fixed
+* Fix some methods to parse texts that have no change groups.
+
## 0.2.2
### Fixed
diff --git a/lib/nty_change_log/parser.rb b/lib/nty_change_log/parser.rb
index... | Fix methods to parse texts that have no change groups | naoty_NTYChangeLog | train |
0c01e5b262d0a09888520d2faf6148698b178f81 | diff --git a/out_request.js b/out_request.js
index <HASH>..<HASH> 100644
--- a/out_request.js
+++ b/out_request.js
@@ -117,6 +117,7 @@ TChannelOutRequest.prototype.onError = function onError(err, self) {
if (self.logical === false) {
self.emitErrorStat(err);
+ self.emitLatency();
}
};
@@ ... | out_req: move emit latency stat into out req | uber_tchannel-node | train |
a1cbd4133fc157275e5814fd9e01ef4d074c4e7a | diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/java/org/apache/shardingsphere/spring/boot/ShardingSphereAutoConfiguration.java b/shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingspher... | fixed example run failure (#<I>) | apache_incubator-shardingsphere | train |
6ad30b7c6cb35d7a5485718cae81509e5217e611 | diff --git a/scripts/lateralus.component.view.js b/scripts/lateralus.component.view.js
index <HASH>..<HASH> 100644
--- a/scripts/lateralus.component.view.js
+++ b/scripts/lateralus.component.view.js
@@ -126,7 +126,7 @@ define([
* before the View has been rendered to the DOM, and `{{#crossLink
* "Lateralus.C... | Fix deferredInitialize annotation. | Jellyvision_lateralus | train |
39e37166d8aeebebe538c0b684374f2de0534d44 | diff --git a/test/helper_pagify.rb b/test/helper_pagify.rb
index <HASH>..<HASH> 100644
--- a/test/helper_pagify.rb
+++ b/test/helper_pagify.rb
@@ -1,5 +1,5 @@
-class TestPagify < TestCase
+class PagifyCase < TestCase
def test_silent_unit_test_in_ruby18
end
diff --git a/test/test_active_record.rb b/test/test_a... | renamed TestPagify to PagifyCase to be more clear | godfat_pagify | train |
8aa63669210db7d28e5118504c848a81548f1c69 | diff --git a/volman/volman_executor_test.go b/volman/volman_executor_test.go
index <HASH>..<HASH> 100644
--- a/volman/volman_executor_test.go
+++ b/volman/volman_executor_test.go
@@ -65,7 +65,7 @@ var _ = Describe("Executor/Garden/Volman", func() {
config = executorinit.DefaultConfiguration
config.VolmanDriverP... | rename Csi to CSI to conform to Golang naming conventions
[#<I>](<URL>) | cloudfoundry_inigo | train |
f39830e087ed3abbe6a472ae4249b79032336938 | diff --git a/mutagen/easyid3.py b/mutagen/easyid3.py
index <HASH>..<HASH> 100644
--- a/mutagen/easyid3.py
+++ b/mutagen/easyid3.py
@@ -17,6 +17,7 @@ from fnmatch import fnmatchcase
import mutagen
import mutagen.id3
+import collections
from mutagen._util import dict_match
from mutagen.id3 import ID3, error, dele... | Fixed a problem with ALBUMARTISTSORT. | LordSputnik_mutagen | train |
7921e107da613bdb884975f8d8e031a5e7702ea9 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -34,7 +34,7 @@ return array(
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
- 'version' => '5.55.0',
+ 'version' => '5.55.1',
'aut... | Bump to version <I>. | oat-sa_extension-tao-testqti | train |
4e30ec48dc5c6eac16a3de7cebdf610c76d8d55e | diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py
index <HASH>..<HASH> 100644
--- a/src/foremast/__main__.py
+++ b/src/foremast/__main__.py
@@ -2,6 +2,7 @@
import argparse
import logging
+from . import runner
from .args import add_debug, add_env
from .consts import LOGGING_FORMAT
@@ -10,8 +11,8 @... | fix: Point infra subcommand to function | foremast_foremast | train |
b193ebff35f5e782089b79071b140330ffa27f12 | diff --git a/test/utils.js b/test/utils.js
index <HASH>..<HASH> 100644
--- a/test/utils.js
+++ b/test/utils.js
@@ -165,6 +165,8 @@ module.exports.filesAfter = function (b, n) {
assert(d.length === n.length, JSON.stringify([ d, n ]));
for (const ni of n) {
assert(d.indexOf(ni) >= 0, JSON.stringify([ d, n ]));... | first check all, then erase all. to simplify troubleshooting | zeit_pkg | train |
4f1540a85c087f77ae6b80c6102953f98be5264d | diff --git a/nose/test_actionAngle.py b/nose/test_actionAngle.py
index <HASH>..<HASH> 100644
--- a/nose/test_actionAngle.py
+++ b/nose/test_actionAngle.py
@@ -39,6 +39,25 @@ def test_actionAngleIsochroneApprox_otherIsochrone_freqs():
assert dOz < 10.**-6., 'actionAngleIsochroneApprox applied to isochrone potential... | also test angles of actionAngleIsochroneApprox vs. actionAngleIsochrone | jobovy_galpy | train |
620d7301cb20d485825ecab1a637ec28c3ca41d8 | diff --git a/go/client/cmd_pgp_gen.go b/go/client/cmd_pgp_gen.go
index <HASH>..<HASH> 100644
--- a/go/client/cmd_pgp_gen.go
+++ b/go/client/cmd_pgp_gen.go
@@ -73,11 +73,11 @@ func (v *CmdPGPGen) Run() (err error) {
var CheckRealName = libkb.Checker{
F: func(s string) bool {
- nameId, err := libkb.ParseIdentity(s)... | simple log despam measure; also fix govet | keybase_client | train |
b090090b8473174a5d9b8935b5380f88bdc602f1 | diff --git a/PHPDaemon/Clients/HTTP/Connection.php b/PHPDaemon/Clients/HTTP/Connection.php
index <HASH>..<HASH> 100644
--- a/PHPDaemon/Clients/HTTP/Connection.php
+++ b/PHPDaemon/Clients/HTTP/Connection.php
@@ -290,7 +290,7 @@ class Connection extends ClientConnection {
$this->charset = strtolower($p['charset'])... | Clients\HTTP: bugfix chunked unlimited read | kakserpom_phpdaemon | train |
9138fde6280f9786cc5aa8b7a113998e44a120d2 | diff --git a/test/com/google/javascript/jscomp/VariableReferenceCheckTest.java b/test/com/google/javascript/jscomp/VariableReferenceCheckTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/VariableReferenceCheckTest.java
+++ b/test/com/google/javascript/jscomp/VariableReferenceCheckTest.java
@... | Add a test of an odd pattern that shows up in Angular.
One of my upcoming CLs currently produces an error for this pattern, so having this test in place will make it easier to fix that CL.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
5e3c88c26e55b23351fc1e1a955de06842d3751c | diff --git a/classes/PodsUI.php b/classes/PodsUI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsUI.php
+++ b/classes/PodsUI.php
@@ -1370,7 +1370,8 @@ class PodsUI {
}
}
- $fields = $this->fields[ $this->action ];
+ if ( isset( $this->fields[ $this->action ] ) )
+ $fields = ... | No need to throw an error over it | pods-framework_pods | train |
67421bc6fb91676274ad8b51526aedc8c44efe6e | diff --git a/lib/svtplay_dl/service/aftonbladet.py b/lib/svtplay_dl/service/aftonbladet.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/service/aftonbladet.py
+++ b/lib/svtplay_dl/service/aftonbladet.py
@@ -58,13 +58,18 @@ class Aftonbladet(Service):
yield ServiceError("Can't find video info")
... | Add try/except for json parsing in Aftonbladet service | spaam_svtplay-dl | train |
85386c6a8ccbbc0340fcdc58f56c9b3a93bb22a0 | diff --git a/src/main/java/com/bitso/BitsoBalance.java b/src/main/java/com/bitso/BitsoBalance.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/bitso/BitsoBalance.java
+++ b/src/main/java/com/bitso/BitsoBalance.java
@@ -14,7 +14,15 @@ public class BitsoBalance {
public BigDecimal mxnAvailable; // MXN availa... | deprecate fee from BitsoBalance in place for feePercent and feeDecimal | bitsoex_bitso-java | train |
abeecacd55b63b8cb726e416fc36b882bac4ff99 | diff --git a/bin/cli.js b/bin/cli.js
index <HASH>..<HASH> 100644
--- a/bin/cli.js
+++ b/bin/cli.js
@@ -9,7 +9,7 @@
*
* Usage:
*
- * mathjs [scriptfile] {OPTIONS}
+ * mathjs [scriptfile(s)] {OPTIONS}
*
* Options:
*
@@ -19,6 +19,7 @@
* Example usage:
* mathjs Op... | cli: infrastructure for parsing multiple commandline options
As a side effect this enables specifying multiple scripts. | josdejong_mathjs | train |
9b670ee3ac113ec48fb6ffc8021c2bc76b9a0b2e | diff --git a/Lib/fontbakery/specifications/googlefonts_test.py b/Lib/fontbakery/specifications/googlefonts_test.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/specifications/googlefonts_test.py
+++ b/Lib/fontbakery/specifications/googlefonts_test.py
@@ -1142,6 +1142,32 @@ def test_id_066():
assert status == FAI... | pytest: test/<I>
(issue #<I>) | googlefonts_fontbakery | train |
72218191bf92e6e9c61a47fd89c72dba77a23350 | diff --git a/monolithe/command.py b/monolithe/command.py
index <HASH>..<HASH> 100644
--- a/monolithe/command.py
+++ b/monolithe/command.py
@@ -54,8 +54,8 @@ class Command(object):
if spec is None or len(spec) == 0:
spec = Command.get_spec(vsdurl=vsdurl, apiversion=version, rest_name=rest_name)
-... | Fixed TestRunner run_tests method | nuagenetworks_monolithe | train |
ffaf5d492ea754b6ae5845e326fcfad9be5f86e9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -20,6 +20,7 @@ module.exports = function hook (modules, onrequire) {
var name, basedir
if (core) {
+ if (modules && modules.indexOf(filename) === -1) return exports // abort if module name isn't on whitelist
... | Speed up require for non-patched modules | elastic_require-in-the-middle | train |
3e702678ee3f4761e929f95cb4d176ee185c52ea | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
author_email = "info@ecometrica.ca",
maintainer = "Michael Mulley",
maintainer_email = "michael@michaelmulley.com",
- url = "http://github.com/ecometrica/django-vinaigrette/",
+ url =... | Fix url in setup.py | ecometrica_django-dbarray | train |
eff089bd2e4b286c4ea0699bc96dd2129e0e0186 | diff --git a/benchexec/runexecutor.py b/benchexec/runexecutor.py
index <HASH>..<HASH> 100644
--- a/benchexec/runexecutor.py
+++ b/benchexec/runexecutor.py
@@ -167,7 +167,8 @@ def main(argv=None):
signal.signal(signal.SIGTERM, signal_handler_kill)
signal.signal(signal.SIGINT, signal_handler_kill)
- loggi... | Properly escaped output of started command | sosy-lab_benchexec | train |
d910d3793abe44ffddcab11f5902cc3dde7e45fc | diff --git a/addons/content-index/src/main/java/org/commonjava/indy/content/index/IndexingContentManagerDecorator.java b/addons/content-index/src/main/java/org/commonjava/indy/content/index/IndexingContentManagerDecorator.java
index <HASH>..<HASH> 100644
--- a/addons/content-index/src/main/java/org/commonjava/indy/cont... | Break for recursively fetching and indexing of transfer | Commonjava_indy | train |
977fab2640ade8714f8331c431e21e0046877b6a | diff --git a/test/test_traject_sequel_writer.rb b/test/test_traject_sequel_writer.rb
index <HASH>..<HASH> 100644
--- a/test/test_traject_sequel_writer.rb
+++ b/test/test_traject_sequel_writer.rb
@@ -46,6 +46,36 @@ describe "Traject::SequelWriter" do
end
end
+ describe "with only single values in output hash"... | but allow non-array output hash too, even though it's not really traject api | traject_traject_sequel_writer | train |
09ee9a761c109c31cd8789ec5e3419e9c083d302 | diff --git a/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java b/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java
index <HASH>..<HASH> 100755
--- a/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java
+++ b/drools-compiler/src/main/java/org/drools/ru... | JBRULES-<I> Getting tests working for new updated parser.\n Null restrictions are not detected and recorded as errors | kiegroup_drools | train |
69f85e8a6ab4eeb05d80446b2f0a76e270d46e64 | diff --git a/lib/dicom/Item.rb b/lib/dicom/Item.rb
index <HASH>..<HASH> 100644
--- a/lib/dicom/Item.rb
+++ b/lib/dicom/Item.rb
@@ -52,8 +52,8 @@ module DICOM
@length = -1 unless options[:length] or options[:bin]
if options[:parent]
@parent = options[:parent]
+ @index = options[:index] if o... | Fixed a regression where Item index where no longer stored correctly. | dicom_ruby-dicom | train |
200a972d9ca2378656894ee68f6d5fdc5fd1fc58 | diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index <HASH>..<HASH> 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -241,6 +241,7 @@
}
if (this.options.filter) {
this.$searchInput.val('');
+ this.$searchInput.focus()... | Is convenient if the filter immediately gets focus | wenzhixin_multiple-select | train |
b0095eea9d94c85cdb743e0673c355dffa5705a4 | diff --git a/core/metadata.go b/core/metadata.go
index <HASH>..<HASH> 100644
--- a/core/metadata.go
+++ b/core/metadata.go
@@ -12,6 +12,9 @@ import (
"github.com/TheThingsNetwork/ttn/utils/pointer"
)
+// metadata allows us to inherit Metadata in metadataProxy but only by extending the exported
+// attributes of Me... | [doc] Enhance doc of metadata | TheThingsNetwork_ttn | train |
11a90450941bc7e1986a3a05a0bf308dcc2592da | diff --git a/src/router/config/config.go b/src/router/config/config.go
index <HASH>..<HASH> 100644
--- a/src/router/config/config.go
+++ b/src/router/config/config.go
@@ -49,10 +49,10 @@ type Config struct {
Nats NatsConfig "nats"
Logging LoggingConfig "logging"
- Port uint16 "port"
- Index uint "index"
... | Add pidfile field to configuration struct | cloudfoundry_gorouter | train |
e3b651ed12535057fa58d4c4f9796d2db9f54a57 | diff --git a/fastlane_core/lib/fastlane_core.rb b/fastlane_core/lib/fastlane_core.rb
index <HASH>..<HASH> 100644
--- a/fastlane_core/lib/fastlane_core.rb
+++ b/fastlane_core/lib/fastlane_core.rb
@@ -78,7 +78,7 @@ module FastlaneCore
# Since we don't want to access FastlaneCore from spaceship
# this method is dupl... | get home directory in a cross platform way (#<I>)
* fix: get home directory in a cross platform way
<URL> | fastlane_fastlane | train |
d02017943feb313c02aa9df12ebb040317093a09 | diff --git a/spec/jgiven-report.spec.js b/spec/jgiven-report.spec.js
index <HASH>..<HASH> 100644
--- a/spec/jgiven-report.spec.js
+++ b/spec/jgiven-report.spec.js
@@ -27,18 +27,15 @@ class JGivenReportStage extends Stage {
scenarioName = 'Scenario';
an_existing_jgiven_directory(): this {
- try {
- ... | Extract createDirOrDoNothingIfExists in stage | jsGiven_jsGiven | train |
4fa1abd3c5a1a2dbc3085fa3a86143a630abdbe0 | diff --git a/datajoint/base_relation.py b/datajoint/base_relation.py
index <HASH>..<HASH> 100644
--- a/datajoint/base_relation.py
+++ b/datajoint/base_relation.py
@@ -139,11 +139,11 @@ class BaseRelation(RelationalOperand):
if isinstance(rows, RelationalOperand):
# INSERT FROM SELECT - build alt... | fixed a bug in server-side insert with missing attributes | datajoint_datajoint-python | train |
1cb855387d9550bc4baa2916c3e376317cb87c4e | diff --git a/src/DayPickerInput.js b/src/DayPickerInput.js
index <HASH>..<HASH> 100644
--- a/src/DayPickerInput.js
+++ b/src/DayPickerInput.js
@@ -170,7 +170,7 @@ export default class DayPickerInput extends React.Component {
getStateFromProps(props) {
const { dayPickerProps, formatDate, format } = props;
l... | Use dayPickerProps controlled month before value. | gpbl_react-day-picker | train |
871d2e9d511105c99626a567eb8ed997a191714c | diff --git a/src/test/java/com/igormaznitsa/jbbp/JBBPParserTest.java b/src/test/java/com/igormaznitsa/jbbp/JBBPParserTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/igormaznitsa/jbbp/JBBPParserTest.java
+++ b/src/test/java/com/igormaznitsa/jbbp/JBBPParserTest.java
@@ -1072,4 +1072,20 @@ public class JBBPP... | added tests with the stream position macros | raydac_java-binary-block-parser | train |
001e1e0bf9e131bd97627a37bcc97f2feecaf5b5 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -5,16 +5,22 @@ import (
"bytes"
"io"
"text/template"
+
+ "github.com/sergi/go-diff/diffmatchpatch"
+ "github.com/sourcegraph/annotate"
+ "github.com/sourcegraph/syntaxhighlight"
)
+var gfmDiff = HTMLConfig{
+ "",
+ "gi",
... | github_flavored_markdown: Improve diff highlighting.
Add detailed diff highlighting, apply only for -1,<I> blocks
(GitHub-style) for now. | shurcooL_highlight_diff | train |
817f3fc5668d82b5306cb3c7f91cad1ca9995da5 | diff --git a/src/Monolog/ConfigResolver.php b/src/Monolog/ConfigResolver.php
index <HASH>..<HASH> 100644
--- a/src/Monolog/ConfigResolver.php
+++ b/src/Monolog/ConfigResolver.php
@@ -84,18 +84,10 @@ class ConfigResolver
private function resolveHandlers(array $config)
{
foreach ($config as $key => $ha... | first iteration for optimize ConfigResolver | octolabot_CilexServiceProviders | train |
6d851788852fc5aa98f1a77fd35a259c19c0eceb | diff --git a/cassandra/src/main/java/org/hibernate/ogm/datastore/cassandra/CassandraDialect.java b/cassandra/src/main/java/org/hibernate/ogm/datastore/cassandra/CassandraDialect.java
index <HASH>..<HASH> 100644
--- a/cassandra/src/main/java/org/hibernate/ogm/datastore/cassandra/CassandraDialect.java
+++ b/cassandra/src... | OGM-<I> Letting Cassandra dialect inherit from BaseGridDialect | hibernate_hibernate-ogm | train |
fc7406260fbfa082cf62ef9754896f51d263c017 | diff --git a/sos/jupyter/kernel.js b/sos/jupyter/kernel.js
index <HASH>..<HASH> 100644
--- a/sos/jupyter/kernel.js
+++ b/sos/jupyter/kernel.js
@@ -655,8 +655,11 @@ define([
var tasks = $('[id^=status_]');
window.unknown_tasks = [];
for (var i = 0; i < tasks.length; ++i) {
- tasks[i... | Fix a task status query bug for arbitrary text with id status_ | vatlab_SoS | train |
fd5c23ed4a0a85502923620ebc4fb1637d7109ab | diff --git a/packages/node_modules/@webex/webex-core/src/interceptors/auth.js b/packages/node_modules/@webex/webex-core/src/interceptors/auth.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/webex-core/src/interceptors/auth.js
+++ b/packages/node_modules/@webex/webex-core/src/interceptors/auth.js
@@ -9... | fix: [webex-core] whitelisting domain | webex_spark-js-sdk | train |
b6440b6ec9d363669566558e059ea8b73bb7a47b | diff --git a/addon/components/pikaday-input.js b/addon/components/pikaday-input.js
index <HASH>..<HASH> 100644
--- a/addon/components/pikaday-input.js
+++ b/addon/components/pikaday-input.js
@@ -5,7 +5,7 @@ import moment from 'moment';
export default Ember.Component.extend({
tagName: 'input',
- attributeBindings... | Added the 'required' binding to allow use of html field validations. | adopted-ember-addons_ember-pikaday | train |
565809cc753c5c236b6c67c1e64e5f93f9d068d3 | diff --git a/src/styles/getPlatformElevation.ios.js b/src/styles/getPlatformElevation.ios.js
index <HASH>..<HASH> 100644
--- a/src/styles/getPlatformElevation.ios.js
+++ b/src/styles/getPlatformElevation.ios.js
@@ -3,8 +3,15 @@ import { black, transparent } from './colors';
import { ELEVATION_ZINDEX } from './constant... | Fix iOS zero elevation zIndex (#<I>)
* Fix iOS zero elevation zIndex
The zIndex should be 0 if there is no elevation.
* Fix missing semicolon | xotahal_react-native-material-ui | train |
8db3b28ec03b560659cd7930045faa8b6f850cac | diff --git a/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php b/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php
index <HASH>..<HASH> 100644
--- a/newsletter-bundle/src/Resources/contao/dca/tl_newsletter_recipients.php
+++ b/newsletter-bundle/src/Resources/contao/dca/tl_new... | [Newsletter] Always pass a DC object in the `toggleVisibility` callback (see #<I>) | contao_contao | train |
19757ae3e05ff7448edfc158f2059e06c7fe4504 | diff --git a/src/ol/proj/proj.js b/src/ol/proj/proj.js
index <HASH>..<HASH> 100644
--- a/src/ol/proj/proj.js
+++ b/src/ol/proj/proj.js
@@ -468,7 +468,7 @@ ol.proj.get = function(projectionLike) {
var projections = ol.proj.projections_;
projection = projections[code];
if (ol.ENABLE_PROJ4JS && !goog.isDef(... | Safeguard against cases where no projection and no proj4 is available | openlayers_openlayers | train |
bc2697feb7d06e3237450989615c340cb8c9660e | diff --git a/cmd/apex/root/root.go b/cmd/apex/root/root.go
index <HASH>..<HASH> 100644
--- a/cmd/apex/root/root.go
+++ b/cmd/apex/root/root.go
@@ -104,6 +104,12 @@ func Prepare(c *cobra.Command, args []string) error {
// config defaults
Config = aws.NewConfig()
+ if chdir != "" {
+ if err := os.Chdir(chdir); err... | move -C chdir flag check to beginning of preparation function. (#<I>) | apex_apex | train |
c78abd67cab9fdb5dbe3806feaad37f2ddedcbf6 | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -183,6 +183,10 @@ test('Uncompleted expression-call/array', function() {
throws(function(){
var x = jsep("[1,2");
}, "detects unfinished array");
+ throws(function(){
+ var x = jsep("-1+2... | Added test for #<I>, trailing operator | soney_jsep | train |
9fbbbe768f4df3d9e03046cd8894c88bee4042c4 | diff --git a/core/eolearn/core/eodata.py b/core/eolearn/core/eodata.py
index <HASH>..<HASH> 100644
--- a/core/eolearn/core/eodata.py
+++ b/core/eolearn/core/eodata.py
@@ -202,10 +202,11 @@ class EOPatch:
return '{}(shape={}, dtype={})'.format(EOPatch._repr_value_class(value), value.shape, value.dtype)
... | fix repr method for vectors without crs | sentinel-hub_eo-learn | train |
23aca94ca623fc47ab93341a0cecc191a7c50c1a | diff --git a/lib/sprockets/rails/helper.rb b/lib/sprockets/rails/helper.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/rails/helper.rb
+++ b/lib/sprockets/rails/helper.rb
@@ -77,7 +77,7 @@ module Sprockets
# Computes the full URL to a asset in the public directory. This
# method checks for errors befo... | Merge pull request #<I> from matthewd/precompile_extensions
Check precompile for the asset's logical_path | rails_sprockets-rails | train |
728ae7651b9f7fa536290f78d39b786540a1f401 | diff --git a/website/gatsby-node.js b/website/gatsby-node.js
index <HASH>..<HASH> 100644
--- a/website/gatsby-node.js
+++ b/website/gatsby-node.js
@@ -177,7 +177,7 @@ exports.createPages = ({ graphql, actions }) => {
id: page.id,
slug: slug,
... | Fix universe page titles if no separate title is set | explosion_spaCy | train |
15b98290808871e32eb3aca8bac2dea65a1d5361 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/EffectivePredicateExtractor.jav... | Fix EffectivePredicateExtractor range summary bug
Occurs when the RangeSet has no ranges. | prestodb_presto | train |
fa6215871a05e87a12fc391e5280e8794371bca6 | diff --git a/lib/geokit/mappable.rb b/lib/geokit/mappable.rb
index <HASH>..<HASH> 100644
--- a/lib/geokit/mappable.rb
+++ b/lib/geokit/mappable.rb
@@ -24,7 +24,6 @@ module Geokit
MILES_PER_LATITUDE_DEGREE = METERS_PER_LATITUDE_DEGREE * MILES_PER_METER
KMS_PER_LATITUDE_DEGREE = METERS_PER_LATITUDE_DEGREE *... | Fix units_per_longitude_degree and have tests from csgnetwork.com | geokit_geokit | train |
0e41afbc9c5e56433f4b31ec7ca48118e881af53 | diff --git a/code/administrator/components/com_files/views/files/tmpl/compact.php b/code/administrator/components/com_files/views/files/tmpl/compact.php
index <HASH>..<HASH> 100644
--- a/code/administrator/components/com_files/views/files/tmpl/compact.php
+++ b/code/administrator/components/com_files/views/files/tmpl/c... | re #<I> fixing final IE issue where the Flash uploader breaks when parent div is hidden | joomlatools_joomlatools-framework | train |
98f2158ce6a6b329120aeda9fa1c2836378e91f5 | diff --git a/spyderlib/plugins/inspector.py b/spyderlib/plugins/inspector.py
index <HASH>..<HASH> 100644
--- a/spyderlib/plugins/inspector.py
+++ b/spyderlib/plugins/inspector.py
@@ -9,7 +9,7 @@
from spyderlib.qt.QtGui import (QHBoxLayout, QVBoxLayout, QLabel, QSizePolicy,
QMenu, QToo... | (Fixes Issue <I>) Object inspector: if rich mode fails to render documentation, showing an error message and switching to plain text mode | spyder-ide_spyder | train |
733fdb1eadcceaeb59ab9b7bb0c697d9c6172053 | diff --git a/MANIFEST.in b/MANIFEST.in
index <HASH>..<HASH> 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,8 @@ include airtest/core/android/static/*/*/*
include airtest/core/android/static/*/*
include airtest/core/android/static/stf_libs/minicap-shared/aosp/libs/*/*/*.*
+include airtest/core/ios/iproxy/*
+
... | fix static file and typo
(cherry picked from commit <I>b9a<I>e<I>b1de<I>bed9f<I>cdb3f6) | AirtestProject_Airtest | train |
1c7a82c286da97863ef158d9ddf4c412579a4d13 | diff --git a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/AuthenticatingHttpServlet.java b/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/AuthenticatingHttpServlet.java
index <HASH>..<HASH> 100644
--- a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/AuthenticatingHttpServlet.jav... | Include exceptions in logger errors. | glyptodon_guacamole-client | train |
9afe4d0cc1c5bee68a3e28887125a31336e4f58f | diff --git a/xarray/util/print_versions.py b/xarray/util/print_versions.py
index <HASH>..<HASH> 100755
--- a/xarray/util/print_versions.py
+++ b/xarray/util/print_versions.py
@@ -68,7 +68,7 @@ def netcdf_and_hdf5_versions():
except ImportError:
try:
import h5py
- libhdf5_version = ... | Fix h5py version printing (#<I>)
* h5py version print
* zero f-strings given | pydata_xarray | train |
8f8edb976f2a26cfe3777a269ad7a1e5637c1ea7 | diff --git a/cf/commands/pluginrepo/repo_plugins.go b/cf/commands/pluginrepo/repo_plugins.go
index <HASH>..<HASH> 100644
--- a/cf/commands/pluginrepo/repo_plugins.go
+++ b/cf/commands/pluginrepo/repo_plugins.go
@@ -60,6 +60,11 @@ func (cmd *RepoPlugins) Execute(c flags.FlagContext) {
repoName := c.String("r")
rep... | Enforce https connections to plugins.cloudfoundry.org
[fix #<I>] | cloudfoundry_cli | train |
1a904849510cc564294270d2cd43d523a79c7aa8 | diff --git a/mesh_tensorflow/transformer/utils.py b/mesh_tensorflow/transformer/utils.py
index <HASH>..<HASH> 100644
--- a/mesh_tensorflow/transformer/utils.py
+++ b/mesh_tensorflow/transformer/utils.py
@@ -2333,7 +2333,7 @@ def run(tpu_job_name,
cluster=cluster,
mesh_devices=mesh_devices)
- if mode !=... | Support automatic sequence length calculation for score_eval.
PiperOrigin-RevId: <I> | tensorflow_mesh | train |
285c8f73160278ec3bab5465b9c1ed37e42ac85b | diff --git a/openquake/output/nrml.py b/openquake/output/nrml.py
index <HASH>..<HASH> 100644
--- a/openquake/output/nrml.py
+++ b/openquake/output/nrml.py
@@ -17,8 +17,6 @@
# version 3 along with OpenQuake. If not, see
# <http://www.gnu.org/licenses/lgpl-3.0.txt> for a copy of the LGPLv3 License.
-
-
"""
Base fu... | fixed pep8 warnings in output/nrml.py
Former-commit-id: <I>bac8e8d<I>d<I>fb<I>d8a1f<I> | gem_oq-engine | train |
cc63b83292e6648a19ae5f645e8292780fe927ee | diff --git a/chalkboard/chalkboard.js b/chalkboard/chalkboard.js
index <HASH>..<HASH> 100644
--- a/chalkboard/chalkboard.js
+++ b/chalkboard/chalkboard.js
@@ -616,8 +616,13 @@ var RevealChalkboard = window.RevealChalkboard || (function(){
recordEvent( { type:"open", begin: Date.now() - slideStart } );
}
};
+ f... | Added RevealChalkboard.reset() to delete all data | rajgoel_reveal.js-plugins | train |
6f2c7280cda6a9adcfc933330f6154d05a6cb3f8 | diff --git a/src/Aura/Di/Forge.php b/src/Aura/Di/Forge.php
index <HASH>..<HASH> 100644
--- a/src/Aura/Di/Forge.php
+++ b/src/Aura/Di/Forge.php
@@ -68,47 +68,43 @@ class Forge implements ForgeInterface
/**
*
* Creates and returns a new instance of a class using reflection and
- * the configuration ... | refactor newInstance() extract mergeParams(), and make allowance for positional override params (these take precedence over named override params) | auraphp_Aura.Di | train |
170aad57ce646df991a134a3937e3d4976e689cf | diff --git a/AuthModule.php b/AuthModule.php
index <HASH>..<HASH> 100644
--- a/AuthModule.php
+++ b/AuthModule.php
@@ -115,6 +115,8 @@ class AuthModule extends CWebModule
{
if ($user->isAdmin)
return true;
+ elseif ($user->isGuest)
+ $user->loginRequired();
}
else
throw new CException... | Improve non-logged-in users handling.
Redirect non-logged-in user to the login page, instead of throwing a HTTP Exception. | crisu83_yii-auth | train |
05811c2f706e90b3d08a1cf0c41bfeef5cff9baf | diff --git a/eventdef/eventdef.go b/eventdef/eventdef.go
index <HASH>..<HASH> 100644
--- a/eventdef/eventdef.go
+++ b/eventdef/eventdef.go
@@ -87,8 +87,11 @@ func (e *EventDefinition) UnmarshalJSON(raw []byte) error {
if reflect.ValueOf(v).Type().Name() == "float64" {
v = int64(v.(float64))
}
- value := ... | Guard against zero values initializating event/metric definitions and metrics | grafana_metrictank | train |
dbe35a495ce9bf58a958d80758c5e0c98fa5648a | diff --git a/cake/tests/cases/libs/object.test.php b/cake/tests/cases/libs/object.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/object.test.php
+++ b/cake/tests/cases/libs/object.test.php
@@ -323,7 +323,7 @@ class ObjectTest extends CakeTestCase {
*
* @var string
*/
- var $fixtures = array('cor... | Updating Object test to include fixtures for both comment fixtures. | cakephp_cakephp | train |
f7b9ac80a83f59d7b361828a5f5fec47b9f9b0be | diff --git a/structr-core/src/test/java/org/structr/common/SearchTest.java b/structr-core/src/test/java/org/structr/common/SearchTest.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/test/java/org/structr/common/SearchTest.java
+++ b/structr-core/src/test/java/org/structr/common/SearchTest.java
@@ -48,6 +48,7 @@... | Adds test for node queries by basic node types. | structr_structr | train |
8c07be00f18a2ccc26be7255a445d2abed57072e | diff --git a/specs/runner/stream-select/io/worker-pool.spec.php b/specs/runner/stream-select/io/worker-pool.spec.php
index <HASH>..<HASH> 100644
--- a/specs/runner/stream-select/io/worker-pool.spec.php
+++ b/specs/runner/stream-select/io/worker-pool.spec.php
@@ -44,6 +44,22 @@ describe('WorkerPool', function () {
... | detach worker and remove messages on error | peridot-php_peridot-concurrency | train |
9262a85e6caf317e3c7a573fc5c83b332c3e4558 | diff --git a/packer/rpc/communicator.go b/packer/rpc/communicator.go
index <HASH>..<HASH> 100644
--- a/packer/rpc/communicator.go
+++ b/packer/rpc/communicator.go
@@ -34,6 +34,11 @@ type CommunicatorStartResponse struct {
RemoteCommandAddress string
}
+type CommunicatorUploadArgs struct {
+ Path string
+ ReaderAdd... | packer/rpc: Communicator.Upload | hashicorp_packer | train |
bc368b9479ea8aea951688b00ba74857bae094a2 | diff --git a/src/CheckMobiRest.php b/src/CheckMobiRest.php
index <HASH>..<HASH> 100644
--- a/src/CheckMobiRest.php
+++ b/src/CheckMobiRest.php
@@ -3,9 +3,9 @@
namespace CheckMobiApi;
if ((@include 'HTTP/Request2.php') == 'OK')
- define("CHECKMOBI_USE_CURL", TRUE);
-else
define("CHECKMOBI_USE_CURL", FALSE);... | Fix using curl when HTTP2 is not available | checkmobi_checkmobi-php | train |
0aa506ebe107d77679e85691dc844d0d4d5ffbc1 | diff --git a/src/plugin.js b/src/plugin.js
index <HASH>..<HASH> 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -35,8 +35,6 @@ function SkyUXPlugin() {
modified = sourceCodeProviderPlugin.preload(modified, resourcePath);
modified = typeDocJsonProviderPlugin.preload(modified, resourcePath);
... | Do not warn in preload (#<I>) | blackbaud_skyux-builder-plugin-skyux | train |
c8f80dc897f595fe9cdf6d9fed5069c2214b310a | diff --git a/ezibpy.py b/ezibpy.py
index <HASH>..<HASH> 100644
--- a/ezibpy.py
+++ b/ezibpy.py
@@ -546,7 +546,12 @@ class ezIBpy():
elif contractTuple[1] == "FUT":
exp = str(contractTuple[4])
- exp = dataTypes["MONTH_CODES"][int(exp[4:])] + str(int(exp[:4]))
+ ... | round expiry day to expiry month in futures contracts | ranaroussi_ezibpy | train |
449000f57992faea05b33c7743c7e831312a29c9 | diff --git a/puzzle/plugins/vcf.py b/puzzle/plugins/vcf.py
index <HASH>..<HASH> 100644
--- a/puzzle/plugins/vcf.py
+++ b/puzzle/plugins/vcf.py
@@ -251,31 +251,44 @@ class VcfPlugin(Plugin):
yield variant
- def variants(self, case_id, skip=0, count=30, gene_list=None,
- freque... | Updated how to handle filters in vcf adapter | robinandeer_puzzle | train |
31f7281f772f6aa74efc2393a173e822ddf329c1 | diff --git a/saltapi/__init__.py b/saltapi/__init__.py
index <HASH>..<HASH> 100644
--- a/saltapi/__init__.py
+++ b/saltapi/__init__.py
@@ -68,6 +68,8 @@ class APIClient(object):
'''
Run :ref:`execution modules <all-salt.modules>` against batches of minions
+ .. versionadded:: 0.8.4
+
... | Added missing versionadded for the local_batch client addition | saltstack_salt | train |
752e12116ebc7b6fb6c683cd18d87cb5d53294f9 | diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js
index <HASH>..<HASH> 100644
--- a/src/structures/GuildChannel.js
+++ b/src/structures/GuildChannel.js
@@ -23,11 +23,6 @@ class GuildChannel extends Channel {
setup(data) {
super.setup(data);
/**
- * The topic of the Guild Chan... | Move topic to TextChannel (Fixes #<I>) | discordjs_discord.js | train |
5bd970f373e7af0eba1a359ed5821a914dd46f71 | diff --git a/plugins/ml/src/main/java/org/mwg/regression/linear/LinearRegressionNode.java b/plugins/ml/src/main/java/org/mwg/regression/linear/LinearRegressionNode.java
index <HASH>..<HASH> 100644
--- a/plugins/ml/src/main/java/org/mwg/regression/linear/LinearRegressionNode.java
+++ b/plugins/ml/src/main/java/org/mwg/r... | Improved matrix mgmt; improved tests | datathings_greycat | train |
218af8b34a5ee033bdf5b9ec2b97fe55ae6c9130 | diff --git a/openquake/commands/abort.py b/openquake/commands/abort.py
index <HASH>..<HASH> 100644
--- a/openquake/commands/abort.py
+++ b/openquake/commands/abort.py
@@ -44,7 +44,7 @@ def abort(job_id):
except Exception as exc:
print(exc)
break
- else:
+ else: # no bre... | Added comment [skip CI] | gem_oq-engine | train |
5387eae85dcaf6051d0d9fde7c108509d8cd7755 | diff --git a/sandbox/run_rhino.js b/sandbox/run_rhino.js
index <HASH>..<HASH> 100644
--- a/sandbox/run_rhino.js
+++ b/sandbox/run_rhino.js
@@ -1,5 +1,6 @@
load('bower_components/qunit/qunit/qunit.js');
load('bower_components/qunit-tap/lib/qunit-tap.js');
+load('bower_components/estraverse/estraverse.js');
load('bowe... | Update Rhino example since power-assert-formatter requires estraverse as runtime dependency. | power-assert-js_power-assert | train |
239e823b57ef7b2b89003a2dde38585dc867afa7 | diff --git a/lib/elasticsearch.rb b/lib/elasticsearch.rb
index <HASH>..<HASH> 100644
--- a/lib/elasticsearch.rb
+++ b/lib/elasticsearch.rb
@@ -8,7 +8,7 @@ require 'client'
module ElasticSearch
- def self.new(servers, options={})
- ElasticSearch::Client.new(servers, options)
+ def self.new(servers_or_url, opti... | set default index and type from server url
This is helpful on Heroku where server urls include the index.
ElasticSearch.new("http://<I>:<I>/index/type" sets default_index
to "index" and default_type to "type". You can still change them with
the default scope accessors and by passing :index and :type options.
Fixes #... | grantr_rubberband | train |
7c85cd3c9f59eccd29b39167be1566d64d28d2ff | diff --git a/pyte/dimension.py b/pyte/dimension.py
index <HASH>..<HASH> 100644
--- a/pyte/dimension.py
+++ b/pyte/dimension.py
@@ -106,12 +106,6 @@ class Dimension(object, metaclass=DimensionType):
"""Return the quotient of this :class:`Dimension` and `factor`"""
return self * (1.0 / factor)
- de... | the custom copy implementation is not required, the default one does the same | brechtm_rinohtype | train |
e5fa8dab04a66cc1f21c0dc235920ba2c1ebc160 | diff --git a/src/mopgui/mopgui/io/writer.py b/src/mopgui/mopgui/io/writer.py
index <HASH>..<HASH> 100644
--- a/src/mopgui/mopgui/io/writer.py
+++ b/src/mopgui/mopgui/io/writer.py
@@ -90,22 +90,3 @@ def format_ra_dec(ra_deg, dec_deg):
return formatted_ra, formatted_dec
-
-class AcceptRejectResultsWriter(object)... | Removed old result writer used for early experimentation which is no
longer used. | OSSOS_MOP | train |
40075c15047602a14ea8e0a11d04c8fadd0b16e8 | diff --git a/src/js/Form.js b/src/js/Form.js
index <HASH>..<HASH> 100755
--- a/src/js/Form.js
+++ b/src/js/Form.js
@@ -1281,6 +1281,12 @@ define( [ 'enketo-js/FormModel', 'enketo-js/widgets', 'jquery', 'enketo-js/plugi
$nodes.each( function() {
$output = $( this );
+
+ ... | changed: do not evaluate outputs that are children of disabled branches, #<I> | enketo_enketo-core | train |
edbb186a791088ac8bebdcb438facce00e6df5e2 | diff --git a/lib/ore/config.rb b/lib/ore/config.rb
index <HASH>..<HASH> 100644
--- a/lib/ore/config.rb
+++ b/lib/ore/config.rb
@@ -18,6 +18,16 @@ module Ore
DATA_DIR = File.expand_path(File.join('..','..','data'),File.dirname(__FILE__))
#
+ # The builtin templates used by Ore.
+ #
+ # @return [Arra... | Added Config.builtin_templates. | ruby-ore_ore | train |
41c0266be34deb7f06809e89eef88761313d6c2e | diff --git a/lib/specinfra/command/base/routing_table.rb b/lib/specinfra/command/base/routing_table.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/base/routing_table.rb
+++ b/lib/specinfra/command/base/routing_table.rb
@@ -1,7 +1,7 @@
class Specinfra::Command::Base::RoutingTable < Specinfra::Command::Base
... | Try to support ECMP routes
ECMP means that a single route can have multiple destinations E.g.
<I> proto zebra metric <I>
nexthop via <I> dev swp<I> weight 1 onlink
nexthop via <I> dev swp<I> weight 1 onlink
This modifies the regular expression to attempt to capture the data for
multiple routes. | mizzy_specinfra | train |
148e386c02b0a62e218489d25ed09d8d6b9344ed | diff --git a/ruby_event_store/lib/ruby_event_store/in_memory_repository.rb b/ruby_event_store/lib/ruby_event_store/in_memory_repository.rb
index <HASH>..<HASH> 100644
--- a/ruby_event_store/lib/ruby_event_store/in_memory_repository.rb
+++ b/ruby_event_store/lib/ruby_event_store/in_memory_repository.rb
@@ -63,7 +63,7 @@... | Kill mutation.
Not quite happy with this one but not a strong opinion too. | RailsEventStore_rails_event_store | train |
5ef6668b5ce063cbd2dc685cb32a2f6f78830e8c | diff --git a/src/Jaxon.php b/src/Jaxon.php
index <HASH>..<HASH> 100644
--- a/src/Jaxon.php
+++ b/src/Jaxon.php
@@ -38,6 +38,7 @@ class Jaxon
use \Jaxon\Utils\Traits\Manager;
use \Jaxon\Utils\Traits\Translator;
use \Jaxon\Utils\Traits\Paginator;
+ use \Jaxon\Utils\Traits\Template;
/**
* Pa... | The View class uses the template system to render views. | jaxon-php_jaxon-core | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.