hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
917a4b6472b93db429e59a39da56b5d90feb53e6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -173,7 +173,7 @@ function addAttribute(props, name, value, ctx) {
* `selector`. */
function react(h) {
var node = h && h('div');
- return Boolean(node && '_owner' in node && node.key === null);
+ return Boolean(node &&... | Check for either `_store` or `_owner` in React | syntax-tree_hast-to-hyperscript | train |
e8a00392e837e26bcde4712eb1c73e0bdcbf212d | diff --git a/js/preprocessor.js b/js/preprocessor.js
index <HASH>..<HASH> 100644
--- a/js/preprocessor.js
+++ b/js/preprocessor.js
@@ -50,8 +50,11 @@ YoastSEO.PreProcessor.prototype.countStore = function() {
0 :
this.__store.cleanText.split( " " ).length;
}
- this.__store.wordcountNoTags = this.__store.cleanTex... | Fixed issue with word counts, no longer reports 1 word on empty strings. | Yoast_YoastSEO.js | train |
4c83ffb14774e91b54308b8e66beff4d38c31fc5 | diff --git a/sqlx.go b/sqlx.go
index <HASH>..<HASH> 100644
--- a/sqlx.go
+++ b/sqlx.go
@@ -308,6 +308,7 @@ func (db *DB) Select(dest interface{}, query string, args ...interface{}) error
// Get using this DB.
// Any placeholder parameters are replaced with supplied args.
+// An error is returned if the result set ... | Information about the errors included in the godoc | jmoiron_sqlx | train |
cdc4274931c2d6bafdf2b97f7e4ecedf89a8202e | diff --git a/activesupport/lib/active_support/core_ext/class/attribute.rb b/activesupport/lib/active_support/core_ext/class/attribute.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/core_ext/class/attribute.rb
+++ b/activesupport/lib/active_support/core_ext/class/attribute.rb
@@ -110,12 +110,6 @@ ... | simplify singleton_class? method | rails_rails | train |
84216a034a977bef8ee78639fafbcb7fe2894b57 | diff --git a/securitycenter/synth.py b/securitycenter/synth.py
index <HASH>..<HASH> 100644
--- a/securitycenter/synth.py
+++ b/securitycenter/synth.py
@@ -29,22 +29,9 @@ s.move(
]
)
-# Fix security_center_client.py docstrings.
+# Add encoding header to protoc-generated files.
+# See: https://github.com/googleap... | Securitycenter: overlooked synth changes. (#<I>)
The *effects* were merged in #<I>, but not the synth changes themselves. | googleapis_google-cloud-python | train |
e95276c2d5d67e59922b05ad82ac9fca1ff0647c | diff --git a/lib/erector/rails.rb b/lib/erector/rails.rb
index <HASH>..<HASH> 100644
--- a/lib/erector/rails.rb
+++ b/lib/erector/rails.rb
@@ -1,5 +1,6 @@
dir = File.dirname(__FILE__)
require "action_controller"
+require "#{dir}/rails/rails_version"
require "#{dir}/rails/extensions/rails_widget"
require "#{dir}/rai... | Moved git checkout call into rails_spec_helper. | erector_erector | train |
d63a7010d965b0ecf16424b4f4b67beb7df167ac | diff --git a/plugins/inputs/x509_cert/x509_cert.go b/plugins/inputs/x509_cert/x509_cert.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/x509_cert/x509_cert.go
+++ b/plugins/inputs/x509_cert/x509_cert.go
@@ -102,14 +102,15 @@ func (c *X509Cert) serverName(u *url.URL) (string, error) {
}
func (c *X509Cert) getCer... | Fix messing up the 'source' tag for https sources. (#<I>) | influxdata_telegraf | train |
54e61aa78aab4b49a1ba17bbba4a606111cd4274 | diff --git a/plugins/aggregators/basicstats/basicstats.go b/plugins/aggregators/basicstats/basicstats.go
index <HASH>..<HASH> 100644
--- a/plugins/aggregators/basicstats/basicstats.go
+++ b/plugins/aggregators/basicstats/basicstats.go
@@ -72,9 +72,9 @@ func (m *BasicStats) Add(in telegraf.Metric) {
tags: in.Tags(... | Use FieldList in basicstats to improve performance (#<I>) | influxdata_telegraf | train |
01d030ce56539f83d0733b9232714632f5187de2 | diff --git a/state/apiserver/backup.go b/state/apiserver/backup.go
index <HASH>..<HASH> 100644
--- a/state/apiserver/backup.go
+++ b/state/apiserver/backup.go
@@ -37,7 +37,15 @@ func (h *backupHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
defer os.RemoveAll(tempDir)
- filename, sha, err := Bac... | Use EnvironConfig for mongo details required by Backup | juju_juju | train |
a2d55973f4e19f0ef9213148570e6d44d3267133 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from setuptools import setup, find_packages
+from setuptools import setup
import simple_history
setup(
@@ -13,7 +13,7 @@ setup(
author_email='[email protected]',
maintainer='Trey Hunner',
url='http... | Removed usage of 'find_packages' | treyhunner_django-simple-history | train |
320f4880e2fe7a40c66ad70f7aea10f7811bfb9e | diff --git a/src/org/jgroups/protocols/FD_HOST.java b/src/org/jgroups/protocols/FD_HOST.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/FD_HOST.java
+++ b/src/org/jgroups/protocols/FD_HOST.java
@@ -381,30 +381,27 @@ public class FD_HOST extends Protocol {
}
targets.remove(loca... | JGRP-<I> FD_HOST many false suspect with Full GC | belaban_JGroups | train |
e38716f8bb7640503b0f4a1863fd2726a5beb451 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/serialization/SpanningWrapper.java b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/serialization/SpanningWrapper.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/a... | [FLINK-<I>][network] Pick another tmpDir if an IOException occurs when creating spill file | apache_flink | train |
e62fbadc3dd39e1663f5b680ee064751975d1882 | diff --git a/lib/src/main/java/ru/noties/debug/Debug.java b/lib/src/main/java/ru/noties/debug/Debug.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/ru/noties/debug/Debug.java
+++ b/lib/src/main/java/ru/noties/debug/Debug.java
@@ -90,16 +90,15 @@ public class Debug {
}
public static void e(String me... | Decreased number of method calls inside Debug.java | noties_Debug | train |
5c0a955925062cb25bd0f2a20b6803b7b3512d54 | diff --git a/src/main/java/rx/internal/operators/OperatorDoOnSubscribe.java b/src/main/java/rx/internal/operators/OperatorDoOnSubscribe.java
index <HASH>..<HASH> 100644
--- a/src/main/java/rx/internal/operators/OperatorDoOnSubscribe.java
+++ b/src/main/java/rx/internal/operators/OperatorDoOnSubscribe.java
@@ -28,7 +28,... | add javadocs to describe SerializedSubject class
(also correct error in javadoc comments for OperatorDoOnSubscribe, for what it's worth) | ReactiveX_RxJava | train |
cdd8a6b54a35e83a5f9aebb419ada476593ab144 | diff --git a/src/main/java/hex/glm/GLM2.java b/src/main/java/hex/glm/GLM2.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/glm/GLM2.java
+++ b/src/main/java/hex/glm/GLM2.java
@@ -68,7 +68,7 @@ public class GLM2 extends Job.ModelJobWithoutClassificationField {
@API(help="disable line search in all cases.",fil... | Fixed intercept adjustment by prior probability in logistic regression. | h2oai_h2o-2 | train |
1e8723d64e34b5e381e08a02f864d701381863f0 | diff --git a/drf_dynamic_fields/__init__.py b/drf_dynamic_fields/__init__.py
index <HASH>..<HASH> 100644
--- a/drf_dynamic_fields/__init__.py
+++ b/drf_dynamic_fields/__init__.py
@@ -29,7 +29,7 @@ class DynamicFieldsMixin(object):
params = getattr(
request, 'query_params', getattr(request, 'GET', ... | Warn only if the params are missing from `request`
Previously it would warn if they were present but empty. | dbrgn_drf-dynamic-fields | train |
7806505ab4ea8c46ad94eb7741e827a77ed0b4dc | diff --git a/hmtk/seismicity/max_magnitude/cumulative_moment_release.py b/hmtk/seismicity/max_magnitude/cumulative_moment_release.py
index <HASH>..<HASH> 100644
--- a/hmtk/seismicity/max_magnitude/cumulative_moment_release.py
+++ b/hmtk/seismicity/max_magnitude/cumulative_moment_release.py
@@ -50,7 +50,7 @@ from hmtk.s... | fixed type of number_bootstraps | gem_oq-engine | train |
5b91e55e96fbf5a187ac9bad5e4a52f4debcbc57 | diff --git a/gpiozero/pins/data.py b/gpiozero/pins/data.py
index <HASH>..<HASH> 100644
--- a/gpiozero/pins/data.py
+++ b/gpiozero/pins/data.py
@@ -288,6 +288,7 @@ PI_REVISIONS = {
0x9000c1: ('Zero W', '1.1', '2017Q1', 'BCM2835', 'Sony', 512, 'MicroSD', 1, 0, True, True, 1, 0, {'P1': PLUS_P1}, ... | Add details for Chinese Pi Zero (on top of <I>.post1) | RPi-Distro_python-gpiozero | train |
9e76b5319ef9790d8bce27eacbc2aff4ba312cac | diff --git a/resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java b/resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java
index <HASH>..<HASH> 100644
--- a/resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java
+++ b/resolver-dns/src/test/java/io/netty/resolve... | Fix testResolveIp to make it work in some special environment
Motivation:
As "getHostName" may do a reverse name lookup and return a host name based on the system configured name lookup service, testResolveIp may fail in some special environment. See #<I>
Modifications:
Use getHostAddress instead of getHostName
Re... | netty_netty | train |
852ce3c4715957a7426c2d7d824d4819e2f37831 | diff --git a/tortoise/contrib/test/__init__.py b/tortoise/contrib/test/__init__.py
index <HASH>..<HASH> 100644
--- a/tortoise/contrib/test/__init__.py
+++ b/tortoise/contrib/test/__init__.py
@@ -37,8 +37,8 @@ class TestCase(asynctest.TestCase):
await generate_schema(self.db)
async def _tearDownDB(self) ... | Fix order of db close/delete | tortoise_tortoise-orm | train |
499343ab1873faf997f738d3c6b6f4e2c6ae0315 | diff --git a/packages/react-static/src/browser/components/RouteData.js b/packages/react-static/src/browser/components/RouteData.js
index <HASH>..<HASH> 100644
--- a/packages/react-static/src/browser/components/RouteData.js
+++ b/packages/react-static/src/browser/components/RouteData.js
@@ -33,8 +33,14 @@ const RouteDat... | Enable routeData for the <I> page (#<I>)
* Enable routeData for <I> pages
* Throw error if info but not data found for route | nozzle_react-static | train |
87213c4cc8fd18b2a977880bf81047d9ca6323f4 | diff --git a/src/wyil/transforms/LiveVariablesAnalysis.java b/src/wyil/transforms/LiveVariablesAnalysis.java
index <HASH>..<HASH> 100755
--- a/src/wyil/transforms/LiveVariablesAnalysis.java
+++ b/src/wyil/transforms/LiveVariablesAnalysis.java
@@ -69,8 +69,7 @@ public class LiveVariablesAnalysis extends BackwardFlowAnal... | Bug fix for backwards flow analysis. | Whiley_WhileyCompiler | train |
04f5c75239cba156db70523bcd90657e5c7b5ddb | diff --git a/pkg/namesgenerator/names-generator.go b/pkg/namesgenerator/names-generator.go
index <HASH>..<HASH> 100644
--- a/pkg/namesgenerator/names-generator.go
+++ b/pkg/namesgenerator/names-generator.go
@@ -56,7 +56,7 @@ func GenerateRandomName(checker NameChecker) (string, error) {
retry := 5
rand.Seed(time.No... | Steve Wozniak is not boring.
Docker-DCO-<I>- | containers_storage | train |
1926999bfecc8d36e4449881ebf771d2147b6fdb | diff --git a/tests/core/test_accounts.py b/tests/core/test_accounts.py
index <HASH>..<HASH> 100644
--- a/tests/core/test_accounts.py
+++ b/tests/core/test_accounts.py
@@ -54,17 +54,17 @@ ETH_TEST_TRANSACTIONS = [
]
-PRIVATE_KEY_AS_HEXSTR = '0x33e95ade1eb6453d5b1412414925d59c3fa1c10d3935fa680234ad1e74ced197'
-PRIVA... | Unicorns and rainbows are back! | ethereum_eth-account | train |
18cba747cc061b09ef24a39fd2672077b6ca14d7 | diff --git a/vendor/TraceKit/tracekit.js b/vendor/TraceKit/tracekit.js
index <HASH>..<HASH> 100644
--- a/vendor/TraceKit/tracekit.js
+++ b/vendor/TraceKit/tracekit.js
@@ -441,6 +441,47 @@ TraceKit.computeStackTrace = (function computeStackTraceWrapper() {
element.func = UNKNOWN_FUNCTION;
}
+ if (... | feat: Handle JavaScript loaded in the browser inside a blob | getsentry_sentry-javascript | train |
36701c41d5ec5e499f286673045cd7d7fcbcd24f | diff --git a/nodeconductor/iaas/backup/instance_backup.py b/nodeconductor/iaas/backup/instance_backup.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/backup/instance_backup.py
+++ b/nodeconductor/iaas/backup/instance_backup.py
@@ -50,6 +50,7 @@ class InstanceBackupStrategy(BackupStrategy):
metadata['sy... | Persist instance type on backup/restoration
- ITACLOUD-<I> | opennode_waldur-core | train |
523e35d9735bf5b4aa205a2f8ccdf1a73d66a665 | diff --git a/pywb/warcserver/index/fuzzymatcher.py b/pywb/warcserver/index/fuzzymatcher.py
index <HASH>..<HASH> 100644
--- a/pywb/warcserver/index/fuzzymatcher.py
+++ b/pywb/warcserver/index/fuzzymatcher.py
@@ -84,7 +84,7 @@ class FuzzyMatcher(object):
m = rule.regex.search(urlkey)
gro... | fuzzy matching: apply fuzzy match if url prefix and regex match, even if no groups are captured by the regex (#<I>) | webrecorder_pywb | train |
8ec490daca978e077726d41a7cb8a4f57d04be01 | diff --git a/src/org/zaproxy/zap/extension/forceduser/ExtensionForcedUser.java b/src/org/zaproxy/zap/extension/forceduser/ExtensionForcedUser.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/forceduser/ExtensionForcedUser.java
+++ b/src/org/zaproxy/zap/extension/forceduser/ExtensionForcedUser.java
@... | Proper deletion of existing context data for ForcedUserExtension. | zaproxy_zaproxy | train |
8a1cc5e80dc7806bc996efa67b7c11fc0885acab | diff --git a/_raw/lib/picker.js b/_raw/lib/picker.js
index <HASH>..<HASH> 100644
--- a/_raw/lib/picker.js
+++ b/_raw/lib/picker.js
@@ -238,7 +238,10 @@ function PickerConstructor( ELEMENT, NAME, COMPONENT, OPTIONS ) {
// * Don’t worry about clicks or focusins on the root because those don’t bub... | Ignore right-click events to prevent picker from closing when it is right-clicked in Firefox | amsul_pickadate.js | train |
d76905aaaf410d4c306c2c599797b3b825b522bb | diff --git a/lib/howitzer/blank_page.rb b/lib/howitzer/blank_page.rb
index <HASH>..<HASH> 100644
--- a/lib/howitzer/blank_page.rb
+++ b/lib/howitzer/blank_page.rb
@@ -2,5 +2,5 @@ require 'howitzer/web_page'
class BlankPage < WebPage
URL = 'about:blank'
- validates :url, pattern: /about:blank/
+ validates :url, ... | fixed problem with blank page 'about:blank'
it should not start with app url | strongqa_howitzer | train |
7aae8c9489f5b7d4308c63799ed3e9caca6f920f | diff --git a/spec/support/rails_template_with_data.rb b/spec/support/rails_template_with_data.rb
index <HASH>..<HASH> 100644
--- a/spec/support/rails_template_with_data.rb
+++ b/spec/support/rails_template_with_data.rb
@@ -189,6 +189,15 @@ inject_into_file 'app/admin/post.rb', <<-RUBY, after: "ActiveAdmin.register Post... | Add custom action item and member action
Simple action here to toggle the starred attribute on post. | activeadmin_activeadmin | train |
9e9d3684a1e97e9b8f300c09934ecd0230a3dd86 | diff --git a/python/ccxt/binance.py b/python/ccxt/binance.py
index <HASH>..<HASH> 100644
--- a/python/ccxt/binance.py
+++ b/python/ccxt/binance.py
@@ -498,7 +498,8 @@ class binance (Exchange):
'interval': self.timeframes[timeframe],
}
request['limit'] = limit if (limit) else 500 # defaul... | fetch_ohlcv(): Now you can set since = 0 to traverse records from the beginning. | ccxt_ccxt | train |
9999ab55fa10e89e128e86f6b27fbc6e63b44f8f | diff --git a/src/Entities/Products/ProductExtra.php b/src/Entities/Products/ProductExtra.php
index <HASH>..<HASH> 100644
--- a/src/Entities/Products/ProductExtra.php
+++ b/src/Entities/Products/ProductExtra.php
@@ -16,12 +16,8 @@ class ProductExtra
private $enabled;
/** @var OrganisationShort */
private ... | Removed product tag from product extras & options | ordercloud_ordercloud-php | train |
655e61bf5b86e029a657a97f733b72a9f5ed2fec | diff --git a/src/internal/_isArrayLike.js b/src/internal/_isArrayLike.js
index <HASH>..<HASH> 100644
--- a/src/internal/_isArrayLike.js
+++ b/src/internal/_isArrayLike.js
@@ -6,22 +6,19 @@ var _isString = require('./_isString');
/**
* Tests whether or not an object is similar to an array.
*
- * @func
- * @memberOf... | fix _isArrayLike jsdoc now that it is internal | ramda_ramda | train |
1d9b51c8af29a3ad8a30c72e78f5422d14e1ef2e | diff --git a/src/main/java/org/aesh/parser/ParsedLineIterator.java b/src/main/java/org/aesh/parser/ParsedLineIterator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/aesh/parser/ParsedLineIterator.java
+++ b/src/main/java/org/aesh/parser/ParsedLineIterator.java
@@ -165,6 +165,8 @@ public class ParsedLineIterat... | throw an exception if the given value is not valid | aeshell_aesh-readline | train |
dcd81173edb8a3841ca740dafb39fed0037987fe | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ListView.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ListView.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ListView.php
+++ b/src/ContaoCommunity... | Drop dead code from ListView.
I have really no clue where this chunk originated from and can not make
neither heads nor tails out of it's original purpose. Therefore I
dropped it as it was always skipped. | contao-community-alliance_dc-general | train |
bfbe95ccc12d339bbf1691d0ed8107acaa7880f6 | diff --git a/liquibase-core/src/main/java/liquibase/change/core/AddPrimaryKeyChange.java b/liquibase-core/src/main/java/liquibase/change/core/AddPrimaryKeyChange.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/change/core/AddPrimaryKeyChange.java
+++ b/liquibase-core/src/main/java/liquibas... | CORE-<I> Oracle: primary keys that use a pre-existing index drop the index along with the primary key on rollback | liquibase_liquibase | train |
594a8badc95f5a77900ce6852f5e3819f3f6a419 | diff --git a/client/my-sites/checkout/controller.jsx b/client/my-sites/checkout/controller.jsx
index <HASH>..<HASH> 100644
--- a/client/my-sites/checkout/controller.jsx
+++ b/client/my-sites/checkout/controller.jsx
@@ -35,8 +35,10 @@ export function checkout( context, next ) {
const selectedSite = getSelectedSite( st... | In the domain only flow, neither redirect to /checkout/SITE_SLUG nor show site picker. We will keep the checkout page slug as /checkout/no-site and let create_new_blog flag in the backend handle the site creation. (#<I>) | Automattic_wp-calypso | train |
668d625ae73d5c1f9fecf59235a1ccc84fec7523 | diff --git a/src/Illuminate/View/Component.php b/src/Illuminate/View/Component.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/View/Component.php
+++ b/src/Illuminate/View/Component.php
@@ -214,7 +214,7 @@ abstract class Component
{
$this->attributes = $this->attributes ?: new ComponentAttributeBag;
... | [7.x] Fix not being able to set component attributes from inside class (#<I>)
* Made attributes merge instead of overwrite
* Added test for attribute merging | laravel_framework | train |
39ca9979a6c1fbaa4a36380c2ebd7970d86eaf86 | diff --git a/lib/mongo_profiler/extensions/mongo/cursor.rb b/lib/mongo_profiler/extensions/mongo/cursor.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo_profiler/extensions/mongo/cursor.rb
+++ b/lib/mongo_profiler/extensions/mongo/cursor.rb
@@ -4,7 +4,7 @@ Mongo::Cursor.class_eval do
def send_initial_query
beginn... | s/time_spent/total_time/ | phstc_mongo_profiler | train |
eeac222e41ebb8b2c24f6a1e56aeac7d322eeaee | diff --git a/impl/src/main/java/org/apache/camel/cdi/CdiSpiHelper.java b/impl/src/main/java/org/apache/camel/cdi/CdiSpiHelper.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/org/apache/camel/cdi/CdiSpiHelper.java
+++ b/impl/src/main/java/org/apache/camel/cdi/CdiSpiHelper.java
@@ -45,6 +45,11 @@ import static ... | Fix type inference compilation error on older JDK versions | astefanutti_camel-cdi | train |
b11a95a06e7ee5c96cddfc0ad54aae45478a75bb | diff --git a/CurlWrapper.php b/CurlWrapper.php
index <HASH>..<HASH> 100644
--- a/CurlWrapper.php
+++ b/CurlWrapper.php
@@ -70,7 +70,7 @@ class CurlWrapper
$this->ch = curl_init();
if (!$this->ch) {
- throw new CurlWrapperException($this->ch);
+ throw new CurlWrapperCurlExceptio... | New exception class specifically for cURL exceptions added | svyatov_CurlWrapper | train |
edc200e6d14c67e6b8973efa7cb37453c3c5fb7a | diff --git a/api/opentrons/drivers/rpi_drivers/gpio.py b/api/opentrons/drivers/rpi_drivers/gpio.py
index <HASH>..<HASH> 100755
--- a/api/opentrons/drivers/rpi_drivers/gpio.py
+++ b/api/opentrons/drivers/rpi_drivers/gpio.py
@@ -129,9 +129,9 @@ def set_low(pin):
def read(pin):
"""
- Reads a pin's value. This p... | refactor(api): Move lights endpoints to /robot/lights and provide getter (#<I>) | Opentrons_opentrons | train |
116c91e29337da0cee57bf65da85f4d05869d4c4 | diff --git a/tests/unit/states/file_test.py b/tests/unit/states/file_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/states/file_test.py
+++ b/tests/unit/states/file_test.py
@@ -4,6 +4,7 @@
from __future__ import absolute_import
import json
import pprint
+import tempfile
# Import Salt Testing libs
from salt... | Changed the target file in file.symlink test (#<I>) | saltstack_salt | train |
18ca0362b8963bedd85ad5262a33e7d0a3c9b742 | diff --git a/bootstrapnavtags/templatetags/bootstrapnavtags.py b/bootstrapnavtags/templatetags/bootstrapnavtags.py
index <HASH>..<HASH> 100644
--- a/bootstrapnavtags/templatetags/bootstrapnavtags.py
+++ b/bootstrapnavtags/templatetags/bootstrapnavtags.py
@@ -13,7 +13,7 @@ def navitem(parser, token):
template_tag =... | fix python3 issue with raising of template synax error | noxan_django-bootstrap-navtags | train |
4352be9e1c27b9893ba48509aea1882565817108 | diff --git a/py/dynesty/dynamicsampler.py b/py/dynesty/dynamicsampler.py
index <HASH>..<HASH> 100644
--- a/py/dynesty/dynamicsampler.py
+++ b/py/dynesty/dynamicsampler.py
@@ -938,6 +938,13 @@ class DynamicSampler:
bounditer=results.bounditer,
e... | run compute_integrals after the initial run of the dynamic run to ensure
that the logz errors are correct. That's needed only if no batches will be
added. | joshspeagle_dynesty | train |
594337189e5d5a0794ffbc2ee006e877ddd5b19b | diff --git a/edisgo/grid/network.py b/edisgo/grid/network.py
index <HASH>..<HASH> 100644
--- a/edisgo/grid/network.py
+++ b/edisgo/grid/network.py
@@ -1779,18 +1779,11 @@ class Results:
Attributes
----------
- measures: list
- A stack that details the history of measures to increase grid's hosting... | Add getter and setter for measures | openego_eDisGo | train |
08c8d36fc9e27a413fa7a3f4b85e51378d85dccd | diff --git a/src/js/me-shim.js b/src/js/me-shim.js
index <HASH>..<HASH> 100644
--- a/src/js/me-shim.js
+++ b/src/js/me-shim.js
@@ -325,7 +325,6 @@ mejs.HtmlMediaElementShim = {
// flash/silverlight vars
initVars = [
'id=' + pluginid,
- 'poster=' + poster,
'isvideo=' + ((isVideo) ? "true" : "false"),
... | - remove poster from plugins (HTML handles this) | mediaelement_mediaelement | train |
eb4930e3c724cf71d6ce5bb2aec4af82b2025b03 | diff --git a/actionmailer/lib/action_mailer/test_case.rb b/actionmailer/lib/action_mailer/test_case.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/lib/action_mailer/test_case.rb
+++ b/actionmailer/lib/action_mailer/test_case.rb
@@ -10,13 +10,6 @@ module ActionMailer
end
class TestCase < ActiveSupport::TestCa... | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | rails_rails | train |
c942da1cc957c5b0677b3c36d918617121ed6173 | diff --git a/www/src/py_utils.js b/www/src/py_utils.js
index <HASH>..<HASH> 100644
--- a/www/src/py_utils.js
+++ b/www/src/py_utils.js
@@ -126,7 +126,7 @@ $B.wrong_nb_args = function(name, received, expected, positional){
}
-$B.get_class = function(obj, from){
+$B.get_class = function(obj){
// generally we ge... | Add $B.$call, used to translate Python calls : Python "f(args)" is translated to Javascript "$B.$call(f)(args)". If f is a class, $B.$call(f) is the class factory ; if it is a function or a method, returns f unchanged ; otherwise use getattr(f, "__call__").
Adapt several function to support both old-style and new-style... | brython-dev_brython | train |
a3d9930831fb032f51d22911961254ccdb638995 | diff --git a/auto_ml/utils_models.py b/auto_ml/utils_models.py
index <HASH>..<HASH> 100644
--- a/auto_ml/utils_models.py
+++ b/auto_ml/utils_models.py
@@ -50,6 +50,11 @@ except ImportError:
def get_model_from_name(model_name, training_params=None):
+ # For Keras
+ nb_epoch = 250
+ if 'is_test_suite' in sy... | updates deep learning models to use the training_params structure the rest of our algos use | ClimbsRocks_auto_ml | train |
4b23d5e43f7d3b3dc063b61a74016e7c1b3c4897 | diff --git a/lib/neo4j-server/cypher_transaction.rb b/lib/neo4j-server/cypher_transaction.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j-server/cypher_transaction.rb
+++ b/lib/neo4j-server/cypher_transaction.rb
@@ -73,13 +73,17 @@ module Neo4j
cypher_response.set_data(first_result)
else
... | split tx cleanup stuff into separate method to appease rubocop | neo4jrb_neo4j-core | train |
7a5ab95089fc67149513eb956b8a28fe89c25a52 | diff --git a/agent/lib/kontena/workers/container_health_check_worker.rb b/agent/lib/kontena/workers/container_health_check_worker.rb
index <HASH>..<HASH> 100644
--- a/agent/lib/kontena/workers/container_health_check_worker.rb
+++ b/agent/lib/kontena/workers/container_health_check_worker.rb
@@ -61,7 +61,7 @@ module Kont... | Add user-agent for http healthcheck (#<I>) | kontena_kontena | train |
5a42097013fcd106f367a3fbe30058c8102ae6a3 | diff --git a/tests/test_mocks.py b/tests/test_mocks.py
index <HASH>..<HASH> 100644
--- a/tests/test_mocks.py
+++ b/tests/test_mocks.py
@@ -360,7 +360,7 @@ class MockedRelationsTest(TestCase):
@mocked_relations(Manufacturer, Car)
def test_mocked_relations_create_foreign_key_with_kwargs(self):
make = M... | Update test_mocks.py
flake8 is whining about unused underscore variables. | stphivos_django-mock-queries | train |
539784b64095f2befc3f6d5d4ca87a59a8b44028 | diff --git a/src/babel/transformation/transformers/es6/block-scoping.js b/src/babel/transformation/transformers/es6/block-scoping.js
index <HASH>..<HASH> 100644
--- a/src/babel/transformation/transformers/es6/block-scoping.js
+++ b/src/babel/transformation/transformers/es6/block-scoping.js
@@ -32,8 +32,8 @@ function is... | add Scope#moveBindingTo method and change more for array loops to for...of | babel_babel | train |
eec2ac50e006a857d9aca7ca3d438ce38b46361a | diff --git a/languagetool-core/src/main/java/org/languagetool/languagemodel/BaseLanguageModel.java b/languagetool-core/src/main/java/org/languagetool/languagemodel/BaseLanguageModel.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/languagemodel/BaseLanguageModel.java
+++ b/languag... | add comment about boosting 4grams | languagetool-org_languagetool | train |
55e93184d269140366a5f5117d1384a97ba91561 | diff --git a/test/matrix_tests.js b/test/matrix_tests.js
index <HASH>..<HASH> 100644
--- a/test/matrix_tests.js
+++ b/test/matrix_tests.js
@@ -5,3 +5,83 @@ exports.newMatrix = function(beforeExit, assert) {
assert.equal(m.toString(), "matrix(1,0,0,1,0,0)");
};
+
+exports.IDENTITY = function(beforeExit, assert) ... | Set up skeleton tests for Matrix2D | thelonious_kld-affine | train |
667820efd0652df8ed61420cd0dec8df1b3ecdd2 | diff --git a/src/Exceptions/LaravelModuleInstallerException.php b/src/Exceptions/LaravelModuleInstallerException.php
index <HASH>..<HASH> 100644
--- a/src/Exceptions/LaravelModuleInstallerException.php
+++ b/src/Exceptions/LaravelModuleInstallerException.php
@@ -6,5 +6,10 @@ use Exception;
class LaravelModuleInstall... | Include failed package name in error message (closes PR #6) | joshbrw_laravel-module-installer | train |
2dee6a394f42e26e87ce00e4f458a4c7a4097c9c | diff --git a/bypy.py b/bypy.py
index <HASH>..<HASH> 100755
--- a/bypy.py
+++ b/bypy.py
@@ -143,7 +143,7 @@ elif sys.version_info[0] == 3:
basestring = str
long = int
raw_input = input
- pickleload = partial(pickle.load(encoding="bytes"))
+ pickleload = partial(pickle.load, encoding="bytes")
import json
import h... | Fix Python 3 command line param passing and stack printing (#<I>) | houtianze_bypy | train |
4942faaeaa7c18805c3425dff90ccb9191f951e7 | diff --git a/test/sass/less_conversion_test.rb b/test/sass/less_conversion_test.rb
index <HASH>..<HASH> 100755
--- a/test/sass/less_conversion_test.rb
+++ b/test/sass/less_conversion_test.rb
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../test_helper'
+
+begin
require 'sass/less'
class L... | [Sass] [Less] Don't die when testing if Less isn't available. | sass_ruby-sass | train |
88833d9ded6949e03de3a98ccff67c67b2c6e551 | diff --git a/src/main/java/org/jboss/netty/buffer/ChannelBufferInputStream.java b/src/main/java/org/jboss/netty/buffer/ChannelBufferInputStream.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/buffer/ChannelBufferInputStream.java
+++ b/src/main/java/org/jboss/netty/buffer/ChannelBufferInputStream.ja... | Fixed issue: NETTY-<I> (ChannelBufferInputStream.readFully(byte[], int, int) should throw IndexOutOfBoundsException.)
* ChannelBufferInputstream.checkAvailable() throws IndexOutOfBoundsException instead of IllegalArgumentException now. | netty_netty | train |
64e5518c2f1c779e44cd40fddd519d498725817e | diff --git a/src/org/zaproxy/zap/extension/ascan/ActiveScanAPI.java b/src/org/zaproxy/zap/extension/ascan/ActiveScanAPI.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/ascan/ActiveScanAPI.java
+++ b/src/org/zaproxy/zap/extension/ascan/ActiveScanAPI.java
@@ -753,11 +753,11 @@ public class ActiveScan... | Provide more details on ascan API URL errors
Include the exception when failed to parse the start URL and indicate
that the scheme is missing in the exception message. | zaproxy_zaproxy | train |
85e1281b68252484a78c99a46d72bc88f5e31cd6 | diff --git a/src/Kris/LaravelFormBuilder/Fields/FormField.php b/src/Kris/LaravelFormBuilder/Fields/FormField.php
index <HASH>..<HASH> 100644
--- a/src/Kris/LaravelFormBuilder/Fields/FormField.php
+++ b/src/Kris/LaravelFormBuilder/Fields/FormField.php
@@ -220,6 +220,19 @@ abstract class FormField
$this->optio... | add the ability to append to wrapper, label and field class attribute | kristijanhusak_laravel-form-builder | train |
5f801ebbe3886649ea1620e6f9386cde31a10a96 | diff --git a/Paradox/pod/Document.php b/Paradox/pod/Document.php
index <HASH>..<HASH> 100644
--- a/Paradox/pod/Document.php
+++ b/Paradox/pod/Document.php
@@ -269,7 +269,7 @@ class Document implements IObserver
} else {
$info = $this->_toolbox->parseId($this->_referencePodId);
- retur... | Fixed small bug in document and formatted everything. | F21_Paradox | train |
a8a807e9d90649bf5f8c7744b7ce36b967339911 | diff --git a/src/Traits/FactoryTrait.php b/src/Traits/FactoryTrait.php
index <HASH>..<HASH> 100644
--- a/src/Traits/FactoryTrait.php
+++ b/src/Traits/FactoryTrait.php
@@ -273,7 +273,7 @@ trait FactoryTrait
*/
public static function createFromArray(array $values): ChronosInterface
{
- $values += [... | Updated use of ?? to match <I> | cakephp_chronos | train |
3b208b263d971d3699ae0f5d7c30820be197eae4 | diff --git a/tpot/tpot.py b/tpot/tpot.py
index <HASH>..<HASH> 100644
--- a/tpot/tpot.py
+++ b/tpot/tpot.py
@@ -308,25 +308,22 @@ class TPOT(object):
return self._evaluate_individual(self.optimized_pipeline_, training_testing_data)[0]
- def export(self, output_file_name):
- """Exports the current ... | Break Export into separate functions
Build separate functions for:
-Replace all of the mathematical operators with their results
-Unroll the nested function calls into serial code | EpistasisLab_tpot | train |
6fecec6dfd7d6c839cbefbdc1ed0a5ea63980957 | diff --git a/modules/component/component.js b/modules/component/component.js
index <HASH>..<HASH> 100644
--- a/modules/component/component.js
+++ b/modules/component/component.js
@@ -14,7 +14,6 @@ export default class Component extends Container {
*/
constructor (position, options) {
super(position,... | Make opacity inherit from parent | pencil-js_pencil.js | train |
2a4ef098d65939d436e2a5efbb518fb807b6b1b6 | diff --git a/examples/run_squad.py b/examples/run_squad.py
index <HASH>..<HASH> 100644
--- a/examples/run_squad.py
+++ b/examples/run_squad.py
@@ -44,7 +44,9 @@ from transformers import (WEIGHTS_NAME, BertConfig,
XLNetForQuestionAnswering,
XLNetToken... | Add ALBERT and XLM to SQuAD script | huggingface_pytorch-pretrained-BERT | train |
22312fd8d4e6d086d82e28ffcfcccf5993fc7cd1 | diff --git a/lib/puppet/provider/nameservice.rb b/lib/puppet/provider/nameservice.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/nameservice.rb
+++ b/lib/puppet/provider/nameservice.rb
@@ -261,7 +261,12 @@ class Puppet::Provider::NameService < Puppet::Provider
# reading of the file.
Puppet::Etc.endg... | (PUP-<I>) Remove duplicate entries when listing user resource's groups
With some configurations of nsswitch, groups end up double listed. We now
remove the duplicate entries since there isn't much we can do to
disambiguate things to show where the entries came from by the time we get
the information. | puppetlabs_puppet | train |
781c5bf6967473701e4812d72ace4f675f5b5c94 | diff --git a/airflow/models.py b/airflow/models.py
index <HASH>..<HASH> 100755
--- a/airflow/models.py
+++ b/airflow/models.py
@@ -2286,8 +2286,8 @@ class BaseOperator(LoggingMixin):
self.task_concurrency = task_concurrency
# Private attributes
- self._upstream_task_ids = []
- self._do... | [AIRFLOW-<I>] Store task ids as sets not lists
Massively improve performance by using sets to represent a task's
upstream and downstream task ids. | apache_airflow | train |
d97a5043948b5d58d6f7068f74ebf906f7f5c6cc | diff --git a/IpInfoDb.php b/IpInfoDb.php
index <HASH>..<HASH> 100644
--- a/IpInfoDb.php
+++ b/IpInfoDb.php
@@ -57,7 +57,7 @@ final class IpInfoDb extends AbstractHttpProvider implements Provider, IpAddress
*
* @throws \Geocoder\Exception\InvalidArgument
*/
- public function __construct(HttpClient $... | Added more PHP7 type hints. (#<I>)
* Adding type hints
* Added more type hints
* Added PHP7 type hints
* style fixes
* Added type hints | geocoder-php_ip-info-db-provider | train |
14bc62281894c90102e8a8a714b485e606c6a6f6 | diff --git a/lib/emir/recipes/bias_image.py b/lib/emir/recipes/bias_image.py
index <HASH>..<HASH> 100644
--- a/lib/emir/recipes/bias_image.py
+++ b/lib/emir/recipes/bias_image.py
@@ -40,8 +40,6 @@ sigma-clipping algorithm.
'''
-from __future__ import with_statement
-
__version__ = "$Revision$"
@@ -53,7 +51,6 ... | Renamed FITSCreator | guaix-ucm_pyemir | train |
f51153c11b25e12075e2f7377f202d6edd5229ac | diff --git a/impl/src/main/java/org/jboss/weld/interceptor/reader/ClassMetadataInterceptorFactory.java b/impl/src/main/java/org/jboss/weld/interceptor/reader/ClassMetadataInterceptorFactory.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/org/jboss/weld/interceptor/reader/ClassMetadataInterceptorFactory.java
+... | Use InjectionTarget for creating interceptor instances in ClassMetadataInterceptorFactory | weld_core | train |
a85d6a19fc82ea86f137483a773aa0f1a0e15366 | diff --git a/packages/ember-htmlbars/lib/node-managers/component-node-manager.js b/packages/ember-htmlbars/lib/node-managers/component-node-manager.js
index <HASH>..<HASH> 100644
--- a/packages/ember-htmlbars/lib/node-managers/component-node-manager.js
+++ b/packages/ember-htmlbars/lib/node-managers/component-node-mana... | Remove legacy addon `viewName` support. | emberjs_ember.js | train |
7464b159711bd982b80acf120cd42e8809ce0d2f | diff --git a/cli/src/main/java/org/jboss/as/cli/gui/metacommand/DownloadServerLogDialog.java b/cli/src/main/java/org/jboss/as/cli/gui/metacommand/DownloadServerLogDialog.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/gui/metacommand/DownloadServerLogDialog.java
+++ b/cli/src/main/java/org/jbo... | After download, view in default log viewer. | wildfly_wildfly | train |
596af4075fe1fb4c051e9f60ef7ef7308f05f4c3 | diff --git a/tftpy/TftpClient.py b/tftpy/TftpClient.py
index <HASH>..<HASH> 100644
--- a/tftpy/TftpClient.py
+++ b/tftpy/TftpClient.py
@@ -202,15 +202,18 @@ class TftpClient(TftpSession):
# end while
+ outputfile.close()
end_time = time.time()
duration = end_time - start_time
- ... | Fixed division by zero error in rate calculations in download function of
client. Thanks to Stefaan Vanheesbeke for the report.
git-svn-id: <URL> | msoulier_tftpy | train |
b86afb133500f164587f09b48b5f145b77905b77 | diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/serializers.py
+++ b/nodeconductor/structure/serializers.py
@@ -350,7 +350,7 @@ class NestedProjectPermissionSerializer(serializers.ModelSerializer):
class Meta:
... | Expose expiration time in nested project permission serializer. | opennode_waldur-core | train |
5375817b392b6276bbe0f38c15dd555da5d5ebf2 | diff --git a/manual/pages/tiles.html b/manual/pages/tiles.html
index <HASH>..<HASH> 100644
--- a/manual/pages/tiles.html
+++ b/manual/pages/tiles.html
@@ -99,4 +99,37 @@ tileSet.onload = function() {
display.draw(1, 1, "#", "white");
display.draw(2, 1, "#", "transparent", "rgba(250, 250, 0, 0.5)");
}
-</div>... | colorized tile stacks, fixes #<I> | ondras_rot.js | train |
36550f71f4161b0b5c7af872b78dd1e7d96b788a | diff --git a/scripts/patches/dynamodb.py b/scripts/patches/dynamodb.py
index <HASH>..<HASH> 100644
--- a/scripts/patches/dynamodb.py
+++ b/scripts/patches/dynamodb.py
@@ -21,4 +21,15 @@ patches = [
"path": "/ResourceTypes/AWS::DynamoDB::GlobalTable/Properties/SSESpecification/Type",
"value": "GlobalTa... | Fix issue in spec <I> with DynamoDB KeySchema Type | cloudtools_troposphere | train |
b0f2d5efeeb70387f1fa892afd0411675fcc6ee2 | diff --git a/tests/Behat/Mink/Driver/JavascriptDriverTest.php b/tests/Behat/Mink/Driver/JavascriptDriverTest.php
index <HASH>..<HASH> 100644
--- a/tests/Behat/Mink/Driver/JavascriptDriverTest.php
+++ b/tests/Behat/Mink/Driver/JavascriptDriverTest.php
@@ -99,7 +99,7 @@ abstract class JavascriptDriverTest extends General... | The `testWaitReturnValue` test was checking element visibility, which failed for Headless drivers | minkphp_Mink | train |
6cc208cdbb8d01b5f8feec220bf52c162c5ecbc3 | diff --git a/lib/core_extensions.rb b/lib/core_extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/core_extensions.rb
+++ b/lib/core_extensions.rb
@@ -320,7 +320,7 @@ class Hash
elsif value.is_a?(Hash)
stack << [key,value]
else
- param << "#{key}=#{URI.encode(value.to_s)}&"
+ param << "#{key}... | Made encoding on query parameters treat everything except URI::PATTERN::UNRESERVED as UNSAFE to force encoding of '+' character | jnunemaker_httparty | train |
9d984b72fcb4a75200a2743c716e5fa939560a64 | diff --git a/lib/client/client.js b/lib/client/client.js
index <HASH>..<HASH> 100644
--- a/lib/client/client.js
+++ b/lib/client/client.js
@@ -703,12 +703,12 @@ Client.prototype._connect = function _connect() {
var socket = null;
var timer = false;
- socket = proto.connect((this.port || this.socketPath), this.... | <I> broke pooled SSL | joyent_node-ldapjs | train |
4479b7d3f287fa3c553fddd6200d942a5be8ab57 | diff --git a/derpibooru/image.py b/derpibooru/image.py
index <HASH>..<HASH> 100644
--- a/derpibooru/image.py
+++ b/derpibooru/image.py
@@ -45,6 +45,11 @@ class Image(object):
if not hasattr(self, field):
setattr(self, field, body)
+ if self.original_format == "gif":
+ setattr(self, "webm", se... | Add mp4 and webm file representations for gifs | joshua-stone_DerPyBooru | train |
aab205f23550ea4752910a472fa7685e6db62b74 | diff --git a/securesystemslib/keys.py b/securesystemslib/keys.py
index <HASH>..<HASH> 100755
--- a/securesystemslib/keys.py
+++ b/securesystemslib/keys.py
@@ -1699,7 +1699,7 @@ def create_rsa_encrypted_pem(private_key, passphrase):
elif _RSA_CRYPTO_LIBRARY == 'pyca-cryptography':
encrypted_pem = \
- secu... | Call pyca_crypto_keys if the pyca-cryptography library is set | secure-systems-lab_securesystemslib | train |
5fbea3b4d15aa903f6b3598e3cf80c0f79af5518 | diff --git a/cmd.js b/cmd.js
index <HASH>..<HASH> 100755
--- a/cmd.js
+++ b/cmd.js
@@ -12,6 +12,15 @@ var numeral = require('numeral')
var path = require('path')
var WebTorrent = require('../')
+process.on('exit', function (code) {
+ if (code !== 0) {
+ clivas.line('{red:ERROR:} If you think this is a bug in we... | on crash, ask user to report bug | webtorrent_webtorrent-cli | train |
2828bc945fd0bf9f95475b5948a63642546698f4 | diff --git a/src/autoStart/index.js b/src/autoStart/index.js
index <HASH>..<HASH> 100644
--- a/src/autoStart/index.js
+++ b/src/autoStart/index.js
@@ -17,7 +17,7 @@ const autoStart = {
maxInteractions: Infinity,
perActionDefaults: {
manualStart: false,
- max: 0,
+ max: Infinity,
maxPerElement: 1,
... | *: fix issues with multiple pointers and inertia
- remove pointer when starting inertia
- set default autoStart action max to Infinity
- adjust interactionFinder.mouse to handle mouse
interactions with simulations better
Re: #<I> | taye_interact.js | train |
77d89bbd6a338b24a4356aa9ffb5e2fb1a9703e5 | diff --git a/app/controllers/confirmations_controller.rb b/app/controllers/confirmations_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/confirmations_controller.rb
+++ b/app/controllers/confirmations_controller.rb
@@ -34,7 +34,7 @@ module Milia
def change_or_confirm_user(tryset=nil)
with_unco... | invite member - <I> | jekuno_milia | train |
2b462c8062e4102e102ee7a82dcc4ad7bdbe1d8d | diff --git a/spec/factories/socializer_audiences.rb b/spec/factories/socializer_audiences.rb
index <HASH>..<HASH> 100644
--- a/spec/factories/socializer_audiences.rb
+++ b/spec/factories/socializer_audiences.rb
@@ -4,6 +4,6 @@ FactoryGirl.define do
factory :socializer_audience, class: Socializer::Audience do
pr... | use an association for the activity_object | socializer_socializer | train |
06326918a5f2dd85744a54f98dacee41d072fe72 | diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC736Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC736Test.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC736Test.php
+++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC736Test.php
@@ -4,6 +4,8 @@ namespace Doctrin... | DDC-<I>, DDC-<I> - Fix Identification Ordering in combination with Tree Walkers. | doctrine_orm | train |
9dfd1eb2fcd2d341b7c69c308eb3e4980f99d8ab | diff --git a/tools/astCreatorPlugin/pom.xml b/tools/astCreatorPlugin/pom.xml
index <HASH>..<HASH> 100644
--- a/tools/astCreatorPlugin/pom.xml
+++ b/tools/astCreatorPlugin/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.overturetool.tools</groupId>
<artifactId>astcreatorplugin</artifactId>
<packaging>maven-plugin</packa... | recommit astCreatorPlugin changes from <I>ab<I>e | overturetool_overture | train |
ec4c1ff19bc3c967f8c753b0dc40bd0d77aed8ec | diff --git a/core-bundle/src/Resources/contao/library/Contao/Widget.php b/core-bundle/src/Resources/contao/library/Contao/Widget.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/Widget.php
+++ b/core-bundle/src/Resources/contao/library/Contao/Widget.php
@@ -754,7 +754,7 @@ abstract ... | [Core] Correctly render required single checkboxes in the back end (see #<I>). | contao_contao | train |
f3183e78faea1231d9fc83679e2df4b406a4328d | diff --git a/txkoji/task.py b/txkoji/task.py
index <HASH>..<HASH> 100644
--- a/txkoji/task.py
+++ b/txkoji/task.py
@@ -108,6 +108,8 @@ class Task(Munch):
# the the past couple of tasks for this tag.
defer.returnValue(None)
avg_delta = yield self.connection.getAverageBuildDuration(pack... | task: return None in estimate_completion()
If we cannot estimate this task's package, return None instead of
crashing. | ktdreyer_txkoji | train |
84855d2587c8d9d06c173375b9a395e8b0bb2f3f | diff --git a/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java b/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java
index <HASH>..<HASH> 100644
--- a/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java
+++ b/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java
@@ -2... | Bugfix: Prevent NPE when removing timed out refresh tokens | structr_structr | train |
cbbeaf2b594869064b2ec1dc65899bbfb0d455cd | diff --git a/lib/rfd.rb b/lib/rfd.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd.rb
+++ b/lib/rfd.rb
@@ -253,6 +253,7 @@ module Rfd
wclear
draw_items
+ wmove 0
move_cursor @row
draw_marked_items | move to 0 after drawing when lsing | amatsuda_rfd | train |
34ee799ee7d5039f9712db5cec4b6a17e8d3bf48 | diff --git a/lib/fog/rackspace/models/dns/callback.rb b/lib/fog/rackspace/models/dns/callback.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/rackspace/models/dns/callback.rb
+++ b/lib/fog/rackspace/models/dns/callback.rb
@@ -11,7 +11,7 @@ module Fog
response = nil
Fog.wait_for(timeout, interval) do
... | [rackspace|dns] Adapted to changes in callback mechanism | fog_fog | train |
4991595f64bf2b1c46be4446c5921e7e8f0ecb71 | diff --git a/lib/phusion_passenger/platform_info/ruby.rb b/lib/phusion_passenger/platform_info/ruby.rb
index <HASH>..<HASH> 100644
--- a/lib/phusion_passenger/platform_info/ruby.rb
+++ b/lib/phusion_passenger/platform_info/ruby.rb
@@ -68,12 +68,26 @@ module PlatformInfo
return filename
end
end
+
+ ... | Output different RVM repair commands based on the RVM installation mode. | phusion_passenger | train |
9358496dc4b2fa101ca1365aedd9ec1fb345c876 | diff --git a/lib/rr/adapters/test_unit_1.rb b/lib/rr/adapters/test_unit_1.rb
index <HASH>..<HASH> 100644
--- a/lib/rr/adapters/test_unit_1.rb
+++ b/lib/rr/adapters/test_unit_1.rb
@@ -34,7 +34,9 @@ module RR
alias_method :teardown_without_rr, :teardown
def teardown_with_rr
RR.ver... | Fix Test::Unit adapters to ensure teardown is run if RR.verify borks | rr_rr | train |
2d84d01b4246834e2861b244381304e87ebfc169 | diff --git a/src/Schemas.js b/src/Schemas.js
index <HASH>..<HASH> 100644
--- a/src/Schemas.js
+++ b/src/Schemas.js
@@ -3,21 +3,8 @@
class Schemas {
constructor() {
- this.dict = {};
+ this.schemaDict = {};
this.templateCache = {};
- this.registeredDefaults = false;
- }
-
- registerDefaults() {
- ... | If a template hasn't been registered via schemas.add but in scene, we use default schema | networked-aframe_networked-aframe | train |
c69fad002180cfb36d9f859eb2fc93b56977aec6 | diff --git a/lib/wechat/access_token.rb b/lib/wechat/access_token.rb
index <HASH>..<HASH> 100644
--- a/lib/wechat/access_token.rb
+++ b/lib/wechat/access_token.rb
@@ -7,6 +7,7 @@ module Wechat
@secret = secret
@client = client
@token_file = token_file
+ @random_generator = Random.new
end
... | Do not refresh access_token at same time, using random seconds for #<I> | Eric-Guo_wechat | train |
9df86ec6ef5b664221eb94efb795abd70ef7420f | diff --git a/wandb/board/ui/src/pages/Run.js b/wandb/board/ui/src/pages/Run.js
index <HASH>..<HASH> 100644
--- a/wandb/board/ui/src/pages/Run.js
+++ b/wandb/board/ui/src/pages/Run.js
@@ -55,7 +55,8 @@ class Run extends React.Component {
}
// Setup views loaded from server.
if (
- nextProps.bucket & ... | Fix bug where views didn't load on run page | wandb_client | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.