hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ec85f8436bd437a06c7288ac06b2401d1c1daeff | diff --git a/src/sap.m/src/sap/m/SearchField.js b/src/sap.m/src/sap/m/SearchField.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/SearchField.js
+++ b/src/sap.m/src/sap/m/SearchField.js
@@ -301,13 +301,7 @@ sap.ui.define([
};
SearchField.prototype.onBeforeRendering = function() {
- var inputElement = th... | [INTERNAL][FIX] sap.m.SearchField: Event listeners are now deregistered
Change-Id: If<I>a<I>fc5a<I>b<I>c<I>cc9c<I>f<I>d<I>c<I>
BCP: <I> | SAP_openui5 | train |
5452aef58e60c778df05b128c1f844e532ee2292 | diff --git a/spyderlib/tour.py b/spyderlib/tour.py
index <HASH>..<HASH> 100644
--- a/spyderlib/tour.py
+++ b/spyderlib/tour.py
@@ -818,6 +818,7 @@ class AnimatedTour(QWidget):
self.duration_tips, self.easing_curve)
# Widgets setup
+ # Needed to fix issue #2204
... | Added comment to clarify which issue is fixed | spyder-ide_spyder | train |
92b08ce2c24318451784cb879df378085e3b9467 | diff --git a/runtests/mpi/tester.py b/runtests/mpi/tester.py
index <HASH>..<HASH> 100644
--- a/runtests/mpi/tester.py
+++ b/runtests/mpi/tester.py
@@ -51,6 +51,8 @@ def nompi(comm):
else:
raise error
+communicators = {
+}
def MPITest(commsize):
"""
A decorator that repeatedly calls th... | Never free any subcommunicators. | bccp_runtests | train |
748c2d6e2f733bdbf775196b6cfbfdd591598e81 | diff --git a/sitetree/utils.py b/sitetree/utils.py
index <HASH>..<HASH> 100644
--- a/sitetree/utils.py
+++ b/sitetree/utils.py
@@ -1,8 +1,15 @@
-from django.db.models import get_model
from django.core.exceptions import ImproperlyConfigured
from django.utils.importlib import import_module
from django.utils.module_loa... | Satisfied Django <I> warning. | idlesign_django-sitetree | train |
4664d1471f05f0cc339ef335c4de9d03ba21811d | diff --git a/src/test/java/org/jgroups/ping/kube/test/util/FreePortFinder.java b/src/test/java/org/jgroups/ping/kube/test/util/FreePortFinder.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jgroups/ping/kube/test/util/FreePortFinder.java
+++ b/src/test/java/org/jgroups/ping/kube/test/util/FreePortFinder.java
@... | making static field private
adding private constructor | jgroups-extras_jgroups-kubernetes | train |
f835806590c92b4c1ea7715da09de5f427df96b9 | diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/DiskLruCache.java b/okhttp/src/main/java/com/squareup/okhttp/internal/DiskLruCache.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/main/java/com/squareup/okhttp/internal/DiskLruCache.java
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/DiskLruCach... | Eagerly create Entry Files for every value.
Through the various code paths that an Entry would pass through both the clean and dirty File would be needed at least once. Creating it and the StringBuilders every time was having a large impact on allocation in high-frequency situations (like images in an Android app). | square_okhttp | train |
75c704fe083917e11b32f51be57620831abf2e63 | diff --git a/src/types/float.js b/src/types/float.js
index <HASH>..<HASH> 100644
--- a/src/types/float.js
+++ b/src/types/float.js
@@ -7,9 +7,14 @@ class FloatArgumentType extends ArgumentType {
validate(value, msg, arg) {
const float = Number.parseFloat(value);
- return !Number.isNaN(float) &&
- (arg.min ===... | Make args.min and args.max give a useful response. (#<I>)
* Make min/max more descriptive
* min: 1 should allow 1
* These shouldn't do that | discordjs_Commando | train |
e30fb9730751e07186be8f399d9822c3758c9771 | diff --git a/tests/api_coverage_tests_classifiers.py b/tests/api_coverage_tests_classifiers.py
index <HASH>..<HASH> 100644
--- a/tests/api_coverage_tests_classifiers.py
+++ b/tests/api_coverage_tests_classifiers.py
@@ -214,7 +214,7 @@ def test_user_input_func_classification(model_name=None):
# That's about 1 milli... | boundary adjustment for time since we're running these in parallel | ClimbsRocks_auto_ml | train |
8765953a09da1cbe989342c263ea24bb508c4e2a | diff --git a/src/test/java/com/pastdev/jsch/nio/file/UnixSshFileSystemTest.java b/src/test/java/com/pastdev/jsch/nio/file/UnixSshFileSystemTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/pastdev/jsch/nio/file/UnixSshFileSystemTest.java
+++ b/src/test/java/com/pastdev/jsch/nio/file/UnixSshFileSystemTest.ja... | silly little hack to make the unit test behave | lucastheisen_jsch-nio | train |
3719c88c8ff93f001ad5f0c8e0e377130af4c71f | diff --git a/entry.go b/entry.go
index <HASH>..<HASH> 100644
--- a/entry.go
+++ b/entry.go
@@ -141,7 +141,7 @@ func (entry *Entry) Infof(format string, args ...interface{}) {
}
func (entry *Entry) Printf(format string, args ...interface{}) {
- entry.Info(format, args...)
+ entry.Infof(format, args...)
}
func (e... | code builds -- fixes incorrect use of entry.Info, change to entry.Infof | sirupsen_logrus | train |
096159d4d068356642728a375a1278a22a85d5ef | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -67,8 +67,10 @@ module.exports = function(grunt) {
coveralls: {
options: {
- src: 'tests/coverage/reports/lcov.info',
force: true
+ },
+ all: {
+ src: 'tests/coverage/reports/lcov.info' ... | Fixes coveralls grunt task to have src under correct object | traviswimer_resize-crop.js | train |
cb2a6591f2bfba62e3dfa48f88fa852ce8ac0f51 | diff --git a/raiden_mps/raiden_mps/webui/js/main.js b/raiden_mps/raiden_mps/webui/js/main.js
index <HASH>..<HASH> 100644
--- a/raiden_mps/raiden_mps/webui/js/main.js
+++ b/raiden_mps/raiden_mps/webui/js/main.js
@@ -46,8 +46,10 @@ function pageReady(json) {
return window.alert("An error occurred getting chann... | Hide action buttons not available for current state | raiden-network_microraiden | train |
0f5d528380cc07dffa9d25f3c90a75e92d778c64 | diff --git a/lib/users.js b/lib/users.js
index <HASH>..<HASH> 100644
--- a/lib/users.js
+++ b/lib/users.js
@@ -80,12 +80,19 @@ define([
this.getAuthorizationEndpoint(function (err, authorization_endpoint) {
if (err) {return done(err);}
- var users_url = authorization_endpo... | only add the filter if there are guids to filter against | hpcloud_cloud-foundry-client-js | train |
1ef4b0d7d9af8fcc1fac394b7ba2fd64f057f46b | diff --git a/App/Navigation/NavButtons.js b/App/Navigation/NavButtons.js
index <HASH>..<HASH> 100644
--- a/App/Navigation/NavButtons.js
+++ b/App/Navigation/NavButtons.js
@@ -1,8 +1,22 @@
import React, { TouchableOpacity, Text } from 'react-native'
import styles from '../Styles/NavigationStyle'
+import Icon from 'rea... | Give the login page a working "back" button
Uses the new FontAwesome library to render a back button. | infinitered_ignite | train |
fc17a5e698d37e45a371b501417b5441fee8d73a | diff --git a/wal_e/storage/s3_storage.py b/wal_e/storage/s3_storage.py
index <HASH>..<HASH> 100644
--- a/wal_e/storage/s3_storage.py
+++ b/wal_e/storage/s3_storage.py
@@ -74,7 +74,14 @@ class StorageLayout(object):
self._url_tup = url_tup
# S3 api requests absolutely cannot contain a leading slash.
... | Fix some embarrassing slashification bugs
New policy: when 'directories' are involved, always use trailing
slashes.
This nicely seperated set of routines is ripe for run of the mill unit
testing. Shame. | wal-e_wal-e | train |
90be9b8894d7363ff428d273bb61ef03977e5cbc | diff --git a/edc_sync/classes/file_transfer.py b/edc_sync/classes/file_transfer.py
index <HASH>..<HASH> 100644
--- a/edc_sync/classes/file_transfer.py
+++ b/edc_sync/classes/file_transfer.py
@@ -94,11 +94,11 @@ class FileTransfer(object):
raise False
return client
- def filenames(self, dir):
... | edc sync file transfer view | erikvw_django-collect-offline | train |
166e00704960f23c2be9e58d3a289438cac5547e | diff --git a/scripts/db_provisioning.py b/scripts/db_provisioning.py
index <HASH>..<HASH> 100755
--- a/scripts/db_provisioning.py
+++ b/scripts/db_provisioning.py
@@ -369,6 +369,10 @@ def init_db(db_conn):
password=auth.hash_password('admin'),
team_id=admin_team)
+ # Attach the team admin t... | Add the team admin to the created topic
Change-Id: I<I>c<I>a7fbf<I>d7ad5d<I>a4e2dc2e<I>efcb6 | redhat-cip_dci-control-server | train |
4999c5707d0d60f2b832235c7aca73fa43485d3b | diff --git a/libnetwork/endpoint_cnt.go b/libnetwork/endpoint_cnt.go
index <HASH>..<HASH> 100644
--- a/libnetwork/endpoint_cnt.go
+++ b/libnetwork/endpoint_cnt.go
@@ -143,7 +143,9 @@ retry:
if inc {
ec.Count++
} else {
- ec.Count--
+ if ec.Count > 0 {
+ ec.Count--
+ }
}
ec.Unlock() | Fix endpoint cnt decline overflow | moby_moby | train |
8658ff2f3593f4722648e394271195f88f94ff0a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,7 +23,9 @@ function multidrive (store, createArchive, closeArchive, cb) {
function sink (err, data) {
if (err) return cb(err)
var values = Object.keys(data).map(function (key) {
- return JSON.parse(data[k... | attach .key to .data, so errors have err.data.key | dat-land_multidrive | train |
e65fd94604416dd117abaaebb67eb5f14a8adca8 | diff --git a/amqplib/client_0_8/transport.py b/amqplib/client_0_8/transport.py
index <HASH>..<HASH> 100644
--- a/amqplib/client_0_8/transport.py
+++ b/amqplib/client_0_8/transport.py
@@ -128,12 +128,16 @@ class SSLTransport(_AbstractTransport):
"""
def _setup_transport(self):
"""
- Wrap the so... | Combine the two different SSL transports, turns out they're not that different. | barryp_py-amqplib | train |
674c6f7a7b5cc00b0ac83fa141a63b28c92d0fdc | diff --git a/cmd/bucket-replication.go b/cmd/bucket-replication.go
index <HASH>..<HASH> 100644
--- a/cmd/bucket-replication.go
+++ b/cmd/bucket-replication.go
@@ -337,6 +337,17 @@ func replicateDelete(ctx context.Context, dobj DeletedObjectReplicationInfo, obj
}
ctx = lkctx.Context()
defer lk.Unlock(lkctx.Cancel)... | fix: resync of replication of delete markers (#<I>)
Fixes #<I> | minio_minio | train |
ccbefff684d63c71e13fbb7507fa41d3400c0c95 | diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -76,9 +76,14 @@ module ActiveSupport
# save
# end
def run... | if there is nothing to compile, then do not bother compiling | rails_rails | train |
971655455dfe9e5ef7a900db2bf1fae33d9446d3 | diff --git a/spec/lib/listen/listener_spec.rb b/spec/lib/listen/listener_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/listen/listener_spec.rb
+++ b/spec/lib/listen/listener_spec.rb
@@ -4,7 +4,7 @@ describe Listen::Listener do
let(:listener) { Listen::Listener.new(options) }
let(:options) { {} }
let(:regi... | Stub Celluloid::SupervisionGroup#alive? | guard_listen | train |
40a847c9c123af840d52da9243cd1b5d456fe1f0 | diff --git a/src/main/java/com/bitso/helpers/Helpers.java b/src/main/java/com/bitso/helpers/Helpers.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/bitso/helpers/Helpers.java
+++ b/src/main/java/com/bitso/helpers/Helpers.java
@@ -1,5 +1,6 @@
package com.bitso.helpers;
+import java.io.PrintStream;
import ja... | printing stack trace helper fn | bitsoex_bitso-java | train |
9a74214789102788fc6d53dbc97d1663426313f9 | diff --git a/autopep8.py b/autopep8.py
index <HASH>..<HASH> 100755
--- a/autopep8.py
+++ b/autopep8.py
@@ -1734,7 +1734,8 @@ class Atom(object):
def reflow(
self, reflowed_lines, continued_indent, extent,
break_after_open_bracket=False,
- is_list_comp_or_if_expr=False
+ is_list_comp... | Don't separate a long dotted object too soon.
It could end in the dotted object being split into multiple lines like
this:
aaaaaaaaaaa.
bbbbbbbbbb.
ccccccccccc.
eeeeeeeeeeeeee.ffffffffff.ggggggggggggg.hhhhhhhhhhhhhhh | hhatto_autopep8 | train |
d69e96d109aff0b109ad06771e4a3e35ea7f81b9 | diff --git a/src/Codeception/Specify.php b/src/Codeception/Specify.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Specify.php
+++ b/src/Codeception/Specify.php
@@ -81,9 +81,13 @@ trait Specify {
} catch (\PHPUnit_Framework_AssertionFailedError $e) {
if ($throws !== get_class($e)) $result->a... | Bubble exceptions up when no throws is defined | Codeception_Specify | train |
5c4b7c5efa5ddbc747de46c646fecc792ea281df | diff --git a/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php b/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php
index <HASH>..<HASH> 100644
--- a/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php
+++ b/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunction... | Proxies should handle properties separately for every proxy instance | Ocramius_ProxyManager | train |
1cb1e2a5deff5c6f676562b3ce8516fdd30ec2f6 | diff --git a/sprd/model/Delivery.js b/sprd/model/Delivery.js
index <HASH>..<HASH> 100644
--- a/sprd/model/Delivery.js
+++ b/sprd/model/Delivery.js
@@ -64,6 +64,16 @@ define(["sprd/data/SprdModel", "js/data/Entity", "sprd/entity/Address", "sprd/mo
useGiftWrapping: Boolean
},
+ reset: funct... | DEV-<I> - Phone Number is still in the page after logout | spreadshirt_rAppid.js-sprd | train |
4b92840fdeee2392679d0167d32c4b525492f214 | diff --git a/framework/core/src/Core/Models/User.php b/framework/core/src/Core/Models/User.php
index <HASH>..<HASH> 100755
--- a/framework/core/src/Core/Models/User.php
+++ b/framework/core/src/Core/Models/User.php
@@ -200,7 +200,7 @@ class User extends Model
*/
public function getBioHtmlAttribute($value)
... | Prevent formatter from being invoked if bio is empty | flarum_core | train |
32c925032560acb95905878af1d45384e0735c64 | diff --git a/lib/grit/commit_stats.rb b/lib/grit/commit_stats.rb
index <HASH>..<HASH> 100644
--- a/lib/grit/commit_stats.rb
+++ b/lib/grit/commit_stats.rb
@@ -115,6 +115,10 @@ module Grit
def initialize(filename, additions, deletions, total=nil)
@filename, @additions, @deletions = filename, additions, delet... | Calculate the net change for a particular diffstat | mojombo_grit | train |
7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d | diff --git a/discord/client.py b/discord/client.py
index <HASH>..<HASH> 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE.
"""
import asyncio
-from collections import namedtuple
import logging
import signal
import sys
diff --git a/discord/integrations.py b/discord/... | Remove namedtuples to better future guard the library | Rapptz_discord.py | train |
75e91c058e25acc4707ba4ccecfab288fd0f0102 | diff --git a/database-tools/impl/src/main/java/org/jboss/forge/addon/database/tools/generate/GenerateEntitiesCommand.java b/database-tools/impl/src/main/java/org/jboss/forge/addon/database/tools/generate/GenerateEntitiesCommand.java
index <HASH>..<HASH> 100644
--- a/database-tools/impl/src/main/java/org/jboss/forge/add... | FORGE-<I>: Descriptor no longer needs to be shared in UIContext | forge_core | train |
820d8ebc8a8f089287ae4a889dcd21ba108b22de | diff --git a/lib/rubikon/application.rb b/lib/rubikon/application.rb
index <HASH>..<HASH> 100644
--- a/lib/rubikon/application.rb
+++ b/lib/rubikon/application.rb
@@ -61,6 +61,14 @@ module Rubikon
}
end
+ # Output text using +IO#<<+ of the output stream
+ #
+ # +text+:: The text to write into the... | Added Application#put to print text without a newline | koraktor_rubikon | train |
c943c1096406c2d8ba282b9e18d9d416a22ec3a1 | diff --git a/lib/gherkin/rubify.rb b/lib/gherkin/rubify.rb
index <HASH>..<HASH> 100644
--- a/lib/gherkin/rubify.rb
+++ b/lib/gherkin/rubify.rb
@@ -15,6 +15,13 @@ module Gherkin
o
end
end
+ elsif defined?(V8)
+ case(o)
+ when V8::Array
+ o.map{|e| rubify(e)}
+ else
+ ... | Down to <I> failures | cucumber-attic_gherkin2 | train |
525bb4251276fb9708e6b28e85ffc4a762d90292 | diff --git a/lib/frameit/editor.rb b/lib/frameit/editor.rb
index <HASH>..<HASH> 100644
--- a/lib/frameit/editor.rb
+++ b/lib/frameit/editor.rb
@@ -107,7 +107,8 @@ module Frameit
# Padding around the frames
def frame_padding
- multi = (self.screenshot.is_triple_density?? 1.7 : 1.0)
+ multi ... | Added support for portrait <I>" screenshots | fastlane_fastlane | train |
9da11862941337c4b1735ea51bbdaee9a860350f | diff --git a/src/HasTranslations.php b/src/HasTranslations.php
index <HASH>..<HASH> 100644
--- a/src/HasTranslations.php
+++ b/src/HasTranslations.php
@@ -34,7 +34,7 @@ trait HasTranslations
return $this->getTranslation($key, $locale);
}
- public function getTranslation(string $key, string $locale, b... | added support for translating non-text attributes (#<I>) | indigoram89_laravel-translatable | train |
78d54959458d0e3bd88076fba4e1f35e083cc193 | diff --git a/web/src/main/java/org/springframework/security/web/util/AntPathRequestMatcher.java b/web/src/main/java/org/springframework/security/web/util/AntPathRequestMatcher.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/org/springframework/security/web/util/AntPathRequestMatcher.java
+++ b/web/src/main/jav... | SEC-<I>: Add Burt's patch implementing hashcode method in AntPathRequestMatcher | spring-projects_spring-security | train |
77e4ca5a4a31df5095c9b8facf172d853c3dd37d | diff --git a/vehicle/vehicle/classes.py b/vehicle/vehicle/classes.py
index <HASH>..<HASH> 100644
--- a/vehicle/vehicle/classes.py
+++ b/vehicle/vehicle/classes.py
@@ -90,7 +90,9 @@ class NoOpSensor(Sensor):
class PositionSensor(Sensor):
def sense(self, field, vehicle):
- return vehicle.position
+ position =... | Added sensor noise, improved model, added field width command line arg | numenta_htmresearch | train |
995fa341ed8b7e5bf02be73debbbccfb22582ec0 | diff --git a/interfaces.go b/interfaces.go
index <HASH>..<HASH> 100644
--- a/interfaces.go
+++ b/interfaces.go
@@ -40,7 +40,7 @@ type PolicyResolver interface {
HandleDeletePU(contextID string) error
// HandleDeletePU is called when a PU is removed permanently.
- HandleDestroyPU(contextID string) error
+ // Handl... | Disalong PolicyResolverInterface | aporeto-inc_trireme-lib | train |
af7aa396242d4f6c88e40bc65dbc78c0c41026f2 | diff --git a/blockmanager.go b/blockmanager.go
index <HASH>..<HASH> 100644
--- a/blockmanager.go
+++ b/blockmanager.go
@@ -8,7 +8,6 @@ import (
"container/list"
"github.com/conformal/btcchain"
"github.com/conformal/btcdb"
- _ "github.com/conformal/btcdb/sqlite3"
"github.com/conformal/btcutil"
"github.com/conf... | Allow config file and command line to select between sqlite and levdldb | btcsuite_btcd | train |
b897d066c42baf84d00eed0d857c046b5e1a22c0 | diff --git a/src/Response/Response.php b/src/Response/Response.php
index <HASH>..<HASH> 100644
--- a/src/Response/Response.php
+++ b/src/Response/Response.php
@@ -401,6 +401,12 @@ abstract class Response
$this->accountHolder = $this->parseAccountHolder($accountHolderXml);
}
+ /**
+ * parse accoun... | add headers to undocumented methods | wirecard_paymentSDK-php | train |
cf198e3ea48a6eb041266b2550dd46e1f637edf9 | diff --git a/faradayio/faraday.py b/faradayio/faraday.py
index <HASH>..<HASH> 100644
--- a/faradayio/faraday.py
+++ b/faradayio/faraday.py
@@ -207,7 +207,5 @@ class Monitor(threading.Thread):
interfaces and then sends data over the appropriate interface.
"""
while not self._isRunning.is_set()... | Removed unnecessary print and sleep from run()
* A development print statement was removed
* Removed unnecessary time.sleep() in while loop
* Passed pytest locally | FaradayRF_faradayio | train |
90c457a22e1c2d22340760353d7c937bb1c3edc2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,6 +23,9 @@ module.exports = function(config, tasks, extra) {
if(!is.object(task) || !('instant' in task) || task.instant) {
foundTasks[name](cb);
}
+ else {
+ ... | Add missing callback
Previously `instant` could fail to execute. | bebraw_taskist | train |
a42f3236d5df45bd5f8e0600f2449c5a1e6cdf38 | diff --git a/libcontainer/cgroups/utils.go b/libcontainer/cgroups/utils.go
index <HASH>..<HASH> 100644
--- a/libcontainer/cgroups/utils.go
+++ b/libcontainer/cgroups/utils.go
@@ -84,10 +84,19 @@ func FindCgroupMountpointDir() (string, error) {
// Safe as mountinfo encodes mountpoints with spaces as \040.
index :=... | Only validate post-hyphen field length on cgroup mounts | opencontainers_runc | train |
7c5d7630ea3ed86f9c8d06dda01efd3b6e73559f | diff --git a/command.py b/command.py
index <HASH>..<HASH> 100644
--- a/command.py
+++ b/command.py
@@ -1,5 +1,6 @@
import functools
import re
+import os
from apiclient import client as api
from little_shit import SkipException, get_command_name_separators
@@ -155,7 +156,7 @@ class CommandRegistry:
try:... | Make superuser qq as a environment var | richardchien_nonebot | train |
2eed012c891d39d18c4e63358419cb487963accd | diff --git a/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java b/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java
index <HASH>..<HASH> 100644
--- a/check_api/src/main/java/com/google/errorprone/fixes/SuggestedFixes.java
+++ b/check_api/src/main/java/com/google/errorprone/fix... | Add values to annotations at the end
instead of at the beginning; it's cleaner.
PiperOrigin-RevId: <I> | google_error-prone | train |
cf9aa5792c1ac41b306848931b45dd94f3592e8e | diff --git a/lib/cancan/controller_additions.rb b/lib/cancan/controller_additions.rb
index <HASH>..<HASH> 100644
--- a/lib/cancan/controller_additions.rb
+++ b/lib/cancan/controller_additions.rb
@@ -384,9 +384,12 @@ module CanCan
end
end
-if defined? ActionController
- %w[Base API].each do |klass|
- next unle... | #<I> Add Rails 5 API support in proper way (#<I>) | CanCanCommunity_cancancan | train |
c65e0ed5d39cf92b8099106efb76335b4b18b0b7 | diff --git a/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php b/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
index <HASH>..<HASH> 100755
--- a/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
+++ b/src/Webiny/Component/Entity/Attribute/AttributeAbstract.php
@@ -119,6 +119,12 @@ abst... | Implemented setToArrayDefault() on entities, which now must be used to expose attributes in API calls by default. | Webiny_Framework | train |
091eef0a9b10f5ab50cbe8c3f35419f292be4089 | diff --git a/iris-app.js b/iris-app.js
index <HASH>..<HASH> 100644
--- a/iris-app.js
+++ b/iris-app.js
@@ -462,7 +462,7 @@ function Application(appFolder, appConfig) {
if(!databaseName)
return callback({error: `DB ${name} config url dont have database name.`})
- mongo.Mongo... | mongo connect with useUnifiedTopology:true | aspectron_iris-app | train |
a143926aec11c39fa161c2e67fd0896daec91e2f | diff --git a/spec/integration/pg_search_spec.rb b/spec/integration/pg_search_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/pg_search_spec.rb
+++ b/spec/integration/pg_search_spec.rb
@@ -186,6 +186,66 @@ describe "an Active Record model which includes PgSearch" do
end
end
+ context "c... | Add failing spec for issue #<I> | Casecommons_pg_search | train |
b39c16bc27bdbb0dd4aa799c01e77f29b76c8fe4 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,12 +20,6 @@ import sys
from unittest.mock import MagicMock
-class Mock(MagicMock):
-
- @classmethod
- def __getattr__(cls, name):
- return Mock()
-
MOCK_MODULES = ['scipy', 'scipy.optimiz... | FIX infinite recursion when building on rtd | ntucllab_libact | train |
a1e11aba61a5d6c306debb2a713fd23ab22a2b21 | diff --git a/lib/6to5/transformation/helpers/explode-assignable-expression.js b/lib/6to5/transformation/helpers/explode-assignable-expression.js
index <HASH>..<HASH> 100644
--- a/lib/6to5/transformation/helpers/explode-assignable-expression.js
+++ b/lib/6to5/transformation/helpers/explode-assignable-expression.js
@@ -5... | make explode assignable expression helper aware of declared variables so we can simplify code a lot and drop the variable declaration as evaluating it multiple times has no consequence | babel_babel | train |
8b091fa9ee24bc753cbd5aec24b55e60d0bb33f4 | diff --git a/lib/dpl/provider/pypi.rb b/lib/dpl/provider/pypi.rb
index <HASH>..<HASH> 100644
--- a/lib/dpl/provider/pypi.rb
+++ b/lib/dpl/provider/pypi.rb
@@ -11,6 +11,7 @@ module DPL
def initialize(*args)
super(*args)
+ self.class.pip 'twine'
self.class.pip 'wheel' if options[:distrib... | Use twine for PyPI package upload. Refs #<I>.
This reduces the chance of a successful MITM attack and is recommended in <URL> | travis-ci_dpl | train |
4299aa7b21bacfd873fc023f39dcf4443e0acb0b | diff --git a/MatchMakingLobby/Lobby/MatchMakers/Joust.php b/MatchMakingLobby/Lobby/MatchMakers/Joust.php
index <HASH>..<HASH> 100644
--- a/MatchMakingLobby/Lobby/MatchMakers/Joust.php
+++ b/MatchMakingLobby/Lobby/MatchMakers/Joust.php
@@ -16,7 +16,7 @@ class Joust extends LadderPointsDistance
const DISTANCE_THRESHO... | change signature for getBackup method
add getMatchable method in Lobby plugin | maniaplanet_matchmaking-lobby | train |
e07c6983419e28e73773b1c140f8ee05ba38bb60 | diff --git a/lib/actions/spawn_command.js b/lib/actions/spawn_command.js
index <HASH>..<HASH> 100644
--- a/lib/actions/spawn_command.js
+++ b/lib/actions/spawn_command.js
@@ -14,5 +14,5 @@ var spawn = require('cross-spawn');
module.exports = function spawnCommand(command, args, opt) {
opt = opt || {};
- return s... | Fix default assignment in spawn_command
Pass default values as second argument so it's possible to override it. | yeoman_generator | train |
ffcde709199b26211ee47856f8dbbf50c69973e9 | diff --git a/lib/sproutcore-handlebars/lib/helpers/collection.js b/lib/sproutcore-handlebars/lib/helpers/collection.js
index <HASH>..<HASH> 100644
--- a/lib/sproutcore-handlebars/lib/helpers/collection.js
+++ b/lib/sproutcore-handlebars/lib/helpers/collection.js
@@ -37,9 +37,8 @@ SC.Handlebars.CONTAINER_MAP = {
@ret... | Support invoking {{collection}} helper without a path. In this case, just default to SC.CollectionView. | emberjs_ember.js | train |
23a97d83e8799c8d6bd3385679fcca5a5c46eb07 | diff --git a/admin/settings.php b/admin/settings.php
index <HASH>..<HASH> 100644
--- a/admin/settings.php
+++ b/admin/settings.php
@@ -78,7 +78,8 @@ if ($data = data_submitted()) {
} else {
error(get_string('confirmsesskeybad', 'error'));
}
- //update $COURSE to match changed $SITE
+ // now upd... | reverting moved $SITE reinitialisation into setting method, it was not a good idea after all; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
3a347e630ff890155e884056bc672f246026f5f1 | diff --git a/salt/log/handlers/sentry_mod.py b/salt/log/handlers/sentry_mod.py
index <HASH>..<HASH> 100644
--- a/salt/log/handlers/sentry_mod.py
+++ b/salt/log/handlers/sentry_mod.py
@@ -108,20 +108,29 @@ __virtualname__ = "sentry"
def __virtual__():
- if HAS_RAVEN is True:
- return __virtualname__
- ... | Do not render grains twice if sentry is disabled
We're seeing costly grains being rendered twice due to the sentry log
handler, which unconditionally renders grains for its own use. We're not
using Sentry with salt, so it seems quite wasteful. | saltstack_salt | train |
0e1c9d101035e2bbb056137b0505fba797d4d5b7 | diff --git a/activejdbc/src/main/java/org/javalite/activejdbc/Base.java b/activejdbc/src/main/java/org/javalite/activejdbc/Base.java
index <HASH>..<HASH> 100644
--- a/activejdbc/src/main/java/org/javalite/activejdbc/Base.java
+++ b/activejdbc/src/main/java/org/javalite/activejdbc/Base.java
@@ -351,6 +351,20 @@ public c... | Quietly close prepared statements. | javalite_activejdbc | train |
bd1ac8f6f9f51019509add398340dd4190a6ee3e | diff --git a/server/server.js b/server/server.js
index <HASH>..<HASH> 100644
--- a/server/server.js
+++ b/server/server.js
@@ -35,7 +35,16 @@ if (!process.env.SILENT_MODE) {
}
router.get('/', function (req, res) {
- res.redirect('/docs');
+ console.log("'" + req.ip + "'");
+ if ( req.ip.match(/^16\./) ) {
+ r... | Check for req ip and redirect to the most likely theme | grommet_grommet | train |
a01166463dff45f42d8ddf33f6131e0aea253e3e | diff --git a/sacloud/client_test.go b/sacloud/client_test.go
index <HASH>..<HASH> 100644
--- a/sacloud/client_test.go
+++ b/sacloud/client_test.go
@@ -33,8 +33,8 @@ func TestClient_Do_Backoff(t *testing.T) {
client := &Client{
RetryMax: 7,
- RetryWaitMin: 10 * time.Millisecond,
- RetryWaitMax: 320 * time.M... | Fix broken test - TestClient_Do_Backoff on macos_latest | sacloud_libsacloud | train |
cb51d013c37452d7491fb2c04e4a7ca7884dd519 | diff --git a/lib/ooor/connection_handler.rb b/lib/ooor/connection_handler.rb
index <HASH>..<HASH> 100644
--- a/lib/ooor/connection_handler.rb
+++ b/lib/ooor/connection_handler.rb
@@ -4,7 +4,7 @@ require 'ooor/connection'
module Ooor
class ConnectionHandler
def connection_spec(config)
- HashWithIndifferent... | fixed proper login in multi-sesison mode | akretion_ooor | train |
f98faac3262ae2cffe5d5620b0055b7f6b19fd8b | diff --git a/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java b/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java
index <HASH>..<HASH> 100644
--- a/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/jpa/ui/NewFieldWizard.java
+++ b/javaee/impl/src/mai... | FORGE-<I>: typeName's default value now is String and it's possible to auto-complete with the primitive values | forge_core | train |
d36c38b68519f7b01f72e37519686da0adb69d23 | diff --git a/ui/.storybook/babel.config.js b/ui/.storybook/babel.config.js
index <HASH>..<HASH> 100644
--- a/ui/.storybook/babel.config.js
+++ b/ui/.storybook/babel.config.js
@@ -1,4 +1,11 @@
/* eslint-env node */
+
+// Inject the named blocks polyfill into the template compiler (and then into the babel plugin)
+const... | Include the named-blocks polyfill compiler in the storybook babel options | hashicorp_nomad | train |
16c6c72cb5a5d08aae838268643cd0aee9c062ac | diff --git a/dshield.py b/dshield.py
index <HASH>..<HASH> 100644
--- a/dshield.py
+++ b/dshield.py
@@ -133,3 +133,22 @@ def topports(sort_by=None, limit=None, date=None, return_format=None):
except AttributeError:
uri = '/'.join([uri, date])
return _get(uri, return_format)
+
+def topips(sort_... | Added tests and code for topips function. | rshipp_python-dshield | train |
b951f3a9334c4087b656b8576101948a50ab9c33 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
author='Valentin Lab',
author_email='valentin.lab@kalysto.org',
url='http://github.com/vaab/colour',
- license='GPL License',
+ license='BSD License',
py_modules=['colour'],
... | fix: inconsistency in licence information (removed GPL mention). (fixes #8) | vaab_colour | train |
e9b45622c291b018e83ed2ee5096ed9be59654f5 | diff --git a/src/Propel/Generator/Builder/Om/PeerBuilder.php b/src/Propel/Generator/Builder/Om/PeerBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Builder/Om/PeerBuilder.php
+++ b/src/Propel/Generator/Builder/Om/PeerBuilder.php
@@ -541,6 +541,7 @@ abstract class ".$this->getClassname(). $extendingPee... | fixes #<I> (Allowed FQCN with namespaces in inheritance keys) | propelorm_Propel2 | train |
17c37d9224491570031df29f203ada4ea7c65783 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,17 +1,16 @@
'use strict';
-var domMatches = require('min-dom/lib/matches'),
- domDelegate = require('min-dom/lib/delegate'),
- domQuery = require('min-dom/lib/query'),
- domAttr = require('min-dom/lib/attr');
+v... | chore(project): update dependencies
* drop lodash in favor of min-dash
* drop events in favor of mitt | bpmn-io_drag-tabs | train |
1d56b28bdc0329182f8bc775c702e12bfe1fcdee | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,5 +29,5 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
],
- install_requires=['requests==2.2.1']
+ install_requires=['requests>=2.22.0,<3.0.0']
) | modified the setup file to auto update minor version of the dependent requests library | wepay_Python-SDK | train |
3aad67836a458e0fd4e0650b37c06dcc2af9ddf8 | diff --git a/lib/gcloud/datastore/connection.rb b/lib/gcloud/datastore/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/gcloud/datastore/connection.rb
+++ b/lib/gcloud/datastore/connection.rb
@@ -78,14 +78,12 @@ module Gcloud
commit = Proto::CommitRequest.new
commit.mode = Proto::CommitRequest::Mod... | Keep auto_id list on object
Keep the list of entities awaiting an auto_id on the controller object
instead of a variable local to the save method.
This is needed to support transactions where all saves happen in the
commit method instead of in the save method. | googleapis_google-cloud-ruby | train |
d2899ad2d8c16ec896632777327eeb2579b9bb56 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,4 @@
.idea/
target/
-GTFSGraphQLTest/
\ No newline at end of file
+lambda$*.json
\ No newline at end of file
diff --git a/src/main/java/com/conveyal/gtfs/loader/Field.java b/src/main/java/com/conveyal/gtfs/... | refactor(Updates to allow unit tests to pass): Removed platform_code from stops, for now, to minimiz | conveyal_gtfs-lib | train |
8d90a2667964f20943ea3ca91cd9daed7dc7914f | diff --git a/hystrix-core/src/main/java/com/netflix/hystrix/AbstractCommand.java b/hystrix-core/src/main/java/com/netflix/hystrix/AbstractCommand.java
index <HASH>..<HASH> 100644
--- a/hystrix-core/src/main/java/com/netflix/hystrix/AbstractCommand.java
+++ b/hystrix-core/src/main/java/com/netflix/hystrix/AbstractComman... | Remove println from bad request flow | Netflix_Hystrix | train |
704243b8b00fb943c98369635c18dd2a49ac1c69 | diff --git a/girder/utility/filesystem_assetstore_adapter.py b/girder/utility/filesystem_assetstore_adapter.py
index <HASH>..<HASH> 100644
--- a/girder/utility/filesystem_assetstore_adapter.py
+++ b/girder/utility/filesystem_assetstore_adapter.py
@@ -18,7 +18,9 @@
######################################################... | Fixed an issue creating file system asset stores on Windows. Specifically, Windows doesn't support os.openvfs to get disk usage and size, so detect the platform version, and, if Windows, use a Windows API call to get this information. | girder_girder | train |
94b42494c7b4852f0ff59bc71ee0b562287d10e5 | diff --git a/lib/json.js b/lib/json.js
index <HASH>..<HASH> 100644
--- a/lib/json.js
+++ b/lib/json.js
@@ -1,16 +1,8 @@
//Import dependencies
var fs = require('fs');
-var path = require('path');
-
-//Import utily methods
-var utily_fs = require('./fs.js');
-var utily_queue = require('./queue.js');
-
-//Initialize the... | lib/json.js: removed storage code | jmjuanes_utily | train |
5d0eabf96ebe93d552529f1bccb8fb4b764a3e62 | diff --git a/mappyfile/mapfile.lalr.g b/mappyfile/mapfile.lalr.g
index <HASH>..<HASH> 100644
--- a/mappyfile/mapfile.lalr.g
+++ b/mappyfile/mapfile.lalr.g
@@ -1,4 +1,5 @@
-start: composite+
+start: "SYMBOLSET"i composite_body _END -> symbolset
+ | composite+
composite: composite_type composite_body _END
... | Allow symbolset composite when at the top level | geographika_mappyfile | train |
da72fad90aef63fa85a0e9fe420245b8eb818da0 | diff --git a/ca/django_ca/tests/base.py b/ca/django_ca/tests/base.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/tests/base.py
+++ b/ca/django_ca/tests/base.py
@@ -336,7 +336,15 @@ class DjangoCATestCase(TestCase):
kwargs.setdefault('parent', None)
kwargs.setdefault('subject', '/CN=generated.exampl... | ass another test to catch generated CAs that are not readable | mathiasertl_django-ca | train |
f3db28c94b50cff322d7b74ccd08d84dfaa651ce | diff --git a/test/requestinterception.spec.js b/test/requestinterception.spec.js
index <HASH>..<HASH> 100644
--- a/test/requestinterception.spec.js
+++ b/test/requestinterception.spec.js
@@ -114,6 +114,20 @@ module.exports.addTests = function({testRunner, expect, CHROME}) {
const response = await page.goto(serve... | test: add failing test for request interception with sync XHRs (#<I>)
`Network.requestWillBeSent` is not issued for the redirect inside
sync XHRs.
References #<I>. | GoogleChrome_puppeteer | train |
a90a066c9066e0699960e38eedcde301ad007814 | diff --git a/lib/sidekiq-scheduler.rb b/lib/sidekiq-scheduler.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq-scheduler.rb
+++ b/lib/sidekiq-scheduler.rb
@@ -1,3 +1,4 @@
+require 'sidekiq'
require 'sidekiq-scheduler/client'
require 'sidekiq-scheduler/worker'
require 'sidekiq-scheduler/version' | Make sure sidekiq is loaded first | moove-it_sidekiq-scheduler | train |
83522d391cc9f95f2caadf2abdd1fcab13b65de2 | diff --git a/salt/cloud/clouds/vmware.py b/salt/cloud/clouds/vmware.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/vmware.py
+++ b/salt/cloud/clouds/vmware.py
@@ -52,6 +52,7 @@ from re import match
import pprint
import logging
import time
+import os.path
# Import salt libs
import salt.utils.cloud
@@ -241... | Adding create_folder() to be able to create the specified folder structure | saltstack_salt | train |
a7a779586a20dca77fc11047bac9e31ac2a5c1f2 | diff --git a/plugins/providers/hyperv/cap/configure_disks.rb b/plugins/providers/hyperv/cap/configure_disks.rb
index <HASH>..<HASH> 100644
--- a/plugins/providers/hyperv/cap/configure_disks.rb
+++ b/plugins/providers/hyperv/cap/configure_disks.rb
@@ -9,10 +9,6 @@ module VagrantPlugins
module ConfigureDisks
... | Don't limit disk number for hyper-v for now | hashicorp_vagrant | train |
562fade889a51f2770a7b3f7b0f7860a846bc30f | diff --git a/test/agentdb-test.js b/test/agentdb-test.js
index <HASH>..<HASH> 100644
--- a/test/agentdb-test.js
+++ b/test/agentdb-test.js
@@ -25,9 +25,9 @@ var buster = require("buster");
var assert = buster.assert;
var refute = buster.refute;
var agentdb = require("../lib/samplx-agentdb.js");
-var agents = require... | Move data file location. Additional tests for non-string inputs. | samplx_samplx-agentdb | train |
37e8094a831d1265eeca93102a64068bb00b598f | diff --git a/packages/cozy-client/src/store.spec.js b/packages/cozy-client/src/store.spec.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/store.spec.js
+++ b/packages/cozy-client/src/store.spec.js
@@ -237,7 +237,7 @@ describe('Store', () => {
})
let queryResult
store.dispatch(initQuer... | test: Improve clarity on limit/sort store tests | cozy_cozy-client | train |
e1e704f029128362b0cdf2b87b804c6fba302725 | diff --git a/tools/cli.js b/tools/cli.js
index <HASH>..<HASH> 100644
--- a/tools/cli.js
+++ b/tools/cli.js
@@ -326,7 +326,9 @@ json - output is in JSON format
vim - output can be consumed easily by vim's errorformat
directive. Format is:
filename:line:col:errortype:token:message [identifier]
-*/}... | Linter: Add an output format useful for getting a copy/pasteable list of undefined symbols | kovidgoyal_rapydscript-ng | train |
ee5edc1a1b61962ce43a2de09a1e5de23478666b | diff --git a/classes/OpenRosa/Tracker/Source/OpenRosa.php b/classes/OpenRosa/Tracker/Source/OpenRosa.php
index <HASH>..<HASH> 100644
--- a/classes/OpenRosa/Tracker/Source/OpenRosa.php
+++ b/classes/OpenRosa/Tracker/Source/OpenRosa.php
@@ -419,6 +419,12 @@ class OpenRosa_Tracker_Source_OpenRosa extends Gems_Tracker_Sour... | Bugfix: OpenRosa new forms now get imported correctly | GemsTracker_gemstracker-library | train |
e94561e52683b91c0693b06ee09407894b215950 | diff --git a/test/integration/test_complex_commits.py b/test/integration/test_complex_commits.py
index <HASH>..<HASH> 100644
--- a/test/integration/test_complex_commits.py
+++ b/test/integration/test_complex_commits.py
@@ -2,6 +2,7 @@
Integration tests that will create a repository with multiple files
and test the sk... | Checkout commits oldest first so that the previous commit would be the latest metric | tonybaloney_wily | train |
c769e6ccc43f16b5a94cb7c5a754c60d2798184d | diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java
index <HASH>..<HASH> 100644
--- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java
+... | New 'find' method on Router to work with HttpRequest | micronaut-projects_micronaut-core | train |
e5b3e30125f5dfd0fa9226228b058082950518f9 | diff --git a/database/messaging.go b/database/messaging.go
index <HASH>..<HASH> 100644
--- a/database/messaging.go
+++ b/database/messaging.go
@@ -77,7 +77,7 @@ func (db *DB) RegisterScanListener(dbname, user, password, hostport, sslmode str
}).Error("Could not run zero completion update query")
}
- _, err... | limit re-queued scans to <I> | mozilla_tls-observatory | train |
58028b586d15bc245a5860480aedad31d17b5a04 | diff --git a/mockserver-netty/src/test/java/org/mockserver/integration/mocking/WebsocketCallbackRegistryIntegrationTest.java b/mockserver-netty/src/test/java/org/mockserver/integration/mocking/WebsocketCallbackRegistryIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/mockserver-netty/src/test/java/org/mockserver/i... | re-enabling tests in the hope they are now working in CI | jamesdbloom_mockserver | train |
41836938c96742040cee66b755395e498ae248f8 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -854,7 +854,9 @@ BigQuery.prototype.createQueryJob = function(options, callback) {
* this.end();
* });
*/
-BigQuery.prototype.createQueryStream = common.paginator.streamify('query');
+BigQuery.proto... | Correctly pass `autoPaginate: false` to query methods. (#<I>)
Fixes #<I> | googleapis_nodejs-bigquery | train |
87e0c068fb36f33213e41420500ce016a732f986 | diff --git a/integration/helpers/plugin.go b/integration/helpers/plugin.go
index <HASH>..<HASH> 100644
--- a/integration/helpers/plugin.go
+++ b/integration/helpers/plugin.go
@@ -18,6 +18,9 @@ type PluginCommand struct {
func InstallConfigurablePlugin(name string, version string, pluginCommands []PluginCommand) {
pa... | set CF_CLI_EXPERIMENTAL to true in integration test helper
Some tests use the location of the plugin binary and that changed
in the refactor.
[#<I>] | cloudfoundry_cli | train |
e65f12c1047e4d899e0938a464e7bbd99b19d547 | diff --git a/lib/SparkContext.js b/lib/SparkContext.js
index <HASH>..<HASH> 100644
--- a/lib/SparkContext.js
+++ b/lib/SparkContext.js
@@ -51,19 +51,23 @@ function SparkContext(master, name) {
var myThis = this;
this.kernelP = new Promise(function(resolve, reject) {
- kernelP.then(function(k) {
+ kernelP.... | #<I> - check the spark/nashorn version to make sure they match what we expect | EclairJS_eclairjs | train |
10f686d467eefe32caccb0e874634f190bcaaaa5 | diff --git a/accentuation.py b/accentuation.py
index <HASH>..<HASH> 100644
--- a/accentuation.py
+++ b/accentuation.py
@@ -175,5 +175,5 @@ def persistent(w, lemma):
elif (place2 - 3, ACUTE) in possible:
accent_type = (place2 - 3, ACUTE)
else:
- raise Exception(w, lemma)
+ ... | fall back to recessive if persistent runs out of syllables | jtauber_greek-accentuation | train |
9d3fe87230c26803c88f3d730924acb50c084a81 | diff --git a/framework/yii/jui/assets.php b/framework/yii/jui/assets.php
index <HASH>..<HASH> 100644
--- a/framework/yii/jui/assets.php
+++ b/framework/yii/jui/assets.php
@@ -775,7 +775,7 @@ return array(
'css' => array(
'themes/base/jquery.ui.autocomplete.css',
),
- 'depends' => array('yii/jui/theme/base/co... | assets.php css dependency fixes | yiisoft_yii2-bootstrap4 | train |
982464f149ec996641b68f16f127d8cbe9c9c0bd | diff --git a/cs-microsoft-ad/src/main/java/io/cloudslang/content/microsoftAD/services/HttpCommons.java b/cs-microsoft-ad/src/main/java/io/cloudslang/content/microsoftAD/services/HttpCommons.java
index <HASH>..<HASH> 100644
--- a/cs-microsoft-ad/src/main/java/io/cloudslang/content/microsoftAD/services/HttpCommons.java
+... | Added the UTF-8 specification and the corresponding descriptions (just in http post) | CloudSlang_cs-actions | train |
6aa43b02ab851fd102f7f71b7160f56ea713da38 | diff --git a/src/Loader/AbstractWebpackLoader.php b/src/Loader/AbstractWebpackLoader.php
index <HASH>..<HASH> 100644
--- a/src/Loader/AbstractWebpackLoader.php
+++ b/src/Loader/AbstractWebpackLoader.php
@@ -126,6 +126,11 @@ abstract class AbstractWebpackLoader implements LoaderInterface
$asset->withFilePath($f... | AbstractWebpackLoader // automatically activate webpack-dependency-extraction-plugin for Scripts. | inpsyde_assets | train |
5c0293e75f467e49bde940050955d9945f919f05 | diff --git a/rope/contrib/generate.py b/rope/contrib/generate.py
index <HASH>..<HASH> 100644
--- a/rope/contrib/generate.py
+++ b/rope/contrib/generate.py
@@ -42,15 +42,16 @@ def create_package(project, name, sourcefolder=None):
class _Generate(object):
- def __init__(self, project, resource, offset):
+ def ... | Generating class in other module. | python-rope_rope | train |
416a64fa9a68843f53f1691e5ff01e97d0d5eac0 | diff --git a/estnltk/taggers/text_segmentation/patterns.py b/estnltk/taggers/text_segmentation/patterns.py
index <HASH>..<HASH> 100644
--- a/estnltk/taggers/text_segmentation/patterns.py
+++ b/estnltk/taggers/text_segmentation/patterns.py
@@ -691,6 +691,27 @@ case_endings_patterns = [
'_priority_': (6, 0, 4),
... | Improved 'compound_tokens' detection: ordinals numbers followed by dash/point and a case ending are now detected | estnltk_estnltk | train |
53f0f4d66d3ff18deee2c70b2920b58216428b9f | diff --git a/lib/namespace.js b/lib/namespace.js
index <HASH>..<HASH> 100644
--- a/lib/namespace.js
+++ b/lib/namespace.js
@@ -108,7 +108,7 @@ SocketNamespace.prototype.__defineGetter__('volatile', function () {
* @api public
*/
-SocketNamespace.prototype.in = function (room) {
+SocketNamespace.prototype.in = Soc... | Added alias for to to in and in to to | socketio_socket.io | train |
309a8bffdfec91aca817530d83a20b273e1df641 | diff --git a/shared-data/js/helpers/computeWellAccess.js b/shared-data/js/helpers/computeWellAccess.js
index <HASH>..<HASH> 100644
--- a/shared-data/js/helpers/computeWellAccess.js
+++ b/shared-data/js/helpers/computeWellAccess.js
@@ -24,8 +24,12 @@ function findWellAt (labwareName: string, x: number, y: number): ?stri... | fix(protocol-designer): fix bug with well access for rect wells (#<I>)
Fixes #<I> | Opentrons_opentrons | train |
e808d25cd4e3603ed2e3a25e6296dcd08eba49b3 | diff --git a/src/helpers.js b/src/helpers.js
index <HASH>..<HASH> 100644
--- a/src/helpers.js
+++ b/src/helpers.js
@@ -7,14 +7,14 @@ import FS from 'fs'
export function exists(filePath: string): Promise<boolean> {
return new Promise(function(resolve) {
FS.stat(filePath, function(error) {
- resolve(error !... | :bug: Fix a few typo in helpers | steelbrain_extify | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.