hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3b315d8dd03d31690e3115b74be2bb77ecb237b9
diff --git a/satpy/readers/nwcsaf_nc.py b/satpy/readers/nwcsaf_nc.py index <HASH>..<HASH> 100644 --- a/satpy/readers/nwcsaf_nc.py +++ b/satpy/readers/nwcsaf_nc.py @@ -150,7 +150,9 @@ class NcNWCSAF(BaseFileHandler): variable.attrs.update({'platform_name': self.platform_name, 'se...
Fix omerc for CF gridmapping
pytroll_satpy
train
ab4b9974baaa4c570c391f02cb81fd17cc419d9a
diff --git a/mousedb/data/models.py b/mousedb/data/models.py index <HASH>..<HASH> 100644 --- a/mousedb/data/models.py +++ b/mousedb/data/models.py @@ -217,10 +217,10 @@ class Pharmaceutical(models.Model): '''The unicode representation is for example "Drug at 1mg/kg, daily.''' return u'%s at %s, %s' % ...
Added PharmaceuticalDetail view, unit tests and linked to Pharmaceutical's get_absolute_url. Part of issue #<I> and #<I>.
davebridges_mousedb
train
452d9fa69d1072fc8670725dfb2f0e6c3ee1b7ac
diff --git a/test/functional/apk-utils-e2e-specs.js b/test/functional/apk-utils-e2e-specs.js index <HASH>..<HASH> 100644 --- a/test/functional/apk-utils-e2e-specs.js +++ b/test/functional/apk-utils-e2e-specs.js @@ -174,6 +174,9 @@ describe('apk utils', function () { appActivity.should.equal('.Settings$Notification...
Retry the flaky test (#<I>)
appium_appium-adb
train
e0fe5cc60b1dc0d777223bba64b8abfc0e0e02ab
diff --git a/pandas/tests/frame/test_api.py b/pandas/tests/frame/test_api.py index <HASH>..<HASH> 100644 --- a/pandas/tests/frame/test_api.py +++ b/pandas/tests/frame/test_api.py @@ -213,8 +213,8 @@ class SharedWithSparse(object): assert (list(dfaa.itertuples()) == [(0, 1, 1), (1, 2, 2), (2, 3...
COMPAT: skip <I>-bit test on int repr (#<I>) closes #<I>
pandas-dev_pandas
train
2b5070c2595784cdc788130f698ca5b674671869
diff --git a/textproto/header.go b/textproto/header.go index <HASH>..<HASH> 100644 --- a/textproto/header.go +++ b/textproto/header.go @@ -141,7 +141,7 @@ func (h *Header) Get(k string) string { // The returned slice should not be modified and becomes invalid when the // header is updated. // -// Error is returned i...
textproto: introduce Header.Values Same as textproto.MIMEHeader.Values in the stdlib [1]. The doc comment says the returned slice is read-only, but we actually do a copy. This is so we don't put ourselves into a corner and can change how the function works internally in the future. [1]: <URL>
emersion_go-message
train
e6373c0a7a53d4e68cce4c77c4fb3912e8b407a0
diff --git a/bin/browsertimeWebPageReplay.js b/bin/browsertimeWebPageReplay.js index <HASH>..<HASH> 100755 --- a/bin/browsertimeWebPageReplay.js +++ b/bin/browsertimeWebPageReplay.js @@ -6,8 +6,13 @@ const yargs = require('yargs'); const browsertime = require('browsertime'); const merge = require('lodash.merge'); co...
Obey --mobile for WPR (#<I>)
sitespeedio_sitespeed.io
train
864d5ae06d366c2e482ba9ec3a9259ebbb152714
diff --git a/jutil.js b/jutil.js index <HASH>..<HASH> 100755 --- a/jutil.js +++ b/jutil.js @@ -373,23 +373,45 @@ function propsCommandHandler(runtimeSettings, config, opts) { function getKeyPath(obj, path) { - var i = 0, - pathComponent; - - path = path.split('.'); - while...
Allow props keypath getter to traverse arrays.
misterfifths_jutil
train
3bd821342e4f36d251156c1074989020c310dc07
diff --git a/sqlauth/__init__.py b/sqlauth/__init__.py index <HASH>..<HASH> 100644 --- a/sqlauth/__init__.py +++ b/sqlauth/__init__.py @@ -16,4 +16,4 @@ ## ############################################################################### -__version__ = "0.1.297" +__version__ = "0.1.298"
sync with pypi version: <I>
lgfausak_sqlauth
train
6c2a41f174b6762d899b671bd051d52d2c48da52
diff --git a/src/Notifications/LongWaitDetected.php b/src/Notifications/LongWaitDetected.php index <HASH>..<HASH> 100644 --- a/src/Notifications/LongWaitDetected.php +++ b/src/Notifications/LongWaitDetected.php @@ -18,14 +18,14 @@ class LongWaitDetected extends Notification * * @var string */ - pub...
separate queue notification details from where queueing on
laravel_horizon
train
df6e8b0d6e0fadbf83587362edb78476050babbf
diff --git a/lib/pgsync/schema_sync.rb b/lib/pgsync/schema_sync.rb index <HASH>..<HASH> 100644 --- a/lib/pgsync/schema_sync.rb +++ b/lib/pgsync/schema_sync.rb @@ -39,7 +39,7 @@ module PgSync spinner.success else spinner.error - puts lines.join + log lines.join e...
Take schemas option into account for schema sync
ankane_pgsync
train
3ddd9188b682952ef88cd9fc2e3d3c206c75b0a8
diff --git a/src/main/java/com/aoindustries/servlet/filter/NoSessionFilter.java b/src/main/java/com/aoindustries/servlet/filter/NoSessionFilter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/aoindustries/servlet/filter/NoSessionFilter.java +++ b/src/main/java/com/aoindustries/servlet/filter/NoSessionFilter.ja...
Fixed don't default to adding cookies when missing slash.
aoindustries_ao-servlet-filter
train
65e1500cf4363a8ff2663be42cb891f03d14d14b
diff --git a/lib/Doctrine/ODM/MongoDB/SchemaManager.php b/lib/Doctrine/ODM/MongoDB/SchemaManager.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/SchemaManager.php +++ b/lib/Doctrine/ODM/MongoDB/SchemaManager.php @@ -432,7 +432,7 @@ class SchemaManager } if (!empty($mongoIndex['unique'...
fix typo with dropDups check
Briareos_mongodb-odm
train
315383676601ec7ae0bd272886e2012db4fc67b8
diff --git a/src/Command/Integration/IntegrationCommandBase.php b/src/Command/Integration/IntegrationCommandBase.php index <HASH>..<HASH> 100644 --- a/src/Command/Integration/IntegrationCommandBase.php +++ b/src/Command/Integration/IntegrationCommandBase.php @@ -71,7 +71,7 @@ abstract class IntegrationCommandBase exten...
Fix: allow more than one / in a GitLab project name (#<I>)
platformsh_platformsh-cli
train
26067d9c2bc32d329237d28f867e546ce256cfb7
diff --git a/classes/PodsData.php b/classes/PodsData.php index <HASH>..<HASH> 100644 --- a/classes/PodsData.php +++ b/classes/PodsData.php @@ -1888,8 +1888,8 @@ class PodsData { $table_mode = false; if ( empty( $traverse_recurse[ 'pod' ] ) ) { - if ( !empty( $params ) && !empty( $params->...
Fixes exceptions in PodsData testing for #<I>
pods-framework_pods
train
2a5df3b50e6638a0f2c4d08c2add27f7937c3ce3
diff --git a/ngDraggable.js b/ngDraggable.js index <HASH>..<HASH> 100644 --- a/ngDraggable.js +++ b/ngDraggable.js @@ -438,4 +438,111 @@ angular.module("ngDraggable", []) element.find('*').attr('ng-cancel-drag', 'ng-cancel-drag'); } } + }]) + .directive('ngDragScroll', ['$wi...
Added functionality to scroll the page when dragging.
fatlinesofcode_ngDraggable
train
3b9328f95befe1f5d1a1300dac5cfe0ebd3ab7d8
diff --git a/src/inject/__init__.py b/src/inject/__init__.py index <HASH>..<HASH> 100644 --- a/src/inject/__init__.py +++ b/src/inject/__init__.py @@ -120,7 +120,7 @@ __all__ = ['exc', 'Injector', 'register', 'unregister', 'is_registered', 'get_instance', 'invoker', 'lazy', - ...
Removed the scope classes from __all__ in __init__.py.
ivankorobkov_python-inject
train
e7fa4b832a357bd07c00b518cd0681c389da1197
diff --git a/modules/backend/widgets/Form.php b/modules/backend/widgets/Form.php index <HASH>..<HASH> 100644 --- a/modules/backend/widgets/Form.php +++ b/modules/backend/widgets/Form.php @@ -219,7 +219,7 @@ class Form extends WidgetBase * Apply preview mode to widgets */ foreach ($this->for...
Rollback <I>b<I>e1c<I>adaea<I>ef2c7d<I>d<I> See #<I>, #<I> & #<I> on notes for how to better handle this. Put simply, the control of disabled VS previewMode should be given to the individual form widget, as opposed to the spawning parent.
octobercms_october
train
5dfc757f1172efab2b79bfd2edccdc73ff42541f
diff --git a/go/vt/vtgate/engine/insert.go b/go/vt/vtgate/engine/insert.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/engine/insert.go +++ b/go/vt/vtgate/engine/insert.go @@ -588,16 +588,22 @@ func (ins *Insert) processUnowned(vcursor VCursor, vindexColumnsKeys [][]sqltype if err != nil { return err } + +...
Add more log when Insertion failed on Map
vitessio_vitess
train
cce594ffd05f4e8934d967f002449442101d1c1d
diff --git a/util/batch/general/system.py b/util/batch/general/system.py index <HASH>..<HASH> 100644 --- a/util/batch/general/system.py +++ b/util/batch/general/system.py @@ -915,6 +915,8 @@ class Job(): is_finished = self.is_finished(check_exit_code=True) if not is_finished: ...
BUG: util.batch.general.system.check_integrity: is_finished is now always (correctly) set
jor-_util
train
fe4dc656657288125addc6b3be2f629376881075
diff --git a/pkg/credentials/iam_aws.go b/pkg/credentials/iam_aws.go index <HASH>..<HASH> 100644 --- a/pkg/credentials/iam_aws.go +++ b/pkg/credentials/iam_aws.go @@ -289,7 +289,10 @@ func getCredentials(client *http.Client, endpoint string) (ec2RoleCredRespBody, } // https://docs.aws.amazon.com/AWSEC2/latest/Us...
Do not ignore error when Instance Metadata service doesn't exist (#<I>)
minio_minio-go
train
2647cc8809e276fef1e564dd1eef4a159582ea70
diff --git a/src/BoomCMS/Database/Models/AssetVersion.php b/src/BoomCMS/Database/Models/AssetVersion.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Database/Models/AssetVersion.php +++ b/src/BoomCMS/Database/Models/AssetVersion.php @@ -41,7 +41,7 @@ class AssetVersion extends Model public function getAspectRa...
Bugfix: Return 0 if asset aspect ratio is null (no value in database)
boomcms_boom-core
train
a91490a77fbcd6418b1f4050946a70f0880d670d
diff --git a/bibo/query.py b/bibo/query.py index <HASH>..<HASH> 100644 --- a/bibo/query.py +++ b/bibo/query.py @@ -34,30 +34,49 @@ def _match(entry, search_term: str): Return a similar structure to an entry (nested dict) with matching strings as values. """ + # The match to populate d: typing.Dic...
Fix ANSI issue when querying with field and no value. Fix #<I>
Nagasaki45_bibo
train
62c3db8a78e357cc302421cd1f8dcf2eafa112db
diff --git a/docroot/modules/custom/ymca_groupex/src/Form/GroupexFormFull.php b/docroot/modules/custom/ymca_groupex/src/Form/GroupexFormFull.php index <HASH>..<HASH> 100644 --- a/docroot/modules/custom/ymca_groupex/src/Form/GroupexFormFull.php +++ b/docroot/modules/custom/ymca_groupex/src/Form/GroupexFormFull.php @@ -2...
[YMCA-<I>] Add class filter to the Schedule form
ymcatwincities_openy
train
05f08a122c93ccef59914aaabbec6c59624c276a
diff --git a/test/unit/Geometry/GenericGeometryTest.py b/test/unit/Geometry/GenericGeometryTest.py index <HASH>..<HASH> 100644 --- a/test/unit/Geometry/GenericGeometryTest.py +++ b/test/unit/Geometry/GenericGeometryTest.py @@ -3,6 +3,7 @@ import scipy as sp class GenericGeometryTest: + def setup_class(self): ...
Fixed typos and pep8 errors. Will test and go from there.
PMEAL_OpenPNM
train
0317f5b809119ddd4e220fe78732b17d999d5146
diff --git a/lib/octokit/repository.rb b/lib/octokit/repository.rb index <HASH>..<HASH> 100644 --- a/lib/octokit/repository.rb +++ b/lib/octokit/repository.rb @@ -12,7 +12,7 @@ module Octokit def self.from_url(url) new URI.parse(url).path[1..-1]. gsub(/^repos\//,''). - split('/')[0..1]. + ...
Change split to stop after 2 delimeters
octokit_octokit.rb
train
9ccad8e356e52d7b5902a90380b11957130496ef
diff --git a/librosa/segment.py b/librosa/segment.py index <HASH>..<HASH> 100644 --- a/librosa/segment.py +++ b/librosa/segment.py @@ -406,7 +406,7 @@ def timelag_filter(function, pad=True, index=0): @cache -def subsegment(data, frames, n_segments=4): +def subsegment(data, frames, n_segments=4, axis=-1): '''S...
#<I> added axis support to subsegment
librosa_librosa
train
acd49277da5c91e22db0899d2287a1574b766a95
diff --git a/test/natto/tc_dictionaryinfo.rb b/test/natto/tc_dictionaryinfo.rb index <HASH>..<HASH> 100644 --- a/test/natto/tc_dictionaryinfo.rb +++ b/test/natto/tc_dictionaryinfo.rb @@ -4,6 +4,7 @@ require 'rbconfig' class TestDictionaryInfo < Minitest::Test def setup + @testdic = File.join(Dir.pwd, 'test', '...
Move `(at)testdic` to top of `setup` method To avoid Ruby warnings, and "remove manually" warnings
buruzaemon_natto
train
419f9a33d462d53618fa504ae32ac9c39f8032c1
diff --git a/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js b/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js index <HASH>..<HASH> 100755 --- a/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js +++ b/packages/uikit-workshop/src/scripts/compone...
chore: remove console log from refactored viewport component
bolt-design-system_bolt
train
2914505a0810d598e362661830278507b7f0b00e
diff --git a/lib/aws/idl/apigateway/stage.go b/lib/aws/idl/apigateway/stage.go index <HASH>..<HASH> 100644 --- a/lib/aws/idl/apigateway/stage.go +++ b/lib/aws/idl/apigateway/stage.go @@ -48,4 +48,8 @@ type Stage struct { CreatedDate string `lumi:"createdDate,out"` // The timestamp when the stage last updated. Las...
Expose the HTTP URL as an APIGateway Stage output property Adds two output properties on APIGateway Stage resources. * `url` is the full URL to the root of the deployed stage. * `executionARN` is the arn needed to pass to Lambda to give the stage permission to invoke a Lambda handler.
pulumi_pulumi
train
4c8bd8dee376aa89e7df2498565ca2559062a98d
diff --git a/lib/dynflow/executors/parallel/core.rb b/lib/dynflow/executors/parallel/core.rb index <HASH>..<HASH> 100644 --- a/lib/dynflow/executors/parallel/core.rb +++ b/lib/dynflow/executors/parallel/core.rb @@ -12,7 +12,7 @@ module Dynflow def delayed_initialize(world, pool_size) @world ...
Checkin DB connections back to ActiveRecord pool when work is done
Dynflow_dynflow
train
0ade8b90e36985cd9be47882043344ccb6ee68db
diff --git a/Controller/ParentController.php b/Controller/ParentController.php index <HASH>..<HASH> 100644 --- a/Controller/ParentController.php +++ b/Controller/ParentController.php @@ -163,9 +163,15 @@ abstract class ParentController extends Controller return $this->handleRedirection($parameters, $requ...
handleView => add a $parameters for the view name for personnalized it
olix21_core-bundle
train
8a6526617639cda65be1d237e1da21e27378ade8
diff --git a/lib/interactions/WebDriverTouchActions.php b/lib/interactions/WebDriverTouchActions.php index <HASH>..<HASH> 100644 --- a/lib/interactions/WebDriverTouchActions.php +++ b/lib/interactions/WebDriverTouchActions.php @@ -16,39 +16,16 @@ /** * WebDriver action builder for touch events */ -class WebDriverT...
review TouchActions to be performed and compliant with java
facebook_php-webdriver
train
eecd604b754817ca51a229e597e62230ffe609cc
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/mount.rb +++ b/lib/chef/provider/mount.rb @@ -69,7 +69,7 @@ class Chef umount_fs Chef::Log.info("#{new_resource} unmounted") end - sleep 1 while ...
fix spec test also drop the loop down to <I> sleep
chef_chef
train
fca9ace53d61e096e3accb343f144c125be85ee4
diff --git a/lib/lemonad.js b/lib/lemonad.js index <HASH>..<HASH> 100644 --- a/lib/lemonad.js +++ b/lib/lemonad.js @@ -918,27 +918,62 @@ }; }; - function argTypeChecker(type, argNum) { - // form a checker function based on the provided type. - var checker; - if( type == Number ) { - checker =...
recursive parsing of complex types
fogus_lemonad
train
60ad73448c7fc0149082b539ce8c223e42783a35
diff --git a/src/transformers/models/t5/modeling_t5.py b/src/transformers/models/t5/modeling_t5.py index <HASH>..<HASH> 100644 --- a/src/transformers/models/t5/modeling_t5.py +++ b/src/transformers/models/t5/modeling_t5.py @@ -768,6 +768,8 @@ class T5PreTrainedModel(PreTrainedModel): # Mesh TensorFlow embe...
[T5] Fix init in TF and Flax for pretraining (#<I>) * fix init * Apply suggestions from code review * fix * finish * Update src/transformers/modeling_tf_utils.py
huggingface_pytorch-pretrained-BERT
train
622850fb0f484808cfdd52be0cbaed22c2aab570
diff --git a/src/PelIfd.php b/src/PelIfd.php index <HASH>..<HASH> 100644 --- a/src/PelIfd.php +++ b/src/PelIfd.php @@ -1165,13 +1165,19 @@ class PelIfd implements \IteratorAggregate, \ArrayAccess case self::INTEROPERABILITY: return 'Interoperability'; case self::CANON_MAKER_NO...
Improve IFD type names for Canon Maker Notes (#<I>)
pel_pel
train
a99bd0a9103d753636f68c2557cd9afc6b863090
diff --git a/py3status/modules/mpris.py b/py3status/modules/mpris.py index <HASH>..<HASH> 100644 --- a/py3status/modules/mpris.py +++ b/py3status/modules/mpris.py @@ -15,11 +15,11 @@ Configuration parameters: (default '{previous}{toggle}{next} {state} [{artist} - ][{title}]') format_none: define output if...
mpris: remove min_width pixels in favor of spaces (#<I>)
ultrabug_py3status
train
5700d1218c107a09632bd64cbb00315f2c723292
diff --git a/examples/latitude/latitude.go b/examples/latitude/latitude.go index <HASH>..<HASH> 100644 --- a/examples/latitude/latitude.go +++ b/examples/latitude/latitude.go @@ -56,10 +56,16 @@ func main() { log.Fatal(err) } - response, err := c.Get( - CURRENT_LOCATION_URL, - map[string]string{"key": *apiKey}...
updated latitude example to new interface, even though it's broken
mrjones_oauth
train
2159d499e32cd7140dcdd030f5b14865e0507842
diff --git a/agent/consul/leader_test.go b/agent/consul/leader_test.go index <HASH>..<HASH> 100644 --- a/agent/consul/leader_test.go +++ b/agent/consul/leader_test.go @@ -465,6 +465,7 @@ func TestLeader_LeftServer(t *testing.T) { for _, s := range servers[1:] { retry.Run(t, func(r *retry.R) { r.Check(wantPeers(s, ...
rpc: try shutting down leader first to avoid hang in TestLeader_LeftServer
hashicorp_consul
train
084cbefbf435c6516b4a13479998956591d67202
diff --git a/javatools/crypto.py b/javatools/crypto.py index <HASH>..<HASH> 100644 --- a/javatools/crypto.py +++ b/javatools/crypto.py @@ -55,7 +55,7 @@ def private_key_type(key_file): for key, ktype in keytypes: try: ktype.load_key(key_file) - except: + except (RSA.RSAError, DS...
Code cleanup, no logic changes - Catch specific exceptions - Remove non-existing names from __all__ - Shorten some ><I> character long lines - Whitespace cleanup
obriencj_python-javatools
train
db55845c48374d31885b13eb1ca66e84e3ebe936
diff --git a/src/Pixie/EventHandler.php b/src/Pixie/EventHandler.php index <HASH>..<HASH> 100644 --- a/src/Pixie/EventHandler.php +++ b/src/Pixie/EventHandler.php @@ -79,13 +79,11 @@ class EventHandler if ($action = $this->getEvent($event, $table)) { // Make an event id, with event type an...
Fixed before-* Query Events bug when fired multiple times. Fix #4
skipperbent_pecee-pixie
train
00f0cb666f7149bb7e2eadfafb3945caaea9a71f
diff --git a/js/tier.js b/js/tier.js index <HASH>..<HASH> 100644 --- a/js/tier.js +++ b/js/tier.js @@ -48,6 +48,7 @@ function DasTier(browser, source, viewport, background) if (bwg.definedFieldCount == 12 && bwg.fieldCount >= 14) { thisTier.dasSource.collapseSuperGroups = t...
Display toggle button for newly-added bb gene tracks.
dasmoth_dalliance
train
8ae5c406292923eaec6ebc09811794839c464c0e
diff --git a/src/sap.ui.core/src/sap/ui/model/odata/ODataMetaModel.js b/src/sap.ui.core/src/sap/ui/model/odata/ODataMetaModel.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/model/odata/ODataMetaModel.js +++ b/src/sap.ui.core/src/sap/ui/model/odata/ODataMetaModel.js @@ -150,12 +150,14 @@ sap.ui.define([...
[INTERNAL] sap.ui.model.odata.ODataMetaModel: avoid [].forEach PS1: avoid in all places except schema, because the case is irrelevant that we don't even have a schema Change-Id: Ie1ff<I>fc4d4b<I>f5c<I>cebd<I>daab<I> JIRA: FLPUISERVICES<I>-<I>
SAP_openui5
train
9ce8db5ed5307e7bfc7a0e067420a7d51ba7b098
diff --git a/test/test_scandir.py b/test/test_scandir.py index <HASH>..<HASH> 100644 --- a/test/test_scandir.py +++ b/test/test_scandir.py @@ -48,13 +48,7 @@ def create_file(path, contents='1234'): def setup_main(): join = os.path.join - try: - os.mkdir(TEST_PATH) - except Exception as e: - ...
Remove old debugging from test setup
benhoyt_scandir
train
06c93c244f18c2d0d03a18137540a81f8288441c
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -117,17 +117,14 @@ var testTasks = tests.reduce((tasks, test) => { var folder = './Navigation' + (test.folder || '') + '/test/'; var file = folder + test.name + 'Test.' + (test.ext || 'ts'); var to =...
Renamed var to match old name
grahammendick_navigation
train
6b37bcd777f4eef864dbfd3feb7a7bb2fe281ae5
diff --git a/lib/rules/string.js b/lib/rules/string.js index <HASH>..<HASH> 100644 --- a/lib/rules/string.js +++ b/lib/rules/string.js @@ -137,7 +137,7 @@ module.exports = function checkString({ schema, messages }, path, context) { src.push(` if (!${pattern.toString()}.test(value)) - ${this.makeError({ type...
Fixed rule for string where regular expression contains a double quote
icebob_fastest-validator
train
70f5c4cfc6ae0ac6c8a0989a59664eedbd3dc5bd
diff --git a/taxi/projects.py b/taxi/projects.py index <HASH>..<HASH> 100644 --- a/taxi/projects.py +++ b/taxi/projects.py @@ -194,6 +194,8 @@ class ProjectsDb: return found_list def get(self, id, backend=None): + id = str(id) + if self._projects_by_id_cache is None: project...
Make sure project and activity id are strings
liip_taxi
train
4b7fee029f6cc6e058531dd21a65ec9d44a0b047
diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/application/rake/notes_test.rb +++ b/railties/test/application/rake/notes_test.rb @@ -28,6 +28,7 @@ module ApplicationTests app_file "app/assets/stylesheets/a...
added test cases to find notes in a file with .builder extension
rails_rails
train
7bc088768a899b9981a9f5b5776a37e55276b176
diff --git a/d3-gauge.js b/d3-gauge.js index <HASH>..<HASH> 100644 --- a/d3-gauge.js +++ b/d3-gauge.js @@ -123,6 +123,7 @@ proto.write = function(value, transitionDuration) { needleContainer .selectAll('text') + .attr('class', 'current-value') .text(Math.round(value)); var needle = needleCont...
fixing bug that caused current value style to not apply
thlorenz_d3-gauge
train
d96a95ec8847a2bd5c1f61533a447a7579838548
diff --git a/lib/vimrunner/server.rb b/lib/vimrunner/server.rb index <HASH>..<HASH> 100644 --- a/lib/vimrunner/server.rb +++ b/lib/vimrunner/server.rb @@ -36,11 +36,7 @@ module Vimrunner # the "vim" executable is not compiled with clientserver capabilities, # the GUI version is started instead. def...
Fix problem with spawning GUI vim
AndrewRadev_vimrunner
train
75051721be7cc384ae34409ec5aa23fb3ae15203
diff --git a/ftr/config.py b/ftr/config.py index <HASH>..<HASH> 100644 --- a/ftr/config.py +++ b/ftr/config.py @@ -326,8 +326,8 @@ def ftr_string_to_instance(config_string): config.replace_string.append(value) else: - LOGGER.warning(u'Unsupported directive %s = %s on line #%s.', - ...
Display the line content "as-is" when a directive is unsupported.
1flow_python-ftr
train
e072bb81c34df5516b95029022b0bff1a7c69341
diff --git a/alot/commands/thread.py b/alot/commands/thread.py index <HASH>..<HASH> 100644 --- a/alot/commands/thread.py +++ b/alot/commands/thread.py @@ -68,7 +68,7 @@ def determine_sender(mail, action='reply'): # account X is the one selected and not account Y. candidate_headers = settings.get("reply_accoun...
Use account instead of realname to break loops This fixes a bug in determine_sender where an account that did match but did not have a realname set was "not found" in case force_realname was set. Helped-By: Pol Van Aubel <<EMAIL>>
pazz_alot
train
33efa129fa4b1332fbd422d4c82b816977d1100b
diff --git a/js/theocean.js b/js/theocean.js index <HASH>..<HASH> 100644 --- a/js/theocean.js +++ b/js/theocean.js @@ -74,6 +74,7 @@ module.exports = class theocean extends Exchange { "Logic validation failed for 'body'": ExchangeError, // { "message": "Logic validation failed for 'body'", "errors": .....
theocean error handling for "Fillable amount under minimum WETH trade size."
ccxt_ccxt
train
b3ded500de21dc55d3a3690f8898d5fc1bd71a39
diff --git a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnTaskExecutorRunner.java b/flink-yarn/src/main/java/org/apache/flink/yarn/YarnTaskExecutorRunner.java index <HASH>..<HASH> 100644 --- a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnTaskExecutorRunner.java +++ b/flink-yarn/src/main/java/org/apache/flin...
[hotfix][yarn] Rename YarnTaskExecutorRunner#run to #runTaskManagerSecurely
apache_flink
train
5929897149011dbcd3cce00b8be08cafb1986959
diff --git a/grapheneapi/graphenewsprotocol.py b/grapheneapi/graphenewsprotocol.py index <HASH>..<HASH> 100644 --- a/grapheneapi/graphenewsprotocol.py +++ b/grapheneapi/graphenewsprotocol.py @@ -152,7 +152,7 @@ class GrapheneWebsocketProtocol(WebSocketClientProtocol): def getAccountHistory(self, account_id, call...
[WS protocol] Call account callback on proposals and get proposals of accounts
xeroc_python-graphenelib
train
b7e0bef6f3686c5e1e8fb11faf5534cd6a8ed6c5
diff --git a/mackup/mackup.py b/mackup/mackup.py index <HASH>..<HASH> 100644 --- a/mackup/mackup.py +++ b/mackup/mackup.py @@ -28,11 +28,12 @@ class Mackup(object): def check_for_usable_environment(self): """Check if the current env is usable and has everything's required.""" - # Do not let the u...
Allow mackup to be run as superuser with explicit flag (#<I>)
lra_mackup
train
369a7f852b9ed858801bfef6989756c9b25beec8
diff --git a/util/src/main/java/de/uniulm/omi/cloudiator/util/stateMachine/Transition.java b/util/src/main/java/de/uniulm/omi/cloudiator/util/stateMachine/Transition.java index <HASH>..<HASH> 100644 --- a/util/src/main/java/de/uniulm/omi/cloudiator/util/stateMachine/Transition.java +++ b/util/src/main/java/de/uniulm/om...
Added toString method for transition
cloudiator_common
train
8354beaa8632b381372b4bf44ab064fe5401784e
diff --git a/gns3server/controller/appliance.py b/gns3server/controller/appliance.py index <HASH>..<HASH> 100644 --- a/gns3server/controller/appliance.py +++ b/gns3server/controller/appliance.py @@ -79,7 +79,7 @@ class Appliance: "name": self._data["name"], "default_name_format": self._data.ge...
Return computer symbol if an appliance don't have symbol Fix #<I>
GNS3_gns3-server
train
818702df5b1f14613c857ed5ed7ff8350b83b99f
diff --git a/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java b/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java +++ b/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java @@ -1,7 +1,7 @@ /* * File ...
Modified the selection of template elements in the editor.
alkacon_opencms-core
train
352e21f1a78baa4fa943e6a7a08a032f21af0b2e
diff --git a/import_export/resources.py b/import_export/resources.py index <HASH>..<HASH> 100644 --- a/import_export/resources.py +++ b/import_export/resources.py @@ -437,8 +437,6 @@ class Resource(six.with_metaclass(DeclarativeMetaclass)): else: row_result.import_type = RowResult.IMPORT_T...
Add the LogEntry data after the row has been fully materialized
django-import-export_django-import-export
train
c93327f7c1001f1a7394b0a2d34fef9adfff8774
diff --git a/services/models/media/helpers/images.js b/services/models/media/helpers/images.js index <HASH>..<HASH> 100644 --- a/services/models/media/helpers/images.js +++ b/services/models/media/helpers/images.js @@ -45,13 +45,11 @@ module.exports = function(Model, app) { parsed.base += '/' + key; var l...
Media file with operations emit a total progress event to the client
agneta_platform
train
d9039581fe65b40dfeabb8f037ba397da127f718
diff --git a/dist/angular-ladda.min.js b/dist/angular-ladda.min.js index <HASH>..<HASH> 100644 --- a/dist/angular-ladda.min.js +++ b/dist/angular-ladda.min.js @@ -1,2 +1,2 @@ /*! angular-ladda 0.1.7 */ -!function(){"use strict";angular.module("angular-ladda",[]).directive("ladda",["$compile","$timeout",function(a,b){r...
Support for the ng-disabled directive.
remotty_angular-ladda
train
323246769319c160bc792d171fcefb7591a249fd
diff --git a/kettle/stream.py b/kettle/stream.py index <HASH>..<HASH> 100755 --- a/kettle/stream.py +++ b/kettle/stream.py @@ -111,7 +111,14 @@ def insert_data(table, rows_iter): row_ids.append(row_id) def insert(table, rows, row_ids): - errors = table.insert_data(rows, row_ids, skip_invalid_rows...
Retry bigquery.Table.insert_data when it fails with a 5xx
kubernetes_test-infra
train
fd8d8dab2e548b224b596cb0a09a058085bf83e0
diff --git a/core-bundle/src/Resources/contao/dca/tl_templates.php b/core-bundle/src/Resources/contao/dca/tl_templates.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/dca/tl_templates.php +++ b/core-bundle/src/Resources/contao/dca/tl_templates.php @@ -20,7 +20,7 @@ $this->loadLanguageFile('tl_fil...
[Core] Do not show the files directory in the template editor (see #<I>)
contao_contao
train
bb24e8d5785083182c2d1762c78796747698f688
diff --git a/pkg/api/frontend_metrics.go b/pkg/api/frontend_metrics.go index <HASH>..<HASH> 100644 --- a/pkg/api/frontend_metrics.go +++ b/pkg/api/frontend_metrics.go @@ -2,7 +2,6 @@ package api import ( "net/http" - "strings" "github.com/grafana/grafana/pkg/api/response" "github.com/grafana/grafana/pkg/infr...
Chore: Report frontend metrics for JS/CSS load time (#<I>) * Report frontend metrics for js/css load time * Add FCP metric * Change comment * Simplify reporting frontend metrics
grafana_grafana
train
ddc715ab2ca23e951ddd731e38d1ac1197f60cf1
diff --git a/gidgethub/__init__.py b/gidgethub/__init__.py index <HASH>..<HASH> 100644 --- a/gidgethub/__init__.py +++ b/gidgethub/__init__.py @@ -71,6 +71,20 @@ class InvalidField(BadRequest): super().__init__(http.HTTPStatus.UNPROCESSABLE_ENTITY, *args) +class ValidationError(BadRequest): + + """A req...
Handle case when <I> error does not have a 'field' value (#<I>)
brettcannon_gidgethub
train
065299afa27e22fa2eb44fe5ffc73d55af7d1881
diff --git a/Entity/User.php b/Entity/User.php index <HASH>..<HASH> 100755 --- a/Entity/User.php +++ b/Entity/User.php @@ -265,10 +265,15 @@ class User extends AbstractEntity implements UserInterface } /** - * {@inheritdoc} + * {@inheritdoc}122 */ public function setApiKey(string $apiKey)...
Pushing changes before synchronizing subtrees
WellCommerce_AdminBundle
train
b1005061ff8bce3b8bca95da45aa1131c9fdb6bc
diff --git a/src/scripts/reducers/choices.test.js b/src/scripts/reducers/choices.test.js index <HASH>..<HASH> 100644 --- a/src/scripts/reducers/choices.test.js +++ b/src/scripts/reducers/choices.test.js @@ -1,5 +1,5 @@ import { expect } from 'chai'; -import choices, { defaultState } from './choices'; +import { choices...
Changed reference to Choices Because I have attempted to fix the WebPack issue with choices, I need to change how it is referenced
jshjohnson_Choices
train
f6f76fb6a58f7851aba6122aee51504ec59624b7
diff --git a/Classes/indexer/types/class.tx_kesearch_indexer_types_page.php b/Classes/indexer/types/class.tx_kesearch_indexer_types_page.php index <HASH>..<HASH> 100644 --- a/Classes/indexer/types/class.tx_kesearch_indexer_types_page.php +++ b/Classes/indexer/types/class.tx_kesearch_indexer_types_page.php @@ -615,7 +61...
[BUGFIX] Fix pages-content group merging
teaminmedias-pluswerk_ke_search
train
4b73d8f876eec10db2470ed4048e375a06a8fa18
diff --git a/app/models/shipit/github_status.rb b/app/models/shipit/github_status.rb index <HASH>..<HASH> 100644 --- a/app/models/shipit/github_status.rb +++ b/app/models/shipit/github_status.rb @@ -8,9 +8,7 @@ module Shipit end def refresh_status - Rails.cache.fetch(CACHE_KEY) do - Ship...
replaces fetch by write as it's buggy
Shopify_shipit-engine
train
aad32b16aa743ba23ff8e2bfdb75b011e1a5c3b7
diff --git a/phpws/websocket.client.php b/phpws/websocket.client.php index <HASH>..<HASH> 100644 --- a/phpws/websocket.client.php +++ b/phpws/websocket.client.php @@ -27,7 +27,9 @@ class WebSocket implements WebSocketObserver public function __construct($url, $useHybie = true, $showHeaders = false) { - ...
Some changes, dont poke into the php socket read buffer.
Devristo_phpws
train
4b4fad947637586e36afef92cf1e4d1746cc1687
diff --git a/src/Monolog/Handler/Handler.php b/src/Monolog/Handler/Handler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/Handler.php +++ b/src/Monolog/Handler/Handler.php @@ -48,6 +48,15 @@ abstract class Handler implements HandlerInterface { $this->close(); - return array_keys(get_ob...
Fix serialization to include private properties, fixes #<I>, fixes phpro/grumphp#<I>
Seldaek_monolog
train
dd7ab52a1191a548454b09f2afc2ce8e7772e382
diff --git a/cucumber-expressions/java/src/main/java/io/cucumber/cucumberexpressions/CucumberExpression.java b/cucumber-expressions/java/src/main/java/io/cucumber/cucumberexpressions/CucumberExpression.java index <HASH>..<HASH> 100644 --- a/cucumber-expressions/java/src/main/java/io/cucumber/cucumberexpressions/Cucumbe...
Escape closing braces in cucumber-expression regexes Android can't parse unescaped braces Running: Pattern pattern = Pattern.compile("\\{.*}"); or any equivalent will result in a PatternSyntaxException. This can be avoided by escaping the second brace. This has no effect on execution by the JRE <URL>
cucumber_cucumber
train
6fcf83c4d6bb83ed5ce5efd5e5fb21ad6889d05f
diff --git a/lib/helpers/http.js b/lib/helpers/http.js index <HASH>..<HASH> 100644 --- a/lib/helpers/http.js +++ b/lib/helpers/http.js @@ -88,7 +88,7 @@ function httpRequestStream(url, method, data, options, uploadStream, downloadStr return; } if (!ignoreErrors && res.statusCo...
Fix bug in resubmitting POST requests after redirect HTTP spec says that after a <I>, <I> or <I> redirect, POST requests should be sent with the original body. Instead, we were sending undefined. lgtm.com caught this bug by noticing that the variable data we used was not the one in the outer scope (as we thought) but...
stanford-oval_thingpedia-api
train
64b056dffad5b00dde934598e6c6a749310cdd00
diff --git a/rootpy/plotting/hist.py b/rootpy/plotting/hist.py index <HASH>..<HASH> 100644 --- a/rootpy/plotting/hist.py +++ b/rootpy/plotting/hist.py @@ -932,8 +932,6 @@ class _HistBase(Plottable, NamedObject): return float('-inf') if index == nbins + 2: return float('+inf') - ...
add test_bounds and fix bug in _edges
rootpy_rootpy
train
cb789965e6e0dfe82861cbd5306338dc22dcd5e6
diff --git a/Tests/Command/Ec2/AuthenticationCommandsTest.php b/Tests/Command/Ec2/AuthenticationCommandsTest.php index <HASH>..<HASH> 100644 --- a/Tests/Command/Ec2/AuthenticationCommandsTest.php +++ b/Tests/Command/Ec2/AuthenticationCommandsTest.php @@ -6,9 +6,8 @@ use Guzzle\Common\Event; use Guzzle\Http\Plugin\Cook...
Refactored Ec2\AuthenticationCommands to be proper unit tests
rgeyer_rs_guzzle_client
train
e877b8432ea1bc90b51edf540e1f7ef4f58e8918
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -680,6 +680,28 @@ asyncChainable() ``` +.timeout() +---------- +Set a delay and/or a callback to run if the Async chain goes over a specified timeout. + + timeout(number) // Set the timeout delay + timeout(number, fun...
Timeout() can now take the number,function / function,number syntax Added missing Timeout() Dox
hash-bang_async-chainable
train
01fd5219a2a4304d9cba5ee64e81dfec25949ebd
diff --git a/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/sal/util/iServeImporter.java b/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/sal/util/iServeImporter.java index <HASH>..<HASH> 100644 --- a/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/sal/util/iServeImporter.java +++ b/iserve-sal-core/src/ma...
Added a bit more validation in the importer
kmi_iserve
train
4a94c9c4809fc78eea8b3260d44f54534f438c88
diff --git a/concrete/src/Http/DefaultDispatcher.php b/concrete/src/Http/DefaultDispatcher.php index <HASH>..<HASH> 100644 --- a/concrete/src/Http/DefaultDispatcher.php +++ b/concrete/src/Http/DefaultDispatcher.php @@ -9,6 +9,7 @@ use Concrete\Core\User\User; use Concrete\Core\View\View; use Symfony\Component\HttpFou...
Handle invalid methods for valid routes (#<I>)
concrete5_concrete5
train
3400c7abb441be698ab50b0469a6ac86ed0453bd
diff --git a/code/plugins/system/koowa/factory/adapter/component.php b/code/plugins/system/koowa/factory/adapter/component.php index <HASH>..<HASH> 100644 --- a/code/plugins/system/koowa/factory/adapter/component.php +++ b/code/plugins/system/koowa/factory/adapter/component.php @@ -73,13 +73,7 @@ class KFactoryAdapterC...
'Admin' is only converted to 'administrator' where explicitly needed
timble_kodekit
train
bc514086e4777e7a81b729a623519246a7cefeaf
diff --git a/js/assessor.js b/js/assessor.js index <HASH>..<HASH> 100644 --- a/js/assessor.js +++ b/js/assessor.js @@ -123,6 +123,7 @@ Assessor.prototype.assess = function( paper ) { this.results = []; assessments = filter( assessments, function( assessment ) { + test = this.isApplicable( assessment, paper, rese...
When no valid assessments 0 is returned. Math.round in the calculateOverallScore returned NaN when there are applicable assessments. Now it returns 0.
Yoast_YoastSEO.js
train
4a19a8a93b185ba9b46446b2ecde124c7b48f6aa
diff --git a/pyemma/msm/ui/msm.py b/pyemma/msm/ui/msm.py index <HASH>..<HASH> 100644 --- a/pyemma/msm/ui/msm.py +++ b/pyemma/msm/ui/msm.py @@ -152,7 +152,7 @@ class MSM(object): self._D = self._D.real self._L = self._L.real else: - self._R, self._D, self._L = rdl_decomposit...
[msm.ui.msm]: Refusing to compute fingerprints for nonreversible MSM
markovmodel_PyEMMA
train
61d4df0f8fa3cffd354473f4a875d9e77a9c46f6
diff --git a/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapEGraph.java b/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapEGraph.java index <HASH>..<HASH> 100644 --- a/plugins/memory/src/main/java/org/mwg/memory/offheap/OffHeapEGraph.java +++ b/plugins/memory/src/main/java/org/mwg/memory/offheap/...
* integrated EGraph into OffHeap
datathings_greycat
train
d7a323e4159cdfd6317b2f6d4e56418ed09f4243
diff --git a/gobblin-runtime/src/main/java/gobblin/runtime/Fork.java b/gobblin-runtime/src/main/java/gobblin/runtime/Fork.java index <HASH>..<HASH> 100644 --- a/gobblin-runtime/src/main/java/gobblin/runtime/Fork.java +++ b/gobblin-runtime/src/main/java/gobblin/runtime/Fork.java @@ -240,7 +240,7 @@ public class Fork imp...
Set task state to failed when commit to staging directory fails
apache_incubator-gobblin
train
61c7182e96503b65c22c0c4a7dc619f2fb5a8548
diff --git a/src/java/voldemort/cluster/failuredetector/AdminConnectionVerifier.java b/src/java/voldemort/cluster/failuredetector/AdminConnectionVerifier.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/cluster/failuredetector/AdminConnectionVerifier.java +++ b/src/java/voldemort/cluster/failuredetector/AdminC...
refresh cached cluster object in admin connection verifier for slop pusher jobs
voldemort_voldemort
train
52da4d3332463118cffcfe7a667395a2cd90c2f3
diff --git a/flap/latex/macros.py b/flap/latex/macros.py index <HASH>..<HASH> 100644 --- a/flap/latex/macros.py +++ b/flap/latex/macros.py @@ -21,6 +21,23 @@ import re from copy import copy +def all_macros(): + return [DocumentClass(), + UsePackage(), + RequirePackage(), + Input...
Adding support for the \RequirePackage directive
fchauvel_flap
train
0784f2ef9d3ff6dd9df05f54cb51de29a6d11764
diff --git a/datasette/utils/__init__.py b/datasette/utils/__init__.py index <HASH>..<HASH> 100644 --- a/datasette/utils/__init__.py +++ b/datasette/utils/__init__.py @@ -171,7 +171,26 @@ allowed_sql_res = [ re.compile(r"^explain with\b"), re.compile(r"^explain query plan with\b"), ] -disallawed_sql_res = [(...
Allow specific pragma functions, closes #<I>
simonw_datasette
train
15d483f7dc17b79ea9b5ffe39ebc81942faee5c3
diff --git a/timepiece/utils.py b/timepiece/utils.py index <HASH>..<HASH> 100644 --- a/timepiece/utils.py +++ b/timepiece/utils.py @@ -1,5 +1,3 @@ -from collections import OrderedDict - from dateutil import rrule from dateutil.relativedelta import relativedelta
Removed unneeded import that breaks Jenkins anyway
caktus_django-timepiece
train
91dbad285b532b88da959efe579f2dc146134d74
diff --git a/pybar/fei4_run_base.py b/pybar/fei4_run_base.py index <HASH>..<HASH> 100644 --- a/pybar/fei4_run_base.py +++ b/pybar/fei4_run_base.py @@ -509,18 +509,18 @@ class Fei4RunBase(RunBase): self.register_utils.global_reset() self.register_utils.configure_all() i...
MAINT: second check only if first check failed
SiLab-Bonn_pyBAR
train
a171ac57972eb23eeab67534c64c2bdc9970489e
diff --git a/infoblox_client/object_manager.py b/infoblox_client/object_manager.py index <HASH>..<HASH> 100644 --- a/infoblox_client/object_manager.py +++ b/infoblox_client/object_manager.py @@ -387,3 +387,9 @@ class InfobloxObjectManager(object): obj_type = self._get_object_type_from_ref(ib_obj_ref) ...
Add delete_object_by_ref to object manager delete_object_by_ref is a wrapper around connector.delete. It handles InfobloxCannotDeleteObject, so unsucessful delete do not cause breakage.
infobloxopen_infoblox-client
train
1ba67b163c875475de86c9765c116e0a6040ae50
diff --git a/benchmark/pavlov/entity.rb b/benchmark/pavlov/entity.rb index <HASH>..<HASH> 100644 --- a/benchmark/pavlov/entity.rb +++ b/benchmark/pavlov/entity.rb @@ -12,7 +12,13 @@ class User2 end Benchmark.ips do |r| - r.report("immutable create") do |times| + r.report("create hash") do |times| + user =...
Updating benchmarks, separating block and hash initialization.
Factlink_pavlov
train
ab4b62f50efde420c5c2985a56603458452a73b1
diff --git a/library/Garp/Cache/Manager.php b/library/Garp/Cache/Manager.php index <HASH>..<HASH> 100755 --- a/library/Garp/Cache/Manager.php +++ b/library/Garp/Cache/Manager.php @@ -74,8 +74,16 @@ class Garp_Cache_Manager { } else { foreach ($modelNames as $modelName) { $model = new $modelName(); - $cac...
Tweaks that clear internationalized cache.
grrr-amsterdam_garp3
train
4452ad96f3714294758a36ffd063cc846069de4f
diff --git a/rflint/parser/common.py b/rflint/parser/common.py index <HASH>..<HASH> 100644 --- a/rflint/parser/common.py +++ b/rflint/parser/common.py @@ -30,7 +30,8 @@ class RobotStatements(object): a misspelled or completely bogus setting, it'll return that too (eg: | | [Blockumentation] | hello, wo...
Fixes #<I> - only return settings that aren't commented out Sorry there are no tests; it's late and I want to get this committed.
boakley_robotframework-lint
train
d022543c20a44271c002ab82b764fab72e50410a
diff --git a/tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php b/tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php index <HASH>..<HASH> 100644 --- a/tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php +++ b/tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php @@ -113,7 +113,7 @@ class Rem...
#<I> removed `createProxy` parameters that aren't defined in the method signature
Ocramius_ProxyManager
train
72be1bde24af46bb5685913a8e64ee0c854d5e76
diff --git a/internal/graphicsdriver/metal/driver.go b/internal/graphicsdriver/metal/driver.go index <HASH>..<HASH> 100644 --- a/internal/graphicsdriver/metal/driver.go +++ b/internal/graphicsdriver/metal/driver.go @@ -312,16 +312,25 @@ func Get() *Driver { } func (d *Driver) Begin() { - // NSAutoreleasePool is req...
graphicsdriver/metal: Set and reset screenDrawable more correctly
hajimehoshi_ebiten
train
05bcf0fcbe826a7ce713945e5e41dd9baebf2013
diff --git a/pythonforandroid/toolchain.py b/pythonforandroid/toolchain.py index <HASH>..<HASH> 100755 --- a/pythonforandroid/toolchain.py +++ b/pythonforandroid/toolchain.py @@ -2014,6 +2014,24 @@ clean_dists exit(1) shprint(sh.cp, '-r', dist.dist_dir, args.output) + def symlink_dist(self, a...
Added symlink_dist command
kivy_python-for-android
train
d41e1ff0967fc5689fb025f086d3e9b7a4d63a34
diff --git a/src/main/java/org/robolectric/shadows/ShadowLooper.java b/src/main/java/org/robolectric/shadows/ShadowLooper.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/robolectric/shadows/ShadowLooper.java +++ b/src/main/java/org/robolectric/shadows/ShadowLooper.java @@ -56,7 +56,15 @@ public class ShadowLoo...
Fix Looper.getMainLooper NPE when called in Application constructor. Closes #<I>.
robolectric_robolectric
train
d6eb2725e0f2be19a8d08af79152ffee287a583e
diff --git a/Demo/src/main/java/com/braintreepayments/demo/DemoApplication.java b/Demo/src/main/java/com/braintreepayments/demo/DemoApplication.java index <HASH>..<HASH> 100644 --- a/Demo/src/main/java/com/braintreepayments/demo/DemoApplication.java +++ b/Demo/src/main/java/com/braintreepayments/demo/DemoApplication.ja...
Remove StrictMode penaltyDeath
braintree_braintree_android
train
dfff3f8a8ffe6f070837dab9268fda71991363cf
diff --git a/lib/args_parser/parser.rb b/lib/args_parser/parser.rb index <HASH>..<HASH> 100644 --- a/lib/args_parser/parser.rb +++ b/lib/args_parser/parser.rb @@ -54,6 +54,7 @@ module ArgsParser end def arg(name, description, opts={}) + name = name.to_sym params[name][:default] = opts[:default] ...
access params with String #<I>
shokai_args_parser
train
e8449154ca6e082f79925741ec106f41c196d76b
diff --git a/pyModeS/ehs.py b/pyModeS/ehs.py index <HASH>..<HASH> 100644 --- a/pyModeS/ehs.py +++ b/pyModeS/ehs.py @@ -325,13 +325,18 @@ def isBDS44(msg, rev=False): result = result & checkbits(d, 5, 6, 23) \ & checkbits(d, 35, 36, 46) & checkbits(d, 47, 48, 49) \ & checkbits(d, 50, 5...
Update ehs.py Additional checks BDS4,4
junzis_pyModeS
train