hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
19efbd07cb2a73cadbcbb438d5920ad5701bcaff | diff --git a/app/forms/hyrax/forms/resource_form.rb b/app/forms/hyrax/forms/resource_form.rb
index <HASH>..<HASH> 100644
--- a/app/forms/hyrax/forms/resource_form.rb
+++ b/app/forms/hyrax/forms/resource_form.rb
@@ -41,6 +41,13 @@ module Hyrax
class Permission < Hyrax::ChangeSet
property :agent_name, vir... | support permissions from `currently_shared` partial
add `ResourceForm#to_hash` to support the `Hydra::AccessControls::Permissions`
API. | samvera_hyrax | train |
1b6331c332dbb69ff5836fc6ff8b219776a3513a | diff --git a/javascript/webdriver/firefoxdomexecutor.js b/javascript/webdriver/firefoxdomexecutor.js
index <HASH>..<HASH> 100644
--- a/javascript/webdriver/firefoxdomexecutor.js
+++ b/javascript/webdriver/firefoxdomexecutor.js
@@ -18,6 +18,7 @@ goog.require('bot.response');
goog.require('goog.json');
goog.require('go... | Add goog.require()s for implemented interfaces.
This will become a compiler warning/error soon. | SeleniumHQ_selenium | train |
222ca0fbd4df3265c45894bccbb0a24438042d80 | diff --git a/goatools/multiple_testing.py b/goatools/multiple_testing.py
index <HASH>..<HASH> 100755
--- a/goatools/multiple_testing.py
+++ b/goatools/multiple_testing.py
@@ -9,7 +9,6 @@ from __future__ import absolute_import
import sys
import random
import numpy as np
-from .ratio import count_terms
import collect... | Changed relative import into absolute import. | tanghaibao_goatools | train |
544f2f9535adb1489580a07673efc52523de5af9 | diff --git a/jodd-db/src/test/java/jodd/db/oom/DbOom2Test.java b/jodd-db/src/test/java/jodd/db/oom/DbOom2Test.java
index <HASH>..<HASH> 100644
--- a/jodd-db/src/test/java/jodd/db/oom/DbOom2Test.java
+++ b/jodd-db/src/test/java/jodd/db/oom/DbOom2Test.java
@@ -138,7 +138,7 @@ class DbOom2Test extends DbH2TestCase {
q.... | fix test for generated columns (due to h2 update) | oblac_jodd | train |
2b6108c0b2fd0a1551c793de95aa9999c92782c9 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -50,6 +50,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('quality')->defaultV... | Fix resizeHtmlInDom to allow non proportionnal resize of image | nyroDev_UtilityBundle | train |
3494d552cde2d772d4f18acc5207000a50e0ce6e | diff --git a/src/shape/util/PathProxy.js b/src/shape/util/PathProxy.js
index <HASH>..<HASH> 100644
--- a/src/shape/util/PathProxy.js
+++ b/src/shape/util/PathProxy.js
@@ -186,7 +186,7 @@ define(function (require) {
* @return {PathProxy}
*/
PathProxy.prototype.quadraticCurveTo = function (x1, y1, x2, y2... | Winding bug fix when first command is not M | ecomfe_zrender | train |
3829a60b79ac2673f9ece35cdefcac7b1d627a51 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -29,7 +29,7 @@ return array(
'label' => 'Delivery Management',
'description' => 'Manages deliveries using the ontology',
'license' => 'GPL-2.0',
- 'version' => '10.0.0',
+ 'version' ... | - added copyright
- downgraded extension versions | oat-sa_extension-tao-delivery-rdf | train |
897d4c4314b2dd69c73ddf15c45d8cd9d2a28300 | diff --git a/src/phpDocumentor/Descriptor/FileDescriptor.php b/src/phpDocumentor/Descriptor/FileDescriptor.php
index <HASH>..<HASH> 100644
--- a/src/phpDocumentor/Descriptor/FileDescriptor.php
+++ b/src/phpDocumentor/Descriptor/FileDescriptor.php
@@ -30,7 +30,7 @@ class FileDescriptor extends DescriptorAbstract impleme... | Corrected docblock vars | phpDocumentor_phpDocumentor2 | train |
3a3e3e84aa5504d3471f1f6681131f67df1beba5 | diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/cli_spec.rb
+++ b/spec/cli_spec.rb
@@ -584,7 +584,7 @@ describe 'Backup::CLI' do
syncers (cloud_files, rsync_local, rsync_pull, rsync_push, s3)
encryptors (gpg, openssl)
compressors (bzip2, custom, gzip, l... | add nagios to expected notifier options for cli specs | backup_backup | train |
7cbef9ba1378c28f58eaac38281c7bc218e528a7 | diff --git a/src/test/java/net/openhft/chronicle/map/CHMLatencyTestMain.java b/src/test/java/net/openhft/chronicle/map/CHMLatencyTestMain.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/openhft/chronicle/map/CHMLatencyTestMain.java
+++ b/src/test/java/net/openhft/chronicle/map/CHMLatencyTestMain.java
@@ -78,7 ... | Try to correct the CHMLatenctTestMain | OpenHFT_Chronicle-Map | train |
d4c0943ae03556d1834bfd254c450f27dc3622ee | diff --git a/strategies_test.go b/strategies_test.go
index <HASH>..<HASH> 100644
--- a/strategies_test.go
+++ b/strategies_test.go
@@ -92,3 +92,27 @@ func TestWaitWithMultipleDurations(t *testing.T) {
)
}
}
+
+func TestBackoff(t *testing.T) {
+ const backoffDuration = time.Duration(10 * time.Millisecond)
+
+ stra... | New test for the "Backoff" function | Rican7_retry | train |
ec17d1828fda4db53e53b56d09649005fa311c42 | diff --git a/src/experimentalcode/erich/LoOP.java b/src/experimentalcode/erich/LoOP.java
index <HASH>..<HASH> 100644
--- a/src/experimentalcode/erich/LoOP.java
+++ b/src/experimentalcode/erich/LoOP.java
@@ -208,19 +208,20 @@ public class LoOP<O extends DatabaseObject> extends AbstractAlgorithm<O, MultiRe
for(Int... | Make LoOP more statistically sensible. | elki-project_elki | train |
d0d050e9701cb439ebfb6e53924cbd10a59144e8 | diff --git a/src/main/java/org/dynjs/parser/js/Parser.java b/src/main/java/org/dynjs/parser/js/Parser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dynjs/parser/js/Parser.java
+++ b/src/main/java/org/dynjs/parser/js/Parser.java
@@ -1308,6 +1308,7 @@ public class Parser {
case PARAGRAPH_SEPARATOR:
... | Handle edge case in parser where return is followed by } | dynjs_dynjs | train |
1d0ed43e182b67572a2be4e6ef49b5ac9224007e | diff --git a/src/Framework/Console/Console.php b/src/Framework/Console/Console.php
index <HASH>..<HASH> 100755
--- a/src/Framework/Console/Console.php
+++ b/src/Framework/Console/Console.php
@@ -7,6 +7,7 @@ use Onion\Framework\Console\Interfaces\BufferInterface;
class Console implements ConsoleInterface
{
+ /** ... | Better handle quiet mode and introduce `getArguments` method | phOnion_console | train |
9f1c75593f5c2490dcdda91005c00c5ef88c9120 | diff --git a/src/com/google/javascript/jscomp/TypeValidator.java b/src/com/google/javascript/jscomp/TypeValidator.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/TypeValidator.java
+++ b/src/com/google/javascript/jscomp/TypeValidator.java
@@ -818,7 +818,7 @@ class TypeValidator implements Serial... | Fix a crash when extending a non-builtin class named Object
There are probably other cases where this triggers, too.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
564fb67a7715e86873f52a844948bc1e3b1307ab | diff --git a/Swat/SwatUIObject.php b/Swat/SwatUIObject.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatUIObject.php
+++ b/Swat/SwatUIObject.php
@@ -58,6 +58,12 @@ abstract class SwatUIObject extends SwatObject
*/
public function addStyleSheet($stylesheet, $display_order = 0)
{
+ if ($this->html_head_entries === ... | Throw exceptions here to make debugging possible.
svn commit r<I> | silverorange_swat | train |
052342c10631f3f34ed78ed533f8619db3617e44 | diff --git a/src/common/query.js b/src/common/query.js
index <HASH>..<HASH> 100644
--- a/src/common/query.js
+++ b/src/common/query.js
@@ -36,9 +36,17 @@ module.exports = {
var field = parts[0];
var operator = parts[1];
- query.where(field, operator, v);
+ if (_.isNull(v) && _.includes... | collections: find results with NULL values. | fahad19_firenze | train |
3886c1d8129c15f642b720574737ab8bd11bc365 | diff --git a/lib/nodes/bundle.js b/lib/nodes/bundle.js
index <HASH>..<HASH> 100644
--- a/lib/nodes/bundle.js
+++ b/lib/nodes/bundle.js
@@ -210,11 +210,11 @@ var BundleNode = exports.BundleNode = INHERIT(MagicNode, {
},
'create-js-node': function(ctx, tech, bundleNode, magicNode) {
- return this.setBe... | BundleNode: Use `js-i` tech to build .js files for bundles | bem-archive_bem-tools | train |
9a6b21209e73cf7603f79bba847fb4395efa7fd1 | diff --git a/src/ScayTrase/StoredFormsBundle/Entity/Value/Type/ChoiceValue.php b/src/ScayTrase/StoredFormsBundle/Entity/Value/Type/ChoiceValue.php
index <HASH>..<HASH> 100644
--- a/src/ScayTrase/StoredFormsBundle/Entity/Value/Type/ChoiceValue.php
+++ b/src/ScayTrase/StoredFormsBundle/Entity/Value/Type/ChoiceValue.php
@... | PHP <I> compatibility
removed junk | nemesis-platform_persistent-forms | train |
a9c6d100cb9a13b51f1dccb3e1ff1842c1db9bcb | diff --git a/drools-planner-core/src/main/java/org/drools/planner/core/constructionheuristic/placer/value/ValuePlacer.java b/drools-planner-core/src/main/java/org/drools/planner/core/constructionheuristic/placer/value/ValuePlacer.java
index <HASH>..<HASH> 100644
--- a/drools-planner-core/src/main/java/org/drools/planne... | Scalable construction heuristics: Placer: typo | kiegroup_optaplanner | train |
13521e171e73690e120225928feae52d908e0c41 | diff --git a/bin/gdb-ruby b/bin/gdb-ruby
index <HASH>..<HASH> 100755
--- a/bin/gdb-ruby
+++ b/bin/gdb-ruby
@@ -3,4 +3,7 @@
require 'gdb'
require 'shellwords'
-GDB::GDB.new(Shellwords.join(ARGV)).interact
+argv = Shellwords.join(ARGV)
+Process.setproctitle('gdb-ruby ' + argv)
+
+GDB::GDB.new(argv).interact
diff --gi... | set process title in bin/gdb-ruby | david942j_gdb-ruby | train |
ddb04d6d9c836836c50f242efd48051803f6ac28 | diff --git a/miflora/miflora_poller.py b/miflora/miflora_poller.py
index <HASH>..<HASH> 100644
--- a/miflora/miflora_poller.py
+++ b/miflora/miflora_poller.py
@@ -365,10 +365,10 @@ class HistoryEntry: # pylint: disable=too-few-public-methods
if temp_bytes[1] & 0x80 > 0:
temp_bytes = [temp_bytes[0... | get rid of strange tuple unpacking | open-homeautomation_miflora | train |
5516a684925d67bc5b9f86e574137d83335c2c4c | diff --git a/lib/conjure/service/rails_application.rb b/lib/conjure/service/rails_application.rb
index <HASH>..<HASH> 100644
--- a/lib/conjure/service/rails_application.rb
+++ b/lib/conjure/service/rails_application.rb
@@ -2,8 +2,8 @@ module Conjure
module Service
class RailsApplication < Basic
def initi... | Rename 'github_url' to 'origin' in RailsApplication | brianauton_conjure | train |
1c4198a5efb8061aa0b717b28bcae166b02c8dbd | diff --git a/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumDriverResourceHandler.java b/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumDriverResourceHandler.java
index <HASH>..<HASH> 100644
--- a/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumDriverResourceHandler.... | Make it easy to test IEHTA manually. Don't test it automatically.
r<I> | SeleniumHQ_selenium | train |
d9e456f797d6c4a79c582b8747c33ade81451529 | diff --git a/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java b/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.java
+++ b/structr-ui/src/test/java/org/structr/test/console/ConsoleTest.ja... | Fixes number of expected nodes and relationships in tests. | structr_structr | train |
fc00ae91e0d890e684c3327843eb8db6211085a3 | diff --git a/init.rb b/init.rb
index <HASH>..<HASH> 100644
--- a/init.rb
+++ b/init.rb
@@ -3,6 +3,7 @@ require 'active_support'
require 'shoulda'
require 'shoulda/active_record'
require 'shoulda/controller'
+require 'shoulda/controller/routing'
require 'shoulda/action_mailer'
if defined?(RAILS_ROOT)
diff --git a... | Actually works now. Added tests. | thoughtbot_shoulda-matchers | train |
bb833d19a1c563d9b545ca8197074b56f8834451 | diff --git a/src/main/java/com/basho/riak/client/api/RiakClient.java b/src/main/java/com/basho/riak/client/api/RiakClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/basho/riak/client/api/RiakClient.java
+++ b/src/main/java/com/basho/riak/client/api/RiakClient.java
@@ -26,6 +26,8 @@ import java.util.List;
... | Execute a RiakCommand synchronously with a specified client timeout. | basho_riak-java-client | train |
e626b3f5ba91a1cfe858fd8666b232dfae468abd | diff --git a/core/src/main/java/com/bazaarvoice/soa/registry/ZooKeeperServiceRegistry.java b/core/src/main/java/com/bazaarvoice/soa/registry/ZooKeeperServiceRegistry.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/bazaarvoice/soa/registry/ZooKeeperServiceRegistry.java
+++ b/core/src/main/java/com/bazaarvo... | Cleaned up the implementation of ZooKeeperServiceRegistry.makeEndpointPath. | bazaarvoice_ostrich | train |
8baafebd6e275e1d2b0a6743a2c3d9a5893d09bc | diff --git a/webapps/ui/cockpit/scripts/linkEnterprise.js b/webapps/ui/cockpit/scripts/linkEnterprise.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/scripts/linkEnterprise.js
+++ b/webapps/ui/cockpit/scripts/linkEnterprise.js
@@ -24,8 +24,12 @@ try {
fs.unlinkSync(srcDirectory + "/enterprise");
} catch {}
... | chore(build): don't fail when enterprise is present
related to CAM-<I> | camunda_camunda-bpm-platform | train |
8f8a3a77112ff8f164f3e488ab9f7ca2a5558fb9 | diff --git a/go/libkb/device.go b/go/libkb/device.go
index <HASH>..<HASH> 100644
--- a/go/libkb/device.go
+++ b/go/libkb/device.go
@@ -1,6 +1,7 @@
package libkb
import (
+ "errors"
keybase1 "github.com/keybase/client/protocol/go"
jsonw "github.com/keybase/go-jsonw"
"strings"
@@ -60,8 +61,39 @@ func NewBackupD... | looking up existing device descriptions to avoid dupes | keybase_client | train |
4bbabbb542894cb964dc1c55fa045a2ab9655718 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -58,4 +58,7 @@ setup(
},
test_suite='test_requests_kerberos',
tests_require=['mock'],
+ classifiers=[
+ "License :: OSI Approved :: ISC License (ISCL)"
+ ],
) | Added missing trove classifier for license
Now PYPI should be able to recognise license. | requests_requests-kerberos | train |
bbec4afb2535ad0b222197b989e62b3814baa809 | diff --git a/pnc-ui/Gruntfile.js b/pnc-ui/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/pnc-ui/Gruntfile.js
+++ b/pnc-ui/Gruntfile.js
@@ -119,8 +119,8 @@ module.exports = function (grunt) {
var middlewares = [];
middlewares.push(connect.static('.tmp'));
middlewares.push(connect()... | Replaced hard references to bower_components with <%= yeoman.lib %> | project-ncl_pnc | train |
995f8dfd71453037d86021a609e20d1303273fae | diff --git a/src/resources/views/requests/show.blade.php b/src/resources/views/requests/show.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/requests/show.blade.php
+++ b/src/resources/views/requests/show.blade.php
@@ -47,7 +47,7 @@
</tr>
<tr>
... | fix error happening when request has no referer | aschmelyun_larametrics | train |
fa632604eacf73c662b141bc6fd1cf9ce2ffba8c | diff --git a/lib/special_delivery/version.rb b/lib/special_delivery/version.rb
index <HASH>..<HASH> 100644
--- a/lib/special_delivery/version.rb
+++ b/lib/special_delivery/version.rb
@@ -1,3 +1,3 @@
module SpecialDelivery
- VERSION = "0.0.1"
+ VERSION = "1.0.0"
end | Bumped version to <I>! | liveh2o_special_delivery | train |
6d5bf32021e63154a90b6ffbd264cfbf2f0181a5 | diff --git a/quart/ctx.py b/quart/ctx.py
index <HASH>..<HASH> 100644
--- a/quart/ctx.py
+++ b/quart/ctx.py
@@ -205,8 +205,10 @@ def copy_current_app_context(func: Callable) -> Callable:
...
await asyncio.ensure_future(within_context())
-
"""
+ if not has_app_context():
+ raise Run... | Raise a useful error if copy a context outside of a context
This makes it much more informative to the user as to what has gone
wrong, rather than an obtuse AttributeError. | pgjones_quart | train |
db29ddae2b1afd7adf3f146fe4963164ec1a4ee1 | diff --git a/tests/unit/index-nodetest.js b/tests/unit/index-nodetest.js
index <HASH>..<HASH> 100644
--- a/tests/unit/index-nodetest.js
+++ b/tests/unit/index-nodetest.js
@@ -199,13 +199,14 @@ describe('redis plugin', function() {
return previous;
}, []);
- assert.equal(messages.length, 8);... | Update tests for activationSuffix | ember-cli-deploy_ember-cli-deploy-redis | train |
f6075d7462ceb0de1354cc1c3211adee79f97d86 | diff --git a/lib/sendwithus_ruby_action_mailer/mail_params.rb b/lib/sendwithus_ruby_action_mailer/mail_params.rb
index <HASH>..<HASH> 100644
--- a/lib/sendwithus_ruby_action_mailer/mail_params.rb
+++ b/lib/sendwithus_ruby_action_mailer/mail_params.rb
@@ -16,6 +16,7 @@ module SendWithUsMailer
@headers = {}
... | adding perform_delivery option so user can cancel the email sending | sendwithus_sendwithus_ruby_action_mailer | train |
8c3df6e2a00435adfe6a1f6afebfad09a8bce7cb | diff --git a/bigtable/setup.py b/bigtable/setup.py
index <HASH>..<HASH> 100644
--- a/bigtable/setup.py
+++ b/bigtable/setup.py
@@ -29,8 +29,8 @@ version = '1.0.0'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
- 'google-api-core[grpc... | chore: pin 'google-cloud-core >= <I>, < <I>dev' (#<I>) | googleapis_google-cloud-python | train |
3609d32075b426e069f17056d6b9c0a6e5a8fa29 | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -23,10 +23,9 @@ function check(name, version) {
const have = new Set();
const result = [];
for (const entry of entries) {
- if (entry.id && have.has(entry.id)) continue;
- have.add(entry.id);
- if... | lib: export .cves, better deduplication | ChALkeR_Jergal | train |
b83f351a80611a5aec384546a2ef7207946bf666 | diff --git a/src/util/each.js b/src/util/each.js
index <HASH>..<HASH> 100644
--- a/src/util/each.js
+++ b/src/util/each.js
@@ -18,7 +18,7 @@ export function eachNodeOrFragmentNodes(node, func) {
const chs = node.childNodes;
const chsLen = chs.length;
for (let a = 0; a < chsLen; a++) {
- func(chs[a],... | fix(slotting): Fix a problem where, when document fragments are appended to slotting elements, the o
This caused some problems with React (appeared in firefox) because React appends some children as
document fragments. See <URL> | skatejs_named-slots | train |
0645b95c19dc9cfb84b738761d4ac70cf4e37645 | 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
@@ -293,7 +293,7 @@ define([
IPython.notebook.kernel.orig_execute = IPython.notebook.kernel.execute;
IPython.notebook.kernel.execute = my_execute;
... | Try to debug a reasons why sos sometimes hangs at the first cell | vatlab_SoS | train |
ece35ebc26cc75c07889b7d2909ccb55017eee4a | diff --git a/salt/states/pkg.py b/salt/states/pkg.py
index <HASH>..<HASH> 100644
--- a/salt/states/pkg.py
+++ b/salt/states/pkg.py
@@ -1467,9 +1467,7 @@ def latest(
if __opts__['test']:
to_be_upgraded = ', '.join(sorted(targets))
- comment = 'The following packages are set to be ' \
-... | Replace old fashion string memcopy with the list | saltstack_salt | train |
a5f063625a189bd8e3e1a40e57bc63ff68349c49 | diff --git a/internal/cloud/backend_apply.go b/internal/cloud/backend_apply.go
index <HASH>..<HASH> 100644
--- a/internal/cloud/backend_apply.go
+++ b/internal/cloud/backend_apply.go
@@ -100,7 +100,7 @@ func (b *Cloud) opApply(stopCtx, cancelCtx context.Context, op *backend.Operatio
tfdiags.Error,
"Planning w... | Replace generic host error messages for feature support | hashicorp_terraform | train |
071cad7c10fd1d8602c944d07555840e7925de83 | diff --git a/plugins/provenance/plugin_tests/provenance_test.py b/plugins/provenance/plugin_tests/provenance_test.py
index <HASH>..<HASH> 100644
--- a/plugins/provenance/plugin_tests/provenance_test.py
+++ b/plugins/provenance/plugin_tests/provenance_test.py
@@ -153,7 +153,7 @@ class ProvenanceTestCase(base.TestCase):
... | fixed comment to in sync with code | girder_girder | train |
60b0b1100a1aa9dd9246f0e5ecf29e50d984c6f6 | diff --git a/sos/plugins/veritas.py b/sos/plugins/veritas.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/veritas.py
+++ b/sos/plugins/veritas.py
@@ -23,7 +23,8 @@ class Veritas(Plugin, RedHatPlugin):
# Information about VRTSexplorer obtained from
# http://seer.entsupport.symantec.com/docs/243150.htm
- ... | Fix long lines in veritas plug-in | sosreport_sos | train |
23e032879a965437fafb2dff149884a6c556fcd7 | diff --git a/src/main/java/water/fvec/Vec.java b/src/main/java/water/fvec/Vec.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/fvec/Vec.java
+++ b/src/main/java/water/fvec/Vec.java
@@ -97,14 +97,22 @@ public class Vec extends Iced {
public Vec makeCon( final long l, String[] domain ) {
Futures fs = ne... | Updated Vec.makeZero (added tryComplete and changed makeZero(long,String[]) to go via DRemoteTask as well. | h2oai_h2o-2 | train |
a17fe1264399a1c87faa41f4adfce44800d1306a | diff --git a/giraph-gremlin/src/main/java/com/tinkerpop/gremlin/giraph/structure/GiraphGraph.java b/giraph-gremlin/src/main/java/com/tinkerpop/gremlin/giraph/structure/GiraphGraph.java
index <HASH>..<HASH> 100644
--- a/giraph-gremlin/src/main/java/com/tinkerpop/gremlin/giraph/structure/GiraphGraph.java
+++ b/giraph-gre... | Fixed the OPT_OUT names in Giraph as method names changed. | apache_tinkerpop | train |
840b3a2bf0f60d564aa10d02e9c63ccb232b8314 | diff --git a/test/integration/net_test.go b/test/integration/net_test.go
index <HASH>..<HASH> 100644
--- a/test/integration/net_test.go
+++ b/test/integration/net_test.go
@@ -92,34 +92,16 @@ func TestNetworkPlugins(t *testing.T) {
}
if !t.Failed() {
t.Run("KubeletFlags", func(t *testing.T) {
- var ... | Fix cyclomatic complexity lint error | kubernetes_minikube | train |
080dfcd69431344a07b7ff342bac6e7623486441 | diff --git a/src/js/Autocompletes/Autocomplete.js b/src/js/Autocompletes/Autocomplete.js
index <HASH>..<HASH> 100644
--- a/src/js/Autocompletes/Autocomplete.js
+++ b/src/js/Autocompletes/Autocomplete.js
@@ -328,7 +328,7 @@ export default class Autocomplete extends PureComponent {
const reg = new RegExp(
`${... | Updated autocomplete for newer linting rules | mlaursen_react-md | train |
7221227dd78fb9d924f38ce47c0acc6d7ee332fb | diff --git a/openid/store/sqlstore.py b/openid/store/sqlstore.py
index <HASH>..<HASH> 100644
--- a/openid/store/sqlstore.py
+++ b/openid/store/sqlstore.py
@@ -432,7 +432,12 @@ class MySQLStore(SQLStore):
clean_nonce_sql = 'DELETE FROM %(nonces)s WHERE timestamp < %%s;'
def blobDecode(self, blob):
- r... | [project @ Fix blob encoding for newer versions of MySQLdb] | necaris_python3-openid | train |
5d3371452f54522bb82c3aecf0f3caa9df4c6e66 | diff --git a/jsio/csp/client.js b/jsio/csp/client.js
index <HASH>..<HASH> 100644
--- a/jsio/csp/client.js
+++ b/jsio/csp/client.js
@@ -64,7 +64,7 @@ csp.util.chooseTransport = function(url, options) {
var test = location.toString().match('file://');
if (test && test.index === 0) {
// console.log('local ... | fixed url generation and added a check to treat xhr.status == 0 as success | gameclosure_js.io | train |
b2f9ba15eb5b252df818e481c6bc0289e3633c46 | diff --git a/pippo-controller-parent/pippo-controller/src/main/java/ro/pippo/controller/ControllerRegistry.java b/pippo-controller-parent/pippo-controller/src/main/java/ro/pippo/controller/ControllerRegistry.java
index <HASH>..<HASH> 100644
--- a/pippo-controller-parent/pippo-controller/src/main/java/ro/pippo/controlle... | Resolve #<I> (#<I>) | pippo-java_pippo | train |
3cb8644e404966e04e401a999b8ebe9e0e123bc3 | diff --git a/lib/snoo.rb b/lib/snoo.rb
index <HASH>..<HASH> 100644
--- a/lib/snoo.rb
+++ b/lib/snoo.rb
@@ -16,7 +16,7 @@ module Snoo
include inc
end
- attr_reader(:modhash, :username, :userid, :cookie)
+ attr_reader(:modhash, :username, :userid, :cookies)
# Creates a new instance of Snoo.
d... | Changed all references to `@cookie` to `@cookies | paradox460_snoo | train |
917680e0d4d89d50277047cbcf7fc3c209057ed0 | diff --git a/src/Composer/Command/ExecCommand.php b/src/Composer/Command/ExecCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/ExecCommand.php
+++ b/src/Composer/Command/ExecCommand.php
@@ -39,7 +39,7 @@ class ExecCommand extends BaseCommand
->setHelp(
<<<EOT
Executes a v... | Make global exec execute commands in working directory | composer_composer | train |
c3dcc68fa2d4beb8e7cf20423a8d5a39f66bd6be | diff --git a/holoviews/core/element.py b/holoviews/core/element.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/element.py
+++ b/holoviews/core/element.py
@@ -200,6 +200,7 @@ class Element3D(Element2D):
l, b, zminus, r, t, zplus = extents
self.xlim, self.ylim, self.zlim = (l, r), (b, t), (zminus, ... | Implemented axis limits for 3D plot types | pyviz_holoviews | train |
2a8c2f33dc14b682445bb259072348d57fc316e8 | diff --git a/keep/commands/cmd_run.py b/keep/commands/cmd_run.py
index <HASH>..<HASH> 100644
--- a/keep/commands/cmd_run.py
+++ b/keep/commands/cmd_run.py
@@ -1,6 +1,4 @@
-import json
import os
-import re
import click
from keep import cli, utils
@@ -10,27 +8,28 @@ from keep import cli, utils
@cli.pass_context
de... | 'keep run' returns multiple options to choose from | OrkoHunter_keep | train |
c551a9e3f22ba62988036fa19bfc631b54cef7fa | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -292,30 +292,32 @@ class Application extends App
return $result;
}
-// /**
-// * Copy material
-// * @param mixed $_cmsmat Pointer to material object or material... | added copy function for material list.
Pager, structure id and search are passed into item view now. | samsonos_cms_app_material | train |
c9817104d129a1ecf9eb1d7dc90d2b91e1744164 | diff --git a/src/main/java/cocaine/AsyncServiceSession.java b/src/main/java/cocaine/AsyncServiceSession.java
index <HASH>..<HASH> 100644
--- a/src/main/java/cocaine/AsyncServiceSession.java
+++ b/src/main/java/cocaine/AsyncServiceSession.java
@@ -6,7 +6,6 @@ import java.util.Queue;
import java.util.concurrent.atomic.A... | CC and some AsyncServiceSession improvements | cocaine_cocaine-framework-java | train |
814bf0fcfb622dcb48301f76b4642c25d42bd50d | diff --git a/test/tests/helpers.js b/test/tests/helpers.js
index <HASH>..<HASH> 100644
--- a/test/tests/helpers.js
+++ b/test/tests/helpers.js
@@ -43,6 +43,19 @@ buster.testCase('FruitMachine#helpers()', {
assert.called(this.spys.destroy);
},
+ "Should be able to pass functions into `helpers` array if helper... | Added test for helpers as functions | ftlabs_fruitmachine | train |
2b8200f425f206ac8e81a24b3068b463f0caae4b | diff --git a/lib/group.js b/lib/group.js
index <HASH>..<HASH> 100644
--- a/lib/group.js
+++ b/lib/group.js
@@ -5,6 +5,7 @@
var inherit = require('./utils').inherit;
var address = require('./address');
+var isEmail = require('is-email');
var newDate = require('new-date');
var Facade = require('./facade');
@@ -71... | group: add .email() that behaves like identify.email() | segmentio_facade | train |
04bfee9ec403115faafeabab89399b3fbdd6c8f8 | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@ Version 0.7.0-dev
to the base ``Screen`` class.
- Fixed a bug in ``DiffScreen.draw`` which incorrectly handled the
case when the input of ``draw`` required several lines.
+- Fixed a bug in ``Screen`` which di... | Fixed a bug in ``Screen``
which did not ignore ``ESC (`` argument in UTF8 mode.
Closes #<I>. | selectel_pyte | train |
d929605556232f35ad70a62d63d65ce006b72d23 | diff --git a/lib/DAV/Sync/Plugin.php b/lib/DAV/Sync/Plugin.php
index <HASH>..<HASH> 100644
--- a/lib/DAV/Sync/Plugin.php
+++ b/lib/DAV/Sync/Plugin.php
@@ -4,6 +4,7 @@ namespace Sabre\DAV\Sync;
use Sabre\DAV;
use Sabre\HTTP\RequestInterface;
+use Sabre\DAV\Xml\Request\SyncCollectionReport;
/**
* This plugin all... | Moved the sync-collection report to the new system. | sabre-io_dav | train |
be65d3774f9ad2bed9a1bd2897ac8c0ba6650f8a | diff --git a/src/Exceptions/GenericException.php b/src/Exceptions/GenericException.php
index <HASH>..<HASH> 100755
--- a/src/Exceptions/GenericException.php
+++ b/src/Exceptions/GenericException.php
@@ -1,10 +1,41 @@
<?php
+declare(strict_types=1);
+
namespace Cortex\Foundation\Exceptions;
use Exception;
clas... | Enhance GenericException functionality to support redirection url | rinvex_cortex-foundation | train |
79238bad3debae3c36f6e37c4057b30324731b0c | diff --git a/activerecord/test/cases/scoping/default_scoping_test.rb b/activerecord/test/cases/scoping/default_scoping_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/scoping/default_scoping_test.rb
+++ b/activerecord/test/cases/scoping/default_scoping_test.rb
@@ -55,6 +55,8 @@ class DefaultScopingTes... | asakusa.rb hack night!
Fix in-memory tests | rails_rails | train |
edf7d68df19b5e87d1f24e5ea2c74401a8c8b568 | diff --git a/pkg/endpoint/endpoint.go b/pkg/endpoint/endpoint.go
index <HASH>..<HASH> 100644
--- a/pkg/endpoint/endpoint.go
+++ b/pkg/endpoint/endpoint.go
@@ -1268,7 +1268,7 @@ func (e *Endpoint) LeaveLocked(owner Owner, proxyWaitGroup *completion.WaitGroup
if e.PolicyMap != nil {
if err := e.PolicyMap.Close(); ... | endpoint: Fix path in policymap log
This log was using the wrong path, it's an endpoint-specific policymap,
not the global one. | cilium_cilium | train |
c8939ba19bd798c2d7be6872ec9123b3f101cba3 | diff --git a/pabot/result_merger.py b/pabot/result_merger.py
index <HASH>..<HASH> 100644
--- a/pabot/result_merger.py
+++ b/pabot/result_merger.py
@@ -51,6 +51,9 @@ class ResultMerger(SuiteVisitor):
self._skip_until = suite
else:
self.current = next
+ if sel... | Add setups and teardowns from all executions | mkorpela_pabot | train |
092844438db8c62cd7b9553f63debb4e9c3cd592 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def run_setup(with_binary=True, test_xgboost=True, test_lightgbm=True):
package_data={'shap': ['plots/resources/*', 'tree_shap.h']},
cmdclass={'build_ext': build_ext},
setup_requires=[... | Added the version constraint on tqdm | slundberg_shap | train |
50f72f02943f9ee476c746cdbc7d23725ff0f319 | diff --git a/GPy/models/warped_gp.py b/GPy/models/warped_gp.py
index <HASH>..<HASH> 100644
--- a/GPy/models/warped_gp.py
+++ b/GPy/models/warped_gp.py
@@ -9,17 +9,18 @@ from GPy.util.warping_functions import TanhWarpingFunction
from GPy import kern
class WarpedGP(GP):
+ """
+ This defines a GP Regression mode... | some cleaning on warped gp | SheffieldML_GPy | train |
1f1d548a817d5c2dd698a3710573eade41f1a3dc | diff --git a/moderator/models.py b/moderator/models.py
index <HASH>..<HASH> 100644
--- a/moderator/models.py
+++ b/moderator/models.py
@@ -1,5 +1,6 @@
from django.db import models
+
class ClassifiedComment(models.Model):
comment = models.ForeignKey('comments.Comment')
cls = models.CharField(
@@ -7,16 +8,2... | added classifier state, silenced save for now | praekelt_django-moderator | train |
c95c615685b67243bf400bb29252fc2b9500ae94 | diff --git a/src/core/flow.js b/src/core/flow.js
index <HASH>..<HASH> 100644
--- a/src/core/flow.js
+++ b/src/core/flow.js
@@ -45,7 +45,6 @@ export function Flow({
enabledEvents,
init,
processMove,
- canUndoMove,
moveMap,
}) {
if (!ctx) ctx = () => ({});
@@ -53,7 +52,6 @@ export function Flow({
if (... | move canUndoMove into reducer.js | nicolodavis_boardgame.io | train |
a506628ecf2973e1cb45bbdf46d0debea5c30016 | diff --git a/ChangeLog.md b/ChangeLog.md
index <HASH>..<HASH> 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
# Changelog
+v1.9.2
+------
+- Added ShareButtons as available dashboard (07/08/2019)
+
v1.9.1.1
--------
- Re-updated README.md (06/08/2019)
diff --git a/Service/ToolbarServiceInterface.php ... | <I>
------
- Added ShareButtons as available dashboard (<I>/<I>/<I>) | 975L_ToolbarBundle | train |
0b9909774231dd2f9a74bef113cb08f34f0c8aa9 | diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/tester_selector/github_users.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trello/tester_selector/github_users.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/trel... | Use creation, update and closed date to detect user inactivity. (#<I>)
Use closed_at and updated_at for the date of the last PR. | DataDog_integrations-core | train |
74c80a6de32a07010b0cd698baaea81b5a09752c | diff --git a/src/middleware/api.js b/src/middleware/api.js
index <HASH>..<HASH> 100644
--- a/src/middleware/api.js
+++ b/src/middleware/api.js
@@ -48,7 +48,7 @@ function createMiddleware(host, defaultHeaders = getDefaultHeaders()) {
return fetch(url, {
method,
- body: serialize(resource),
+ body... | Don't pass a body along for GET requests | andyhite_redux-jsonapi | train |
01ec4a22b3aeea1706fb9125430fba4a50cc4d7f | diff --git a/gwpy/plotter/frequencyseries.py b/gwpy/plotter/frequencyseries.py
index <HASH>..<HASH> 100644
--- a/gwpy/plotter/frequencyseries.py
+++ b/gwpy/plotter/frequencyseries.py
@@ -43,7 +43,7 @@ __author__ = "Duncan Macleod <duncan.macleod@ligo.org>"
class FrequencySeriesAxes(Axes):
"""Custom `Axes` for a :... | FrequencySeriesAxes: register projection as 'frequencyseries'
includes deprecated projection 'spectrum' | gwpy_gwpy | train |
1cfc39e7e7ab72db1f797fbf21cdd149edfadd22 | diff --git a/activerecord/test/cases/method_scoping_test.rb b/activerecord/test/cases/method_scoping_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/method_scoping_test.rb
+++ b/activerecord/test/cases/method_scoping_test.rb
@@ -597,7 +597,7 @@ class DefaultScopingTest < ActiveRecord::TestCase
end
... | update the default scope test to take the model's default scope into account | rails_rails | train |
b3e44e342c23b19e797c0b10e2df93286eb8f6da | diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -2755,7 +2755,7 @@ def comment(name, regex, char='#', backup='.bak'):
slines = fp_.readlines()
# Perform the edit
- __salt__['file.comment'](name, regex, char, bac... | Fixed states to work with comment_line | saltstack_salt | train |
b96bdab03f06408e162b1733b20e8ba9fbf8e012 | diff --git a/sos/archive.py b/sos/archive.py
index <HASH>..<HASH> 100644
--- a/sos/archive.py
+++ b/sos/archive.py
@@ -158,7 +158,7 @@ class FileCacheArchive(Archive):
name = name.lstrip(os.sep)
return (os.path.join(self._archive_root, name))
- def _check_path(self, src, path_type, dest=None)... | [archive] fix add_string()/do_*_sub() regression
A change in the handling of add_string() operations in the archive
class causes the Plugin string substitution methods to fail (since
the archive was enforcing a check that the path did not already
exist - for substitutions this is always the case).
Maintain the check ... | sosreport_sos | train |
f8ee5ceb91233eac9f529fe9b97749b83b582937 | diff --git a/authapi/views.py b/authapi/views.py
index <HASH>..<HASH> 100644
--- a/authapi/views.py
+++ b/authapi/views.py
@@ -11,6 +11,13 @@ class OrganizationViewSet(viewsets.ModelViewSet):
queryset = SeedOrganization.objects.all()
serializer_class = OrganizationSerializer
+ def get_queryset(self):
+ ... | Only return organization in list if it isn't archived | praekeltfoundation_seed-auth-api | train |
f11e0efa971ad594169513f52c4b4243dfabb1bb | diff --git a/tests/parser/test_parse_flarm.py b/tests/parser/test_parse_flarm.py
index <HASH>..<HASH> 100644
--- a/tests/parser/test_parse_flarm.py
+++ b/tests/parser/test_parse_flarm.py
@@ -11,6 +11,7 @@ class TestStringMethods(unittest.TestCase):
self.assertEqual(message['address_type'], 1)
self.ass... | Add test cases to support no-tracking flag | glidernet_python-ogn-client | train |
b23fd156da80aea28bc9b21dceae97a7b158c57a | diff --git a/provision/docker/provisioner.go b/provision/docker/provisioner.go
index <HASH>..<HASH> 100644
--- a/provision/docker/provisioner.go
+++ b/provision/docker/provisioner.go
@@ -296,6 +296,14 @@ func (p *dockerProvisioner) Provision(app provision.App) error {
return r.AddBackend(app.GetName())
}
+func (p ... | provision/docker: add method to get pool by node | tsuru_tsuru | train |
185ff392b391180113145c2926e2318784b8c056 | diff --git a/liquibase-core/src/main/java/liquibase/Labels.java b/liquibase-core/src/main/java/liquibase/Labels.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/Labels.java
+++ b/liquibase-core/src/main/java/liquibase/Labels.java
@@ -6,7 +6,7 @@ import java.util.*;
public class Labels {
... | switch from HashSet to LinkedHashSet so that the object retains ordering. | liquibase_liquibase | train |
a24c8d185cb1ba7961cf162b14d72116e32e967d | diff --git a/servers/src/main/java/tachyon/worker/block/BlockDataManager.java b/servers/src/main/java/tachyon/worker/block/BlockDataManager.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/worker/block/BlockDataManager.java
+++ b/servers/src/main/java/tachyon/worker/block/BlockDataManager.java
@@ -2... | Remove unused or unavailable imports. | Alluxio_alluxio | train |
c8ade6c1db4d274a1a6d396da404a593e48e417e | diff --git a/src/PdoInterface.php b/src/PdoInterface.php
index <HASH>..<HASH> 100644
--- a/src/PdoInterface.php
+++ b/src/PdoInterface.php
@@ -144,7 +144,7 @@ interface PdoInterface
* @see http://php.net/manual/en/pdo.query.php
*
*/
- public function query($statement);
+ public function query($s... | trying again to satisfy hhvm and scrutiniser: query() parameter docs | auraphp_Aura.Sql | train |
73402cc434366561d292c5e034359e90554f8603 | diff --git a/src/SeaweedFS.php b/src/SeaweedFS.php
index <HASH>..<HASH> 100644
--- a/src/SeaweedFS.php
+++ b/src/SeaweedFS.php
@@ -131,7 +131,7 @@ class SeaweedFS {
throw new SeaweedFSException('File must contain a url and fid');
}
- $res = $this->client->post($this->buildVolumeUrl($file-... | Use volume port instead volume public port when upload | tystuyfzand_seaweedfs-client | train |
a1af17da94ff958af45a805343fad25daf403f20 | diff --git a/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_entry.json.jbuilder b/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_entry.json.jbuilder
index <HASH>..<HASH> 100644
--- a/entry_types/scrolled/app/views/pageflow_scrolled/entry_json_seed/_entry.json.jbuilder
+++ b/entry_t... | Serialize position configuration as top-level property | codevise_pageflow | train |
962190eaca750fc680a470f322c90bd139d1b798 | diff --git a/imgaug/augmenters/geometric.py b/imgaug/augmenters/geometric.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/geometric.py
+++ b/imgaug/augmenters/geometric.py
@@ -2439,7 +2439,8 @@ class ElasticTransformation(meta.Augmenter):
}
def __init__(self, alpha=0, sigma=0, order=3, cval=0, mode="... | Add polygon augmentation method to ElasticTransformation | aleju_imgaug | train |
1cc26eff54a1e03057997917116acaf6996e0ea8 | diff --git a/go/libkb/upak_loader.go b/go/libkb/upak_loader.go
index <HASH>..<HASH> 100644
--- a/go/libkb/upak_loader.go
+++ b/go/libkb/upak_loader.go
@@ -331,7 +331,7 @@ func (u *CachedUPAKLoader) LoadUserPlusKeys(ctx context.Context, uid keybase1.UI
arg.NetContext = ctx
// We need to force a reload to make KBFS... | simple attempt to speed up cold starts (#<I>) | keybase_client | train |
4c88c88491a61779d3851c76e38fd95c121bd202 | diff --git a/src/python/ttfautohint/__init__.py b/src/python/ttfautohint/__init__.py
index <HASH>..<HASH> 100644
--- a/src/python/ttfautohint/__init__.py
+++ b/src/python/ttfautohint/__init__.py
@@ -12,14 +12,15 @@ import os
from ttfautohint import memory
from ttfautohint import info
from ttfautohint import progress... | allow to call ttfautohint.cli.main() from client code
e.g. fontmake needs to call ttfautohint with raw args taken from the
console.
In these cases, it's better to not raise SystemExit but leave to the
caller to decide whether to raise an exception if the return value is
non-zero. | fonttools_ttfautohint-py | train |
3eb380f264a04ae94bb6899f20500e0a924ed4f9 | diff --git a/model/qti/asset/handler/SharedStimulusAssetHandler.php b/model/qti/asset/handler/SharedStimulusAssetHandler.php
index <HASH>..<HASH> 100644
--- a/model/qti/asset/handler/SharedStimulusAssetHandler.php
+++ b/model/qti/asset/handler/SharedStimulusAssetHandler.php
@@ -27,9 +27,9 @@ use oat\tao\helpers\FileUpl... | refactor: moved passage asset encoding out of SharedStimulusPackageImporter as a service | oat-sa_extension-tao-itemqti | train |
3d1d140acd059138fb5f7c1d9be61a7edf290c05 | diff --git a/tests/lax_test.py b/tests/lax_test.py
index <HASH>..<HASH> 100644
--- a/tests/lax_test.py
+++ b/tests/lax_test.py
@@ -1335,7 +1335,7 @@ class LaxTest(jtu.JaxTestCase):
]
for rng_idx_factory in [partial(jtu.rand_int, max(shape))]
for rng_factory in [jtu.rand_default]))
- def testGather... | Disable failing test (#<I>) | tensorflow_probability | train |
55b7aab4172d6bae869058c19f109da7ec4c381a | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,10 +3,12 @@ CHANGELOG
This document describes changes between each past release.
-1.4.0 (unreleased)
+1.3.1 (unreleased)
==================
-- Nothing changed yet.
+**Bug fix**
+
+- Fix patch_rec... | You actually need the ID to be able to patch... | mozilla-services_amo2kinto | train |
6377afce1c077c911b6dc86c6baae8b87a4b37be | diff --git a/src/main/java/org/iban4j/support/IbanStructure.java b/src/main/java/org/iban4j/support/IbanStructure.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/iban4j/support/IbanStructure.java
+++ b/src/main/java/org/iban4j/support/IbanStructure.java
@@ -6,6 +6,10 @@ import java.util.Map;
public class Ib... | Added Default value support for Iban Structure Entry | arturmkrtchyan_iban4j | train |
0eee11f4a446c5c526d3431975c3bd12ae53b098 | diff --git a/codenerix_payments/__init__.py b/codenerix_payments/__init__.py
index <HASH>..<HASH> 100644
--- a/codenerix_payments/__init__.py
+++ b/codenerix_payments/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.25"
+__version__ = "2.0.1"
__authors__ = [
'Juan Miguel Taboada Godoy <juanmi@juanmitaboada.com>'... | New version incompatible with version 1.x (check branch 'version1' for older versions and bugs resolved on older versions) | codenerix_django-codenerix-payments | train |
de9a8ecccaaba5db606a0e2949453cbbb50ba19c | diff --git a/capybara/tests/app/__init__.py b/capybara/tests/app/__init__.py
index <HASH>..<HASH> 100644
--- a/capybara/tests/app/__init__.py
+++ b/capybara/tests/app/__init__.py
@@ -36,8 +36,8 @@ def redirect_again():
return flask.redirect("/landed")
-@app.route("/referer_base")
-def referer_base():
+@app.rou... | Set the referrer once, before following redirects | elliterate_capybara.py | train |
e1c1a24e4a2a3ca54f182b9efb5e340b7e7491f7 | diff --git a/src/Helper/TranslatorHelper.php b/src/Helper/TranslatorHelper.php
index <HASH>..<HASH> 100644
--- a/src/Helper/TranslatorHelper.php
+++ b/src/Helper/TranslatorHelper.php
@@ -92,8 +92,7 @@ class TranslatorHelper extends Helper
try {
$this->writeTranslationByFile($resour... | [console] Enable report issue in translation files | hechoendrupal_drupal-console | train |
a5ac7b74a5beb36b99a8c79bbd47e20ec91726f5 | diff --git a/dropwizard-migrations/src/main/java/com/yammer/dropwizard/migrations/AbstractLiquibaseCommand.java b/dropwizard-migrations/src/main/java/com/yammer/dropwizard/migrations/AbstractLiquibaseCommand.java
index <HASH>..<HASH> 100644
--- a/dropwizard-migrations/src/main/java/com/yammer/dropwizard/migrations/Abst... | Make database commands exit with non-zero status on failure.
Closes #<I>. | dropwizard_dropwizard | train |
18b3859e200615d301bd5a2a8c792977972acdde | diff --git a/internal/shaderir/glsl/glsl.go b/internal/shaderir/glsl/glsl.go
index <HASH>..<HASH> 100644
--- a/internal/shaderir/glsl/glsl.go
+++ b/internal/shaderir/glsl/glsl.go
@@ -32,43 +32,6 @@ precision highp float;
#define highp
#endif`
-func isValidSwizzling(s string) bool {
- if len(s) < 1 || 4 < len(s) {
-... | shaderir: Export IsValidSwizzling
This is a preparation for compiling the IR to Metal.
Updates #<I> | hajimehoshi_ebiten | train |
a9710f23a4d072c887cb4de577ce3de0b7a2d82b | diff --git a/billy/core/default_settings.py b/billy/core/default_settings.py
index <HASH>..<HASH> 100644
--- a/billy/core/default_settings.py
+++ b/billy/core/default_settings.py
@@ -112,6 +112,6 @@ SCRAPELIB_TIMEOUT = 60
SCRAPELIB_RETRY_ATTEMPTS = 3
SCRAPELIB_RETRY_WAIT_SECONDS = 20
-AWS_KEY = None
-AWS_SECRET = N... | use '' instead of None for empty settings | openstates_billy | train |
5acc2eab719a2627fa6a91b58e7933c820548acb | diff --git a/lib/chef_fs/file_system/chef_repository_file_system_entry.rb b/lib/chef_fs/file_system/chef_repository_file_system_entry.rb
index <HASH>..<HASH> 100644
--- a/lib/chef_fs/file_system/chef_repository_file_system_entry.rb
+++ b/lib/chef_fs/file_system/chef_repository_file_system_entry.rb
@@ -82,9 +82,6 @@ mod... | Honor chefignore correctly by passing paths relative to the cookbook | jkeiser_knife-essentials | train |
4d026d8ae84819184a8cad93f65630fe6e2dca8c | diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java
index <HASH>..<HASH> 100644
--- a/smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java
+++ b/s... | [jingle] Add element and text to JingleReason's XML | igniterealtime_Smack | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.