hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
756675d11dc9014ad8492c9dc9de429d35e8450f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def runSetup(): license="Apache License v2.0", install_requires=[ 'bd2k-python-lib>=1.14a1.dev35', - 'dill==0.2.5', + 'dill==0.2.7.1', 'six>=1.10...
Update Dill==<I>.
DataBiosphere_toil
train
py
5e856c3390d060b187001dd797bd256bbd7750be
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -172,10 +172,12 @@ class Client } /** - * Batches up reports into notifications for later sending. + * Notify Bugsnag of the given error report. + * + * This may simply invol...
Tweaked the doc on the notify function (#<I>) * Tweaked the doc on the notify function * Fixed alignment
bugsnag_bugsnag-php
train
php
51d7f8c9f844f613e798dbdbb5cf02e1f64a746d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def read(fname): setup(name='icetea', - version='1.0.0-rc3', + version='1.0.0-rc4', description=DESCRIPTION, long_description=read('README.md'), author=OWNER_NAMES,
version <I> rc4 (#<I>)
ARMmbed_icetea
train
py
18b02bb7fd1c37df8c0a7945742e728e1cae1cfd
diff --git a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java index <HASH>..<HASH> 100644 --- a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java +++ b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContex...
Make sure servlet timeout is canceled when context is completed
undertow-io_undertow
train
java
bf3a360979b615c7f5377d321e02a573016974d2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ var expressions = [ /five \(5\)/ ]; + function message(form, path, expression, match) { var word = match[0]; return {
Programmatically generate rejects for integers 1-<I>
anseljh_doubleplus-numbers
train
js
499df692be89ea0e81ed59c4599e572f6790cfdb
diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index <HASH>..<HASH> 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -130,7 +130,7 @@ func init() { flag.StringVar(&memProfile, "mem-profile", "", "Path to file for memory profiling information") flag.Usage = func() { fmt.Fprintf(os.Stderr, "\n...
Exit if arguments are passed after data directory Fixes issue #<I>.
rqlite_rqlite
train
go
2e140c485703c237a141cafe65ee956f2175e56c
diff --git a/packages/create-flex-plugin/src/create-flex-plugin.js b/packages/create-flex-plugin/src/create-flex-plugin.js index <HASH>..<HASH> 100644 --- a/packages/create-flex-plugin/src/create-flex-plugin.js +++ b/packages/create-flex-plugin/src/create-flex-plugin.js @@ -31,8 +31,8 @@ function getPluginJsonContent(c...
Updated admin plugin version to <I>
twilio_flex-plugin-builder
train
js
2927da59469b938a16a2390855921d008d6ad077
diff --git a/grunt.js b/grunt.js index <HASH>..<HASH> 100644 --- a/grunt.js +++ b/grunt.js @@ -60,7 +60,7 @@ module.exports = function(grunt) { var filename = path.basename(filepath); return 'feedhenry-js-sdk/' + filename; }, - dest: 'dist/feedhenry-latest.zip', + dest: 'dis...
Update grunt task to create start project zip
feedhenry_fh-sync-js
train
js
a1b7b1003d6906ee7a31040560a215eb39625b8e
diff --git a/spec/unit/network/http/connection_spec.rb b/spec/unit/network/http/connection_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/network/http/connection_spec.rb +++ b/spec/unit/network/http/connection_spec.rb @@ -45,7 +45,7 @@ describe Puppet::Network::HTTP::Connection do describe "peer verificat...
(maint) expand fixture paths in specs for windows
puppetlabs_puppet
train
rb
e58b470ed0e85a3ad7b1a9fdf7678264f0f66048
diff --git a/spinoff/actor/_actor.py b/spinoff/actor/_actor.py index <HASH>..<HASH> 100644 --- a/spinoff/actor/_actor.py +++ b/spinoff/actor/_actor.py @@ -704,6 +704,12 @@ class Actor(object): def stop(self): self.ref.stop() + def __eq__(self, other): + return other is self or self.ref == othe...
Added Actor.{__eq__ and __ne__}
eallik_spinoff
train
py
4fe6145f8cb52e4f2a3767b5dac1fe9c42d9e2e5
diff --git a/lib/NodeStuffPlugin.js b/lib/NodeStuffPlugin.js index <HASH>..<HASH> 100644 --- a/lib/NodeStuffPlugin.js +++ b/lib/NodeStuffPlugin.js @@ -89,7 +89,10 @@ NodeStuffPlugin.prototype.apply = function(compiler) { compiler.parser.plugin("expression module", function() { var moduleJsPath = path.join(__dirnam...
fix windows cross driver path not found issue
webpack_webpack
train
js
943af6fb8693e2c96b27eee495790cdae03004c6
diff --git a/src/array.php b/src/array.php index <HASH>..<HASH> 100644 --- a/src/array.php +++ b/src/array.php @@ -16,3 +16,25 @@ if (!function_exists('array_except_value')) { return $array; } } + +if (!function_exists('array_order_by')) { + function array_order_by(array $array, $field1 = null, $sort1...
IHF: `array_order_by` helper added.
dmitry-ivanov_laravel-helper-functions
train
php
362b49ed71a7373df5e2d43ae345fd8c7457f082
diff --git a/craftai/client.py b/craftai/client.py index <HASH>..<HASH> 100644 --- a/craftai/client.py +++ b/craftai/client.py @@ -167,7 +167,21 @@ class CraftAIClient(object): ######################### def get_decision_tree(self, agent_id, timestamp): - pass + # Raises an error when agent_id ...
Implemented get_decision_tree client's method
craft-ai_craft-ai-client-python
train
py
ac8689387275dc1dcad3d9cff15165b40f0d6434
diff --git a/openpnm/phase/_generic.py b/openpnm/phase/_generic.py index <HASH>..<HASH> 100644 --- a/openpnm/phase/_generic.py +++ b/openpnm/phase/_generic.py @@ -66,6 +66,4 @@ class GenericPhase(Domain): elif (element == 'throat') and ('pore.'+prop not in self.keys()): raise KeyError(f"Ca...
removing redundent line from phase getitem
PMEAL_OpenPNM
train
py
34c0ef2ee8575b4a62d92b195982c270ec6b51a8
diff --git a/bin/parser/train.py b/bin/parser/train.py index <HASH>..<HASH> 100755 --- a/bin/parser/train.py +++ b/bin/parser/train.py @@ -17,8 +17,6 @@ import spacy.util from spacy.en import English from spacy.en.pos import POS_TEMPLATES, POS_TAGS, setup_model_dir -from spacy.syntax.orig_arc_eager import OrigArcEa...
* Don't compile the orig_arc_eager and tree_arc_eager modules used for the EMNLP paper
explosion_spaCy
train
py,py
d72e8ccecadee7353a77d409321c2d76f63038d9
diff --git a/tests/EngineWorks/DBAL/Tests/TransactionsTester.php b/tests/EngineWorks/DBAL/Tests/TransactionsTester.php index <HASH>..<HASH> 100644 --- a/tests/EngineWorks/DBAL/Tests/TransactionsTester.php +++ b/tests/EngineWorks/DBAL/Tests/TransactionsTester.php @@ -4,7 +4,6 @@ namespace EngineWorks\DBAL\Tests; use En...
In testTransactionPreventCommitError catch \Throwable This is made to avoid compatibility problems with PHP <I>
eclipxe13_engineworks-dbal
train
php
aa98685d7f78c494dbafa0cf4082db95fa78a83f
diff --git a/lib/restclient.rb b/lib/restclient.rb index <HASH>..<HASH> 100644 --- a/lib/restclient.rb +++ b/lib/restclient.rb @@ -98,4 +98,10 @@ module RestClient return @@log if defined? @@log nil end + + def self.version + version_path = File.dirname(__FILE__) + "/../VERSION" + return File.read(versio...
Allow RestClient to report it's version
rest-client_rest-client
train
rb
9db7dfbddc57ef1a2dc42933384de3e251a3052d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name='robotframework-appiumlibrary', "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", - ...
Fix: Missing classifier comma, can not push to pypi without
serhatbolsu_robotframework-appiumlibrary
train
py
3b6311bc4eb3619e9e7394d93dd6fb14500485e5
diff --git a/src/test/java/com/ethlo/time/FastBenchmarkTest.java b/src/test/java/com/ethlo/time/FastBenchmarkTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/ethlo/time/FastBenchmarkTest.java +++ b/src/test/java/com/ethlo/time/FastBenchmarkTest.java @@ -11,6 +11,6 @@ public class FastBenchmarkTest extends ...
Up the number of iterations for benchmark-test
ethlo_itu
train
java
b4e7372fdd7bd5ecc3f5e8104ccda7ac9d060948
diff --git a/lib/travis/addons/flowdock/task.rb b/lib/travis/addons/flowdock/task.rb index <HASH>..<HASH> 100644 --- a/lib/travis/addons/flowdock/task.rb +++ b/lib/travis/addons/flowdock/task.rb @@ -55,16 +55,16 @@ module Travis "#{Travis.config.http_host}/#{repository[:slug]}/builds/#{build[:id]}" ...
Add support for more states in Flowdock notifications
travis-ci_travis-core
train
rb
13d86f0a6afef4367560fbfc741a3cde416b3ed7
diff --git a/src/Model/Table/AppTable.php b/src/Model/Table/AppTable.php index <HASH>..<HASH> 100644 --- a/src/Model/Table/AppTable.php +++ b/src/Model/Table/AppTable.php @@ -265,10 +265,6 @@ class AppTable extends Table $i = -1; foreach($products as $product) { $i++; - // alwa...
do not show stock products if delivery break is enabled
foodcoopshop_foodcoopshop
train
php
45fd7a24f88e497d94ea5686bd3bab1bf655d947
diff --git a/lib/marked.js b/lib/marked.js index <HASH>..<HASH> 100644 --- a/lib/marked.js +++ b/lib/marked.js @@ -314,7 +314,7 @@ var inline = { }; inline._linkInside = /(?:\[[^\]]*\]|[^\]]|\](?=[^\[]*\]))*/; -inline._linkHref = /\s*<?([^\s]*?)>?(?:\s+(['"])([^\0]*?)\3)?\s*/; +inline._linkHref = /\s*<?([^\s]*?)>?(...
avoid backreference in link regex
remarkjs_remark
train
js
3def2016991b46eaf475f1728caffd258fc2d670
diff --git a/app/controllers/spree/adyen/hpps_controller.rb b/app/controllers/spree/adyen/hpps_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/spree/adyen/hpps_controller.rb +++ b/app/controllers/spree/adyen/hpps_controller.rb @@ -7,6 +7,8 @@ module Spree class: "Spree::PaymentMethod", ...
Don't render layout for hpp directory This gets shimmed into the page, so essentially there is a layout in the middle of the layout.
StemboltHQ_solidus-adyen
train
rb
ebe2d7f08235803b4a20f3f3dacd686918421890
diff --git a/owslib/wms.py b/owslib/wms.py index <HASH>..<HASH> 100644 --- a/owslib/wms.py +++ b/owslib/wms.py @@ -323,7 +323,11 @@ class ContentMetadata: self.id = self.name = testXMLValue(elem.find('Name')) # title is mandatory property - self.title = testXMLValue(elem.find('Title')...
strip title only if something is there
geopython_OWSLib
train
py
1f6ac7e835060f632a33daa0275765a2abbae845
diff --git a/lib/entity_processor.js b/lib/entity_processor.js index <HASH>..<HASH> 100644 --- a/lib/entity_processor.js +++ b/lib/entity_processor.js @@ -6,7 +6,7 @@ var Backbone = require('backbone'); * * Standard design: c.f. http://entity-systems.wikidot.com/rdbms-with-code-in-systems */ -var EntitySystem = ...
renamed entity_system to entity_processor
odogono_elsinore-js
train
js
0f83f5ee0fdb3df834533332e4e7f3642778d870
diff --git a/modules_v2/media/module.php b/modules_v2/media/module.php index <HASH>..<HASH> 100644 --- a/modules_v2/media/module.php +++ b/modules_v2/media/module.php @@ -63,7 +63,7 @@ class media_WT_Module extends WT_Module implements WT_Module_Tab { ob_start(); // For Reorder media ---------------------------...
Re-order media option only available for manager and above, consistent with album tab.
fisharebest_webtrees
train
php
06daedcf6b0afaac0f531db93ab9656c35de8a14
diff --git a/tej/submission.py b/tej/submission.py index <HASH>..<HASH> 100644 --- a/tej/submission.py +++ b/tej/submission.py @@ -225,7 +225,7 @@ class ServerLogger(object): self.data = [] def message(self, data): - self.logger.warning(data) + self.logger.info(data) JOB_ID_CHARS ...
Log on 'tej.server' with level INFO
VisTrails_tej
train
py
262024be79f1a8bf1f5d38a105656ff638f51cf7
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index <HASH>..<HASH> 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -182,6 +182,7 @@ LANG_RELEASE_MATRIX = { ReleaseInfo(runtimes=['go1.11'], testcases_file='go__v1...
Add <I> release of grpc-go to interop matrix (#<I>)
grpc_grpc
train
py
1a5b252d2d23aa81cd62351a1660690bdedb6d69
diff --git a/jams/core.py b/jams/core.py index <HASH>..<HASH> 100644 --- a/jams/core.py +++ b/jams/core.py @@ -685,11 +685,15 @@ class JamsFrame(pd.DataFrame): if duration is None or not (duration >= 0.0): raise ParameterError('duration={} must be a non-negative number'.format(duration)) - ...
fixed most of the append-type-errors
marl_jams
train
py
a2b8a0a05b3b9295e1bca1af47886f6f895fc41d
diff --git a/lib/TransactionRunner.js b/lib/TransactionRunner.js index <HASH>..<HASH> 100644 --- a/lib/TransactionRunner.js +++ b/lib/TransactionRunner.js @@ -573,15 +573,18 @@ include a message body: https://tools.ietf.org/html/rfc7231#section-6.3\ let message = ''; const object = gavelResult || {}; ...
fix: uses explicit validation result sections list for logging output
apiaryio_dredd
train
js
11b96f7b5874cc135b5346ae7743e092536b5315
diff --git a/spec/gatling_spec.rb b/spec/gatling_spec.rb index <HASH>..<HASH> 100644 --- a/spec/gatling_spec.rb +++ b/spec/gatling_spec.rb @@ -16,6 +16,7 @@ describe 'Gatling' do after(:each) do remove_refs(@ref_path) + Gatling::Configuration.trainer_toggle = false end describe 'Gatling, when no re...
fix rspec matcher test, they werent setting trainer mode
gabrielrotbart_gatling
train
rb,rb
e896a21cf341efd9066eb0770056b1297589ea4a
diff --git a/src/PopupDialog.js b/src/PopupDialog.js index <HASH>..<HASH> 100644 --- a/src/PopupDialog.js +++ b/src/PopupDialog.js @@ -26,19 +26,11 @@ class PopupDialog extends Component { } openDialog(onOpened) { - if (onOpened && typeof onOpened == 'function') { - this.dialog.open(onOpened); - } else { - ...
:rocket: move function check from the exported component to the inner logic
jacklam718_react-native-popup-dialog
train
js,js
b3e2c70278a2141612b4510b535c50f7d61aa3a2
diff --git a/ramda.js b/ramda.js index <HASH>..<HASH> 100644 --- a/ramda.js +++ b/ramda.js @@ -3442,7 +3442,7 @@ */ R.bind = curry2(function bind(fn, thisObj) { return function() { - return fn.apply(thisObj, _slice(arguments)); + return fn.apply(thisObj, arguments); };...
small fixes to bind impl and test
ramda_ramda
train
js,js
3208fac4380b619f96734937781c24ec2f7b3dce
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -2429,8 +2429,7 @@ newAnnounce: for trIndex, tr := range tier { numTrackersTried++ err := cl.announceTorrentSingleTracker(tr, &req, t) - if err != nil && missinggo.CryHeard() { - log.Printf("%s: error ...
Failure to announce on one tracker isn't very interesting
anacrolix_torrent
train
go
8e4f69a8bdbd82fa17489f493e6318ced12de7fd
diff --git a/stomp/transport.py b/stomp/transport.py index <HASH>..<HASH> 100644 --- a/stomp/transport.py +++ b/stomp/transport.py @@ -692,7 +692,7 @@ class Transport(BaseTransport): except socket.error: self.socket = None connect_count += 1 - ...
Bump connect error logging level to warning
jasonrbriggs_stomp.py
train
py
5c1770d66d8ac46641934716b0c6f6440930dc4b
diff --git a/sh.py b/sh.py index <HASH>..<HASH> 100644 --- a/sh.py +++ b/sh.py @@ -3536,6 +3536,7 @@ class SelfWrapper(ModuleType): # Copy the Command class and add any baked call kwargs to it command_cls = Command cls_attrs = command_cls.__dict__.copy() + cls_attrs.pop("__dict__", Non...
Fix weird TypeError thrown by test_wraps test case Without this fix, this test case would raise: TypeError: descriptor '__dict__' for 'Command' objects doesn't apply to a 'Command' object
amoffat_sh
train
py
b3379125f853767a2b1973b8dbe88278c4fc3c01
diff --git a/src/Builder.php b/src/Builder.php index <HASH>..<HASH> 100644 --- a/src/Builder.php +++ b/src/Builder.php @@ -5,11 +5,10 @@ use Dotenv\Dotenv; class Builder { - const APPLICATION = 'app'; const APP_DIR = 'app-dir'; const VAR_DIR = 'var-dir'; + const ENV_DIR = 'env-dir'; ...
rename ENV_FILE to ENV_DIR since it is directory where env file is. remove unused constant.
TuumPHP_Builder
train
php
52ebb05a92e31067852ab738132793861e3f45b9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( author_email='fred@kanboard.net', license='MIT', packages=['kanboard'], - classifiers=( + classifiers=[ 'Intended Audience :: Developers', 'Intended Audience :: Info...
Fix classifiers type in 'setup.py' 'setup.py' expects 'classifiers' to be of a 'list' type. As a 'tuple', it gives this warning on 'python setup.py build': Warning: 'classifiers' should be a list, got type 'tuple' This is documented in Python documentation: > This field must be a list. References: - <URL>
kanboard_python-api-client
train
py
7e9363c1879d49a8a7dd3292379517e688ba79ab
diff --git a/packages/react-ui-components/src/DateInput/dateInput.js b/packages/react-ui-components/src/DateInput/dateInput.js index <HASH>..<HASH> 100644 --- a/packages/react-ui-components/src/DateInput/dateInput.js +++ b/packages/react-ui-components/src/DateInput/dateInput.js @@ -101,6 +101,7 @@ export class DateInpu...
TASK: DateInput should be readOnly to prevent react warning
neos_neos-ui
train
js
537b544a62acfcb3921e3a1f8a6f2adc92e84604
diff --git a/lib/zeus/server/stage.rb b/lib/zeus/server/stage.rb index <HASH>..<HASH> 100644 --- a/lib/zeus/server/stage.rb +++ b/lib/zeus/server/stage.rb @@ -1,6 +1,7 @@ module Zeus class Server class Stage + HasNoChildren = Class.new(Exception) attr_accessor :name, :stages, :actions attr...
Raise exception class, with message, over just a message. This makes it easier to deal with later on (like rescuing etc..).
burke_zeus
train
rb
7b9ca4d23ff2eccd762204ef97b07219bc6ac168
diff --git a/src/Metadata/MetadataFactory.php b/src/Metadata/MetadataFactory.php index <HASH>..<HASH> 100644 --- a/src/Metadata/MetadataFactory.php +++ b/src/Metadata/MetadataFactory.php @@ -54,6 +54,8 @@ final class MetadataFactory 'tables.TABLE_NAME AS name' ]) ->from('infor...
Fix retrieval of tables - restrict to selected database
ptlis_grep-db
train
php
c2f516e8ab7bf8df70b668c49054556bf8c495fe
diff --git a/src/ui/StepManager.js b/src/ui/StepManager.js index <HASH>..<HASH> 100644 --- a/src/ui/StepManager.js +++ b/src/ui/StepManager.js @@ -34,7 +34,7 @@ function StepManager (_parent, _traceManager) { this.parent.callTree.event.register('callTreeReady', () => { this.solidityMode = true this.parent....
don't switch to solidity mode if no src location
ethereum_remix
train
js
db821cc8d99f0eded68ba780fa05dcbe5407f902
diff --git a/src/Model/Repository/CartRepository.php b/src/Model/Repository/CartRepository.php index <HASH>..<HASH> 100644 --- a/src/Model/Repository/CartRepository.php +++ b/src/Model/Repository/CartRepository.php @@ -167,12 +167,13 @@ class CartRepository extends Repository $client = $this->getClient($locale...
fix(CartRepository): only add billing action if billing address is provided
commercetools_commercetools-php-symfony
train
php
4b57379796a6c548d331bc1e622d51f3eb5904ca
diff --git a/src/Illuminate/Container/Container.php b/src/Illuminate/Container/Container.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Container/Container.php +++ b/src/Illuminate/Container/Container.php @@ -278,20 +278,6 @@ class Container implements ArrayAccess, ContainerContract } /** - * Bind...
Removed deprecated bindShared method
laravel_framework
train
php
5ae0ee20bc29bd2921b3eb46467e626f0670dd11
diff --git a/src/Form.php b/src/Form.php index <HASH>..<HASH> 100644 --- a/src/Form.php +++ b/src/Form.php @@ -52,7 +52,7 @@ class Form extends \Phalcon\Forms\Form { $reflectionClass = new \ReflectionClass($element); $elementType = strtolower(str_replace($reflectionClass->getNamespaceName() . '\\...
Changed type to _type in form:add
vegas-cmf_forms
train
php
8bb5c7b820598e1d584d8ac488f06fd560582fa8
diff --git a/lib/push-notifications.js b/lib/push-notifications.js index <HASH>..<HASH> 100644 --- a/lib/push-notifications.js +++ b/lib/push-notifications.js @@ -121,8 +121,8 @@ PushNotifications.prototype.send = function (pushId, data, callback) { messageAPN = new apn.Notification(); _.extend(messageAPN, _t...
support per push customization for "sound" and "badge" in iOS
appfeel_node-pushnotifications
train
js
0514b5749c7c5548022054c207b0bfde1089336d
diff --git a/admin/tool/usertours/classes/manager.php b/admin/tool/usertours/classes/manager.php index <HASH>..<HASH> 100644 --- a/admin/tool/usertours/classes/manager.php +++ b/admin/tool/usertours/classes/manager.php @@ -139,12 +139,27 @@ class manager { const CONFIG_SHIPPED_VERSION = 'shipped_version'; /...
MDL-<I> tool_usertours: set page params when configuring tours/steps.
moodle_moodle
train
php
3c6826f0ae7b616f595b6f4845865099dd735083
diff --git a/src/test/java/org/walkmod/javalang/actions/TestActionsInferred.java b/src/test/java/org/walkmod/javalang/actions/TestActionsInferred.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/walkmod/javalang/actions/TestActionsInferred.java +++ b/src/test/java/org/walkmod/javalang/actions/TestActionsInferre...
Missing test enabled (#6) * refactoring: replace code with method call, no functional changes * refactoring: extract method, no functional changes * added missing @Test annotation
walkmod_walkmod-javalang-plugin
train
java
2c1020a6e668cd2a6620d3a5e4ba865567b10301
diff --git a/system/Validation/FormatRules.php b/system/Validation/FormatRules.php index <HASH>..<HASH> 100644 --- a/system/Validation/FormatRules.php +++ b/system/Validation/FormatRules.php @@ -317,7 +317,8 @@ class FormatRules return false; } - $scheme = strtolower(parse_url($str,...
refactor: strtolower() should take only string
codeigniter4_CodeIgniter4
train
php
0b51dd67c5fadcd3919ade6b22c4c521daa61859
diff --git a/src/render/Render.js b/src/render/Render.js index <HASH>..<HASH> 100644 --- a/src/render/Render.js +++ b/src/render/Render.js @@ -64,6 +64,10 @@ var Grid = require('../collision/Grid'); var render = Common.extend(defaults, options); + if(render.canvas) { + render.canvas.width...
Ensure passed canvas abides by render options Engine.create takes a canvas element or creates a new canvas using the given options. While the properties width and height in options do apply to the created canvas, they do not apply to the passed canvas. These set options are under render.canvas, render.options.width an...
liabru_matter-js
train
js
110bc2000095c07df6a62f2d50d7aa4798fdec0d
diff --git a/lib/paypal_adaptive/ipn_notification.rb b/lib/paypal_adaptive/ipn_notification.rb index <HASH>..<HASH> 100644 --- a/lib/paypal_adaptive/ipn_notification.rb +++ b/lib/paypal_adaptive/ipn_notification.rb @@ -23,7 +23,7 @@ module PaypalAdaptive http.ca_file = @@ssl_cert_file unless @@ssl_cert_file.nil?...
Fixed issue with HTTP post under Ruby <I>
tc_paypal_adaptive
train
rb,rb
1ac153047aaec7640e8c1fc484f68ff548be7840
diff --git a/flextls/_registry/data.py b/flextls/_registry/data.py index <HASH>..<HASH> 100644 --- a/flextls/_registry/data.py +++ b/flextls/_registry/data.py @@ -193,7 +193,38 @@ tls_alpn_protocols = [ "id": b"\x68\x32\x63", "name": "HTTP/2 over TCP", "references": ["RFC7540"], - } + }...
src - Add additional alpn protocols
DinoTools_python-flextls
train
py
83b505f355a384f87ace4a5422146b4fbb34b1e1
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ -require 'minitest' -require 'minitest/spec' require 'minitest/autorun' +require 'minitest/spec' + $LOAD_PATH << "../lib"
If I reorder these, the warning goes away. I seemed to need 'require "minitest"' when I was running them individually from the command line but not with Rake
fog_fog-core
train
rb
1a6777dae97de82c47bce49ca33fe6f175b0ce6e
diff --git a/lib/sailthru/client.rb b/lib/sailthru/client.rb index <HASH>..<HASH> 100644 --- a/lib/sailthru/client.rb +++ b/lib/sailthru/client.rb @@ -583,6 +583,13 @@ module Sailthru process_job(:update, data, report_email, postback_url, 'file') end + # implementation for purchase job using file uploa...
Add function for purchase_import job
sailthru_sailthru-ruby-client
train
rb
9a4db619b5716e4c0119e0761b1755fbbe67560f
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/editorView.js b/bundles/org.eclipse.orion.client.ui/web/orion/editorView.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/editorView.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/editorView.js @@ -387,9 +387,7 @@ defin...
Bug <I> - Mark Occurrences does not work on initial page load
eclipse_orion.client
train
js
50e1e96e9f970cbbb375e7940316aaeff1182372
diff --git a/test/dict/CharacterDefinitionTest.js b/test/dict/CharacterDefinitionTest.js index <HASH>..<HASH> 100644 --- a/test/dict/CharacterDefinitionTest.js +++ b/test/dict/CharacterDefinitionTest.js @@ -19,18 +19,15 @@ var CharacterDefinition = require("../../src/dict/CharacterDefinition.js"); var InvokeDefinition...
test(dic): stop to use jconv
takuyaa_kuromoji.js
train
js
663949e652a53a5b9b1636c0bbaf91ba4999d5bd
diff --git a/grade/edit/tree/category.php b/grade/edit/tree/category.php index <HASH>..<HASH> 100644 --- a/grade/edit/tree/category.php +++ b/grade/edit/tree/category.php @@ -87,6 +87,16 @@ if ($id) { $category->grade_item_aggregationcoef = format_float($category->grade_item_aggregationcoef, 4); } + ...
MDL-<I> core_grades: reset grademax when switching from Natural in Natural aggregation method the grademax is automatically adjusted when switching to another aggregation method it should be reset to <I>
moodle_moodle
train
php
cc02e67d71116a2d08aeac994f8e390e6c080cdc
diff --git a/_ide/YiiApplication.php b/_ide/YiiApplication.php index <HASH>..<HASH> 100644 --- a/_ide/YiiApplication.php +++ b/_ide/YiiApplication.php @@ -19,8 +19,7 @@ use skeeks\cms\components\ConsoleComponent; use skeeks\cms\components\CurrentSite; use skeeks\cms\components\Imaging; use skeeks\cms\components\stor...
Removed skeeks/cms/base/Module
skeeks-cms_cms
train
php
f88e0160d57d7e3ac7a956a0285840e602023772
diff --git a/lib/server-code/runners/cloud.js b/lib/server-code/runners/cloud.js index <HASH>..<HASH> 100644 --- a/lib/server-code/runners/cloud.js +++ b/lib/server-code/runners/cloud.js @@ -2,7 +2,16 @@ const logger = require('../../util/logger'), DriverService = require('../services/driver'), - ...
fix (logging) Backendless.Logging may not work in CLOUD mode
Backendless_JS-Code-Runner
train
js
d300bb173535f23980245867a7df2fc1bd16328f
diff --git a/bridge/irc/irc.go b/bridge/irc/irc.go index <HASH>..<HASH> 100644 --- a/bridge/irc/irc.go +++ b/bridge/irc/irc.go @@ -109,7 +109,6 @@ func (b *Birc) Send(msg config.Message) error { } if strings.HasPrefix(msg.Text, "!") { b.Command(&msg) - return nil } for _, text := range strings.Split(msg.Tex...
Relay messages starting with ! (irc). Closes #<I>
42wim_matterbridge
train
go
d0538c43b59a498530fc1424f89eeb5536ad9c47
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setup( 'numpy>=1.11.1', 'pandas>=0.18.1', 'tables>=3.3.0', + 'pycurl>=7.43.0' ], extras_require={ 'test': ['pytest>=2.9.2',],
version bump and fixed pycurl dependency
phac-nml_sistr_cmd
train
py
9ad77daaa64ef352e7078f23b44880c13f60321d
diff --git a/lib/dispatcher.php b/lib/dispatcher.php index <HASH>..<HASH> 100644 --- a/lib/dispatcher.php +++ b/lib/dispatcher.php @@ -533,7 +533,7 @@ class Dispatcher $this->server->setAppPath($this->apps_path . '/' . $this->current_app); if($this->apps_conf[$this->current_app]->get('use_session')) {...
Fixed bug when loading the wrong route.
Etenil_assegai
train
php
a30ebe430dec03359091122c8557e7fb11ef265a
diff --git a/spec/lib/pact/mock_service/request_handlers/interaction_replay_spec.rb b/spec/lib/pact/mock_service/request_handlers/interaction_replay_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/pact/mock_service/request_handlers/interaction_replay_spec.rb +++ b/spec/lib/pact/mock_service/request_handlers/interact...
Update interaction_replay_spec.rb
pact-foundation_pact-mock_service
train
rb
ff160d4d8a0f4df551feff691cd8a0e59a2404c0
diff --git a/src/main/java/dev/failsafe/spi/PolicyExecutor.java b/src/main/java/dev/failsafe/spi/PolicyExecutor.java index <HASH>..<HASH> 100644 --- a/src/main/java/dev/failsafe/spi/PolicyExecutor.java +++ b/src/main/java/dev/failsafe/spi/PolicyExecutor.java @@ -105,11 +105,13 @@ public abstract class PolicyExecutor<R>...
PolicyExecutor should not preExecute on applyAsync when execution is already recorded
jhalterman_failsafe
train
java
d6cf44287d1b73eaac0640368bc4a2c47b493d3b
diff --git a/Annis-web/src/main/webapp/javascript/annis/windowSearch.js b/Annis-web/src/main/webapp/javascript/annis/windowSearch.js index <HASH>..<HASH> 100644 --- a/Annis-web/src/main/webapp/javascript/annis/windowSearch.js +++ b/Annis-web/src/main/webapp/javascript/annis/windowSearch.js @@ -497,7 +497,7 @@ Ext.onRea...
- scroll in corpus list was more or less hidden, fixed
korpling_ANNIS
train
js
60a688ae5f5342874cafdcc3603667539e0e9c19
diff --git a/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php b/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php +++ b/src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php @@ -55,6 +55,19 @@ trait ...
Add includeUnless directive (#<I>)
laravel_framework
train
php
a883b8c8844b41c1ef37b13fb904c0b58bfd4a33
diff --git a/core-bundle/src/Resources/contao/classes/Versions.php b/core-bundle/src/Resources/contao/classes/Versions.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/classes/Versions.php +++ b/core-bundle/src/Resources/contao/classes/Versions.php @@ -194,7 +194,7 @@ class Versions extends \Contr...
[Core] Fix a deprecated method call (see #<I>).
contao_contao
train
php
349a805178f7f19ea55837ea88dfec34e97d6587
diff --git a/sixteenS/sixteens_full.py b/sixteenS/sixteens_full.py index <HASH>..<HASH> 100644 --- a/sixteenS/sixteens_full.py +++ b/sixteenS/sixteens_full.py @@ -108,7 +108,7 @@ class SixteenS(object): # If the metadata has been passed from the method script, self.pipeline must still be false in order to ...
Changed sixteenS read subsampling to reformat.sh instead of seqtk - seqtk runs forever if previous steps have failed
OLC-Bioinformatics_sipprverse
train
py
6013a310b59615e4acb6a7db60dc9a1834e78a12
diff --git a/src/Composer/Satis/Command/BuildCommand.php b/src/Composer/Satis/Command/BuildCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Satis/Command/BuildCommand.php +++ b/src/Composer/Satis/Command/BuildCommand.php @@ -67,7 +67,7 @@ EOT foreach ($repository->getPackages() as $package) { ...
Added missing key 'versions' in generated packages array
composer_satis
train
php
6e6d87168b94daf1076f85436d4a3200e5599764
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -80,4 +80,5 @@ module.exports = function(grunt) { grunt.loadNpmTasks("grunt-jscs-checker"); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.registerTask('default', ['concat', 'uglify', 'jshint', 'jscs...
Split out the lint task so it can be run separately from watch
IceCreamYou_THREE.Terrain
train
js
1434390cf11b92bc86b950298a7e9d161a9d0203
diff --git a/src/components/Searcher.js b/src/components/Searcher.js index <HASH>..<HASH> 100644 --- a/src/components/Searcher.js +++ b/src/components/Searcher.js @@ -142,6 +142,10 @@ type SearcherProps = { * control its properties and display the search results. */ children: Children; + /** + * The max r...
Add configurable Max Resubmits property to Searcher
attivio_suit
train
js
8f92614ab460f728db0ab34a152980e8b62a6f3f
diff --git a/cwtools/jsimp.py b/cwtools/jsimp.py index <HASH>..<HASH> 100644 --- a/cwtools/jsimp.py +++ b/cwtools/jsimp.py @@ -45,7 +45,9 @@ def _extractOneArgFromFuncall(line, prefix): >>> _extractOneArgFromFuncall("goog.provide('test one')", 'goog.provide') 'test one' """ - quotedString = line[len(prefix) + 1:l...
cwtools/jsimp.py: Add assertion, reduce line length
ludiosarchive_Coreweb
train
py
fbdcab9b81788cc943ddc12557f8f9f4cd8db9c1
diff --git a/login.js b/login.js index <HASH>..<HASH> 100644 --- a/login.js +++ b/login.js @@ -1,6 +1,11 @@ window.broadcast = _.extend({}, Backbone.Events); module.exports = { + events: { + 'click a.login': 'toggleLoginForm', + 'click a.logout': 'logout' + }, + toggleLoginForm: function(e) { var app = this;...
Added events to login.js.
thecodebureau_ridge
train
js
dfb6523f95e9b7866fd51e77d05f2d1a541fc5ba
diff --git a/lib/github_api/orgs/members.rb b/lib/github_api/orgs/members.rb index <HASH>..<HASH> 100644 --- a/lib/github_api/orgs/members.rb +++ b/lib/github_api/orgs/members.rb @@ -21,8 +21,8 @@ module Github # Members of an organization can choose to have their membership publicized or not. # = Examples ...
Format documents to use new hash syntax.
piotrmurach_github
train
rb
dab982dfee95483403e2347dc50e5e9b43b279af
diff --git a/build.js b/build.js index <HASH>..<HASH> 100644 --- a/build.js +++ b/build.js @@ -3,7 +3,7 @@ // This script rebuilds the lib/builtins-*.js files // It is run before publishing to NPM. // You must npm install babel and babel-plugin-streamline before running it. -var babel = require('babel'); +var babel ...
Sage/streamline#<I> - depend on babel-core rather than babel
Sage_streamline-runtime
train
js
c4b71bf2c3faa42fc4016df34352e42dc007651e
diff --git a/packages/react/src/components/Button/Button.js b/packages/react/src/components/Button/Button.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/Button/Button.js +++ b/packages/react/src/components/Button/Button.js @@ -14,6 +14,8 @@ import warning from 'warning'; const { prefix } = settin...
only warn once (#<I>)
carbon-design-system_carbon-components
train
js
8f6d25cc2ba13f7386f84e855a4489af54d17d61
diff --git a/gns3server/compute/docker/docker_vm.py b/gns3server/compute/docker/docker_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/docker/docker_vm.py +++ b/gns3server/compute/docker/docker_vm.py @@ -344,6 +344,8 @@ class DockerVM(BaseNode): state = yield from self._get_container_state() ...
Fix start all create error if a docker container is already running Fix #<I>
GNS3_gns3-server
train
py
3f492af54018d75d67eb989c15b7e41c59a6a9cf
diff --git a/tangelo/plugins/stream/web/stream.py b/tangelo/plugins/stream/web/stream.py index <HASH>..<HASH> 100644 --- a/tangelo/plugins/stream/web/stream.py +++ b/tangelo/plugins/stream/web/stream.py @@ -1,4 +1,6 @@ import tangelo +from tangelo.server import analyze_url +from tangelo.server import Content import t...
Fixing usage of analyze_url() in stream service
Kitware_tangelo
train
py
2787fc01fca40d2eb39472adc117ae1ddc76057f
diff --git a/modules/source-bookshelf/lib/formatters/json_api.js b/modules/source-bookshelf/lib/formatters/json_api.js index <HASH>..<HASH> 100644 --- a/modules/source-bookshelf/lib/formatters/json_api.js +++ b/modules/source-bookshelf/lib/formatters/json_api.js @@ -87,14 +87,16 @@ function linkBelongsTo (model) { r...
don't include href in belongsTo link if id is null
endpoints_endpoints
train
js
5a118ec976127c6684326375b5d81f82a9abc9fb
diff --git a/spec/ruby-units/unit_spec.rb b/spec/ruby-units/unit_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ruby-units/unit_spec.rb +++ b/spec/ruby-units/unit_spec.rb @@ -817,7 +817,7 @@ describe "Create some simple units" do # rational scalar with numeric modified unit describe Unit.new('12.0mg/6.0mL') do ...
Convert specs to RSpec <I> syntax with Transpec This conversion is done by Transpec <I> with the following command: transpec * 1 conversion from: it { should ... } to: it { is_expected.to ... } For more details: <URL>
olbrich_ruby-units
train
rb
27197f728e7fc8bffc9eaa59e8af4e0766b81320
diff --git a/builtin/credential/aws/path_login.go b/builtin/credential/aws/path_login.go index <HASH>..<HASH> 100644 --- a/builtin/credential/aws/path_login.go +++ b/builtin/credential/aws/path_login.go @@ -1507,7 +1507,7 @@ func submitCallerIdentityRequest(method, endpoint string, parsedUrl *url.URL, bo return nil,...
Status code is an int, fix printing
hashicorp_vault
train
go
359e77cbd13a6952f47a7ce6c50782b0fb76518c
diff --git a/calendar-bundle/src/Resources/contao/classes/Events.php b/calendar-bundle/src/Resources/contao/classes/Events.php index <HASH>..<HASH> 100644 --- a/calendar-bundle/src/Resources/contao/classes/Events.php +++ b/calendar-bundle/src/Resources/contao/classes/Events.php @@ -250,6 +250,7 @@ abstract class Events...
[Calendar] Make the calendar model available in the templates (see #<I>).
contao_contao
train
php
de6a93d1e44b1e09343730480c8e0d57b2cde041
diff --git a/src/distpicker.data.js b/src/distpicker.data.js index <HASH>..<HASH> 100644 --- a/src/distpicker.data.js +++ b/src/distpicker.data.js @@ -3062,6 +3062,12 @@ 460108: '美兰区', 460109: '其它区' }, + 460200: { + 460202: '海棠区', + 460203: '吉阳区', + 460204: '天涯区', + 460205: '崖州...
Add new districts of Sanya (<I>)
fengyuanchen_distpicker
train
js
759107445394efe2e169935dfc6ae161f898aec4
diff --git a/moto/events/models.py b/moto/events/models.py index <HASH>..<HASH> 100644 --- a/moto/events/models.py +++ b/moto/events/models.py @@ -26,6 +26,10 @@ class Rule(BaseModel): self.role_arn = kwargs.get("RoleArn") self.targets = [] + @property + def physical_resource_id(self): + ...
add physical_resource_id support for Rule
spulec_moto
train
py
60dbd42eaef8c3ac4830ad86dc060b386f3642db
diff --git a/lib/rails_version/rails_version_mixin.rb b/lib/rails_version/rails_version_mixin.rb index <HASH>..<HASH> 100644 --- a/lib/rails_version/rails_version_mixin.rb +++ b/lib/rails_version/rails_version_mixin.rb @@ -6,6 +6,7 @@ module RailsVersion manual_ping = params[:rails_version_ping] == RailsVersion:...
Oops, we still need to call ping!
clearsightstudio_rails_version
train
rb
5e0adf9b235eb797385c41a9fe0ba1bf6efaa1a5
diff --git a/default.go b/default.go index <HASH>..<HASH> 100644 --- a/default.go +++ b/default.go @@ -19,6 +19,7 @@ import ( "encoding/base64" "errors" "fmt" + "net/mail" "regexp" "strings" @@ -111,6 +112,12 @@ func IsUUID5(str string) bool { return rxUUID5.MatchString(str) } +// Validates an email ad...
use an RFC <I> address parser for email addresses contributes to go-swagger/go-swagger#<I>
go-openapi_strfmt
train
go
cb412e04d6bcea2bac8fed1a56518ec9293f47a3
diff --git a/Views/Timeline/sourceevent.html.php b/Views/Timeline/sourceevent.html.php index <HASH>..<HASH> 100644 --- a/Views/Timeline/sourceevent.html.php +++ b/Views/Timeline/sourceevent.html.php @@ -43,3 +43,6 @@ $buttons.on('click', function(){ }); </script> +<?php + echo $view['assets']->includeStylesheet...
[ENG-<I>] CSS is now imported through assets instead of inlining.
TheDMSGroup_mautic-contact-source
train
php
0db9d8f1077e43ef59f9beec1d1b29ad7584765e
diff --git a/test/WatchTestCases.test.js b/test/WatchTestCases.test.js index <HASH>..<HASH> 100644 --- a/test/WatchTestCases.test.js +++ b/test/WatchTestCases.test.js @@ -181,7 +181,7 @@ describe("WatchTestCases", () => { run = runs[runIdx]; setTimeout(() => { copyDiff(path.join(testDirector...
run watch cases with more timeout this makes CI stable
webpack_webpack
train
js
d8b6c94012460437f70230ed9c70cbe2685189fe
diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index <HASH>..<HASH> 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -291,7 +291,7 @@ func (c *comm) connectToAgent() { } if c.config.DisableAgent { - log.Printf("[INFO] SSH agent forwarding i...
Fix typo: diabled -> disabled
hashicorp_packer
train
go
22b9fa16d8387cdb6f3b98dcc8496ba361b36552
diff --git a/sbot/gatherings.js b/sbot/gatherings.js index <HASH>..<HASH> 100644 --- a/sbot/gatherings.js +++ b/sbot/gatherings.js @@ -79,6 +79,7 @@ function bumpFilter (msg) { function ApplyFilterResult ({ ssb }) { return pull.asyncMap((msg, cb) => { + var isYours = ssb.id === msg.value.author ssb.patchw...
include all gatherings that you have created
ssbc_patchwork
train
js
b87beac8c70203c9c5f727d277ee70cb73aaeba1
diff --git a/EventListener/ExceptionListener.php b/EventListener/ExceptionListener.php index <HASH>..<HASH> 100644 --- a/EventListener/ExceptionListener.php +++ b/EventListener/ExceptionListener.php @@ -2,7 +2,6 @@ namespace Kunstmaan\SentryBundle\EventListener; use Kunstmaan\SentryBundle\Raven\Raven; -use Symfony\...
Removed an unused "use" statement. Fixes #9
KunstmaanLegacy_KunstmaanSentryBundle
train
php
cc4204ab4c3505bbbef32c71880fd2082bf6dc5f
diff --git a/quantrisk/txn.py b/quantrisk/txn.py index <HASH>..<HASH> 100644 --- a/quantrisk/txn.py +++ b/quantrisk/txn.py @@ -47,6 +47,31 @@ def make_transaction_frame(transactions): return df +def extract_txn_from_get_backtest_obj(backtest): + """Extract transaction data from backtest object as returned b...
ENH Add function to extract transactions from get_backtest() object.
quantopian_pyfolio
train
py
f16a8fbb7d7b90a3e59cc3c13df6c3b2a1b36b4a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -90,9 +90,9 @@ setup(name = "awkward", tests_require = [], classifiers = [ # "Development Status :: 1 - Planning", - "Development Status :: 2 - Pre-Alpha", + # "Development Status :: ...
[skip ci] oh, this is easily in beta by now
scikit-hep_awkward-array
train
py
9b1d4cb5c33458dc35ae8859bfa695093d9768da
diff --git a/lib/rango/bundling/dependency.rb b/lib/rango/bundling/dependency.rb index <HASH>..<HASH> 100644 --- a/lib/rango/bundling/dependency.rb +++ b/lib/rango/bundling/dependency.rb @@ -27,13 +27,14 @@ class Rango # @param [Hash] options Available options: <tt>soft: boolean</tt>, <tt>github: user/repo</tt>, <...
Rango.dependency can take block.
botanicus_rango
train
rb
e3a3a2a81b11164f6832f771fef6d386fdf5615b
diff --git a/lib/addressable/uri.rb b/lib/addressable/uri.rb index <HASH>..<HASH> 100644 --- a/lib/addressable/uri.rb +++ b/lib/addressable/uri.rb @@ -1725,7 +1725,7 @@ module Addressable # # @param [String, #to_str] new_query The new query component. def query=(new_query) - @query = new_query.to_st...
Fixed issue with assigning nil to queries spotted by Johan Friis.
sporkmonger_addressable
train
rb,rb
e55023f890508651d604c631a391b70387ce9da7
diff --git a/container/docker/engine.py b/container/docker/engine.py index <HASH>..<HASH> 100644 --- a/container/docker/engine.py +++ b/container/docker/engine.py @@ -522,8 +522,8 @@ class Engine(BaseEngine): self.project_name, host, client ) cmd = self.config['services'][host].get('comma...
Pass command list as JSON If we want a string with spaces, we can always pass it as a single string (which will get prefixed with ["/bin/sh", "-c"] by Docker). Before this patch there's no way to specify the exact command without the shell prepended.
ansible_ansible-container
train
py
427b9a12a476d4d523e95c6db51f7b66e4b19283
diff --git a/lib/square.js b/lib/square.js index <HASH>..<HASH> 100644 --- a/lib/square.js +++ b/lib/square.js @@ -1183,6 +1183,7 @@ Square.prototype.build = function build(platform, extensions, fn) { extensions = args.array || Object.keys(this.package.meta.extensions); // @TODO loop over all platforms we are b...
[minor] Start the cache when we build.
observing_square
train
js
2b051f7323a1d560c065262ff738c7ce4c88ba74
diff --git a/lib/rocky-lint.js b/lib/rocky-lint.js index <HASH>..<HASH> 100644 --- a/lib/rocky-lint.js +++ b/lib/rocky-lint.js @@ -271,6 +271,7 @@ fs.mkdtemp(path.join(os.tmpdir(), 'rocky-lint-'), (err, dir) => { target: 'es5', allowUnreachableCode: true, allowUnusedLabels: true, + lib: ['lib.es5.d.ts...
Force TypeScript to only load es5 lib
pebble_rocky-lint
train
js
a36c04f690e73ffd400bee859353c8f497c91899
diff --git a/hwt/serializer/hwt/__init__.py b/hwt/serializer/hwt/__init__.py index <HASH>..<HASH> 100644 --- a/hwt/serializer/hwt/__init__.py +++ b/hwt/serializer/hwt/__init__.py @@ -5,6 +5,7 @@ from hdlConvertorAst.to.hwt._main import ToHwt from hwt.serializer.hwt.serializer import ToHdlAstHwt from hwt.serializer.se...
ToHdlAstDebugHwt.as_hdl: catch only specific exceptions * to minimize the probability of inf. loop
Nic30_hwt
train
py
d103e622f5f3656b2abd25960f5774befb178a09
diff --git a/src/Post.php b/src/Post.php index <HASH>..<HASH> 100644 --- a/src/Post.php +++ b/src/Post.php @@ -17,6 +17,8 @@ class Post extends AbstractEndpoint { */ protected $endpoint = '/post'; + const QUERY_FILTER = 'ln_endpoints_query_args'; + /** * Get the post. * @@ -26,18 +28,15 @@ class Post ext...
Apply filter based on the endpoint used
wearenolte_wp-endpoints-post
train
php