hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3193c6f3d543320cdca574c95d6b241359823d66 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
},
"dependencies": {
"address-rfc2821" : "^1.1.1",
- "address-rfc2822" : "*",
+ "address-rfc2822" : "^2.0.0",
"async" : "~2.4.0",
"dae... | Support the new address-rfc<I> (#<I>)
* Support the new address-rfc<I>
New module supports Groups, which have no host method
* Force version of rfc<I> required by the fix
* Fix missing backslash | haraka_Haraka | train |
7494e16d2cce260922682abb63c649e6bb270352 | diff --git a/spec/unit/resource/api1600/synergy/volume_attachment_spec.rb b/spec/unit/resource/api1600/synergy/volume_attachment_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/resource/api1600/synergy/volume_attachment_spec.rb
+++ b/spec/unit/resource/api1600/synergy/volume_attachment_spec.rb
@@ -1,3 +1,14 @@
+# (... | Fixed API<I> spec file | HewlettPackard_oneview-sdk-ruby | train |
327db11cda3c67cdd585a48604c02b8274c1c7c2 | diff --git a/travis-ci/settings.py b/travis-ci/settings.py
index <HASH>..<HASH> 100644
--- a/travis-ci/settings.py
+++ b/travis-ci/settings.py
@@ -91,4 +91,4 @@ STATIC_URL = '/static/'
# Test the memcached cache code
RESTCLIENTS_TEST_MEMCACHED = True
-RESTCLIENTS_MEMCACHED_SERVERS = ('127.0.0.1:11211', )
+RESTCLIEN... | trying another way to get memcached running on travis | uw-it-aca_uw-restclients | train |
c1affade9ad71014c844832a2319297f40fd764c | diff --git a/nodeserver/src/client/js/Client/ClientMaster.js b/nodeserver/src/client/js/Client/ClientMaster.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/Client/ClientMaster.js
+++ b/nodeserver/src/client/js/Client/ClientMaster.js
@@ -342,11 +342,21 @@ define([
return activeActor.getCur... | getActualBranch have been added to client functionality
Former-commit-id: ead2abe2c<I>b<I>c8bf<I>b<I>f<I>e<I>a | webgme_webgme-engine | train |
dbbf34dc65ee6b3afdc79af1f320c78ebb28cf35 | diff --git a/src/main/java/net/openhft/chronicle/network/connection/AbstractStatelessClient.java b/src/main/java/net/openhft/chronicle/network/connection/AbstractStatelessClient.java
index <HASH>..<HASH> 100755
--- a/src/main/java/net/openhft/chronicle/network/connection/AbstractStatelessClient.java
+++ b/src/main/java... | CE-<I> Fixing performance issues | OpenHFT_Chronicle-Network | train |
a80ade66e8b58a3eaa0789073a238fc254494ae5 | diff --git a/es6/lib/builder/DelegateBuilder.js b/es6/lib/builder/DelegateBuilder.js
index <HASH>..<HASH> 100644
--- a/es6/lib/builder/DelegateBuilder.js
+++ b/es6/lib/builder/DelegateBuilder.js
@@ -87,19 +87,23 @@ export class DelegateBuilder extends Builder {
fieldBuilderData.getterFactory = (attrName, i... | fix delegaion with no target | tmorin_ceb | train |
0b3e836cc004c71b441551b3c374410f07968aa5 | diff --git a/vendor/require_definition.js b/vendor/require_definition.js
index <HASH>..<HASH> 100644
--- a/vendor/require_definition.js
+++ b/vendor/require_definition.js
@@ -77,6 +77,6 @@
globals.require.define = define;
globals.require.register = define;
globals.require.brunch = true;
- globals.require.modu... | Renames exposed require modules to require.cache | brunch_brunch | train |
f9592dc668cc78c2fb7f784c0efdb923c4ddc148 | diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go
index <HASH>..<HASH> 100644
--- a/nomad/structs/structs.go
+++ b/nomad/structs/structs.go
@@ -1069,6 +1069,18 @@ type Evaluation struct {
// StatusDescription is meant to provide more human useful information
StatusDescription string
+ // Wait is a ... | nomad: adding fields to cause an evaluation to 'wait' | hashicorp_nomad | train |
b82b3826dfcd36edca031b3440bdc4fd177ae4a0 | diff --git a/pyemu/la.py b/pyemu/la.py
index <HASH>..<HASH> 100644
--- a/pyemu/la.py
+++ b/pyemu/la.py
@@ -539,6 +539,18 @@ class LinearAnalysis(object):
self.__load_obscov()
return self.__obscov
+ @property
+ def nnz_obs_names(self):
+ if self.__pst is not None:
+ return... | bug fix in data worth - using adj pars and nnz obs instead of jco row and col names | jtwhite79_pyemu | train |
923d6064a69c6863938d657db4154429b982031e | diff --git a/bees/huebee/huebee.go b/bees/huebee/huebee.go
index <HASH>..<HASH> 100644
--- a/bees/huebee/huebee.go
+++ b/bees/huebee/huebee.go
@@ -50,10 +50,12 @@ func (mod *HueBee) Action(action bees.Action) []bees.Placeholder {
case "setcolor":
var lightID int
var color string
+ var alert int
brightness :... | Support Hue alerts in HueBee | muesli_beehive | train |
c4bdb48f78f6c96d692f55b722202e338c75a3a6 | diff --git a/lib/gliffy/api/facade.rb b/lib/gliffy/api/facade.rb
index <HASH>..<HASH> 100644
--- a/lib/gliffy/api/facade.rb
+++ b/lib/gliffy/api/facade.rb
@@ -47,6 +47,11 @@ module Gliffy
params)
end
+ def delete_document(document_id)
+ post("/accounts/#{account_id}/documents/#{docume... | 'Delete a document' functionality. | bkon_gliffy | train |
943467bfc8cbf2f0ccb13cd9f696ff66ce054259 | diff --git a/stagemonitor-core/src/main/java/org/stagemonitor/core/MeasurementSession.java b/stagemonitor-core/src/main/java/org/stagemonitor/core/MeasurementSession.java
index <HASH>..<HASH> 100644
--- a/stagemonitor-core/src/main/java/org/stagemonitor/core/MeasurementSession.java
+++ b/stagemonitor-core/src/main/java... | Replace whitespaces in measurement session properties with dash
As grafana's templating feature in combination with lucene queries does not like whitespaces | stagemonitor_stagemonitor | train |
8d0abbd1a1323e130a1f48565e025d2d12a5f634 | diff --git a/src/preferences/PreferenceStorage.js b/src/preferences/PreferenceStorage.js
index <HASH>..<HASH> 100644
--- a/src/preferences/PreferenceStorage.js
+++ b/src/preferences/PreferenceStorage.js
@@ -218,6 +218,13 @@ define(function (require, exports, module) {
var rule = rules[key];
if... | Migrate "fontSizeAdjustment" to new view states. | adobe_brackets | train |
0ed6f64b9a04d52454fd46409f1eb725d420478f | diff --git a/src/Service/MelisTreeService.php b/src/Service/MelisTreeService.php
index <HASH>..<HASH> 100644
--- a/src/Service/MelisTreeService.php
+++ b/src/Service/MelisTreeService.php
@@ -23,23 +23,22 @@ class MelisTreeService extends MelisGeneralService implements MelisTreeServiceIn
*/
public function getPageC... | Caching method return data revert | melisplatform_melis-engine | train |
c1a48e9565d53d8a2a34985428b2599814a4134c | diff --git a/neat/population.py b/neat/population.py
index <HASH>..<HASH> 100644
--- a/neat/population.py
+++ b/neat/population.py
@@ -1,9 +1,10 @@
+import gzip, random, math, time
from config import Config
import species
import chromosome
import cPickle as pickle
import visualize
-import random, math, time
+
c... | Compressing checkpoint files with gzip. | CodeReclaimers_neat-python | train |
9723e6ea816df8dcc37114081bddc2fada6e9bf5 | diff --git a/src/parts/dropdown.js b/src/parts/dropdown.js
index <HASH>..<HASH> 100644
--- a/src/parts/dropdown.js
+++ b/src/parts/dropdown.js
@@ -583,7 +583,7 @@ export default {
list = [],
exactMatchesList = [],
whitelist = _s.whitelist,
- suggestionsCount = _sd.maxIt... | fixes #<I> - dropdownFooter shows "Refine your search" when maxItems = 0 (which shows all items) | yairEO_tagify | train |
97b7f2972ccb695e9e97baaae416c79504eb63a8 | diff --git a/sos/plugins/ds.py b/sos/plugins/ds.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/ds.py
+++ b/sos/plugins/ds.py
@@ -64,6 +64,7 @@ class DirectoryServer(Plugin, RedHatPlugin):
"/etc/dirsrv/slapd*/dse.ldif.startOK",
"/etc/dirsrv/slapd*/secmod.db",
"/etc/di... | [ds] collect /etc/dirsrv/admin-serv
Resolves #<I>, #<I>. | sosreport_sos | train |
454776695ec4893a35373caa0676ff07bb477ae7 | diff --git a/postgres_kernel/kernel.py b/postgres_kernel/kernel.py
index <HASH>..<HASH> 100644
--- a/postgres_kernel/kernel.py
+++ b/postgres_kernel/kernel.py
@@ -80,9 +80,11 @@ class PostgresKernel(Kernel):
log('fetching all from: \n' + query)
with self._conn.cursor() as c:
c.execute(que... | Handle queries that don't produce output | bgschiller_postgres_kernel | train |
0112125116b69f02414791246a1b27c18c303c9c | diff --git a/chilero/web/application.py b/chilero/web/application.py
index <HASH>..<HASH> 100644
--- a/chilero/web/application.py
+++ b/chilero/web/application.py
@@ -94,8 +94,8 @@ class Application(web.Application):
name = '{}_{}'.format(
url_name, 'index' ... | reduce complexity of Application.register_routes | dmonroy_chilero | train |
d2f6405184d3d155109100caf0eafc3b2917a435 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -38,9 +38,9 @@ if isWindows:
os.mkdir(cmake_build)
os.chdir(cmake_build)
# -DBUILD_STATIC=on
- cmds = [cmake + ' .. -DGLIB2_BASE_DIR=glib-2.0 -DBUILD_TESTS=off -DLENSFUN_INSTALL_PREFIX= ',
+ cmds = [cm... | force cmake to generate NMake makefiles | letmaik_lensfunpy | train |
9b627c19412c2a565e344947a6c8d590ae403d15 | diff --git a/integration/experimental/experimental_suite_test.go b/integration/experimental/experimental_suite_test.go
index <HASH>..<HASH> 100644
--- a/integration/experimental/experimental_suite_test.go
+++ b/integration/experimental/experimental_suite_test.go
@@ -1,14 +1,12 @@
package experimental
import (
- "re... | use DefaultSharedDomain helper in experimentation integration tests
- move foundDefaultDomain to global scope in helper suite
[#<I>] | cloudfoundry_cli | train |
257cde7c363efb3317bfb5c13975cca9154894e2 | diff --git a/python/pyspark/mllib/regression.py b/python/pyspark/mllib/regression.py
index <HASH>..<HASH> 100644
--- a/python/pyspark/mllib/regression.py
+++ b/python/pyspark/mllib/regression.py
@@ -163,7 +163,8 @@ def _regression_train_wrapper(train_func, modelClass, data, initial_weights):
first = data.first()
... | [SPARK-<I>][MLLIB] _regression_train_wrapper does not test initialWeights correctly
Weight parameters must be initialized correctly even when numpy array is passed as initial weights. | apache_spark | train |
b73c4603398b905abaddc820e809fa25787042b7 | diff --git a/scout/server/links.py b/scout/server/links.py
index <HASH>..<HASH> 100644
--- a/scout/server/links.py
+++ b/scout/server/links.py
@@ -372,7 +372,7 @@ def cosmic_link(variant_obj):
else:
cosmic_id = cosmic_ids[0]
- if cosmic_id.startswith("COSM") or cosmic_id.startswith("COSV") or cosmic_... | merge all cosv, cosm, and cosn into cos | Clinical-Genomics_scout | train |
7028753cc82ff6ba3e8b07d01f048479c953f870 | diff --git a/test/renderer/epics/kernelLaunch_spec.js b/test/renderer/epics/kernelLaunch_spec.js
index <HASH>..<HASH> 100644
--- a/test/renderer/epics/kernelLaunch_spec.js
+++ b/test/renderer/epics/kernelLaunch_spec.js
@@ -4,11 +4,14 @@ const Rx = require('rxjs/Rx');
const EventEmitter = require('events');
+import... | pass an actions observable on through | nteract_nteract | train |
06345570fa978fbb11f253b85692aa415f7dbf1b | diff --git a/src/Go/Core/GeneralAspectLoaderExtension.php b/src/Go/Core/GeneralAspectLoaderExtension.php
index <HASH>..<HASH> 100644
--- a/src/Go/Core/GeneralAspectLoaderExtension.php
+++ b/src/Go/Core/GeneralAspectLoaderExtension.php
@@ -177,6 +177,22 @@ class GeneralAspectLoaderExtension implements AspectLoaderExtens... | Added support for within annotation in GeneralAspectLoaderExtension | goaop_framework | train |
afb292b2b44201a914a1b2f26309e647807b8bc2 | diff --git a/Router.php b/Router.php
index <HASH>..<HASH> 100644
--- a/Router.php
+++ b/Router.php
@@ -9,6 +9,10 @@ class Router
*/
protected $routes = [];
/**
+ * Array storing defined states.
+ */
+ protected $states = [];
+ /**
* String to prefix to every URL. Defaults to the curr... | add some implementation, lot to be done of course... | monolyth-php_reroute | train |
3f8c6668b6a3cea1f9aa0728825d9974fe6f8373 | diff --git a/pyproject.toml b/pyproject.toml
index <HASH>..<HASH> 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,3 +16,17 @@ multi_line_output = 3
no_lines_before = "LOCALFOLDER"
order_by_type = false
reverse_relative = true
+
+[tool.mypy]
+allow_redefinition = true
+disallow_subclassing_any = true
+disallo... | Update to mypy <I>
This allows the configuration to be moved to pyproject.toml leaving
only flake8 and pytest. | pgjones_hypercorn | train |
9178066dbb27a344d43dfd2e1987c3bc1a4501e7 | diff --git a/rfc1869.js b/rfc1869.js
index <HASH>..<HASH> 100644
--- a/rfc1869.js
+++ b/rfc1869.js
@@ -18,7 +18,7 @@
// inner-esmtp-cmd ::= ("MAIL FROM:" reverse-path) /
// ("RCPT TO:" forward-path)
-var chew_regexp = /\s+([A-Za-z0-9][A-Za-z0-9\-]*(=[^= \x00-\x1f]+)?)$/;
+var chew_regexp... | Fixed parsing of MAIL/RCPT lines | haraka_Haraka | train |
a9a6719b6fd4f4065a48e3f9d0a6cdd7d8081675 | diff --git a/lib/godot/net/client.js b/lib/godot/net/client.js
index <HASH>..<HASH> 100644
--- a/lib/godot/net/client.js
+++ b/lib/godot/net/client.js
@@ -198,7 +198,7 @@ Client.prototype.connect = function (port, host, callback) {
if (connectBackoff) {
connectBackoff.reset();
}
- return sel... | [fix] don't return the 'connect' emit in case there is a callback and ensure the socket is closed before emitting close on the client | nodejitsu_godot | train |
f2703b85acfee01e5ebc7b90b9f82116d3c72b27 | diff --git a/src/Libraries/Builder/ThemeBuilder.php b/src/Libraries/Builder/ThemeBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Libraries/Builder/ThemeBuilder.php
+++ b/src/Libraries/Builder/ThemeBuilder.php
@@ -119,6 +119,8 @@ class ThemeBuilder
}
}
+ dd($blocksFound, $extraTemplates)... | improvements clearing out the blocks.csv on import | Web-Feet_coasterframework | train |
c73883a0e8fbd6c79c76035edd51fa01665bb7d4 | diff --git a/lib/capnotify/component.rb b/lib/capnotify/component.rb
index <HASH>..<HASH> 100644
--- a/lib/capnotify/component.rb
+++ b/lib/capnotify/component.rb
@@ -27,7 +27,7 @@ module Capnotify
end
def build!
- @builder.call(self) unless @builder.nil?
+ @builder.call(self) and @builder = nil u... | Capnotify::Component#build! now clears @builder
also wrote tests around this. | spikegrobstein_capnotify | train |
3de5d9ad410df95533ea7b7671997d8dcfffcfae | diff --git a/framework/Orm/Extensions/Tree.php b/framework/Orm/Extensions/Tree.php
index <HASH>..<HASH> 100644
--- a/framework/Orm/Extensions/Tree.php
+++ b/framework/Orm/Extensions/Tree.php
@@ -356,7 +356,6 @@ class Tree
public function beforeSave(Model &$model)
{
-
if ($model->isNew()) {
... | ONCE-<I>: edited nested tree beforeSave method | pr-of-it_t4 | train |
5d21f52205e51039b3a65c7102ce672810c3ad80 | diff --git a/spec/logger_pipe_spec.rb b/spec/logger_pipe_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/logger_pipe_spec.rb
+++ b/spec/logger_pipe_spec.rb
@@ -56,8 +56,9 @@ describe LoggerPipe do
end
end
- context ":return and :logging" do
+ context ":returns and :logging" do
{
+ # [:r... | add description about examples for :returns and :logging | groovenauts_logger_pipe | train |
492188a17668be0b2a07e1a75bcd208fdbd79540 | diff --git a/project/library/CM/Request/Abstract.php b/project/library/CM/Request/Abstract.php
index <HASH>..<HASH> 100644
--- a/project/library/CM/Request/Abstract.php
+++ b/project/library/CM/Request/Abstract.php
@@ -131,6 +131,23 @@ abstract class CM_Request_Abstract {
}
/**
+ * @return CM_Session
+ */
... | t<I>: made Session instantiation lazy | cargomedia_cm | train |
3812a6a8466f639cfd538c05c3ff2730a70b1440 | diff --git a/integration-cli/docker_api_inspect_test.go b/integration-cli/docker_api_inspect_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_api_inspect_test.go
+++ b/integration-cli/docker_api_inspect_test.go
@@ -7,7 +7,7 @@ import (
"testing"
)
-func TestInspectContainerResponse(t *testing.T) {
... | Use prefix naming for inspect tests | containers_storage | train |
42c7c3916b279873d3c26611e41dbf3b8243b312 | diff --git a/nifty-core/src/main/java/com/facebook/nifty/core/NiftyDispatcher.java b/nifty-core/src/main/java/com/facebook/nifty/core/NiftyDispatcher.java
index <HASH>..<HASH> 100644
--- a/nifty-core/src/main/java/com/facebook/nifty/core/NiftyDispatcher.java
+++ b/nifty-core/src/main/java/com/facebook/nifty/core/NiftyD... | Skip writing responses if client disconnected while the request was running | facebookarchive_nifty | train |
0fbe2fac22851fd7decbc0da8c548cd3c364f5ce | diff --git a/lib/elasticsearch/transport/http.rb b/lib/elasticsearch/transport/http.rb
index <HASH>..<HASH> 100644
--- a/lib/elasticsearch/transport/http.rb
+++ b/lib/elasticsearch/transport/http.rb
@@ -89,7 +89,6 @@ module ElasticSearch
def count(index, type, query, options={})
if query.is_a?(Hash)
... | count does not wrap queries with a "query" key like search | grantr_rubberband | train |
ce5a361ff0bf375b78464fb0a393d6c9a9994e53 | diff --git a/src/main/java/ninja/S3Dispatcher.java b/src/main/java/ninja/S3Dispatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ninja/S3Dispatcher.java
+++ b/src/main/java/ninja/S3Dispatcher.java
@@ -523,7 +523,7 @@ public class S3Dispatcher implements WebDispatcher {
return;
}
- ... | Transfers etag hashes in lower case ⌨️ | scireum_s3ninja | train |
47d833854cf273b601f03834bd711bf4e3f0647a | diff --git a/openhtf/plugs/usb/__init__.py b/openhtf/plugs/usb/__init__.py
index <HASH>..<HASH> 100644
--- a/openhtf/plugs/usb/__init__.py
+++ b/openhtf/plugs/usb/__init__.py
@@ -26,6 +26,8 @@ To use these plugs:
def MyPhase(test, adb):
adb.Shell('ls')
"""
+import commands
+import logging
import openhtf.plu... | change for AdbPlug, adding serial number | google_openhtf | train |
9be39b3dd4af20f277a0781642bf0270b7125f49 | diff --git a/test/eventlog.test.js b/test/eventlog.test.js
index <HASH>..<HASH> 100644
--- a/test/eventlog.test.js
+++ b/test/eventlog.test.js
@@ -174,7 +174,7 @@ Object.keys(testAPIs).forEach(API => {
describe('Options: limit', function() {
it('returns 1 item when limit is 0', () => {
- cons... | Fix: tests weren't actually testing limit 0 cases | orbitdb_orbit-db | train |
1425e7f0f6b867e922c592b0138fc0de38a7d1b2 | diff --git a/aeron-driver/src/main/java/io/aeron/driver/DirectPublication.java b/aeron-driver/src/main/java/io/aeron/driver/DirectPublication.java
index <HASH>..<HASH> 100644
--- a/aeron-driver/src/main/java/io/aeron/driver/DirectPublication.java
+++ b/aeron-driver/src/main/java/io/aeron/driver/DirectPublication.java
@... | [Java] Minor code cleanup. | real-logic_aeron | train |
9d065e72ded773b2f9cac2380f55991ace10133f | diff --git a/lib/core/src/server/manager/manager-webpack.config.js b/lib/core/src/server/manager/manager-webpack.config.js
index <HASH>..<HASH> 100644
--- a/lib/core/src/server/manager/manager-webpack.config.js
+++ b/lib/core/src/server/manager/manager-webpack.config.js
@@ -55,12 +55,11 @@ export default ({ configDir, ... | #<I> set a better value for process in the manager webpack config | storybooks_storybook | train |
67571cfa8530a03cacb86b46cc174c12b1797c63 | diff --git a/Cake/Test/TestCase/ORM/TableTest.php b/Cake/Test/TestCase/ORM/TableTest.php
index <HASH>..<HASH> 100644
--- a/Cake/Test/TestCase/ORM/TableTest.php
+++ b/Cake/Test/TestCase/ORM/TableTest.php
@@ -884,7 +884,37 @@ class TableTest extends \Cake\TestSuite\TestCase {
]);
$result = $table->find('all')->cont... | Adding test to prove that fetched entities are marked as clean | cakephp_cakephp | train |
de95d196a0bc97ed7d0994d54b3ac60c83448232 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/n... | [Bug <I>] New File command is missing when a folder is selected at workspace root | eclipse_orion.client | train |
9eda78a179ad4d5477fa9d5ebe8bd760fa925c95 | diff --git a/modules/pubmaticBidAdapter.js b/modules/pubmaticBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/pubmaticBidAdapter.js
+++ b/modules/pubmaticBidAdapter.js
@@ -185,7 +185,7 @@ _each(NATIVE_ASSETS, anAsset => { NATIVE_ASSET_ID_TO_KEY_MAP[anAsset.ID] = anAss
// loading NATIVE_ASSET_KEY_TO_ASSET_MAP
_... | Pubmatic bid adapter: improved site object handling (#<I>)
* UOE-<I>: Vanilla JS: Stop overwriting site.page site.ref and site.domain
* UOE-<I>: Vanilla JS: Stop overwriting site.page site.ref and site.domain in PrebidServerBidAdapter
* Rename variable name
* Revert changes from PrebidServerBidAdapter file
... | prebid_Prebid.js | train |
c45a43580595ae36cfa177bbfc3c4130b3176920 | diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
+++ b/src/Symfony/Component/Form/Tests/Extension/Core/T... | [Form] Fix tests added in #<I> | symfony_symfony | train |
78fab728e46b2a0e917c88f6ee9d8477b2e68786 | diff --git a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/ReportAggregationMojo.java b/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/ReportAggregationMojo.java
index <HASH>..<HASH> 100644
--- a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/ReportAggr... | added an additional generate method
Former-commit-id: <I>b<I>b<I>da<I>f3b4bc<I>b<I>f<I>e<I>c<I> | jeremylong_DependencyCheck | train |
d47a4529c5c838b340297a48a73d743da77cb4ec | diff --git a/tests/searchcommands/__init__.py b/tests/searchcommands/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/searchcommands/__init__.py
+++ b/tests/searchcommands/__init__.py
@@ -29,7 +29,7 @@ else:
from splunklib.searchcommands import environment
from splunklib import searchcommands
- packag... | Fixed a test break related to running tests from a symbolically linked directory | splunk_splunk-sdk-python | train |
b9cc9fd683ef2023cd4be249dd0b314134409d0c | diff --git a/src/JonnyW/PhantomJs/Client.php b/src/JonnyW/PhantomJs/Client.php
index <HASH>..<HASH> 100644
--- a/src/JonnyW/PhantomJs/Client.php
+++ b/src/JonnyW/PhantomJs/Client.php
@@ -197,4 +197,15 @@ class Client implements ClientInterface
{
return $this->procedure;
}
+
+ /**
+ * Get proce... | Added the procedure compiler to the Client class to match instructions in docs. <URL> | jonnnnyw_php-phantomjs | train |
5ff00fcd3d3c4229246bf8ef749b6bc27a5cdb13 | diff --git a/activesupport/lib/active_support/core_ext/array/conversions.rb b/activesupport/lib/active_support/core_ext/array/conversions.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/core_ext/array/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/array/conversions.rb
@@ -82,23 +82... | Array#to_formatted_s does not call each element's to_s anymore
Array#to_s calls each element's inspect since ruby <I> | rails_rails | train |
4cbd6d7d935f6bcb0197378add4efff3d2a7cda0 | diff --git a/lib/egon/version.rb b/lib/egon/version.rb
index <HASH>..<HASH> 100644
--- a/lib/egon/version.rb
+++ b/lib/egon/version.rb
@@ -1,3 +1,3 @@
module Egon
- VERSION = "0.4.7"
+ VERSION = "0.4.8"
end | Bump to <I>
Fix OSP <I> compatibility
Fix for nil hardware introspection
Fix for ruby script prepend | fusor_egon | train |
3f857351d52db88888630dc590903ad33b9bb124 | diff --git a/aws/awserr/types.go b/aws/awserr/types.go
index <HASH>..<HASH> 100644
--- a/aws/awserr/types.go
+++ b/aws/awserr/types.go
@@ -113,7 +113,7 @@ func newRequestError(err Error, statusCode int, requestID string) *requestError
// Error returns the string representation of the error.
// Satisfies the error in... | Add RequestID to be set for REST request responses, and errors
Addresses #<I>
Addresses #<I> | aws_aws-sdk-go | train |
b74769d5f6ea96c37dd966872226ce0af180dc73 | diff --git a/projects/samskivert/src/java/com/samskivert/util/StringUtil.java b/projects/samskivert/src/java/com/samskivert/util/StringUtil.java
index <HASH>..<HASH> 100644
--- a/projects/samskivert/src/java/com/samskivert/util/StringUtil.java
+++ b/projects/samskivert/src/java/com/samskivert/util/StringUtil.java
@@ -1... | Added a toString() that does something nice with arrays.
git-svn-id: <URL> | samskivert_samskivert | train |
10a304d733e7f963f08ed16920c5eff5f6295377 | diff --git a/public/js/modules/datetimepicker.js b/public/js/modules/datetimepicker.js
index <HASH>..<HASH> 100644
--- a/public/js/modules/datetimepicker.js
+++ b/public/js/modules/datetimepicker.js
@@ -33,7 +33,7 @@ define(function (require) {
// Selectors
var $controls = this.$('.date-field .controls')
-... | Fixing issue with datetime selector
The :text was getting the tooltip inputs of the widget but only when compiled | BKWLD_decoy | train |
1a09a6b529e8c31b02e635a16636da8c186070de | diff --git a/lib/site_prism/element_container.rb b/lib/site_prism/element_container.rb
index <HASH>..<HASH> 100644
--- a/lib/site_prism/element_container.rb
+++ b/lib/site_prism/element_container.rb
@@ -23,6 +23,7 @@ module SitePrism::ElementContainer
# home.should_not have_search_link
def element element_name,... | adding implementation of wait_for_ element method | natritmeyer_site_prism | train |
0479559b2fa88881dc5386bf41ab3313acce6cd6 | diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/scaffold/MethodGraph.java b/byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/scaffold/MethodGraph.java
index <HASH>..<HASH> 100644
--- a/byte-buddy-dep/src/main/java/net/bytebuddy/dynamic/scaffold/MethodGraph.java
+++ b/byte-buddy-dep/src/main/java/net/b... | Avoid unneccessary copies during graph computation. | raphw_byte-buddy | train |
3a81d2cf69fbfe8d087f5f618f6ff40d61462310 | diff --git a/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java b/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java
index <HASH>..<HASH> 100644
--- a/uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java
+++ b/uploadservice/src/main/java/net/gotev/uploadservice/... | #<I> methods which interacts with idle timer are now synchronized | gotev_android-upload-service | train |
c71089d05be10fafa2b6685536e66731f5ffbd03 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -3,6 +3,7 @@
var fs = require('fs')
var path = require('path')
var os = require('osenv')
+var crypto = require('crypto')
var mkdirp = require('mkdirp')
var pull = require('pull-stream')
@@ -10,9 +11,41... | streaming unpack, and unpack directly to dir | dominictarr_npmd-install | train |
678fe34d2c6163f3c6ee7e7904df95f9ae83129e | diff --git a/example.py b/example.py
index <HASH>..<HASH> 100644
--- a/example.py
+++ b/example.py
@@ -11,7 +11,7 @@ args = parser.parse_args()
args.password = getpass("Please enter your GitHub password: ")
-browser = mechanicalsoup.StatefulBrowser(soup_config={'features': 'lxml'})
+browser = mechanicalsoup.Statef... | use raise_on_<I> in example.py
It's a good idea to use it (but we can't make it the default without
breaking backward compatibility). | MechanicalSoup_MechanicalSoup | train |
7cda157cc23305a57e8f4e6c24bbb0312a348ebc | diff --git a/core/src/Entity/Site.php b/core/src/Entity/Site.php
index <HASH>..<HASH> 100644
--- a/core/src/Entity/Site.php
+++ b/core/src/Entity/Site.php
@@ -730,9 +730,9 @@ class Site extends ApiModelTrackingAbstract implements \IteratorAggregate, Track
}
/**
- * Get all the page entities for the site... | provisional code to delete content from empty site containers | reliv_Rcm | train |
459694707a2662a6e45c9c9f59751ff915ea817f | diff --git a/lib/adb.js b/lib/adb.js
index <HASH>..<HASH> 100644
--- a/lib/adb.js
+++ b/lib/adb.js
@@ -1081,6 +1081,30 @@ ADB.prototype.killProcessByPID = function (pid, cb) {
this.shell("kill " + pid, cb);
};
+var _buildStartCmd = function (startAppOptions, apiLevel) {
+ var cmd = "am start ";
+
+ cmd += start... | Changed adb start cmd line construction to be more flexible. | appium_appium-adb | train |
aca22a5306e147f7273d3ec1ae2ab60567a8a34d | diff --git a/barnard/client.go b/barnard/client.go
index <HASH>..<HASH> 100644
--- a/barnard/client.go
+++ b/barnard/client.go
@@ -32,6 +32,8 @@ func (b *Barnard) OnUserChange(e *gumble.UserChangeEvent) {
if e.ChannelChanged && e.User == b.Client.Self() {
b.UpdateInputStatus(fmt.Sprintf("To: %s", e.User.Channel().... | barnard: refresh UI on user change | layeh_gumble | train |
974b73b60793342d9407d325f35a16d22014089d | diff --git a/src/main/java/com/linecorp/armeria/server/DefaultServiceRequestContext.java b/src/main/java/com/linecorp/armeria/server/DefaultServiceRequestContext.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/linecorp/armeria/server/DefaultServiceRequestContext.java
+++ b/src/main/java/com/linecorp/armeria/se... | Fix a bug where some server-side default settings are not applied
Motivation:
DefaultServiceRequestContext does not set maxRequestLength and
requestTimeoutMillis to their default values retrieved from
ServerConfig.
Modifications:
- Initialize maxRequestLength and requestTimeoutMillis properly
Result:
Configured d... | line_armeria | train |
a2541370b95a7442dff2c95a9186d2fbc4b42496 | diff --git a/modules/telemetry/class-kirki-modules-telemetry.php b/modules/telemetry/class-kirki-modules-telemetry.php
index <HASH>..<HASH> 100644
--- a/modules/telemetry/class-kirki-modules-telemetry.php
+++ b/modules/telemetry/class-kirki-modules-telemetry.php
@@ -92,11 +92,13 @@ final class Kirki_Modules_Telemetry {... | managed hosts have irrational caching implementations for transients | aristath_kirki | train |
e3350fd724c30bb3695f755316f9b840445a0af6 | diff --git a/doc/whats-new.rst b/doc/whats-new.rst
index <HASH>..<HASH> 100644
--- a/doc/whats-new.rst
+++ b/doc/whats-new.rst
@@ -61,10 +61,16 @@ Bug fixes
attribute being set.
(:issue:`2201`)
By `Thomas Voigt <https://github.com/tv3141>`_.
+
- Tests can be run in parallel with pytest-xdist
-- Follow up the ... | Raises a ValueError for a confliction between dimension names and level names (#<I>)
* Raises a ValueError for a confliction between dimension names and level names
* Clean up whatsnew. | pydata_xarray | train |
0474357876c6cd87109f4b3ea555be4ae4e06967 | diff --git a/test/unit/Cursor.test.js b/test/unit/Cursor.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/Cursor.test.js
+++ b/test/unit/Cursor.test.js
@@ -7,51 +7,79 @@ describe('Cursor', () => {
const cursor = new Cursor();
assert.instanceOf(cursor, Cursor);
- assert.equal(cursor._buffer, '');
- ... | test(cursor): Rewrite few tests for new rendering system | kittikjs_cursor | train |
bfa82499d633d586020af2333e68b2d85df190b2 | diff --git a/activerecord/lib/active_record/associations/builder/singular_association.rb b/activerecord/lib/active_record/associations/builder/singular_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/builder/singular_association.rb
+++ b/activerecord/lib/active_record/associ... | Move define_constructors to class level | rails_rails | train |
ee9ecbdca4d80e0daaec7146e8aca4c079d32775 | diff --git a/intlogger.go b/intlogger.go
index <HASH>..<HASH> 100644
--- a/intlogger.go
+++ b/intlogger.go
@@ -124,7 +124,7 @@ func newLogger(opts *LoggerOptions) *intLogger {
independentLevels: opts.IndependentLevels,
}
if opts.IncludeLocation {
- l.callerOffset = offsetIntLogger
+ l.callerOffset = offsetIntL... | Add an AdditionalLocationOffset option to LoggerOptions.
Add the ability for wrappers of hclog to have the file and line number
point to their caller, instead of the wrappers, by specifying additional
offsets for the callstack when creating a logger. | hashicorp_go-hclog | train |
519f8e051b3ffbcacf40c4980d962687f87b7cbc | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,8 +3,13 @@
* Created by jazarja, 4ossiblellc on 9/20/16.
*/
-var merge = require('deepmerge').default;
var _ = require('lodash');
+var merge = require('deepmerge');
+
+// Webpack specific case
+if (typeof merge !== '... | Make the module usable with Webpack | 4ossiblellc_dynamodb-update-expression | train |
14845223e489480096572b1db30e9f5a34ad0aad | diff --git a/armstrong/apps/images/tests/views.py b/armstrong/apps/images/tests/views.py
index <HASH>..<HASH> 100644
--- a/armstrong/apps/images/tests/views.py
+++ b/armstrong/apps/images/tests/views.py
@@ -58,21 +58,21 @@ class ImageAdminTestCase(TestCase):
def test_upload_image(self):
self.assertTrue(... | Remove with statement for <I>% test coverage | armstrong_armstrong.apps.images | train |
224665105ecb2a703d221da136bc76bed8f16d47 | diff --git a/tests/test_git.py b/tests/test_git.py
index <HASH>..<HASH> 100644
--- a/tests/test_git.py
+++ b/tests/test_git.py
@@ -8,7 +8,7 @@ class Test(BaseTest):
def setUp(self):
super(Test, self).setUp()
- self.git = git.bake(_cwd=self.path)
+ self.git = git.bake(_cwd=self.path, _tty_o... | Fix git hanging in tests when it wants to show a pager | charlesthomas_magpie | train |
0be63749c039e16aa1fcc64cfd8227b50829254e | diff --git a/pyvisa/__init__.py b/pyvisa/__init__.py
index <HASH>..<HASH> 100644
--- a/pyvisa/__init__.py
+++ b/pyvisa/__init__.py
@@ -34,5 +34,15 @@ except: # on any error just try to grab the version that is installed on the sy
pass # we seem to have a local copy without any repository control or installed... | Load legacy visa_library taking user settings into account
See #7 | pyvisa_pyvisa | train |
ebde13927fe22494c60972ad7a73a7e486faf7b2 | diff --git a/didauth/__init__.py b/didauth/__init__.py
index <HASH>..<HASH> 100644
--- a/didauth/__init__.py
+++ b/didauth/__init__.py
@@ -1 +1 @@
-__version__ = '1.1.0'
+__version__ = '1.2.0'
diff --git a/didauth/base.py b/didauth/base.py
index <HASH>..<HASH> 100644
--- a/didauth/base.py
+++ b/didauth/base.py
@@ -49,7... | use async method for header verification | PSPC-SPAC-buyandsell_didauth | train |
bff7c9e348242b0d680427850ac72f21fa49cabd | diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -8698,7 +8698,7 @@ func (c *containerLXC) generateNetworkFilterEbtablesRules(m types.Device, IPv4 n
}
// generateNetworkFilterIptablesRules returns a customised set of iptabl... | container/lxc: generateNetworkFilterIptablesRules to accept IP info as arguments | lxc_lxd | train |
bd1d28cc466d56bc97895cc338be4f18eada6d18 | diff --git a/test/__init__.py b/test/__init__.py
index <HASH>..<HASH> 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -97,11 +97,15 @@ or:
if io_loop:
io_loop.install()
+ start = time.time()
+
def on_timeout():
+ print '%s timed out after %.... | Debug test timeout issues in Jenkins | mongodb_motor | train |
5dfa78ebf55103e9fcf0c8f7cc46c4cde683bf41 | diff --git a/src/ZipStream.php b/src/ZipStream.php
index <HASH>..<HASH> 100644
--- a/src/ZipStream.php
+++ b/src/ZipStream.php
@@ -498,14 +498,14 @@ class ZipStream {
}
rewind($fh);
- stream_filter_append($fh, 'zlib.deflate', STREAM_FILTER_READ, 6);
+ $filter = stream_filter_append($fh, 'zlib.deflate', ST... | Correct stream_filter_remove calls | maennchen_ZipStream-PHP | train |
b0c4df63d5aa71ddf654fc60e89fbf8b9a6b73dd | diff --git a/scio-examples/src/test/java/org/apache/beam/examples/complete/game/LeaderBoardTest.java b/scio-examples/src/test/java/org/apache/beam/examples/complete/game/LeaderBoardTest.java
index <HASH>..<HASH> 100644
--- a/scio-examples/src/test/java/org/apache/beam/examples/complete/game/LeaderBoardTest.java
+++ b/s... | Beam <I>: update LeaderBoardTest.java from upstream | spotify_scio | train |
5e94cda0ee90c409f632372eec5045083b607003 | diff --git a/Controller/WidgetController.php b/Controller/WidgetController.php
index <HASH>..<HASH> 100644
--- a/Controller/WidgetController.php
+++ b/Controller/WidgetController.php
@@ -21,6 +21,26 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class WidgetController extends Controller
{
/**
+ ... | [PathBundle] fix widgets | claroline_Distribution | train |
5f283d3b00151cf7d839c37daa9e3fbc80ca3e59 | diff --git a/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/DataSinkTask.java b/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/DataSinkTask.java
index <HASH>..<HASH> 100644
--- a/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/DataSinkTask.java
+++ b/pact/pact-run... | Fixed Bug with incorrect output directory preparation. | stratosphere_stratosphere | train |
316551bb5d2370e2d515728e4d438ce0546eaa1d | diff --git a/lib/ruby_speech/nlsml/document.rb b/lib/ruby_speech/nlsml/document.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby_speech/nlsml/document.rb
+++ b/lib/ruby_speech/nlsml/document.rb
@@ -41,6 +41,7 @@ module RubySpeech
def instance_hash_for_interpretation(interpretation)
instance_element = int... | [BUGFIX] Handle parsing NLSML documents with no model/instances | adhearsion_ruby_speech | train |
e8830a730f8633df8e459256163360545679144f | diff --git a/releaf-permissions/app/controllers/releaf/permissions/home_controller.rb b/releaf-permissions/app/controllers/releaf/permissions/home_controller.rb
index <HASH>..<HASH> 100644
--- a/releaf-permissions/app/controllers/releaf/permissions/home_controller.rb
+++ b/releaf-permissions/app/controllers/releaf/perm... | Fix randomeness in picking fallback controller | cubesystems_releaf | train |
187a2c3835fb4ae9f3422046ee6650e2ace063e4 | diff --git a/lib/device_curator.js b/lib/device_curator.js
index <HASH>..<HASH> 100644
--- a/lib/device_curator.js
+++ b/lib/device_curator.js
@@ -154,10 +154,15 @@ function device(useMockDevice) {
var parsedResult = data_parser.parseResult('HARDWARE_INSTALLED', res, dt);
// Save results
- retResult.high... | Added some more information to the devices saved attributes. | chrisJohn404_ljswitchboard-ljm_device_curator | train |
0d149932ff52110a2870dd6256b8d6ce1b511fd9 | diff --git a/tests/test_funcs.py b/tests/test_funcs.py
index <HASH>..<HASH> 100644
--- a/tests/test_funcs.py
+++ b/tests/test_funcs.py
@@ -3,6 +3,7 @@ from __future__ import print_function # python 2/3 compatibility
from sc2common import commonUtilFuncs as cu
from sc2common import containers as cn
+from sc2common i... | - added testing for determineRace() function | ttinies_sc2common | train |
bfe22dfde8c14b36f7ccb469404667830cad4637 | diff --git a/app/controllers/resource_import_files_controller.rb b/app/controllers/resource_import_files_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/resource_import_files_controller.rb
+++ b/app/controllers/resource_import_files_controller.rb
@@ -40,7 +40,6 @@ class ResourceImportFilesController < A... | fix getting shelf list next-l/enju_leaf#<I> | next-l_enju_biblio | train |
ea02213839f44950f19e13bef48af1a0f009bdc0 | diff --git a/shared/profile/post-proof.desktop.js b/shared/profile/post-proof.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/profile/post-proof.desktop.js
+++ b/shared/profile/post-proof.desktop.js
@@ -179,11 +179,14 @@ const styleNoteText = {
const styleProofAction = {
marginTop: globalMargins.small,
+ fle... | don't let buttons overlap (#<I>) | keybase_client | train |
530cc950a4cb2b0391b847d750d77e6b13b6726e | diff --git a/cmd/watch-termination/main.go b/cmd/watch-termination/main.go
index <HASH>..<HASH> 100644
--- a/cmd/watch-termination/main.go
+++ b/cmd/watch-termination/main.go
@@ -4,6 +4,7 @@ import (
"flag"
"fmt"
"io"
+ "io/ioutil"
"os"
"os/exec"
"os/signal"
@@ -20,8 +21,11 @@ func main() {
terminationLoc... | watch-termination: fix klog redirection | openshift_origin | train |
53a9527875e5e9aca59946937fab8291085d4b3a | diff --git a/pysat/instruments/pysat_testing.py b/pysat/instruments/pysat_testing.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/pysat_testing.py
+++ b/pysat/instruments/pysat_testing.py
@@ -20,6 +20,20 @@ meta = pysat.Meta()
meta['uts'] = {'units':'s', 'long_name':'Universal Time', 'custom':False}
meta['mlt'... | Added missing metadata for 1D test instrument | rstoneback_pysat | train |
929b68ae4d73f9dfc746a0781bf5bd76b58b9431 | diff --git a/lxd/db/networks_test.go b/lxd/db/networks_test.go
index <HASH>..<HASH> 100644
--- a/lxd/db/networks_test.go
+++ b/lxd/db/networks_test.go
@@ -15,7 +15,7 @@ func TestGetNetworksLocalConfigs(t *testing.T) {
cluster, cleanup := db.NewTestCluster(t)
defer cleanup()
- _, err := cluster.CreateNetwork("lxdb... | lxd: Updates network tests to pass netType | lxc_lxd | train |
0bf3d61cd01e99f34f852c0b819ffe6d650c185e | diff --git a/lib/jsonapi/resource.rb b/lib/jsonapi/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/jsonapi/resource.rb
+++ b/lib/jsonapi/resource.rb
@@ -525,9 +525,9 @@ module JSONAPI
if field.to_s.include?(".")
*model_names, terminus, column_name = field.split(".")
records ... | Sorting by relationships - increase test coverage | cerebris_jsonapi-resources | train |
c54de985421c8ce4bb3f4000d0f4b33845a96253 | diff --git a/azurerm/data_source_snapshot.go b/azurerm/data_source_snapshot.go
index <HASH>..<HASH> 100644
--- a/azurerm/data_source_snapshot.go
+++ b/azurerm/data_source_snapshot.go
@@ -14,10 +14,8 @@ func dataSourceArmSnapshot() *schema.Resource {
Type: schema.TypeString,
Required: true,
},
- "res... | Made the vm_size property case insensitive and updated resource_group_name fields to use shared schema (#<I>) | terraform-providers_terraform-provider-azurerm | train |
031d7e7e7f82b9fa3d9841bb2a5f797c7d251225 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -63,6 +63,9 @@ module.exports = function(grunt) {
},
watch: {
// scss: { //scss can be watched if you like
+ // options: {
+ // livereload: true
+ // },
// files: ['source/css/**/*.scss', ... | added livereload option to the sass watch
added livereload so if someone uses this livereload will also work | pattern-lab_patternengine-node-underscore | train |
92d92bb4b3ab36708f4d65fbfdb37b16f519367c | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -100,6 +100,15 @@ def config(config_source, auth_config_source, mocker):
@pytest.fixture(autouse=True)
+def mock_user_config_dir(mocker):
+ config_dir = tempfile.mkdtemp(prefix="poet... | tests: ensure ephemeral config usage
Previously, pytest execution was influenced by poetry user
configuration. This change ensures that a new config.toml is used each
test case. | sdispater_poetry | train |
cc496c0dba906503f51f4c317ba8683b2ef324ac | diff --git a/switches/radio/radio-group.js b/switches/radio/radio-group.js
index <HASH>..<HASH> 100644
--- a/switches/radio/radio-group.js
+++ b/switches/radio/radio-group.js
@@ -42,7 +42,7 @@ class Group extends React.PureComponent {
<DirectionWrapper scale="m">
{React.Children.map(this.props.child... | fix(uikit/switches): to be able to map over null elements (e.g. by conditionals) | commercetools_ui-kit | train |
d309622a27d5576e1a6a7fcff306d52336dd8e7f | diff --git a/spacy/tests/parser/test_ner.py b/spacy/tests/parser/test_ner.py
index <HASH>..<HASH> 100644
--- a/spacy/tests/parser/test_ner.py
+++ b/spacy/tests/parser/test_ner.py
@@ -46,7 +46,7 @@ def test_unit_end_gazetteer(EN):
ents = matcher(doc)
assert len(ents) == 1
EN.entity(doc)
- ... | * Add test for matcher end-point problem | explosion_spaCy | train |
54ca0e042ae0d2f058911da1e6d9905d576f5224 | diff --git a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/util/FileUtils.java b/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/util/FileUtils.java
index <HASH>..<HASH> 100644
--- a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/util/FileUtils.java
+++ b/nephele/nephele-common... | Minor modification to generation of random filenames | stratosphere_stratosphere | train |
8c90995b8e1e7e38cdd2f8893db9be85a78b2480 | diff --git a/py/dynesty/dynesty.py b/py/dynesty/dynesty.py
index <HASH>..<HASH> 100644
--- a/py/dynesty/dynesty.py
+++ b/py/dynesty/dynesty.py
@@ -485,7 +485,7 @@ def NestedSampler(loglikelihood, prior_transform, ndim, nlive=500,
if queue_size is None:
try:
queue_size = pool.size
... | fix the test of the pool functionality
get rid of unqualified try Except related to that | joshspeagle_dynesty | train |
740305cc80b18e0fa4402a3d891e6bcdc3ea4f5c | diff --git a/authcode/models.py b/authcode/models.py
index <HASH>..<HASH> 100644
--- a/authcode/models.py
+++ b/authcode/models.py
@@ -45,7 +45,7 @@ def get_auth_user_mixin(auth, roles=False):
class AuthUserMixin(object):
id = Column(Integer, primary_key=True)
- login = Column(Unicode, nullable=F... | Add a length to the login column to be usable in lesser db dialects | jpscaletti_authcode | train |
73bbcef1eee90dcf72b4364b1d988a60dca4d005 | diff --git a/spikeextractors/extractorlist.py b/spikeextractors/extractorlist.py
index <HASH>..<HASH> 100644
--- a/spikeextractors/extractorlist.py
+++ b/spikeextractors/extractorlist.py
@@ -7,7 +7,7 @@ from .extractors.hs2sortingextractor.hs2sortingextractor import HS2SortingExtrac
from .extractors.klustaextractors.k... | created NwbSortingExtractor with write_sorting method | SpikeInterface_spikeextractors | train |
7834cb9ca210bed3ef0fdb0e8156e3471121ce73 | diff --git a/lib/httparty.rb b/lib/httparty.rb
index <HASH>..<HASH> 100644
--- a/lib/httparty.rb
+++ b/lib/httparty.rb
@@ -1,12 +1,11 @@
require 'net/http'
require 'net/https'
require 'uri'
-require 'ostruct'
require 'rubygems'
require 'active_support'
-directory = File.dirname(__FILE__)
-$:.unshift(directory) u... | shortened directory to dir. why not... | jnunemaker_httparty | train |
23c3f741ae15fb38aec416cef1bc2d7ff4e558de | diff --git a/pyamg/aggregation/smooth.py b/pyamg/aggregation/smooth.py
index <HASH>..<HASH> 100644
--- a/pyamg/aggregation/smooth.py
+++ b/pyamg/aggregation/smooth.py
@@ -7,7 +7,7 @@ from pyamg.utils import approximate_spectral_radius, scale_rows
__all__ = ['jacobi_prolongation_smoother', 'energy_prolongation_smoother... | added degree parameter to jacobi prolongation smoother
added LAPACK opts to setup.py | pyamg_pyamg | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.