hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
2bbb95ac2461b82c994bb70eab96ad33aae586c2 | diff --git a/abydos/bm.py b/abydos/bm.py
index <HASH>..<HASH> 100644
--- a/abydos/bm.py
+++ b/abydos/bm.py
@@ -41,10 +41,10 @@ lang_dict = {'any': l_any, 'arabic': l_arabic, 'cyrillic': l_cyrillic,
bmdata['gen']['discards'] = ('da ', 'dal ', 'de ', 'del ', 'dela ', 'de la ',
'della ', 'de... | completed first cut of BM phonetic function | chrislit_abydos | train |
c0d7d15c3e22a96a7f562586d87aec893ca366fb | diff --git a/src/Persist/Model.php b/src/Persist/Model.php
index <HASH>..<HASH> 100644
--- a/src/Persist/Model.php
+++ b/src/Persist/Model.php
@@ -789,7 +789,7 @@ abstract class Model implements Constants{
$result = $conection->query($query);
if($result === FALSE){
- ... | added db errors in all BadQueryException messages | PHPPlatform_persist | train |
4f00f738314ebfd07e0ebe1382ceb45eff208aa5 | diff --git a/cdk/custom/deck.js/extensions/scrolltop/deck.scrolltop.js b/cdk/custom/deck.js/extensions/scrolltop/deck.scrolltop.js
index <HASH>..<HASH> 100644
--- a/cdk/custom/deck.js/extensions/scrolltop/deck.scrolltop.js
+++ b/cdk/custom/deck.js/extensions/scrolltop/deck.scrolltop.js
@@ -1,14 +1,11 @@
-/*!
-
-Copyrig... | Scrolltop plugin should also set overflow property so small slides don't have scrollbars | twitter_cdk | train |
b83571e72d80ecda8d75892295235a8d750a822c | diff --git a/pywatson/answer/watson_answer.py b/pywatson/answer/watson_answer.py
index <HASH>..<HASH> 100644
--- a/pywatson/answer/watson_answer.py
+++ b/pywatson/answer/watson_answer.py
@@ -1,5 +1,43 @@
+from pywatson.answer.answer import Answer
+from pywatson.answer.error_notification import ErrorNotification
+from p... | Add constructor and doctoring for WatsonAnswer | sherlocke_pywatson | train |
b75bf10bc8ec9db18b706ba123c0acd61982a388 | diff --git a/sacred/config/captured_function.py b/sacred/config/captured_function.py
index <HASH>..<HASH> 100644
--- a/sacred/config/captured_function.py
+++ b/sacred/config/captured_function.py
@@ -41,13 +41,15 @@ def captured_function(wrapped, instance, args, kwargs):
bound = (instance is not None)
args, kw... | Allow captured functions to be called normal code
This change enables non-experiment code to call captured functions.
When loading the configuration of a runned experiment this is
useful:
```
from my_experiment import load_model
config = load_config() # load config
model = load_model(**config) # creates model wit... | IDSIA_sacred | train |
07c7eda3e3bfbb2c2d33f8083515d218752506a7 | diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -194,6 +194,8 @@ def archive_repo(languages):
cmdline.append('../grpc-java')
if 'go'... | Add node repo to repo archive | grpc_grpc | train |
8f91acf95693d7eb743e4ff0cd3d6b770a6cc26f | diff --git a/ocrmypdf/exec/tesseract.py b/ocrmypdf/exec/tesseract.py
index <HASH>..<HASH> 100644
--- a/ocrmypdf/exec/tesseract.py
+++ b/ocrmypdf/exec/tesseract.py
@@ -257,33 +257,11 @@ def generate_hocr(input_file, output_files, language: list, engine_mode,
raise e from e
else:
tesseract_log_outp... | Remove Tesseract <I> and <I> compatibility shims | jbarlow83_OCRmyPDF | train |
c4dc4dca024c0f608b3831125a489d9c02611c41 | diff --git a/src/main/java/com/turn/ttorrent/client/Client.java b/src/main/java/com/turn/ttorrent/client/Client.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/turn/ttorrent/client/Client.java
+++ b/src/main/java/com/turn/ttorrent/client/Client.java
@@ -386,10 +386,15 @@ public class Client implements Runnable... | added disconnect from peers if torrent was not download | mpetazzoni_ttorrent | train |
bf1b53ea1b4aa93805a35ad51dd63c55c4cc31a8 | diff --git a/endpoints/api_request.py b/endpoints/api_request.py
index <HASH>..<HASH> 100644
--- a/endpoints/api_request.py
+++ b/endpoints/api_request.py
@@ -17,11 +17,11 @@
from __future__ import with_statement
# pylint: disable=g-bad-name
-import cgi
import copy
import json
import logging
import urllib
+impo... | Update deprecated cgi package to urlparse and handle key=value bodies | cloudendpoints_endpoints-python | train |
11db4bcf66431391effc834dde1bdc458fc54830 | diff --git a/lib/emites/entities/nfse.rb b/lib/emites/entities/nfse.rb
index <HASH>..<HASH> 100644
--- a/lib/emites/entities/nfse.rb
+++ b/lib/emites/entities/nfse.rb
@@ -20,6 +20,8 @@ module Emites
attribute :send_nfse_taker, Boolean
attribute :service_values, NfseValues
attribute :_links... | Adds created_at and updated_at properties to nfse. | myfreecomm_emites-client-ruby | train |
b5bccf22614379365b01e5d03efa1af188616fe1 | diff --git a/pkg/blobserver/localdisk/enumerate.go b/pkg/blobserver/localdisk/enumerate.go
index <HASH>..<HASH> 100644
--- a/pkg/blobserver/localdisk/enumerate.go
+++ b/pkg/blobserver/localdisk/enumerate.go
@@ -48,7 +48,7 @@ func (ee *enumerateError) Error() string {
}
func readBlobs(opts readBlobRequest) error {
-... | localdisk: fix double slash in full path, preventing race lock from working
Change-Id: I<I>b<I>ec<I>d0ad<I>d<I>fb<I> | perkeep_perkeep | train |
7a09fc019b6fa831002e7aa6db1833675388d3d0 | diff --git a/tests/automated/timezone.js b/tests/automated/timezone.js
index <HASH>..<HASH> 100644
--- a/tests/automated/timezone.js
+++ b/tests/automated/timezone.js
@@ -81,10 +81,10 @@ describe('timezone', function() {
expect(allDayEvent.start.format()).toEqual('2014-05-02');
expect(timedEvent.start.hasZone()... | Make timezone test expect Z suffix for UTC times
Moment <I> now formats moments in UTC mode with a "Z" suffix instead
of <I>:<I>.
This commit changes the FullCalendar automated test for timezones to
expect that new formatting. | fullcalendar_fullcalendar | train |
a9c97be6bc7304efb7c63e0316b31c254e436d62 | diff --git a/lib/IncomingStream.js b/lib/IncomingStream.js
index <HASH>..<HASH> 100644
--- a/lib/IncomingStream.js
+++ b/lib/IncomingStream.js
@@ -57,6 +57,40 @@ class IncomingStream
//Set rtp stream id
source.rid = new Native.StringFacade(rid);
+
+ //Get RID params
+ const params ... | Allow rids with ssrc | medooze_media-server-node | train |
2772632cae1328493241827c0f01c28f9cee7728 | diff --git a/src/utility.js b/src/utility.js
index <HASH>..<HASH> 100644
--- a/src/utility.js
+++ b/src/utility.js
@@ -28,12 +28,8 @@ function initTracking() {
session.mouseTrackingActive = true;
// grab the current viewport dimensions on load
- $(function getViewportDimensions() {
- session.scrollLeft = $wi... | Changed viewport cache init to run on script load.
Part of issue #<I>. | stevenbenner_jquery-powertip | train |
ab87bd265923c820e4d59d9209f07e8e1615aba2 | diff --git a/lib/random_unique_id.rb b/lib/random_unique_id.rb
index <HASH>..<HASH> 100644
--- a/lib/random_unique_id.rb
+++ b/lib/random_unique_id.rb
@@ -26,10 +26,8 @@ module RandomUniqueId
# @option options [FixNum] min_rid_length the minimum length RandomUniqueID will generate. Defaults to 5
# @return [Hash] ... | Refactoring: more compact config method. | pupeno_random_unique_id | train |
b58a0decf2ae12e5807e1558f73b970e83725081 | diff --git a/web/concrete/models/marketplace_remote_item.php b/web/concrete/models/marketplace_remote_item.php
index <HASH>..<HASH> 100644
--- a/web/concrete/models/marketplace_remote_item.php
+++ b/web/concrete/models/marketplace_remote_item.php
@@ -135,7 +135,7 @@ class MarketplaceRemoteItem extends Object {
if ... | Made package tools overrideable at the root level
Former-commit-id: <I>b<I>f<I>d<I>f1c<I>aa<I>ce<I>c6b0ae0c8a5c | concrete5_concrete5 | train |
48ba9905b31fb2e9dc5bf3da5d83edacced88e1a | diff --git a/packages/button/src/css/index.js b/packages/button/src/css/index.js
index <HASH>..<HASH> 100644
--- a/packages/button/src/css/index.js
+++ b/packages/button/src/css/index.js
@@ -50,7 +50,6 @@ export default {
left: '-4px',
right: '-4px',
bottom: '-4px',
- zIndex: '-1',
border: `3px s... | refactor(button): remove unneeded zIndex rule | pluralsight_design-system | train |
9732e4ade8268285d7491473b7ade705b0f32363 | diff --git a/source/net/fortuna/ical4j/model/Calendar.java b/source/net/fortuna/ical4j/model/Calendar.java
index <HASH>..<HASH> 100644
--- a/source/net/fortuna/ical4j/model/Calendar.java
+++ b/source/net/fortuna/ical4j/model/Calendar.java
@@ -35,14 +35,9 @@ package net.fortuna.ical4j.model;
import java.io.Serializab... | Removed getEventDateRanges(). VFreeBusy request should be used
instead. | ical4j_ical4j | train |
a169646ad6e216cd1fb26ae7072f600bdecb1612 | diff --git a/lib/node_tracers.js b/lib/node_tracers.js
index <HASH>..<HASH> 100644
--- a/lib/node_tracers.js
+++ b/lib/node_tracers.js
@@ -215,7 +215,7 @@ RawZipkinTracer.prototype._sendTrace = function(tuple) {
var trace = tuple[0], annotations = tuple[1];
async.waterfall([
- formatters.formatForZipkin.bind... | change to node_tracers using zipkin formatting | tryfer_node-tryfer | train |
175f250ea55a32b64992785df57f387685fa31c7 | diff --git a/lib/blocktrain/aggregation.rb b/lib/blocktrain/aggregation.rb
index <HASH>..<HASH> 100644
--- a/lib/blocktrain/aggregation.rb
+++ b/lib/blocktrain/aggregation.rb
@@ -34,5 +34,10 @@ module Blocktrain
aggregations: aggs,
}
end
+
+ def local_aggregations
+ raise RuntimeError.n... | don't use aggregation directly | TheODI-UD2D_blocktrain | train |
97e5408c871a8776002b2914a19232e63ca5760d | diff --git a/keyvalue/client-internal/src/main/java/tachyon/client/keyvalue/BaseKeyValueSystem.java b/keyvalue/client-internal/src/main/java/tachyon/client/keyvalue/BaseKeyValueSystem.java
index <HASH>..<HASH> 100644
--- a/keyvalue/client-internal/src/main/java/tachyon/client/keyvalue/BaseKeyValueSystem.java
+++ b/keyv... | [TACHYON-<I>] Update source code to fix format warnings | Alluxio_alluxio | train |
735ed37778f504a184c0b27c7af21dcfac1713a7 | diff --git a/mode/yacas/yacas.js b/mode/yacas/yacas.js
index <HASH>..<HASH> 100644
--- a/mode/yacas/yacas.js
+++ b/mode/yacas/yacas.js
@@ -125,7 +125,7 @@ CodeMirror.defineMode('yacas', function(_config, _parserConfig) {
}
// operators; note that operators like @@ or /; are matched separately for each symbo... | [yacas mode] Tokenize '#' as an operator
(see grzegorzmazur/yacas#<I>) | codemirror_CodeMirror | train |
1f7134b11dbee65f6debe4332492638e76df6775 | diff --git a/oauth2/__init__.py b/oauth2/__init__.py
index <HASH>..<HASH> 100644
--- a/oauth2/__init__.py
+++ b/oauth2/__init__.py
@@ -269,15 +269,15 @@ class Token(object):
The resulting string includes the token's secret, so you should never
send or store this string where a third party can read it.... | Accomodate hash randomization moar. | joestump_python-oauth2 | train |
0bd06249b85ab553488f2a86b122af2cf8e681f8 | diff --git a/examples/getchanneldata.py b/examples/getchanneldata.py
index <HASH>..<HASH> 100644
--- a/examples/getchanneldata.py
+++ b/examples/getchanneldata.py
@@ -18,9 +18,9 @@ def main():
_loggerObj.info("-"*64)
_loggerObj.info("Host machine info")
_loggerObj.info("-"*64)
- _loggerObj.info("OS... | Updated variable and function names in getchanneldata.py to work with refactored pycanlib | hardbyte_python-can | train |
f795f7c12d3f5166474a33bfe400d4ef98ba041f | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -238,7 +238,7 @@ describe('packet.parse', function () {
// this is not specified by the protocol,
// but it's needed to check if it can parse
// numbers
- 9: 9
+ 10: 10
}
Object.keys(opti... | test: update unspecified option numbers | mcollina_coap-packet | train |
60a8455878e6df3fc4bf689d4e15ab3ba04985f2 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-express",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Fast, unopinionated, minimalist browser framework",
"main": "src/js/index.js",
"scripts": {
d... | <I> - added support for app.post(), app.submit(), options.interceptLinks and options.interceptFormSubmit | williamcotton_browser-express | train |
18ef33ce272359084714c353099818466bf82be5 | diff --git a/src/base/Backdrop.js b/src/base/Backdrop.js
index <HASH>..<HASH> 100644
--- a/src/base/Backdrop.js
+++ b/src/base/Backdrop.js
@@ -26,6 +26,7 @@ class Backdrop extends Base {
return template.html`
<style>
:host {
+ display: inline-block;
height: 100%;
left... | Prefer display: inline-block, inline-flex, or inline-grid on host unless we actually need a block-type display. The line variations tend to be more flexible as default display values. | elix_elix | train |
1e88466d234a82ce4aeca904bce8a0b93fac3d42 | diff --git a/gin.go b/gin.go
index <HASH>..<HASH> 100644
--- a/gin.go
+++ b/gin.go
@@ -14,8 +14,8 @@ import (
"github.com/gin-gonic/gin/render"
)
-// Version is Framework's version.
const (
+ // Version is Framework's version.
Version = "v1.2"
defaultMultipartMemory = 32 << 20 // 32 MB
) | Update the comment of Version (#<I>) | gin-gonic_gin | train |
3b6c0f91bc1e8581cdedaf5e41f26a69381de332 | diff --git a/code/libraries/joomlatools/component/koowa/dispatcher/http.php b/code/libraries/joomlatools/component/koowa/dispatcher/http.php
index <HASH>..<HASH> 100644
--- a/code/libraries/joomlatools/component/koowa/dispatcher/http.php
+++ b/code/libraries/joomlatools/component/koowa/dispatcher/http.php
@@ -47,7 +47,... | #<I>: Use isSite method as isClient doesn't exist in Joomla <I> | joomlatools_joomlatools-framework | train |
a04a6202686400d13d8cdc1d71e2dabc7d981c5f | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -57,7 +57,7 @@ copyright = '2012–2014, Jamie Norrish'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '1.0.1'
+release = '1.0... | Added install_requires to setup, so that dependencies are actually installed via pip etc. | ajenhl_tacl | train |
913bcc7a53d40f39e63bc4cc6d0fd6953d8b7ae0 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -824,6 +824,7 @@ Server.prototype._run = function _run(req, res, route, chain, cb) {
// (or we lose the connection).
function _requestClose() {
reqClosed = true;
+ req.earlyClose =... | - add audit log tests.
- fix condition for checking early close.
- add earlyClose attribute to req on close event. | restify_plugins | train |
3b4a094d74074fc2c6e1462a25e04488d42edaea | diff --git a/tests/phpunit/unit/Configuration/ResourceManagerTest.php b/tests/phpunit/unit/Configuration/ResourceManagerTest.php
index <HASH>..<HASH> 100644
--- a/tests/phpunit/unit/Configuration/ResourceManagerTest.php
+++ b/tests/phpunit/unit/Configuration/ResourceManagerTest.php
@@ -41,7 +41,7 @@ class ResourceManag... | [Tests] Fix test from change to normalize paths | bolt_bolt | train |
43dd7623c821a630e92236c02e318bae1a9b798f | diff --git a/test/runtime/Policies.go b/test/runtime/Policies.go
index <HASH>..<HASH> 100644
--- a/test/runtime/Policies.go
+++ b/test/runtime/Policies.go
@@ -946,8 +946,8 @@ var _ = Describe("RuntimeValidatedPolicies", func() {
})
Context("TestsEgressToHost", func() {
-
hostDockerContainer := "hostDockerConta... | runtime: Refactor egress before/after functions
Refactor some of the calls in TestEgressToHost() so that a new test in
the same context can share the same setup / teardown logic. | cilium_cilium | train |
1f667ac99a5c40c7730cd1668073567ec799137d | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -187,7 +187,7 @@ module.exports = function (grunt) {
* run jshint
*/
grunt.registerTask('checks', [
- 'jshint'
+ 'jshint:project'
]);
@@ -195,9 +195,8 @@ module.exports = function (grunt) {
*... | created new jshint task specifically for travis to test all js:
`grunt jshint:all`, apart from dist files and minified code.
New jshint task for just testing project files: `grunt jshint:project` | TryKickoff_kickoff | train |
495ab9f0c45e882c65e224d60432e3e6afa281e6 | diff --git a/tests/unit/test_commands.py b/tests/unit/test_commands.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_commands.py
+++ b/tests/unit/test_commands.py
@@ -1,8 +1,10 @@
import re
import os
import uuid
+import urllib.error
import pytest
+import requests
import pmxbot.dictlib
import pmxbot.storag... | Suppress errors in rand_bot when connectivity is unavailable. Once again, tests pass on the plane. | yougov_pmxbot | train |
811b67570dd753870ac28688a984fd3e8fb6d0a8 | diff --git a/blocks/auth/auth.js b/blocks/auth/auth.js
index <HASH>..<HASH> 100644
--- a/blocks/auth/auth.js
+++ b/blocks/auth/auth.js
@@ -91,6 +91,8 @@ define(['jquery', 'jso', 'global/global__modules', 'global/global__utils', 'auth
getToken();
}
});
+ } else {
+ dfd = $.Deferred().r... | auth::ajax: Return Deferred instead of undefined
Former-commit-id: b1a9b<I>b<I>c<I>dde1cfac<I>e5e0af1e<I>d | JetBrains_ring-ui | train |
e866c95a57e91eac56a13e37de8497b1c6afe4ac | diff --git a/examples/upgrade_chromedriver.py b/examples/upgrade_chromedriver.py
index <HASH>..<HASH> 100755
--- a/examples/upgrade_chromedriver.py
+++ b/examples/upgrade_chromedriver.py
@@ -32,7 +32,7 @@ class TestUpgradeChromedriver:
major_chromedriver_ver = chromedriver_ver.split(".")[0]
... | Update an example script that upgrades chromedriver | seleniumbase_SeleniumBase | train |
92aa61370778a111061f4057aba376a6be21b21d | diff --git a/lib/spidr/agent.rb b/lib/spidr/agent.rb
index <HASH>..<HASH> 100644
--- a/lib/spidr/agent.rb
+++ b/lib/spidr/agent.rb
@@ -85,6 +85,7 @@ module Spidr
@history = []
@failures = []
@queue = []
+ @paused = true
if options[:host]
visit_hosts_like(options[:host])
@@ -3... | Added pause!, continue!, running? and paused? methods to control the spidering. | postmodern_spidr | train |
c552b3fd2a0a988bea6abb3be671761108555925 | diff --git a/src/frontend/org/voltdb/importclient/kafka10/KafkaConsumerRunner.java b/src/frontend/org/voltdb/importclient/kafka10/KafkaConsumerRunner.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/importclient/kafka10/KafkaConsumerRunner.java
+++ b/src/frontend/org/voltdb/importclient/kafka10/KafkaConsu... | ENG-<I>: Do not log error for wakeup exception during shutdown
When handling exceptions while retrieving offsets from kafka handle them
similar to the poll and ignore wakeup exceptions. Also if shutting down do not
log exceptions at warning log them at info instead. | VoltDB_voltdb | train |
897e0f70cd9351f819f79c6dec7c49898b4fa388 | diff --git a/packages/components/bolt-chip/src/chip.js b/packages/components/bolt-chip/src/chip.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-chip/src/chip.js
+++ b/packages/components/bolt-chip/src/chip.js
@@ -24,7 +24,7 @@ class BoltChip extends BoltAction {
// https://github.com/WebReflection/docu... | fix: filter out `text` from chip schema | bolt-design-system_bolt | train |
c7096881717ecba8d86fc591c1cee0940e31ec2a | diff --git a/actors.go b/actors.go
index <HASH>..<HASH> 100644
--- a/actors.go
+++ b/actors.go
@@ -15,6 +15,7 @@ func SignalHandler(ctx context.Context, signals ...os.Signal) (execute func() er
return func() error {
c := make(chan os.Signal, 1)
signal.Notify(c, signals...)
+ defer signal.Stop(c)
select ... | Deregister signal channel (#<I>)
If `SignalHandler` is being used as a mechanism to exit the program
entirely, these resources will be cleaned up naturally. But if not,
the signal should be explicitly deregistered.
Make sure the channel is eligible to be garbage collected and that no
additional signals should be... | oklog_run | train |
e7001b00747b659f7042b0534802b936ee8a53e0 | diff --git a/sanic/__version__.py b/sanic/__version__.py
index <HASH>..<HASH> 100644
--- a/sanic/__version__.py
+++ b/sanic/__version__.py
@@ -1 +1 @@
-__version__ = "19.12.2"
+__version__ = "20.3.0" | release <I> (#<I>) | huge-success_sanic | train |
e6b9d09107441243e820d2e1e1c77c6993c8ed11 | diff --git a/pyspectator/processor.py b/pyspectator/processor.py
index <HASH>..<HASH> 100644
--- a/pyspectator/processor.py
+++ b/pyspectator/processor.py
@@ -90,26 +90,69 @@ class Processor(AbcMonitor):
@classmethod
def __get_processor_temperature_reader(cls):
- func = None
+ reader = None
... | More smart and safe (on Windows) method of getting CPU temperature. | it-geeks-club_pyspectator | train |
bd0c4c57ec2085a16fafcffd4fa5243c340a66e9 | diff --git a/src/main/java/me/corsin/javatools/date/DateUtils.java b/src/main/java/me/corsin/javatools/date/DateUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/corsin/javatools/date/DateUtils.java
+++ b/src/main/java/me/corsin/javatools/date/DateUtils.java
@@ -18,26 +18,26 @@ import java.util.TimeZone;
... | Adding a method to get the time in milliseconds | rFlex_SCJavaTools | train |
a13ea47f39f82b100bb24e85d05f84832510984c | diff --git a/tests/test_orbit.py b/tests/test_orbit.py
index <HASH>..<HASH> 100644
--- a/tests/test_orbit.py
+++ b/tests/test_orbit.py
@@ -1578,7 +1578,7 @@ def test_dynamfric_c():
potential.PerfectEllipsoidPotential(normalize=.3,a=3.,b=0.7,c=1.5),
potential.PerfectEllipsoidPotential(normalize=.... | Adjust HomogeneousDensitySphere dynamical friction test such that the orbit ventures where density = 0 | jobovy_galpy | train |
4940682dd391b83237c7b20f9a1d6c85f9c7e21c | diff --git a/lib/Thelia/Log/Tlog.php b/lib/Thelia/Log/Tlog.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Log/Tlog.php
+++ b/lib/Thelia/Log/Tlog.php
@@ -229,6 +229,22 @@ class Tlog Implements LoggerInterface
{
$this->log(self::DEBUG, $message, $context);
}
+
+ /**
+ *
+ * Alias of d... | add alias method for compatibility with older Tlog | thelia_core | train |
0cf435cda91da08989b6afca393c1fa61a9e56a9 | diff --git a/src/args.js b/src/args.js
index <HASH>..<HASH> 100644
--- a/src/args.js
+++ b/src/args.js
@@ -6,8 +6,7 @@ export default yargs
.option('debug', {
alias: 'd',
describe: 'Dump extra debug information.',
- type: 'string',
- boolean: true,
+ type: 'boolean',
default: false
})
.... | Make the --debug param work without a true/false being passed. | auth0_auth0-deploy-cli | train |
8d3de7f7f6a2f89c7a7a3063f4f1d1eb8fcb7740 | diff --git a/lib/iso8601/dateTime.rb b/lib/iso8601/dateTime.rb
index <HASH>..<HASH> 100644
--- a/lib/iso8601/dateTime.rb
+++ b/lib/iso8601/dateTime.rb
@@ -120,7 +120,7 @@ module ISO8601
elsif !day.nil? and (Time.parse(@date_time).month != month)
raise RangeError
end
- rescue ArgumentEr... | Remove unused variable
Why
----
This commit removes the following interpreter warning.
* warning: assigned but unused variable
Reproduction
------------
* ruby <I>p<I> (<I>-<I>-<I> revision <I>)
* `$VERBOSE = true` on spec | arnau_ISO8601 | train |
f50a43e1ecf0d0afb412ffb7a835a3cd2f437435 | diff --git a/runtime/classes/propel/util/BasePeer.php b/runtime/classes/propel/util/BasePeer.php
index <HASH>..<HASH> 100644
--- a/runtime/classes/propel/util/BasePeer.php
+++ b/runtime/classes/propel/util/BasePeer.php
@@ -844,7 +844,8 @@ class BasePeer
// Unique from clause elements
$fromClause = array_unique(... | Removing empty table names from from clause. | propelorm_Propel | train |
7d3782cbc40c680c43956faac331a4cefc214bdb | diff --git a/toggle-switch-mobile.js b/toggle-switch-mobile.js
index <HASH>..<HASH> 100644
--- a/toggle-switch-mobile.js
+++ b/toggle-switch-mobile.js
@@ -61,6 +61,11 @@ if(touchSupport) {
// Mobile Webkit(Android, iOS, BB, WebOS, etc.), and others with Touch support
for(var i = 0; i < labels.length; i++ ) {
lab... | Try work-around for the iOS issues where tapping the label does not focus the input. | ghinda_css-toggle-switch | train |
59a923b85f9f1a67da9102ca21d5616281516366 | diff --git a/src/Psy/Presenter/ClosurePresenter.php b/src/Psy/Presenter/ClosurePresenter.php
index <HASH>..<HASH> 100644
--- a/src/Psy/Presenter/ClosurePresenter.php
+++ b/src/Psy/Presenter/ClosurePresenter.php
@@ -16,8 +16,9 @@ namespace Psy\Presenter;
*/
class ClosurePresenter implements Presenter, PresenterManage... | Add “used” variables to the Closure presenter. | bobthecow_psysh | train |
343733120455a3f872d932b1c6f0ac0d4f4e7974 | diff --git a/tests/PosPaymentTest.php b/tests/PosPaymentTest.php
index <HASH>..<HASH> 100644
--- a/tests/PosPaymentTest.php
+++ b/tests/PosPaymentTest.php
@@ -62,7 +62,6 @@ class PosPaymentTest extends TestCase
$this->validateApiPermission($e);
}
- print $result;
$this->assertTru... | PW-<I>: removed print statement | Adyen_adyen-php-api-library | train |
e097fca56715115291fcb33a5c5600cc45708f83 | diff --git a/core/config/doc.go b/core/config/doc.go
index <HASH>..<HASH> 100644
--- a/core/config/doc.go
+++ b/core/config/doc.go
@@ -41,7 +41,7 @@
//
// Static configuration providers
//
-// Static configuration providers conform to theProvider interface
+// Static configuration providers conform to the Provider i... | Use updated md-to-godoc to fix various bugs (#<I>) | uber-go_fx | train |
0277c5e597b105f519a31aea071bfc1b0046fd69 | diff --git a/test/e2e/ipc.test.js b/test/e2e/ipc.test.js
index <HASH>..<HASH> 100644
--- a/test/e2e/ipc.test.js
+++ b/test/e2e/ipc.test.js
@@ -248,7 +248,6 @@ describe("web socket server URL", () => {
return proxyServer.listen(proxyPort, proxyHost, callback);
}
- console.log("HERE");
const... | chore: remove redundant console statements (#<I>) | webpack_webpack-dev-server | train |
75dbd859283bbf3110512000d4e58bea19468836 | diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/version.rb
+++ b/lib/bolt/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bolt
- VERSION = '1.30.0'
+ VERSION = '1.30.1'
end | (GEM) update bolt version to <I> | puppetlabs_bolt | train |
4313a515735ce7521c70aa82bb155a27410370e3 | diff --git a/applications/default/extensions/management/management.js b/applications/default/extensions/management/management.js
index <HASH>..<HASH> 100644
--- a/applications/default/extensions/management/management.js
+++ b/applications/default/extensions/management/management.js
@@ -91,7 +91,7 @@ management.navigati... | Fixing user management tabs tile. | recidive_choko | train |
acea8c0e1932ae9101e6af106b8436cac29bf9da | diff --git a/lib/appsignal.rb b/lib/appsignal.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal.rb
+++ b/lib/appsignal.rb
@@ -129,7 +129,6 @@ module Appsignal
config.write_to_environment
Appsignal::Extension.start
Appsignal::Hooks.load_hooks
- Appsignal::EventFormatter.initial... | Remove deprecated event formatters
As deprecated in #<I>.
Part of #<I>. | appsignal_appsignal-ruby | train |
6121451b5d4ca109fa81770a1d0934eec8f6b4ee | diff --git a/ghost/members-api/lib/repositories/member.js b/ghost/members-api/lib/repositories/member.js
index <HASH>..<HASH> 100644
--- a/ghost/members-api/lib/repositories/member.js
+++ b/ghost/members-api/lib/repositories/member.js
@@ -479,16 +479,7 @@ module.exports = class MemberRepository {
// Add subs... | Reused _resolveContextSource method in member update
refs <URL> | TryGhost_Ghost | train |
2985da3f0a3c35f7b20d492b5f9dacca83385fff | diff --git a/wro4j-runner/src/test/java/ro/isdc/wro/runner/TestWro4jCommandLineRunner.java b/wro4j-runner/src/test/java/ro/isdc/wro/runner/TestWro4jCommandLineRunner.java
index <HASH>..<HASH> 100644
--- a/wro4j-runner/src/test/java/ro/isdc/wro/runner/TestWro4jCommandLineRunner.java
+++ b/wro4j-runner/src/test/java/ro/i... | Better Linux support for runner's tests | wro4j_wro4j | train |
6c149596865e47c4d8854f383d654adf7ad55257 | diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/hosts/centos/install.py
+++ b/ceph_deploy/hosts/centos/install.py
@@ -183,9 +183,9 @@ def mirror_install(distro, repo_url, gpg_url, adjust_repos):
pkg_managers.yum(distro.conn, 'ceph... | Call custom_repo with reponame, not repo_name
Fixes: #<I> | ceph_ceph-deploy | train |
51b94b94d8d9e4430ab2c8e41b47c93056c92fae | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,3 +4,5 @@ CHANGES
0.21.0 (XX-XX-XXXX)
-------------------
+- Raise RuntimeError is Timeout context manager was used outside of
+ task context.
diff --git a/aiohttp/helpers.py b/aiohttp/helpers.py
index <HAS... | Raise RuntimeError is Timeout context manager was used outside of task context | aio-libs_aiohttp | train |
303accea43be2db494cb38b9a92b74e7e62ea2ea | diff --git a/lib/source_map/map.rb b/lib/source_map/map.rb
index <HASH>..<HASH> 100644
--- a/lib/source_map/map.rb
+++ b/lib/source_map/map.rb
@@ -4,7 +4,11 @@ require 'source_map/offset'
require 'source_map/vlq'
module SourceMap
- Mapping = Struct.new(:source, :generated, :original, :name)
+ Mapping = Struct.new... | Add initial implementation of SourceMaps pipe | maccman_sourcemap | train |
a2229336a1141361e819bf615dc1836270077ebc | diff --git a/lxd/backup/backup_instance.go b/lxd/backup/backup_instance.go
index <HASH>..<HASH> 100644
--- a/lxd/backup/backup_instance.go
+++ b/lxd/backup/backup_instance.go
@@ -1,8 +1,129 @@
package backup
+import (
+ "os"
+ "strings"
+ "time"
+
+ "github.com/lxc/lxd/lxd/project"
+ "github.com/lxc/lxd/lxd/state"
+... | lxd/backup/backup/instance: Adds InstanceBackup using CommonBackup as basis | lxc_lxd | train |
7c4b3ae70c681cd387dfad50cb1c59ef607330bd | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -54,6 +54,7 @@
* Credorax: adjust logic for sending 3ds shipping address fields [dsmcclain] #3959
* Orbital: Ensure ECP always sends AVSName [jessiagee] #3963
* Orbital: Add middle name to EWSMiddleName for ECP [jessiag... | Support Canadian Bank Accounts
Add support for Canadian bank accounts, specifically validate routing
numbers. Validation is performed against the first 3 digits of the
routing number and a list financial institution numbers.
CE-<I>
Unit: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 not... | activemerchant_active_merchant | train |
435f24e6f61d33dd675e4e9e589b8d2ac2a50f3f | diff --git a/raven/base.py b/raven/base.py
index <HASH>..<HASH> 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -326,11 +326,7 @@ class Client(object):
def send(self, **data):
"""
- Sends the message to the server.
-
- If ``servers`` was passed into the constructor, this will serialize t... | Update docstrings on Client.send implementations | elastic_apm-agent-python | train |
8968284e8bdc2347ade258b5f7864a5698455532 | diff --git a/dbusmock/templates/bluez5.py b/dbusmock/templates/bluez5.py
index <HASH>..<HASH> 100644
--- a/dbusmock/templates/bluez5.py
+++ b/dbusmock/templates/bluez5.py
@@ -414,7 +414,7 @@ def AddDevice(self, adapter_device_name, device_address, alias):
@dbus.service.method(BLUEZ_MOCK_IFACE,
... | bluez5: Drop default argument from PairDevice()
D-Bus does not support default arguments, and we fixed our callers to
specify it explicitly. See #<I> | martinpitt_python-dbusmock | train |
ec0378a5e744b898cf3ab11d55532f10511e7392 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -69,10 +69,14 @@ Running through the neato renderer (with the `-N` switch) produces this image:
## Changelog
+### v0.0.2
+* Updated CLI banner to reflect that filename is not required, renamed for clarity
+* Improved ... | Version <I> release, see README.md for details | miketheman_knife-role-spaghetti | train |
39e5424ee68ad6601e3284153374e34f1920b66f | diff --git a/light_wallet.js b/light_wallet.js
index <HASH>..<HASH> 100644
--- a/light_wallet.js
+++ b/light_wallet.js
@@ -118,6 +118,7 @@ if (conf.bLight) {
if (rows.length === 0)
return console.log("no unprocessed addresses");
var arrAddresses = rows.map(function(row){return row.address});
+ console.lo... | insert into unprocessed addresses only if the address is new | byteball_ocore | train |
c95862b36a6f784ddd283773737390be55aef784 | diff --git a/lib/ValidatorDataSchema.js b/lib/ValidatorDataSchema.js
index <HASH>..<HASH> 100755
--- a/lib/ValidatorDataSchema.js
+++ b/lib/ValidatorDataSchema.js
@@ -202,14 +202,14 @@ ValidatorDataSchema.prototype = extend(ValidatorDataSchema.prototype, {
path.push('[]');
- if (typeof opt.data !== 'object') {
... | [change] #1: fix validation for arrays in array | smollweide_node-mock-server | train |
dd6aeecaa208c97886bd6381874f37cecc067c57 | diff --git a/src/js/aos.js b/src/js/aos.js
index <HASH>..<HASH> 100644
--- a/src/js/aos.js
+++ b/src/js/aos.js
@@ -118,7 +118,8 @@ var replaceDataAttr = require('./helpers/replaceDataAttr');
/**
* Refresh plugin on window resize or orientation change
*/
- window.addEventListener... | Multiple events in addEventListener do not work
When I resized the window or switched the orientation the refresh did not occur.
Thats because you tried to bind two events in one window.addEventListener call which is not possible, so I splitted them into single calls. | michalsnik_aos | train |
668fa349e7c2cbfda328b887fa0d728dc64d39ce | diff --git a/grove/amplification/grover.py b/grove/amplification/grover.py
index <HASH>..<HASH> 100644
--- a/grove/amplification/grover.py
+++ b/grove/amplification/grover.py
@@ -19,6 +19,7 @@
import numpy as np
import pyquil.quil as pq
from pyquil.gates import H
+from pyquil.job_results import wait_for_job
from ... | Changing grover to use job connection to be consistent with docs | rigetti_grove | train |
9f4c00602890bee317b76527e471cf8ab3346cf0 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Disclaimer.
-------------
-This is not ready yet. Come back in 2014.
+This is not ready yet. Come back in late-2014.
Intro
-----
diff --git a/lib/www_applet.rb b/lib/www_applet.rb
index <HASH>..<HASH> ... | Added: #extract_first | da99_www_app | train |
3c1dee3101d6aee4325c6d8f324f8d9416b03263 | diff --git a/hex_utils/hasc.py b/hex_utils/hasc.py
index <HASH>..<HASH> 100644
--- a/hex_utils/hasc.py
+++ b/hex_utils/hasc.py
@@ -29,6 +29,8 @@ class HASC (Grid):
_angle_rd = 0
+ __value_field = "value"
+
@property
def side(self):
return self._side
@@ -40,8 +42,11 @@ class HA... | Adding private property with name of value field to HASC. | ldesousa_hex-utils | train |
822d7f2fa5f2b908677c3951285ff96de75833ff | diff --git a/src/main/java/com/metamx/common/io/smoosh/FileSmoosher.java b/src/main/java/com/metamx/common/io/smoosh/FileSmoosher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/metamx/common/io/smoosh/FileSmoosher.java
+++ b/src/main/java/com/metamx/common/io/smoosh/FileSmoosher.java
@@ -23,6 +23,7 @@ import ... | smooshing to use bytebuffers | metamx_java-util | train |
96de6a9482c59757e4c8c43f8202f297b0efe628 | diff --git a/dev/event-receiver.js b/dev/event-receiver.js
index <HASH>..<HASH> 100644
--- a/dev/event-receiver.js
+++ b/dev/event-receiver.js
@@ -7,14 +7,17 @@ let ServiceBroker = require("../src/service-broker");
// Create broker
let broker = new ServiceBroker({
nodeID: process.argv[2] || "receiver-" + process.pi... | test hot-reload with disabled balancer | moleculerjs_moleculer | train |
358c7a48711f778fed12e75ae076f889c64387b6 | diff --git a/lib/Algorithm/AlgorithmMCFSuccessiveShortestPath.php b/lib/Algorithm/AlgorithmMCFSuccessiveShortestPath.php
index <HASH>..<HASH> 100644
--- a/lib/Algorithm/AlgorithmMCFSuccessiveShortestPath.php
+++ b/lib/Algorithm/AlgorithmMCFSuccessiveShortestPath.php
@@ -14,6 +14,12 @@ class AlgorithmMCFSuccessiveShorte... | add balance and replaced return null with exception | graphp_graph | train |
7f7306d4f90d5ebbd0e8f84cce59ddfc7c982f46 | diff --git a/pkg/instancegroups/instancegroups.go b/pkg/instancegroups/instancegroups.go
index <HASH>..<HASH> 100644
--- a/pkg/instancegroups/instancegroups.go
+++ b/pkg/instancegroups/instancegroups.go
@@ -17,11 +17,11 @@ limitations under the License.
package instancegroups
import (
+ "bufio"
"fmt"
"os"
- "ti... | Lint fixes by make gofmt | kubernetes_kops | train |
293e8bad1ece4e2fcbc8064b3582c8159637fb54 | diff --git a/salt/cloud/clouds/ec2.py b/salt/cloud/clouds/ec2.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/ec2.py
+++ b/salt/cloud/clouds/ec2.py
@@ -2059,6 +2059,8 @@ def request_instance(vm_=None, call=None):
if spot_config:
sir_id = data[0]['spotInstanceRequestId']
+ vm_['spotRequestI... | add support for tagging ec2 instance spot requests | saltstack_salt | train |
34625ca975bbbd1bd6609ca52193f2abc4a8c3ad | diff --git a/pysolr.py b/pysolr.py
index <HASH>..<HASH> 100644
--- a/pysolr.py
+++ b/pysolr.py
@@ -883,7 +883,7 @@ class Solr(object):
http://wiki.apache.org/solr/ExtractingRequestHandler
- The ExtractingRequestHandler has a very simply model: it extracts
+ The ExtractingRequestHandler ha... | doc fix: a very simply model -> a very simple model | django-haystack_pysolr | train |
0597823934f1cce5f20709ed076188659f240425 | diff --git a/git_hooks/hookManager.js b/git_hooks/hookManager.js
index <HASH>..<HASH> 100644
--- a/git_hooks/hookManager.js
+++ b/git_hooks/hookManager.js
@@ -89,10 +89,11 @@ function printAllTasks(filePath, branch) {
console.log(config.indentation + "ID TASK");
for (var i = 0; i < data.tasks.length; i... | Display correct amount of spaces when task ID is <I> and more | vtainio_git-task | train |
d207ba5f69aa8ffe6ba772611fc8552d2ffb8cc5 | diff --git a/test/scenario_test/bgp_router_test.py b/test/scenario_test/bgp_router_test.py
index <HASH>..<HASH> 100644
--- a/test/scenario_test/bgp_router_test.py
+++ b/test/scenario_test/bgp_router_test.py
@@ -27,7 +27,7 @@ from noseplugin import OptionParser, parser_option
from itertools import chain
import ryu.lib... | test: skip BGPKeepAlive | osrg_gobgp | train |
fd92846686d5dd17dc3353aeb2a5d2f116282fb4 | diff --git a/libcontainer/cgroups/fs/apply_raw.go b/libcontainer/cgroups/fs/apply_raw.go
index <HASH>..<HASH> 100644
--- a/libcontainer/cgroups/fs/apply_raw.go
+++ b/libcontainer/cgroups/fs/apply_raw.go
@@ -195,8 +195,9 @@ func (m *Manager) Set(container *configs.Config) error {
if m.Cgroups.Paths != nil {
return ... | move m.GetPaths out of the loop
only call m.GetPaths once is ok. os move it out of the loop. | opencontainers_runc | train |
aed81cc151914d9cdbff4f8c86785de9c53fd29f | diff --git a/src/BannedWords.php b/src/BannedWords.php
index <HASH>..<HASH> 100644
--- a/src/BannedWords.php
+++ b/src/BannedWords.php
@@ -76,8 +76,8 @@ class BannedWords{
* @return array|boolean If blocked words exist returns array else returns false
*/
public function getBlockedWords($search = ''){
+... | Make $where array available on all paths | AdamB7586_blocking | train |
8706a18c4b69850cee1736f3af26869317313f3b | diff --git a/internal/lang/blocktoattr/fixup.go b/internal/lang/blocktoattr/fixup.go
index <HASH>..<HASH> 100644
--- a/internal/lang/blocktoattr/fixup.go
+++ b/internal/lang/blocktoattr/fixup.go
@@ -1,6 +1,8 @@
package blocktoattr
import (
+ "log"
+
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hcl... | refine the skipFixup heuristic
We can also rule out some attribute types as indicating something other
than the legacy SDK.
- Tuple types were not generated at all.
- There were no single objects types, the convention was to use a block
list or set of length 1.
- Maps of objects were not possible to generate, since... | hashicorp_terraform | train |
c0a6c6ca69fc6a6c02a791749b8d47e0f8997c04 | diff --git a/drools-planner-core/src/main/java/org/drools/planner/benchmark/SolverBenchmarkSuite.java b/drools-planner-core/src/main/java/org/drools/planner/benchmark/SolverBenchmarkSuite.java
index <HASH>..<HASH> 100644
--- a/drools-planner-core/src/main/java/org/drools/planner/benchmark/SolverBenchmarkSuite.java
+++ ... | rename file to bestScoreSummary | kiegroup_optaplanner | train |
9f6221b522f1f0224267fc60017973640d9ca03f | diff --git a/endpoints/openapi_generator.py b/endpoints/openapi_generator.py
index <HASH>..<HASH> 100644
--- a/endpoints/openapi_generator.py
+++ b/endpoints/openapi_generator.py
@@ -674,13 +674,22 @@ class OpenApiGenerator(object):
return None
definitions_list = [{
+ 'name': ld.metric_name,
... | Update openapi schema generation to the latest rate limiting design | cloudendpoints_endpoints-python | train |
76bcc9f1c329961cddd8f375a848ed3126981a50 | diff --git a/core/DataTable/Filter/AddColumnsProcessedMetrics.php b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
index <HASH>..<HASH> 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetrics.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
@@ -56,7 +56,7 @@ class Piwik_DataTable_Filter_AddCol... | Average time on site, second roundind is enough
git-svn-id: <URL> | matomo-org_matomo | train |
aed8057753ac8a87fecb83f0cdec373af18121e1 | diff --git a/salt/daemons/masterapi.py b/salt/daemons/masterapi.py
index <HASH>..<HASH> 100644
--- a/salt/daemons/masterapi.py
+++ b/salt/daemons/masterapi.py
@@ -8,8 +8,6 @@ involves preparing the three listeners and the workers needed by the master.
import os
import re
import logging
-import shutil
-import datetim... | Move the .p file names into global variables within the module-- so they are in one place | saltstack_salt | train |
6dd25f4073cfd0fb48a9a35c1648cced2e4f331c | diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Routing/UrlGenerator.php
+++ b/src/Illuminate/Routing/UrlGenerator.php
@@ -616,25 +616,25 @@ class UrlGenerator implements UrlGeneratorContract
/**
* Force the schem... | [7.x] allow to reset forced scheme and root-url (#<I>)
* allow to reset forced scheme and root-url
* fix StyleCI | laravel_framework | train |
e436677d3fd18cdf554ad02a386de765dc8e1394 | diff --git a/psalm.baseline.xml b/psalm.baseline.xml
index <HASH>..<HASH> 100644
--- a/psalm.baseline.xml
+++ b/psalm.baseline.xml
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.8.2@90d6b73fd8062432030ef39b7b6694b3902daa31">
<file src="src/PhpImap/DataPartInfo.php">
- <MissingR... | partially satisfying psalm, updating baseline | barbushin_php-imap | train |
0014b4d4c6bde10c0be2813f43705b0170234cd6 | diff --git a/cmd2.py b/cmd2.py
index <HASH>..<HASH> 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1560,7 +1560,13 @@ class Cmd(cmd.Cmd):
if sys.version_info >= (3, 3):
num_cols = shutil.get_terminal_size().columns
else:
- num_cols = 80
+ proc = subprocess.Popen('stty size',... | Added generic code for getting terminal size for Python versions prior to <I> | python-cmd2_cmd2 | train |
7ae6c6d2ec8baf973f2b08cfcfe759154f2a379e | diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php
index <HASH>..<HASH> 100644
--- a/app/Functions/FunctionsEdit.php
+++ b/app/Functions/FunctionsEdit.php
@@ -437,9 +437,13 @@ class FunctionsEdit
} elseif ($fact === 'ADOP') {
$html .= view('components/select', ['id' => ... | Fix: #<I> - select2 controls need a flex container to set width | fisharebest_webtrees | train |
416b897fbac83dbeed6ede3ec51855a9616857f9 | diff --git a/SimpleCrud/Item.php b/SimpleCrud/Item.php
index <HASH>..<HASH> 100644
--- a/SimpleCrud/Item.php
+++ b/SimpleCrud/Item.php
@@ -64,10 +64,11 @@ class Item {
* $posts[0]->User //The user model inside the post
*
* @param string $name The name of the parameter used to the sub-model. If it's not define... | Added filter option to getQueryFields | oscarotero_simple-crud | train |
0498a0916b620912c2e1c6e11c93414fde1f382d | diff --git a/client.js b/client.js
index <HASH>..<HASH> 100644
--- a/client.js
+++ b/client.js
@@ -124,14 +124,14 @@ path.exists(__dirname + '/package.json', function (exists) {
if (exists) {
fs.readFile(__dirname + '/package.json', 'utf8', function (err, data) {
if (err !== null) console.log(err);
- ... | made version loading follow jshint | totallymike_ircnode | train |
9cdbf68eaab4e1a8d849e0a97a6d0b12cdaacfa1 | diff --git a/tests/library/CM/Model/Schema/DefinitionTest.php b/tests/library/CM/Model/Schema/DefinitionTest.php
index <HASH>..<HASH> 100644
--- a/tests/library/CM/Model/Schema/DefinitionTest.php
+++ b/tests/library/CM/Model/Schema/DefinitionTest.php
@@ -218,6 +218,13 @@ class CM_Model_Schema_DefinitionTest extends CMT... | Add DateTime tests, adjust test loop tests | cargomedia_cm | train |
dbeb4a9f08d35b59e4ac5e8c3a927f85cc766a69 | diff --git a/examples-scripts/rl/mujoco/ddpg/half_cheetah_ddpg.py b/examples-scripts/rl/mujoco/ddpg/half_cheetah_ddpg.py
index <HASH>..<HASH> 100644
--- a/examples-scripts/rl/mujoco/ddpg/half_cheetah_ddpg.py
+++ b/examples-scripts/rl/mujoco/ddpg/half_cheetah_ddpg.py
@@ -26,11 +26,8 @@ def half_cheetah_ddpg():
env ... | Updated DDPG example script. | MillionIntegrals_vel | train |
36b6b24afbf058f108e518ee1e7ded3f933d3b2e | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,9 @@ Internal:
Planned:
- profile support for common project types (black, django, google, etc)
+### 4.3.16 - March 23, 2019 - hot fix release
+- Fixed issue #909 - skip and skip-glob are not en... | Merge pull request #<I> from timothycrosley/feature/fix-issue-<I>
Feature/fix issue <I> | timothycrosley_isort | train |
33eb157bb050736d122784d0b4eca7051370dc6a | diff --git a/samcli/commands/init/__init__.py b/samcli/commands/init/__init__.py
index <HASH>..<HASH> 100644
--- a/samcli/commands/init/__init__.py
+++ b/samcli/commands/init/__init__.py
@@ -105,6 +105,16 @@ def do_cli(ctx, no_interactive, location, runtime, dependency_manager, output_di
LOG.debug("Init command")
... | WIP: Mutually Exclusive and Required Params | awslabs_aws-sam-cli | train |
4d155d8e76dbc7140ccdf916ffdd8c422c3634a2 | diff --git a/src/share/classes/com/sun/javadoc/AnnotatedType.java b/src/share/classes/com/sun/javadoc/AnnotatedType.java
index <HASH>..<HASH> 100644
--- a/src/share/classes/com/sun/javadoc/AnnotatedType.java
+++ b/src/share/classes/com/sun/javadoc/AnnotatedType.java
@@ -1,12 +1,12 @@
/*
- * Copyright 2003-2004 Sun Mic... | Update references from Sun to Oracle; more to come. | wmdietl_jsr308-langtools | train |
cae9ed0a5abebe52670cdfde6c7c67857ce65d10 | diff --git a/datatable/utils/misc.py b/datatable/utils/misc.py
index <HASH>..<HASH> 100644
--- a/datatable/utils/misc.py
+++ b/datatable/utils/misc.py
@@ -38,7 +38,7 @@ def normalize_slice(e, n):
"""
Return the slice tuple normalized for an ``n``-element object.
- :param e: a slice or range object repres... | Add normalize_range utility function and tests for it | h2oai_datatable | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.