hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f42bcdbebe062dcdffea5eca826781f7affaa129 | diff --git a/src/Omnipay/NetBanx/Message/AuthorizeRequest.php b/src/Omnipay/NetBanx/Message/AuthorizeRequest.php
index <HASH>..<HASH> 100644
--- a/src/Omnipay/NetBanx/Message/AuthorizeRequest.php
+++ b/src/Omnipay/NetBanx/Message/AuthorizeRequest.php
@@ -35,7 +35,7 @@ class AuthorizeRequest extends AbstractRequest
... | check for cardReference as well as transactionReference | thephpleague_omnipay-netbanx | train |
77f4cf163b21a3f0f615ee54c28ac3056a25119f | diff --git a/chisel/resource/pyodbc_connect.py b/chisel/resource/pyodbc_connect.py
index <HASH>..<HASH> 100644
--- a/chisel/resource/pyodbc_connect.py
+++ b/chisel/resource/pyodbc_connect.py
@@ -15,7 +15,8 @@ class PyodbcConnectResourceType(ResourceType):
def __init__(self, autocommit = True):
self.auto... | PyodbcConnectResourceType with autocommit = False acts like a different resource type so give it a different resource type name. | craigahobbs_chisel | train |
69a3bd190173ee7ea85c1a1156292858500bf23f | diff --git a/eventsourcing/tests/test_readme.py b/eventsourcing/tests/test_readme.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/tests/test_readme.py
+++ b/eventsourcing/tests/test_readme.py
@@ -9,14 +9,17 @@ from unittest.case import TestCase, expectedFailure
import eventsourcing
+base_dir = dirname(dirname(e... | Attempt to fix test on Travis. | johnbywater_eventsourcing | train |
d792c2916848d6604807f4a823292662e9c23e46 | diff --git a/src/guake/guake_app.py b/src/guake/guake_app.py
index <HASH>..<HASH> 100644
--- a/src/guake/guake_app.py
+++ b/src/guake/guake_app.py
@@ -167,10 +167,10 @@ class Guake(SimpleGladeApp):
self.preventHide = False
# trayicon!
+ img = pixmapfile('guake-tray.png')
try:
... | use full path to tray icon with libappindicator | Guake_guake | train |
a69fc6b1ea93fdb257401172002c457b35750c4b | diff --git a/honeybadger/tests/test_connection.py b/honeybadger/tests/test_connection.py
index <HASH>..<HASH> 100644
--- a/honeybadger/tests/test_connection.py
+++ b/honeybadger/tests/test_connection.py
@@ -1,7 +1,8 @@
import json
import logging
from nose.tools import eq_
-from mock import patch
+
+from .utils impor... | Refactor test utils to use mock library. Update connection and core test modules to use new mock_urlopen util. | honeybadger-io_honeybadger-python | train |
e0f5688a549a67d269b4a1144909be53f5a66b2e | diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -645,18 +645,11 @@ class RubyLanguage(object):
_check_compiler(self.args.compiler, ['default'])
def test_specs(self):
- #TODO(apolcyn... | re-enable ruby tests on mac | grpc_grpc | train |
82043f14ed40143e6f437e69d48045394d53b907 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,8 +4,8 @@ import sys
from setuptools import setup, find_packages
-if sys.version_info < (3, 5):
- raise SystemError('Python version must be at least 3.5')
+if sys.version_info < (3, 6):
+ raise SystemError('Pytho... | Support only python <I> explicitly (which has been the assumption for a while) | ministryofjustice_money-to-prisoners-common | train |
26b873541866a4d622ce63e8cd825da0d763f013 | diff --git a/src/java/com/threerings/gwt/ui/WidgetUtil.java b/src/java/com/threerings/gwt/ui/WidgetUtil.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/gwt/ui/WidgetUtil.java
+++ b/src/java/com/threerings/gwt/ui/WidgetUtil.java
@@ -172,5 +172,5 @@ public class WidgetUtil
return value.substring(0... | No need to cast the results of GWT.create(). | threerings_gwt-utils | train |
f0adb19b0aec06c5d94970855f1f6da47b7da574 | diff --git a/src/Actor/ActorEventCdbXmlEnricher.php b/src/Actor/ActorEventCdbXmlEnricher.php
index <HASH>..<HASH> 100644
--- a/src/Actor/ActorEventCdbXmlEnricher.php
+++ b/src/Actor/ActorEventCdbXmlEnricher.php
@@ -184,7 +184,6 @@ class ActorEventCdbXmlEnricher implements EventListenerInterface, LoggerAwareInt
... | III-<I>: Spacing. | cultuurnet_udb3-udb2-bridge | train |
f8e6854197cd337b652c1260999a8a397d0d4703 | diff --git a/mempool/policy.go b/mempool/policy.go
index <HASH>..<HASH> 100644
--- a/mempool/policy.go
+++ b/mempool/policy.go
@@ -172,17 +172,10 @@ func checkPkScriptStandard(pkScript []byte, scriptClass txscript.ScriptClass) er
return nil
}
-// IsDust returns whether or not the passed transaction output amount i... | mempool: introduce GetDustThreshold to export dust limit calculation
This commit modifies no behavior and would allow other projects to
retrieve the dust limit for a particular output type before the
amount of the output is known. This is particularly useful in the
Lightning Network for channel negotiation. | btcsuite_btcd | train |
e7d1686eae99b6e2175579df4e14553867f5b43a | diff --git a/envelope.go b/envelope.go
index <HASH>..<HASH> 100644
--- a/envelope.go
+++ b/envelope.go
@@ -3,7 +3,7 @@ package smtpd
import (
"crypto/tls"
"fmt"
- "strings"
+ "net"
"time"
)
@@ -34,10 +34,15 @@ func (env *Envelope) AddReceivedLine(peer Peer) {
)
}
+ peerIP := ""
+ if addr, ok := peer.Ad... | Fix client IP in Received line for IPv6 IP addresses | chrj_smtpd | train |
1da5ce70a2e4e757bb0d591b309c659a2933e67f | diff --git a/src/engine/engine_test.go b/src/engine/engine_test.go
index <HASH>..<HASH> 100644
--- a/src/engine/engine_test.go
+++ b/src/engine/engine_test.go
@@ -324,7 +324,132 @@ func (self *EngineSuite) TestCountQueryWithGroupByClause(c *C) {
"int_value": 1
},
{
+ "strin... | add a group by test for grouping by multiple columns. | influxdata_influxdb | train |
51ba4f7aba9ce4a7cbb11f0311a2f2cb97b354a8 | diff --git a/lib/boson/manager.rb b/lib/boson/manager.rb
index <HASH>..<HASH> 100644
--- a/lib/boson/manager.rb
+++ b/lib/boson/manager.rb
@@ -82,28 +82,36 @@ module Boson
accepted.each {|cmd| Scientist.redefine_command(lib.namespace_object, cmd) }
end
+ # Handles an error from a load action
+ ... | allow load action error handling to be supered, rename manager meth | cldwalker_boson | train |
de5a0631c095ca107e579042c7a0c29e6ce63ee5 | diff --git a/lib/paratrooper/default_formatter.rb b/lib/paratrooper/default_formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/paratrooper/default_formatter.rb
+++ b/lib/paratrooper/default_formatter.rb
@@ -1,13 +1,29 @@
-require 'stringio'
-
module Paratrooper
+
+ # Public: Formatter used as default for outputting m... | Documentation for Deploy and DefaultFormatter | mattpolito_paratrooper | train |
2ce3171c2425c52edef3174b821b5c3826e9928c | diff --git a/tests/test_provider.py b/tests/test_provider.py
index <HASH>..<HASH> 100644
--- a/tests/test_provider.py
+++ b/tests/test_provider.py
@@ -45,17 +45,3 @@ def xtest_provider_microsoft_make_request(mock_requests_get, mock_requests_post)
provider._make_request('test')
assert mock_requests_get.called
... | Remove old LibreTranslate test
This test tested that the LibreTranslate binding used requests and the LibreTranslate binding now uses the Python standard library for network calls. | terryyin_translate-python | train |
1b9f1b5ba97f6e6f5fb14d7cb1bca363590599b3 | diff --git a/dev.py b/dev.py
index <HASH>..<HASH> 100755
--- a/dev.py
+++ b/dev.py
@@ -271,9 +271,6 @@ elif args.command == 'docker-test':
'python:3.5-alpine3.8',
'python:3.6-alpine3.8',
'python:3.7-alpine3.8',
- 'python:3.5-alpine3.7',
- 'python:3.6-alpine3.7',
- 'python... | No longer test with Alpine<I> | mathiasertl_django-ca | train |
2fe59e03694c1bee4f410097c5dc22b69282e7bd | diff --git a/lib/calabash/android/operations.rb b/lib/calabash/android/operations.rb
index <HASH>..<HASH> 100644
--- a/lib/calabash/android/operations.rb
+++ b/lib/calabash/android/operations.rb
@@ -1,6 +1,11 @@
module Calabash
module Android
module Operations
+ def _reinstall(opt={})
+ uninstall(A... | Operations: Moved #_reinstall impl from Calabash to Calabash::Android | calabash_calabash | train |
f35287cb7a371ea9c0e786ed8f5b8371df36d91a | diff --git a/system/src/Grav/Common/Page/Medium.php b/system/src/Grav/Common/Page/Medium.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Page/Medium.php
+++ b/system/src/Grav/Common/Page/Medium.php
@@ -93,6 +93,12 @@ class Medium extends Data
*/
protected $linkAttributes = [];
+ /**
+ *... | - Removed unused variables.
- Add missed phpdoc params.
- Update constants with locator. | getgrav_grav | train |
dcd5a6c2c7f6fa10a8fc6da01986f5ac32365ffd | diff --git a/icyparser/icyparser.py b/icyparser/icyparser.py
index <HASH>..<HASH> 100755
--- a/icyparser/icyparser.py
+++ b/icyparser/icyparser.py
@@ -29,7 +29,9 @@
import os
import re
import sys
+import time
import threading
+import tempfile
import urllib.parse
import urllib.request
import http
@@ -142,8 +144,8... | Integration of the tempfile module instead of an arbitrary filename | GijsTimmers_icyparser | train |
77f4460f7f2dd0a8b8e095410e57a988decff71a | diff --git a/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/TaskCommentServiceImpl.java b/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/services/task/impl/TaskCommentServiceImpl.java
index <HASH>..<HASH> 100644
--- a/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jb... | BPMSPL-<I> - fixed unsaved user who added a comment | kiegroup_jbpm | train |
5143c80d478b0739350bc9502981d156164c4ebd | diff --git a/bin/browser.js b/bin/browser.js
index <HASH>..<HASH> 100755
--- a/bin/browser.js
+++ b/bin/browser.js
@@ -1,6 +1,7 @@
const puppeteer = require('puppeteer');
const fs = require('fs');
const URL = require('url').URL;
+const URLParse = require('url').parse;
const [, , ...args] = process.argv;
@@ -70,... | Added blockDomains() method to block domains (#<I>)
* Added blockDomains to block domains
With blockDomains() method we can now block a list of domains passed as array.
It uses indexOf() to check if each item in the domains array is present in the URL domain.
* Added const URLParse = require('url').parse;
* ... | spatie_browsershot | train |
642f7daa175a39d28cf1c40809ba4e34c125d659 | diff --git a/Tests/Utility/Reflection/ClassUtilityTest.php b/Tests/Utility/Reflection/ClassUtilityTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Utility/Reflection/ClassUtilityTest.php
+++ b/Tests/Utility/Reflection/ClassUtilityTest.php
@@ -96,6 +96,23 @@ final class ClassUtilityTest extends PHPUnit_Framework_TestCas... | Add getName() method into ClassUtility | webeweb_core-library | train |
de1c0140e824a47aa81f7f633c74833855cfd9f6 | diff --git a/tests/I18n/bootstrap.php b/tests/I18n/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/I18n/bootstrap.php
+++ b/tests/I18n/bootstrap.php
@@ -3,5 +3,6 @@
require __DIR__.'/kohana.php';
// Load some required classes
-require DOCROOT.'Testcase'.EXT;
-require DOCROOT.'Plural/Testcase'.EXT;
\ No ne... | Moved some 'requires' around | czukowski_I18n_Plural | train |
ca3ce6d3b8229f5ab7a740789bdf497d54db17fc | diff --git a/bugwarrior/db.py b/bugwarrior/db.py
index <HASH>..<HASH> 100644
--- a/bugwarrior/db.py
+++ b/bugwarrior/db.py
@@ -2,6 +2,9 @@ import taskw
import pprint
+MARKUP = "(bw)"
+
+
def clean_issues(issues):
""" Change "s into &dqout;s. """
# TODO -- is it better to use http://wiki.python.org/moin/... | Close tasks on issue fix. Fixes #1 | ralphbean_bugwarrior | train |
97c8f97fa0c8c21af70d13658d5c6a4135d89449 | diff --git a/pybar/ViTablesPlugin/pybar_plugin.py b/pybar/ViTablesPlugin/pybar_plugin.py
index <HASH>..<HASH> 100644
--- a/pybar/ViTablesPlugin/pybar_plugin.py
+++ b/pybar/ViTablesPlugin/pybar_plugin.py
@@ -29,10 +29,11 @@ translate = QtGui.QApplication.translate
def plot_1d_hist(hist, yerr=None, title=None, x_axis_... | BUG: fixes plot range when indices are out of range | SiLab-Bonn_pyBAR | train |
7472e7a5817587bf94a510aea5cca2d71f66844b | diff --git a/hazelcast/reactor.py b/hazelcast/reactor.py
index <HASH>..<HASH> 100644
--- a/hazelcast/reactor.py
+++ b/hazelcast/reactor.py
@@ -6,7 +6,7 @@ import socket
import sys
import threading
import time
-from Queue import PriorityQueue
+from Queue import PriorityQueue, Empty
from collections import deque
f... | ignore raised Empty on reactor queue since queue is also consumed when timer is cancelled | hazelcast_hazelcast-python-client | train |
d2068f5e87719faee5389510e1384bd4099115ad | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -29,7 +29,6 @@ const (
StorageAddr = "STORAGE_ADDR"
SharedStorageDir = "SHARED_STORAGE_DIR"
SharedStorageAddr = "SHARED_STORAGE_ADDR"
- LoggingConfig = "LOGGING_CONFIG"
)
// The Con... | Don't need to store the logging config in the agent config. | juju_juju | train |
737b1663ec31322bc016efe0eb0fdf50bcb32613 | diff --git a/lib/plugins.js b/lib/plugins.js
index <HASH>..<HASH> 100644
--- a/lib/plugins.js
+++ b/lib/plugins.js
@@ -19,35 +19,43 @@ function load(flyfile, hook) {
_('beginning to look for plugins')
- // `flyfile` should also be in project's root
- var dir = path.dirname(flyfile)
- var modules = path.join(dir, ... | don't require pkg and flyfile to be sibling files
- allows for '-f' flag to designate a deeply nested flyfile while referencing root-level 'node_modules'
- updated tests | lukeed_taskr | train |
ebcd5c9711cfc9b1745711b26d4e8bc4b3753646 | diff --git a/connection_maker.go b/connection_maker.go
index <HASH>..<HASH> 100644
--- a/connection_maker.go
+++ b/connection_maker.go
@@ -27,7 +27,7 @@ type connectionMaker struct {
targets map[string]*target
connections map[Connection]struct{}
directPeers peerAddrs
- actionChan chan connectionMakerAction
+... | Re-apply chan direction restrictions
Fixes #1 | weaveworks_mesh | train |
d2da2ec6f590cfcb7a651ae88a48c433a1a6bcf6 | diff --git a/param/__init__.py b/param/__init__.py
index <HASH>..<HASH> 100644
--- a/param/__init__.py
+++ b/param/__init__.py
@@ -21,7 +21,6 @@ __version__='$Revision$'
import os.path
-from numpy import ndarray
from parameterized import Parameterized, Parameter, String, \
descendents, ParameterizedFunction... | Moved numpy array inside param.Array so that param does not depend on numpy. | pyviz_param | train |
77360ce710a849979cc875af8b743f289d7e5b9b | diff --git a/lib/seaworld/index.js b/lib/seaworld/index.js
index <HASH>..<HASH> 100644
--- a/lib/seaworld/index.js
+++ b/lib/seaworld/index.js
@@ -1,15 +1,11 @@
"use strict";
var Park = require("../park");
-var Settings = require("../settings");
var Moment = require("moment-timezone");
var s_parkID = Symbol();
... | Use new cache module and optionaly accept the API settings on construction (useful if things change and users need a quick-fix while updates are rolling out) | cubehouse_themeparks | train |
191e28934eed917d027e761c96d4c8bff65ce468 | diff --git a/src/Unicode/CharBuffer.php b/src/Unicode/CharBuffer.php
index <HASH>..<HASH> 100644
--- a/src/Unicode/CharBuffer.php
+++ b/src/Unicode/CharBuffer.php
@@ -31,6 +31,8 @@ class CharBuffer implements CharBufferInterface, TokenExtractInterface
private $buffer = [];
+ private $sourcePreviewOffset = 0... | Unicode: bug fixed in char buffer | remorhaz_php-unilex | train |
61b083de3c43f86f152c810ddf888c5dad073165 | diff --git a/sos/report/plugins/candlepin.py b/sos/report/plugins/candlepin.py
index <HASH>..<HASH> 100644
--- a/sos/report/plugins/candlepin.py
+++ b/sos/report/plugins/candlepin.py
@@ -58,6 +58,7 @@ class Candlepin(Plugin, RedHatPlugin):
# Allow limiting on logrotated logs
self.add_copy_spec([
... | [candlepin] collect /etc/candlepin/broker.xml
The file contains important config about internal candlepin broker
routing.
Also, apply scrubbing of two passwords on a single line / in one URI.
Resolves: #<I> | sosreport_sos | train |
055fc09ae582bc0ff70e7eeadf8df71d3631777a | diff --git a/android/lib/src/main/java/com/swmansion/gesturehandler/PanGestureHandler.java b/android/lib/src/main/java/com/swmansion/gesturehandler/PanGestureHandler.java
index <HASH>..<HASH> 100644
--- a/android/lib/src/main/java/com/swmansion/gesturehandler/PanGestureHandler.java
+++ b/android/lib/src/main/java/com/s... | Fix translation offset when number of pointers changes. | kmagiera_react-native-gesture-handler | train |
65dedaaac276a4d24884d401cb897307a2528584 | diff --git a/scrapy_dotpersistence.py b/scrapy_dotpersistence.py
index <HASH>..<HASH> 100644
--- a/scrapy_dotpersistence.py
+++ b/scrapy_dotpersistence.py
@@ -37,8 +37,8 @@ class DotScrapyPersistence(object):
'AWS_ACCESS_KEY_ID': self.AWS_ACCESS_KEY_ID,
'AWS_SECRET_ACCESS_KEY': self.AWS_SECRET... | Don't sync data back unless it was loaded successfully
Otherwise you risk corrupting stored data because of a temporary network glitch. | scrapy-plugins_scrapy-dotpersistence | train |
5c2d8cff57bd6ef0fb27527c500a5c2203f53dd2 | diff --git a/src/chart/bar/BarView.js b/src/chart/bar/BarView.js
index <HASH>..<HASH> 100644
--- a/src/chart/bar/BarView.js
+++ b/src/chart/bar/BarView.js
@@ -96,7 +96,7 @@ export default echarts.extendChartView({
var coordSysClipArea = coord.getArea && coord.getArea();
- var needsClip = seriesModel... | fix(clip): only access clip option in series. | apache_incubator-echarts | train |
2eee4f13951b66a731fb146aa077b62e9de6c2c1 | diff --git a/modules/kueezBidAdapter.js b/modules/kueezBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/kueezBidAdapter.js
+++ b/modules/kueezBidAdapter.js
@@ -244,6 +244,7 @@ function generateBidParameters(bid, bidderRequest) {
const bidObject = {
adUnitCode: getBidIdParameter('adUnitCode', bid),
b... | added logic to detect the loop number (#<I>) | prebid_Prebid.js | train |
1a47a28a437d30db2134a27a5b8b3c618e762f07 | diff --git a/ArgusClient/src/main/java/com/salesforce/dva/argus/client/Alerter.java b/ArgusClient/src/main/java/com/salesforce/dva/argus/client/Alerter.java
index <HASH>..<HASH> 100644
--- a/ArgusClient/src/main/java/com/salesforce/dva/argus/client/Alerter.java
+++ b/ArgusClient/src/main/java/com/salesforce/dva/argus/c... | Dequeue more alerts in a single batch. | salesforce_Argus | train |
fce6c1c342bb196303ae023fe18239df1c848209 | diff --git a/treeherder/model/derived/artifacts.py b/treeherder/model/derived/artifacts.py
index <HASH>..<HASH> 100644
--- a/treeherder/model/derived/artifacts.py
+++ b/treeherder/model/derived/artifacts.py
@@ -111,8 +111,12 @@ class ArtifactsModel(TreeherderModelBase):
for perf_data in performance_artifact_pl... | Bug <I> - Fix performance artifact ingestion
We weren't taking the repository into account when getting the reference data
signature. | mozilla_treeherder | train |
899de434e244ab063b97446159ba4da796f57312 | diff --git a/src/storage/FileStorage.php b/src/storage/FileStorage.php
index <HASH>..<HASH> 100644
--- a/src/storage/FileStorage.php
+++ b/src/storage/FileStorage.php
@@ -86,7 +86,7 @@ class FileStorage extends BaseObject implements StorageInterface
return true;
}
$error = error_get_last(... | Update error category for FileStorage | lav45_yii2-settings | train |
d6c8074c0cbcdeeefac3ccd877ba0d6b37df0154 | diff --git a/test/server/api/index.spec.js b/test/server/api/index.spec.js
index <HASH>..<HASH> 100644
--- a/test/server/api/index.spec.js
+++ b/test/server/api/index.spec.js
@@ -2115,7 +2115,10 @@ describe('API', function () {
function (done) {
var requestBody = {
... | #<I> Make the time-outing plugin test,
fail and return immediately.
Former-commit-id: bf4e<I>a<I>f5c<I>eba<I>cbd<I>ebf3c<I> | webgme_webgme-engine | train |
9a91222e30920a02cca1a76ce1fa66bdece6ffd8 | diff --git a/lib/lotus/utils/load_paths.rb b/lib/lotus/utils/load_paths.rb
index <HASH>..<HASH> 100644
--- a/lib/lotus/utils/load_paths.rb
+++ b/lib/lotus/utils/load_paths.rb
@@ -37,6 +37,53 @@ module Lotus
blk.call Utils::Kernel.Pathname(path).realpath
end
end
+
+ # Adds the given path(... | Implemented Lotus::Utils::LoadPaths#push, also aliased as #<< | hanami_utils | train |
9a7b23440f5dd8972fe619da5e6fc8f51beaaa0b | diff --git a/physical/dynamodb/dynamodb.go b/physical/dynamodb/dynamodb.go
index <HASH>..<HASH> 100644
--- a/physical/dynamodb/dynamodb.go
+++ b/physical/dynamodb/dynamodb.go
@@ -500,7 +500,7 @@ func (d *DynamoDBBackend) HAEnabled() bool {
func (d *DynamoDBBackend) batchWriteRequests(requests []*dynamodb.WriteRequest)... | Fix err shadowing (#<I>) | hashicorp_vault | train |
ab6ff133ad17398d4b95a0c7bf9346a167ccd72c | diff --git a/h2o-samples/src/main/java/samples/LoadDatasets.java b/h2o-samples/src/main/java/samples/LoadDatasets.java
index <HASH>..<HASH> 100644
--- a/h2o-samples/src/main/java/samples/LoadDatasets.java
+++ b/h2o-samples/src/main/java/samples/LoadDatasets.java
@@ -18,8 +18,12 @@ public class LoadDatasets extends Job ... | Load frequently used datasets first. | h2oai_h2o-2 | train |
c0684d1d0cd4c25d13386ac017839cfc9c26c765 | diff --git a/src/Frozennode/Administrator/AdministratorServiceProvider.php b/src/Frozennode/Administrator/AdministratorServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Frozennode/Administrator/AdministratorServiceProvider.php
+++ b/src/Frozennode/Administrator/AdministratorServiceProvider.php
@@ -30,7 +30,9 @@... | making sure the validator's uri instance is set up | FrozenNode_Laravel-Administrator | train |
fbebec784b4b0dec433e045bfd11ed92c4a3d18c | diff --git a/aws.js b/aws.js
index <HASH>..<HASH> 100644
--- a/aws.js
+++ b/aws.js
@@ -638,7 +638,7 @@ aws.ec2DeregisterImage = function(ami_id, options, callback)
core.forEachSeries(volumes, function(vol, next) {
if (!vol.ebs || !vol.ebs.snapshotId) return next();
- self.... | Updated docs, minor bugfixes | vseryakov_backendjs | train |
f712fec100c76ded8f09efa587796faeb4f64794 | diff --git a/rest-api/src/main/java/org/jboss/pnc/rest/configuration/SwaggerConstants.java b/rest-api/src/main/java/org/jboss/pnc/rest/configuration/SwaggerConstants.java
index <HASH>..<HASH> 100644
--- a/rest-api/src/main/java/org/jboss/pnc/rest/configuration/SwaggerConstants.java
+++ b/rest-api/src/main/java/org/jbos... | [NCL-<I>] [NCL-<I>]: Deprecate option to build temporary builds with timestamp alignment | project-ncl_pnc | train |
f4d18417232bccab46cf87658a22786c1ff9ba63 | diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/generator/template/test/e2e/custom-assertions/elementCount.js b/packages/@vue/cli-plugin-e2e-nightwatch/generator/template/test/e2e/custom-assertions/elementCount.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-e2e-nightwatch/generator/template/test/e2e... | fix: nightwatch helper compat with airbnb linter
close #<I> | vuejs_vue-cli | train |
2d7c0b043047b9a4c59bb260c9fa6b508f9a72a0 | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoSocketServer.java b/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoSocketServer.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/internal/MocoSocketServer.java
+++ b/moco-core/src/main/jav... | added missing final to moco socket server | dreamhead_moco | train |
be2c3455f1da7eed17f7a8c9efa1f138bc8cc3f4 | diff --git a/tests/hdx/utilities/test_dateparse.py b/tests/hdx/utilities/test_dateparse.py
index <HASH>..<HASH> 100755
--- a/tests/hdx/utilities/test_dateparse.py
+++ b/tests/hdx/utilities/test_dateparse.py
@@ -73,10 +73,6 @@ class TestDateParse:
parse_date('02/2013', '%m/%Y')
def test_get_datetime_... | timestamp fns for Python2 compatibility | OCHA-DAP_hdx-python-utilities | train |
b474d14059728d41705322b63a616982090833b3 | diff --git a/src/basic.js b/src/basic.js
index <HASH>..<HASH> 100644
--- a/src/basic.js
+++ b/src/basic.js
@@ -16,9 +16,9 @@ class Basic extends Permit {
}
check(req) {
- const { query } = this
+ const { query, proxy } = this
const auth = req.headers
- ? req.headers.authorization || req.headers[... | fix proxy to be behind a flag | ianstormtaylor_permit | train |
b40c8896323dac22a4ddc069b8180091fffc9d69 | diff --git a/jbpm-designer-client/src/main/java/org/jbpm/designer/client/popup/AssignmentListItemWidget.java b/jbpm-designer-client/src/main/java/org/jbpm/designer/client/popup/AssignmentListItemWidget.java
index <HASH>..<HASH> 100644
--- a/jbpm-designer-client/src/main/java/org/jbpm/designer/client/popup/AssignmentLis... | BZ<I> - prevent typing space character in name and custom datatype fields of DataIOEditor | kiegroup_jbpm-designer | train |
0f48e398c306155fd53df4d2a66b45b8078342d1 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -35,11 +35,11 @@ function getReleaseFile(names,cb) {
var index = 0
return function checkExists() {
fs.stat(names[index],function(e,stat) {
+ if(names.length <= index) return cb(new Error("No file unique file fo... | Ensure loop exists if no file is found. | retrohacker_getos | train |
692134e2ee452aaeec7cfa5ddfc4b862ab4b8865 | diff --git a/lib/milestoner/git/kit.rb b/lib/milestoner/git/kit.rb
index <HASH>..<HASH> 100644
--- a/lib/milestoner/git/kit.rb
+++ b/lib/milestoner/git/kit.rb
@@ -4,16 +4,44 @@ module Milestoner
module Git
# A lightweight Git wrapper.
class Kit
+ def initialize
+ @git_dir = File.join Dir.pwd, "... | Added Git tag support.
- Will be used by the `Tagger` object and keeps Git-related methods
centralized within this class.
- Refactored execution of Git commands so there is consistency in how
the Git commands are executed and results answered. | bkuhlmann_milestoner | train |
19b34f9476fbbefd7bcf8fb988bea1ce6f1f17d5 | diff --git a/src/system/modules/metamodels/languages/it/tl_metamodel_rendersettings.php b/src/system/modules/metamodels/languages/it/tl_metamodel_rendersettings.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/languages/it/tl_metamodel_rendersettings.php
+++ b/src/system/modules/metamodels/languages/... | Updated translations from transifex. | MetaModels_core | train |
9ebb3fd7808ecac0c48b5f00c0cc5984d1bb7e9c | diff --git a/src/dropin.js b/src/dropin.js
index <HASH>..<HASH> 100644
--- a/src/dropin.js
+++ b/src/dropin.js
@@ -699,10 +699,7 @@ Dropin.prototype.requestPaymentMethod = function (options) {
options = options || {};
return this._mainView.requestPaymentMethod().then(function (payload) {
- if (self._threeDSe... | Refactor 3DS logic into new method | braintree_braintree-web-drop-in | train |
0c30610fdc7642bd607752730721109b4af7aa80 | diff --git a/tests/Composer/Test/DependencyResolver/DefaultPolicyTest.php b/tests/Composer/Test/DependencyResolver/DefaultPolicyTest.php
index <HASH>..<HASH> 100644
--- a/tests/Composer/Test/DependencyResolver/DefaultPolicyTest.php
+++ b/tests/Composer/Test/DependencyResolver/DefaultPolicyTest.php
@@ -98,4 +98,43 @@ cl... | Complete the policy tests with provider and replacement tests | mothership-ec_composer | train |
d0d3be3ee8333d38aac6a7b43b8ba6df4e9d32c8 | diff --git a/src/sap.ui.table/src/sap/ui/table/AnalyticalTable.js b/src/sap.ui.table/src/sap/ui/table/AnalyticalTable.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.table/src/sap/ui/table/AnalyticalTable.js
+++ b/src/sap.ui.table/src/sap/ui/table/AnalyticalTable.js
@@ -361,9 +361,16 @@ sap.ui.define(['jquery.sap.globa... | [FIX] AnalyticalTable: Consider groups on initial numberOfExpandedLevels
The analytical binding does not support the number of expanded levels
to be bigger then the number of grouped columns. If, on creation of
the binding, the initial value is bigger, it is reduced to 0. This
behavior is coherent with another solu... | SAP_openui5 | train |
9920ec86cd4ba6ccb05a4b6ed106870bdac6b130 | diff --git a/src/DurationExtension.php b/src/DurationExtension.php
index <HASH>..<HASH> 100644
--- a/src/DurationExtension.php
+++ b/src/DurationExtension.php
@@ -2,6 +2,7 @@
namespace UAM\Twig\Extension\I18n;
+use DateInterval;
use DateTime;
use Locale;
use Twig_Extension;
@@ -120,15 +121,30 @@ class DurationE... | improved getDateInterval method in duration extension | united-asian_twig-i18n-extension | train |
ad81e99b8f2d6cd078b949816544235852c48dd2 | diff --git a/externs/ie_dom.js b/externs/ie_dom.js
index <HASH>..<HASH> 100644
--- a/externs/ie_dom.js
+++ b/externs/ie_dom.js
@@ -1015,6 +1015,12 @@ Element.prototype.innerText;
Element.prototype.isContentEditable;
/**
+ * @param {number} pointerId Id of the pointer that is assign to the element.
+ * @see http://m... | Added Element.prototype.msSetPointerCapture(pointerId) for IE<I> javascript.
R=nicksantos
DELTA=6 (6 added, 0 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
e74356e4994478ac129bc476719a9b0bd6679906 | diff --git a/src/postmark/core.py b/src/postmark/core.py
index <HASH>..<HASH> 100644
--- a/src/postmark/core.py
+++ b/src/postmark/core.py
@@ -62,7 +62,7 @@ class PMMail(object):
acceptable_keys = (
'api_key',
- 'from',
+ 'sender',
'reply_to',
... | Fixed small bug with 'sender' not being an accepted arg | themartorana_python-postmark | train |
39a54389d626cdab067dd5a66bd1a45932848e95 | diff --git a/rails_event_store/lib/rails_event_store/actions/append_event_to_stream.rb b/rails_event_store/lib/rails_event_store/actions/append_event_to_stream.rb
index <HASH>..<HASH> 100644
--- a/rails_event_store/lib/rails_event_store/actions/append_event_to_stream.rb
+++ b/rails_event_store/lib/rails_event_store/act... | We don't need return keyword in Ruby | RailsEventStore_rails_event_store | train |
9496f6a502c79ec3acb4e222e190e76264db02cf | diff --git a/semantic_release/history/parser_tag.py b/semantic_release/history/parser_tag.py
index <HASH>..<HASH> 100644
--- a/semantic_release/history/parser_tag.py
+++ b/semantic_release/history/parser_tag.py
@@ -22,27 +22,36 @@ def parse_commit_message(message):
:return: A tuple of (level to bump, type of chang... | fix: Make tag parser work correctly with breaking changes
The tag parser did not work correctly, this went undiscovered for a
while because the tests was not ran by pytest. | relekang_python-semantic-release | train |
0a27f88cc42179298f769a88d9c722af97b815a8 | diff --git a/cli-config.php b/cli-config.php
index <HASH>..<HASH> 100644
--- a/cli-config.php
+++ b/cli-config.php
@@ -6,6 +6,7 @@ use EdmondsCommerce\DoctrineStaticMeta\CodeGeneration\Command\GenerateEmbeddable
use EdmondsCommerce\DoctrineStaticMeta\CodeGeneration\Command\GenerateEntityCommand;
use EdmondsCommerce\D... | forgot to add teh overrides create command to cli config | edmondscommerce_doctrine-static-meta | train |
0f2ab8409d426b243204806a52e5b3a908417543 | diff --git a/construct_mutation_rates.py b/construct_mutation_rates.py
index <HASH>..<HASH> 100755
--- a/construct_mutation_rates.py
+++ b/construct_mutation_rates.py
@@ -11,6 +11,7 @@ import os
import copy
import math
import argparse
+import tempfile
from src.load_gene import construct_gene_object
from src.ense... | adjustments to generating mutation rates
- handle exception from no useable transcript when identifying transcripts
- include frameshift rate, as per the Nature Genetics <I>:<I>-<I> model | jeremymcrae_denovonear | train |
33db79a5ad4c755cf7b744119f9172dd7a15c049 | diff --git a/git_repo/services/service.py b/git_repo/services/service.py
index <HASH>..<HASH> 100644
--- a/git_repo/services/service.py
+++ b/git_repo/services/service.py
@@ -171,7 +171,7 @@ class RepositoryService:
self.fqdn = c.get('fqdn', self.fqdn)
self.scheme = c.get('scheme', 'https')
- ... | 🚒 makes port default to <I> when scheme is HTTP
fixes #<I> | guyzmo_git-repo | train |
b3b2544ba5845e24253fa97465a30af027b534fe | diff --git a/tests/Buffer.php b/tests/Buffer.php
index <HASH>..<HASH> 100644
--- a/tests/Buffer.php
+++ b/tests/Buffer.php
@@ -23,7 +23,7 @@ namespace GameQ\Tests;
*
* @package GameQ\Tests
*/
-class Buffer extends \PHPUnit\Framework\TestCase
+class Buffer extends TestBase
{
/**
* Build a mock Buffer
d... | Missed other ::class | Austinb_GameQ | train |
f73973783dd2600e460588b9056b09cc616de942 | diff --git a/components/Flute/src/Http/Traits/FluteRoutesTrait.php b/components/Flute/src/Http/Traits/FluteRoutesTrait.php
index <HASH>..<HASH> 100644
--- a/components/Flute/src/Http/Traits/FluteRoutesTrait.php
+++ b/components/Flute/src/Http/Traits/FluteRoutesTrait.php
@@ -84,6 +84,11 @@ trait FluteRoutesTrait
*... | Improve stability/predictability for auto-generated route names. | limoncello-php_framework | train |
5889858cc5237ab2303337f847616be70d0a8aab | diff --git a/mod/feedback/classes/complete_form.php b/mod/feedback/classes/complete_form.php
index <HASH>..<HASH> 100644
--- a/mod/feedback/classes/complete_form.php
+++ b/mod/feedback/classes/complete_form.php
@@ -399,8 +399,8 @@ class mod_feedback_complete_form extends moodleform {
*/
protected function ad... | MDL-<I> mod_feedback: export question labels
This was present in export in <I> but got lost during export
refactoring in <I> | moodle_moodle | train |
9d29c4f43daa3d64bffdc9026c87c5bff2c758c4 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -1368,7 +1368,7 @@ func (s *server) peerConnected(conn net.Conn, connReq *connmgr.ConnReq,
// We'll ensure that we locate the proper port to use within the peer's
// address for reconnecting purposes.
- if tcpAddr, o... | server: only swap out the port for inbound connections
Note that the check is actually reversed to the quirk atm in the server
logic, where inbound and outbound are reversed.
Fixes #<I>. | lightningnetwork_lnd | train |
5ea4615d4d20d87650a01ee2726709a311b4b142 | diff --git a/core/ArrayData.php b/core/ArrayData.php
index <HASH>..<HASH> 100755
--- a/core/ArrayData.php
+++ b/core/ArrayData.php
@@ -1,6 +1,6 @@
<?php
/**
- * Lets you wrap a bunch of array data into a {@link ViewableData} object.
+ * Lets you wrap a bunch of array data, or object members, into a {@link ViewableDat... | ENHANCEMENT: Refactoring and documenting the ArrayData class. Deprecating the "object_to_array" method (fixes #<I>, thanks tobych) | silverstripe_silverstripe-framework | train |
7610a9f6ece43b96b10cf5843e300178c0ef55d8 | diff --git a/py3status/__init__.py b/py3status/__init__.py
index <HASH>..<HASH> 100755
--- a/py3status/__init__.py
+++ b/py3status/__init__.py
@@ -591,13 +591,13 @@ class Py3statusWrapper():
Create the py3status based on command line options we received.
"""
# get home path
- home = '{... | Variable renamed, home -> home_path | ultrabug_py3status | train |
ee660b1ccd7984d5095a0a5d167839ea14daaf2d | diff --git a/lib/assert/version.rb b/lib/assert/version.rb
index <HASH>..<HASH> 100644
--- a/lib/assert/version.rb
+++ b/lib/assert/version.rb
@@ -1,3 +1,3 @@
module Assert
- VERSION = "2.13.0"
+ VERSION = "2.14.0"
end | version to <I>
* changed ref CLI opt #<I>
* `-l` option for listing out test files that would be loaded and run #<I>
/cc @jcredding | redding_assert | train |
d5a7e27dace1fb13194a239dfe84be25fc18bcb1 | diff --git a/voluptuous.py b/voluptuous.py
index <HASH>..<HASH> 100644
--- a/voluptuous.py
+++ b/voluptuous.py
@@ -723,11 +723,15 @@ class Schema(object):
resulting `Schema` inherits the `required` and `extra` parameters of
this, unless overridden.
+ Both schemas must be dictionary-based.
+
... | Schema.extend works only for dicts | alecthomas_voluptuous | train |
86eb0519a3343e0002dada9c9c5283eb6f88b8d0 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -223,11 +223,26 @@ func (c *Client) PutJSON(endpoint string, data interface{}) (*Response, error) {
})
}
-// Delete executes DELETE request to the endpoint with optional query arguments
+// Delete executes DELETE requ... | Introduce new method DeleteP instead of modifying Delete | gravitational_roundtrip | train |
48d366ba0db7d4a893aefd7d457357377dc0900e | diff --git a/features/step_definitions/manage_patients_steps.rb b/features/step_definitions/manage_patients_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/manage_patients_steps.rb
+++ b/features/step_definitions/manage_patients_steps.rb
@@ -64,13 +64,13 @@ When(/^I complete the add a new patient f... | Replaced single quotes for double quotes within manage patient cuke steps. | airslie_renalware-core | train |
3684bc5522996204b57be26b99c3ce4578026b3b | diff --git a/guacamole-common-js/src/main/resources/layer.js b/guacamole-common-js/src/main/resources/layer.js
index <HASH>..<HASH> 100644
--- a/guacamole-common-js/src/main/resources/layer.js
+++ b/guacamole-common-js/src/main/resources/layer.js
@@ -345,7 +345,7 @@ Guacamole.Layer = function(width, height) {
... | Fixed type error in copy rect of Layer. | glyptodon_guacamole-client | train |
7db9a03a6875a47a28e88d415e75448c0b9a3f31 | diff --git a/common/src/main/java/org/cloudfoundry/identity/uaa/user/JdbcUaaUserDatabase.java b/common/src/main/java/org/cloudfoundry/identity/uaa/user/JdbcUaaUserDatabase.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/org/cloudfoundry/identity/uaa/user/JdbcUaaUserDatabase.java
+++ b/common/src/main/java/o... | small optimization if the authorities field is being used then avoid making a 2nd query for authorities | cloudfoundry_uaa | train |
4abb60fe0c7060db273cd11eb5ad402a2181bdee | diff --git a/pypfopt/base_optimizer.py b/pypfopt/base_optimizer.py
index <HASH>..<HASH> 100644
--- a/pypfopt/base_optimizer.py
+++ b/pypfopt/base_optimizer.py
@@ -337,10 +337,12 @@ class BaseConvexOptimizer(BaseOptimizer):
ef.add_constraint(lambda x: x <= np.array([0.01, 0.08, ..., 0.5]))
:param... | change lambda to callable in docs | robertmartin8_PyPortfolioOpt | train |
9b25e733f98434c2f00d9dc8f41847ef02d7ab2d | diff --git a/sfsimodels/output.py b/sfsimodels/output.py
index <HASH>..<HASH> 100644
--- a/sfsimodels/output.py
+++ b/sfsimodels/output.py
@@ -54,7 +54,7 @@ def format_value(value):
def add_table_ends(para, oformat='latex', caption="caption-text", label="table"):
fpara = ""
if oformat == 'latex':
- fp... | locked position of table in latex output. | eng-tools_sfsimodels | train |
e1c6587dd3c180bafe65ab79773b2483fb4bf9c2 | diff --git a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/AcmeSimpleTest.java b/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/AcmeSimpleTest.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/AcmeSimpleTest.java
+... | Issue <I>: Skip new winJDK level and ignore config update msg ACME FATs | OpenLiberty_open-liberty | train |
02c36cf5cb736a6c7321c8cb9a632a3a74344f25 | diff --git a/actionpack/lib/action_view/template/handlers/erb.rb b/actionpack/lib/action_view/template/handlers/erb.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/template/handlers/erb.rb
+++ b/actionpack/lib/action_view/template/handlers/erb.rb
@@ -7,7 +7,7 @@ module ActionView
class OutputBuffer <... | Make sure encoding changes don't break <I> | rails_rails | train |
bdb0e6f1d196f6c541c1d23fd8f11bcd9faf465e | diff --git a/lib/magic_lamp.rb b/lib/magic_lamp.rb
index <HASH>..<HASH> 100644
--- a/lib/magic_lamp.rb
+++ b/lib/magic_lamp.rb
@@ -49,6 +49,8 @@ module MagicLamp
registered_fixtures[fixture_name] = [controller_class, block]
end
+ alias_method :register, :register_fixture
+ alias_method :fixture, :re... | aliased register_fixture to register and fixture | crismali_magic_lamp | train |
21e51cb0294cc271205bd208ace6fee9a75b880a | diff --git a/daemon/cmd/endpoint.go b/daemon/cmd/endpoint.go
index <HASH>..<HASH> 100644
--- a/daemon/cmd/endpoint.go
+++ b/daemon/cmd/endpoint.go
@@ -309,17 +309,16 @@ func (d *Daemon) createEndpoint(ctx context.Context, owner regeneration.Owner, e
if epTemplate.DatapathConfiguration == nil {
dpConfig := endpoint... | daemon: Fix the init of the endpoints' datapath config
An incorrect refactor, <I> ("endpoint: Refactor init of
EndpointDatapathConfiguration"), changed the behavior of that function.
This commit fixes it to restore the intended behavior. See [1] for more
details.
1 - <URL> | cilium_cilium | train |
3d1f4fe56d1dface96c31af6b680f9476488b62f | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -81,13 +81,6 @@ print('\nGetting details for %s\n' % testApps[0])
details = server.details(testApps[0])
print(details)
-# USER PROFILE
-print('\nGettung user profile information\n')
-user = server.userProfile()
-if 'Noto Sans'... | Removed unstable userProfile from test | NoMore201_googleplay-api | train |
8e3c6aae3c94e4cdbb46f7e9412eb7dea5721b73 | diff --git a/src/lokijs.js b/src/lokijs.js
index <HASH>..<HASH> 100644
--- a/src/lokijs.js
+++ b/src/lokijs.js
@@ -1942,8 +1942,9 @@
// if an index exists for the property being queried against, use it
// for now only enabling for non-chained query (who's set of docs matches index)
// or chained qu... | Minor improvement (simplification) to the logical condition expression. | techfort_LokiJS | train |
d5a0c8ecd4a2477ea6141011c42e8258f9ddf577 | diff --git a/test/sass/conversion_test.rb b/test/sass/conversion_test.rb
index <HASH>..<HASH> 100755
--- a/test/sass/conversion_test.rb
+++ b/test/sass/conversion_test.rb
@@ -94,6 +94,12 @@ foo bar
baz bang {
baz: bang; }
SCSS
+
+ assert_scss_to_scss <<SCSS
+foo bar
+baz bang {
+ baz: bang; }
+SCSS
end
... | [Sass] [SCSS] Add a few more sass2scss tests. | sass_ruby-sass | train |
b7e39c142e51d8b66536de536131c2fece6cc58e | diff --git a/src/SocialiteManager.php b/src/SocialiteManager.php
index <HASH>..<HASH> 100644
--- a/src/SocialiteManager.php
+++ b/src/SocialiteManager.php
@@ -35,7 +35,7 @@ class SocialiteManager extends Manager implements Contracts\Factory
*/
protected function createGithubDriver()
{
- $config =... | removed array access on the container instance in SocialiteManger.php | laravel_socialite | train |
880128c339b2f5725374a0e42d8842eb9c7edc2b | diff --git a/system/src/Grav/Console/Cli/InstallCommand.php b/system/src/Grav/Console/Cli/InstallCommand.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Console/Cli/InstallCommand.php
+++ b/system/src/Grav/Console/Cli/InstallCommand.php
@@ -117,7 +117,7 @@ class InstallCommand extends ConsoleCommand
... | Update Grav Console Cli InstallCommand.php (#<I>)
why do I have to clone the entire history of the plugin? | getgrav_grav | train |
5073c205e3a5c189a8bf0eae52a4c48ee1b88eb1 | diff --git a/poetry/inspection/info.py b/poetry/inspection/info.py
index <HASH>..<HASH> 100644
--- a/poetry/inspection/info.py
+++ b/poetry/inspection/info.py
@@ -450,7 +450,9 @@ class PackageInfo:
except PackageInfoError:
pass
- with ephemeral_environment(pip=True, wheel=True, setuptools... | env: align ephemeral environment interface to build | sdispater_poetry | train |
c46a2a123c0d7bd6ae7dbab27d93b71e77cf41b2 | diff --git a/.ruby-version b/.ruby-version
index <HASH>..<HASH> 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.1.5
+2.2.0
diff --git a/lib/mongoid/extensions.rb b/lib/mongoid/extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/extensions.rb
+++ b/lib/mongoid/extensions.rb
@@ -13,8 +13,15 @@ class... | override transform_keys on BSON::Document instead, to fix symbolize_keys
We cannot use to_hash , on a Hash object as that will not work on ruby <I> | mongodb_mongoid | train |
fb3e0591d054be596ddd4bdebaf58d0c71c21b1c | diff --git a/commerce-product-definitions-web/src/main/java/com/liferay/commerce/product/definitions/web/internal/portlet/action/EditCPDefinitionLinkMVCActionCommand.java b/commerce-product-definitions-web/src/main/java/com/liferay/commerce/product/definitions/web/internal/portlet/action/EditCPDefinitionLinkMVCActionCo... | COMMERCE-<I> We should be using the add method not update | liferay_com-liferay-commerce | train |
1d8a7477734cbedc7e43a8b4628095ddb0c18626 | diff --git a/test/socket.io.js b/test/socket.io.js
index <HASH>..<HASH> 100644
--- a/test/socket.io.js
+++ b/test/socket.io.js
@@ -202,4 +202,21 @@ describe('socket.io', function(){
});
});
});
+
+ describe('socket', function(){
+ it('should receive message events through `send`', function(done){
+ ... | test: added `socket#send` test | socketio_socket.io | train |
758124d2bf86c87e62b959cc0afaa27b26ace44d | diff --git a/openquake/hazardlib/contexts.py b/openquake/hazardlib/contexts.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/contexts.py
+++ b/openquake/hazardlib/contexts.py
@@ -440,7 +440,15 @@ class PmapMaker():
acc = AccumDict(accum=[])
distmax = max(dctx.rrup.max() for rup, sctx, dctx in ... | Extended pointsource_distance to non-point sources | gem_oq-engine | train |
8b71c7036b1b772888e4dbd227de37df3905e54c | diff --git a/src/babel.js b/src/babel.js
index <HASH>..<HASH> 100644
--- a/src/babel.js
+++ b/src/babel.js
@@ -15,8 +15,8 @@ const STYLE_COMPONENT_ID = 'styleId'
const STYLE_COMPONENT_CSS = 'css'
export default function ({types: t}) {
- const isGlobalEl = el => el.attributes.some(attr => (
- attr.name.name === ... | Add support for spread attributes (patch) (#<I>) | zeit_styled-jsx | train |
ed6ac4634a58f3d64b714e3e5c919b0d294fe3cc | diff --git a/completion/tests/privacy_test.php b/completion/tests/privacy_test.php
index <HASH>..<HASH> 100644
--- a/completion/tests/privacy_test.php
+++ b/completion/tests/privacy_test.php
@@ -193,13 +193,13 @@ class core_completion_privacy_test extends \core_privacy\tests\provider_testcase
$hasno = array_se... | MDL-<I> completion: fixed assertions in privacy test | moodle_moodle | train |
afbf44fbedeed586add2d0308280f6372fcedb76 | diff --git a/src/Renderer/Text.php b/src/Renderer/Text.php
index <HASH>..<HASH> 100644
--- a/src/Renderer/Text.php
+++ b/src/Renderer/Text.php
@@ -24,8 +24,6 @@ class Text
protected $buffer = '';
- protected $formatterHelper;
-
protected $useBuffer = false;
public function __construct(OutputInte... | Tidy up error block on initial test runs; less in your face red background! | humbug_humbug | train |
1e24208012a338bdf0fafdcfcf90dcf036f240f3 | diff --git a/lib/deep_unrest.rb b/lib/deep_unrest.rb
index <HASH>..<HASH> 100644
--- a/lib/deep_unrest.rb
+++ b/lib/deep_unrest.rb
@@ -464,7 +464,7 @@ module DeepUnrest
def self.perform_update(params, user)
# reject new resources marked for destruction
viable_params = params.reject do |param|
- temp_i... | [bugfix] another case of bad :destroy check | graveflex_deep_unrest | train |
38d43ff260bd67b02a4fbb4d013482e723cb9b61 | diff --git a/app/models/concerns/socializer/object_type_base.rb b/app/models/concerns/socializer/object_type_base.rb
index <HASH>..<HASH> 100644
--- a/app/models/concerns/socializer/object_type_base.rb
+++ b/app/models/concerns/socializer/object_type_base.rb
@@ -10,7 +10,12 @@ module Socializer
before_create :... | add a guids class method | socializer_socializer | train |
8101150e61648a0cd46c5a7d9913e70a87f1f522 | diff --git a/packages/material-ui/src/Input/InputLabel.js b/packages/material-ui/src/Input/InputLabel.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui/src/Input/InputLabel.js
+++ b/packages/material-ui/src/Input/InputLabel.js
@@ -24,6 +24,7 @@ export const styles = theme => ({
shrink: {
transform: 'tra... | Increase scaled-down label width to match <I>% input width (#<I>)
Input label is shrunk using CSS `scale`. The <I>% default width is
becoming smaller than full input width. Increasing accordingly the
shrunk input label `width` let it occupy as much space as possible,
avoiding in some case the wrapping of text, whic... | mui-org_material-ui | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.