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
e6fa7eeca7c3f6b04db472347777925537bf8fab
diff --git a/spec/rtens/mockster/FilterFixture.php b/spec/rtens/mockster/FilterFixture.php index <HASH>..<HASH> 100644 --- a/spec/rtens/mockster/FilterFixture.php +++ b/spec/rtens/mockster/FilterFixture.php @@ -14,7 +14,7 @@ class FilterFixture extends Fixture { /** * @var array|\ReflectionMethod[] */ ...
fixed array declaration in FilterFixture to be compatible with PHP <I>
rtens_mockster
train
php
496ea492e52079803b20eb4526d29ea04489ad3b
diff --git a/template/gulpfile.js b/template/gulpfile.js index <HASH>..<HASH> 100644 --- a/template/gulpfile.js +++ b/template/gulpfile.js @@ -1,4 +1,5 @@ var args = require('yargs').argv; +var clear = require('cli-clear'); if (args.env && ['staging', 'production'].indexOf(args.env) > -1) { process.env.NODE_ENV =...
clear fix as seen in issue #1 for for compat in windows
heldrida_reactatouille-boilerplate
train
js
76c4d9b583b8636624557eeffc8c9dc8942d269e
diff --git a/wafer/talks/forms.py b/wafer/talks/forms.py index <HASH>..<HASH> 100644 --- a/wafer/talks/forms.py +++ b/wafer/talks/forms.py @@ -102,8 +102,8 @@ class TalkForm(forms.ModelForm): self.helper = FormHelper(self) self.helper.include_media = False - submit_button = Submit('submit', _...
When editing an existing talk, offer to Save, not Submit it
CTPUG_wafer
train
py
198cf3691b1eef78fcca610c7a43863428744f46
diff --git a/tests/parser/features/test_gas.py b/tests/parser/features/test_gas.py index <HASH>..<HASH> 100644 --- a/tests/parser/features/test_gas.py +++ b/tests/parser/features/test_gas.py @@ -1,7 +1,3 @@ -from vyper.parser import parser_utils -from vyper.parser.parser import parse_to_lll - - def test_gas_call(get_c...
test: remove test that brings me no joy
ethereum_vyper
train
py
e1ec5467e9bde0564c4194d0c98ca73b0a3f5272
diff --git a/src/Importer.php b/src/Importer.php index <HASH>..<HASH> 100755 --- a/src/Importer.php +++ b/src/Importer.php @@ -300,7 +300,7 @@ class Importer // @todo Винести це в конігурацію. // INSERT/UPDATE statement in STRICT mode // throw error SQLSTATE[HY000]: Ge...
Support for MYSQL 8
popovserhii_php-importer
train
php
5e700fdcdba053f0627eb8c3a7bf562be0cf43da
diff --git a/phy/cluster/manual/session.py b/phy/cluster/manual/session.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/session.py +++ b/phy/cluster/manual/session.py @@ -33,6 +33,18 @@ class Session(object): """Register a view so that it gets updated after clustering actions.""" self._views.a...
Added select() method in session.
kwikteam_phy
train
py
3cef58e00a20a3865001ca15c1166625441ea091
diff --git a/SUFIA_VERSION b/SUFIA_VERSION index <HASH>..<HASH> 100644 --- a/SUFIA_VERSION +++ b/SUFIA_VERSION @@ -1 +1 @@ -3.6.0 +3.6.1 diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index <HASH>..<HASH> 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = "...
Preparing for <I> release
samvera_hyrax
train
SUFIA_VERSION,rb,rb
b8920a11c36b2b263c7c80bee8b48d4688b327d0
diff --git a/jax/core.py b/jax/core.py index <HASH>..<HASH> 100644 --- a/jax/core.py +++ b/jax/core.py @@ -618,9 +618,6 @@ class MainTrace: class TraceStack: # See comments in https://github.com/google/jax/pull/3370 - upward: List[MainTrace] - downward: List[MainTrace] - def __init__(self): eval_trace =...
Rm old attribute annotations from TraceStack
tensorflow_probability
train
py
dd8a49b82feceb8c155e24b7a92534dec523ac1b
diff --git a/shared/local-debug.desktop.js b/shared/local-debug.desktop.js index <HASH>..<HASH> 100644 --- a/shared/local-debug.desktop.js +++ b/shared/local-debug.desktop.js @@ -56,14 +56,22 @@ if (!__STORYBOOK__) { if (PERF) { console.warn('\n\n\nlocal debug PERF is ONNNNNn!!!!!1!!!11!!!!\nAll console.logs disabl...
fix flow (#<I>)
keybase_client
train
js
cf5461f10bb99ea27a165bc1e5129f35fead69d1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,12 +17,12 @@ setup( install_requires=["requests", "beautifulsoup4"], tests_require=['unittest', 'vcrpy'], classifiers=[ - 'Development Status :: Beta', + 'Development Status :: 4 - Beta', ...
<I> uploaded to pypi
michigan-com_linkGrabber
train
py
65f80f07d738a45cc43cfceaeeb9111ad560b0d5
diff --git a/peri/opt/optimize.py b/peri/opt/optimize.py index <HASH>..<HASH> 100644 --- a/peri/opt/optimize.py +++ b/peri/opt/optimize.py @@ -1665,6 +1665,13 @@ def do_levmarq_all_particle_groups(s, region_size=40, max_iter=2, damping=1.0, def do_levmarq_one_direction(s, direction, max_iter=2, run_length=2, ...
opt: levmarq 1 direction transforms direction into a normal.
peri-source_peri
train
py
70df8a6e749e34c71da416769f01c3361efefa60
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -34,6 +34,17 @@ test('run array of promises sequentially', function (t) { }) }) +test('run array consisting of only one promise', function (t) { + t.plan(1) + + return promiseWaterfall([ + addOne + ]) + .then(functi...
add test for array consisting of one promise
notjrbauer_promise.waterfall
train
js
9841da8400d5933c26fc69d22454d79e1d681be9
diff --git a/lib/model.js b/lib/model.js index <HASH>..<HASH> 100644 --- a/lib/model.js +++ b/lib/model.js @@ -233,7 +233,8 @@ Model.prototype.updateIndexes = function (oldDoc, newDoc) { for (i = 0; i < keys.length; i += 1) { try { - if (skipId && keys[i] != '_id') this.indexes[keys[i]].update(oldDoc, ne...
Radical fix, revert skipId
Ivshti_linvodb3
train
js
c96a19984e27171ed75d3f76025cb8576b27f203
diff --git a/lib/ffi_yajl/encoder.rb b/lib/ffi_yajl/encoder.rb index <HASH>..<HASH> 100644 --- a/lib/ffi_yajl/encoder.rb +++ b/lib/ffi_yajl/encoder.rb @@ -47,7 +47,7 @@ module FFI_Yajl if str.respond_to?(:scrub) str.scrub! else - str.encode!("UTF-8", undef: :replace, invalid: :repl...
fixes for <I> and <I> this is kind of shitty code, but once <I> and <I> are dropped and we can use #scrub then all the shitty code can go away...
chef_ffi-yajl
train
rb
3cf530333bc4fd8d34611bcd82397d095a6331e0
diff --git a/apluslms_roman/builder.py b/apluslms_roman/builder.py index <HASH>..<HASH> 100644 --- a/apluslms_roman/builder.py +++ b/apluslms_roman/builder.py @@ -1,4 +1,4 @@ -from os import environ, getuid, getegid +from os import environ, getuid, getegid, mkdir from os.path import isdir from apluslms_yamlidator.u...
Fix build in folder without _build
apluslms_roman
train
py
8b0fbd0655e173a6efb12fd5ca0559b9816dd4ad
diff --git a/salt/states/pip.py b/salt/states/pip.py index <HASH>..<HASH> 100644 --- a/salt/states/pip.py +++ b/salt/states/pip.py @@ -160,7 +160,6 @@ def installed(name, def removed(name, - packages=None, requirements=None, bin_env=None, log=None,
rm unused arg `packages` from states.pip.removed
saltstack_salt
train
py
8a6c109515212cb2fb6ff6938464d7317a2cc25c
diff --git a/lib/xcodeproj/project/object/native_target.rb b/lib/xcodeproj/project/object/native_target.rb index <HASH>..<HASH> 100644 --- a/lib/xcodeproj/project/object/native_target.rb +++ b/lib/xcodeproj/project/object/native_target.rb @@ -189,7 +189,7 @@ module Xcodeproj # @!group Build Phases Helpers ...
Fix invalid docs for build_phases methods
CocoaPods_Xcodeproj
train
rb
8d6c0baebb2d43374e7072b295c579919f953bdd
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -10717,7 +10717,9 @@ 'license_key' => $fs->apply_filters( 'license_key', $license_key ) ); - ...
[api] [license] Include the `show_pending` param in the API request when activating a license so that activation will work with pending plans.
Freemius_wordpress-sdk
train
php
9095c2acf77c5da4e0bac4850c3f78b383768532
diff --git a/tensorflow_datasets/image_classification/imagenet2012_real.py b/tensorflow_datasets/image_classification/imagenet2012_real.py index <HASH>..<HASH> 100644 --- a/tensorflow_datasets/image_classification/imagenet2012_real.py +++ b/tensorflow_datasets/image_classification/imagenet2012_real.py @@ -58,7 +58,10 @...
Add release notes for imagenet<I>_real
tensorflow_datasets
train
py
bc2b524cbbe505a45df9fa235eae470df511c6f4
diff --git a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/cmd/AbstractResourcePathCommand.java b/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/cmd/AbstractResourcePathCommand.java index <HASH>..<HASH> 100644 --- a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/cmd/A...
forgot to pass argument for %s
hawkular_hawkular-agent
train
java
f62d1f8d9817ff2fa8f0fa8f6d1641eca86f1e75
diff --git a/src/main/groovy/json/JsonTokenType.java b/src/main/groovy/json/JsonTokenType.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/json/JsonTokenType.java +++ b/src/main/groovy/json/JsonTokenType.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2011 the original author or authors. + * Copyright 2003-2012 the o...
One more dummy commit to test github post receive hook
apache_groovy
train
java
c07712db17e1131abdfe671fb660eeb48f82f2a4
diff --git a/competency/classes/api.php b/competency/classes/api.php index <HASH>..<HASH> 100644 --- a/competency/classes/api.php +++ b/competency/classes/api.php @@ -2409,6 +2409,9 @@ class api { $sql .= " AND p.userid $insql"; $params += $inparams; + // Order by last updated, seconded by ID...
MDL-<I> competency: False negative when listing plans to review
moodle_moodle
train
php
261f6c1ff852040c6f2e50acf14cdc5a5fe166ba
diff --git a/salt/client.py b/salt/client.py index <HASH>..<HASH> 100644 --- a/salt/client.py +++ b/salt/client.py @@ -224,7 +224,6 @@ class LocalClient(object): arg, expr_form, ret, - timeout, **kwargs) try: return pub_data['jid']
Don't pass through timeout with cmd_async
saltstack_salt
train
py
7742f8876a5370fa95ed105cca05f09ab0c1d6bf
diff --git a/roaringbitmap/src/main/java/org/roaringbitmap/ContainerAppender.java b/roaringbitmap/src/main/java/org/roaringbitmap/ContainerAppender.java index <HASH>..<HASH> 100644 --- a/roaringbitmap/src/main/java/org/roaringbitmap/ContainerAppender.java +++ b/roaringbitmap/src/main/java/org/roaringbitmap/ContainerApp...
avoid potentially costly write barrier when container instance hasn't changed (#<I>)
RoaringBitmap_RoaringBitmap
train
java
4447b0f94f79e6c0064ece0b2a009c3ce948ec94
diff --git a/src/NafUtil.js b/src/NafUtil.js index <HASH>..<HASH> 100644 --- a/src/NafUtil.js +++ b/src/NafUtil.js @@ -16,6 +16,8 @@ module.exports.getNetworkOwner = function(entity) { var components = entity.components; if (components.hasOwnProperty('networked-remote')) { return entity.components['networked...
add networked-share to getNetworkOwner
networked-aframe_networked-aframe
train
js
caa8574847274e0db5f0ed35844b50542cc753f1
diff --git a/openquake/server/views.py b/openquake/server/views.py index <HASH>..<HASH> 100644 --- a/openquake/server/views.py +++ b/openquake/server/views.py @@ -149,6 +149,8 @@ def calc_info(request, calc_id): calc = oqe_models.OqJob.objects.get(pk=calc_id) response_data = vars(calc.get_oqparam()) ...
Added start_time and stop_time to the response_data for engine server calculations
gem_oq-engine
train
py
85b33108649e3a1c7e4f85ddf627506f544c7130
diff --git a/svc/control_plane.go b/svc/control_plane.go index <HASH>..<HASH> 100644 --- a/svc/control_plane.go +++ b/svc/control_plane.go @@ -422,7 +422,10 @@ func (s *ControlSvc) getDefaultResourcePool() (pool *serviced.ResourcePool, err err = dbmap.Insert(&default_pool) return &default_pool, err } - *pool =...
handle type assertion correctly when retriving pool from database.
control-center_serviced
train
go
06ba0b04528f4754cb7cb01803af6e493c16fbb3
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -1754,7 +1754,7 @@ function set_send_count($user,$reset=false) { $pref->name = 'email_send_count'; $pref->value = 1; $pref->userid = $user->id; - insert_rec...
Merged from MOODLE_<I>_STABLE - Tell insert record we don't care about inserted id
moodle_moodle
train
php
2fb57cc2debe9e3864619ed37e0cbffe8f145c69
diff --git a/benchexec/tablegenerator/react-table/src/components/Overview.js b/benchexec/tablegenerator/react-table/src/components/Overview.js index <HASH>..<HASH> 100644 --- a/benchexec/tablegenerator/react-table/src/components/Overview.js +++ b/benchexec/tablegenerator/react-table/src/components/Overview.js @@ -31,7 ...
Fix selection of active tab on initial load
sosy-lab_benchexec
train
js
e49ac97922f65ad0e4da15acfe095095cd8369bc
diff --git a/GPy/testing/rv_transformation_tests.py b/GPy/testing/rv_transformation_tests.py index <HASH>..<HASH> 100644 --- a/GPy/testing/rv_transformation_tests.py +++ b/GPy/testing/rv_transformation_tests.py @@ -68,10 +68,16 @@ class RVTransformationTestCase(unittest.TestCase): def test_Logexp(self): ...
[rv tests] Gradient not checking right, @jameshensman what is going on here?
SheffieldML_GPy
train
py
d5b9a580a8a8079129f67b6a08a053c103ac41ae
diff --git a/lib/serverengine/daemon_logger.rb b/lib/serverengine/daemon_logger.rb index <HASH>..<HASH> 100644 --- a/lib/serverengine/daemon_logger.rb +++ b/lib/serverengine/daemon_logger.rb @@ -19,6 +19,15 @@ module ServerEngine require 'logger' + class ::Logger::LogDevice + def reopen! + if filename =...
fixed DaemonLogger at Ruby >= <I>
treasure-data_serverengine
train
rb,rb
1acf84fc2959544b114300351f48dbced70a9388
diff --git a/hepnames/fields/bd1xx.py b/hepnames/fields/bd1xx.py index <HASH>..<HASH> 100644 --- a/hepnames/fields/bd1xx.py +++ b/hepnames/fields/bd1xx.py @@ -175,10 +175,11 @@ def ids(self, key, value): a_value = _try_to_correct_value(type_, a_value) - return { - 'type': type_, - 'value': a_v...
dojson: don't produce incomplete ids
inspirehep_inspire-dojson
train
py
a69bffbf033c16031af198b4756b9eda9bb95b19
diff --git a/src/main/java/org/acra/config/ACRAConfiguration.java b/src/main/java/org/acra/config/ACRAConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/acra/config/ACRAConfiguration.java +++ b/src/main/java/org/acra/config/ACRAConfiguration.java @@ -42,7 +42,6 @@ import java.io.Serializable; * ...
remove unused suppress on configuration: this should not contain anything unused
ACRA_acra
train
java
d530e25e7f1508bad1128390917128c18daf9fd0
diff --git a/lib/cursor.js b/lib/cursor.js index <HASH>..<HASH> 100644 --- a/lib/cursor.js +++ b/lib/cursor.js @@ -150,7 +150,7 @@ MongolianCursor.prototype.nextBatch = function(callback) { * Returns the next available document, or undefined if there is none */ MongolianCursor.prototype.next = function(callback) {...
cursor.next() requires a callback now
marcello3d_node-mongolian
train
js
7da1788d5c67f15fa58a702052602f7566aa2232
diff --git a/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php b/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php index <HASH>..<HASH> 100644 --- a/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php +++ b/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php @...
Skipping `self` hint tests for PHP < <I> as of <URL>
Ocramius_ProxyManager
train
php
6a2d8b1a1b511ce0b826686fe01e79fc8d2dc986
diff --git a/system/Commands/Utilities/Routes/ControllerMethodReader.php b/system/Commands/Utilities/Routes/ControllerMethodReader.php index <HASH>..<HASH> 100644 --- a/system/Commands/Utilities/Routes/ControllerMethodReader.php +++ b/system/Commands/Utilities/Routes/ControllerMethodReader.php @@ -156,7 +156,7 @@ final...
fix: remove / after sub-directory
codeigniter4_CodeIgniter4
train
php
5f085df923ebc123c9fb47503432987a09e7fb76
diff --git a/lib/gtx.js b/lib/gtx.js index <HASH>..<HASH> 100644 --- a/lib/gtx.js +++ b/lib/gtx.js @@ -101,7 +101,6 @@ function wrapGrunt(grunt) { // helper gtx.call = function (name, func) { - grunt.log.writeln('call ' + name + ' ' + (typeof func)); if (arguments.length === 1) { func = name; name = l...
killed debug log in gtx.call()
Bartvds_gruntfile-gtx
train
js
63f8e689ffdee9ec48e600efa3c8a0438129b12a
diff --git a/src/Awjudd/AssetProcessor/AssetProcessor.php b/src/Awjudd/AssetProcessor/AssetProcessor.php index <HASH>..<HASH> 100644 --- a/src/Awjudd/AssetProcessor/AssetProcessor.php +++ b/src/Awjudd/AssetProcessor/AssetProcessor.php @@ -298,7 +298,7 @@ class AssetProcessor ))); } ...
Bug fix, returning $output instead of empty string in case of CDNs being used
awjudd_l4-assetprocessor
train
php
ed4c58bf6be76a720abc88da374d4b391869de3d
diff --git a/src/Cygnite/Console/src/Apps/Controllers/Controller.php b/src/Cygnite/Console/src/Apps/Controllers/Controller.php index <HASH>..<HASH> 100644 --- a/src/Cygnite/Console/src/Apps/Controllers/Controller.php +++ b/src/Cygnite/Console/src/Apps/Controllers/Controller.php @@ -1,4 +1,3 @@ - namespace Apps\Contro...
Dynamic finder fetchAll() finder changed to all() Dynamic finder fetchAll() finder changed to all()
cygnite_framework
train
php
fbf0893413218496bf5f88b548d996ae6d70c125
diff --git a/lib/gateway/Shard.js b/lib/gateway/Shard.js index <HASH>..<HASH> 100644 --- a/lib/gateway/Shard.js +++ b/lib/gateway/Shard.js @@ -110,15 +110,16 @@ class Shard extends EventEmitter { this.emit("error", err, this.id); } + this.ws = null; + this.reset(); + /** ...
Fix shard disconnect event logic (#<I>)
abalabahaha_eris
train
js
2081faa1f14267d05997cbdada2dd79c1736c73f
diff --git a/satpy/plugin_base.py b/satpy/plugin_base.py index <HASH>..<HASH> 100644 --- a/satpy/plugin_base.py +++ b/satpy/plugin_base.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2011 SMHI +# Copyright (c) 2011-2017 PyTroll # Author(s): @@ -37,6 +37,7 @@ LOG = logging.get...
pep8 editorial, and fixing copyright
pytroll_satpy
train
py
c177c8fabea2072bcfc252b7b3160c55a0db7354
diff --git a/tests/CouchDB/Tests/ConnectionTest.php b/tests/CouchDB/Tests/ConnectionTest.php index <HASH>..<HASH> 100644 --- a/tests/CouchDB/Tests/ConnectionTest.php +++ b/tests/CouchDB/Tests/ConnectionTest.php @@ -21,6 +21,13 @@ class ConnectionTest extends TestCase } } + public function testIsConne...
Add test for isConnected method
Baachi_CouchDB
train
php
b46126de456b14d0e98bef785ef5123be502c2e5
diff --git a/lib/gush/cli.rb b/lib/gush/cli.rb index <HASH>..<HASH> 100644 --- a/lib/gush/cli.rb +++ b/lib/gush/cli.rb @@ -111,6 +111,7 @@ module Gush desc "viz [WorkflowClass]", "Displays graph, visualising job dependencies" def viz(name) + client workflow = name.constantize.new("start") ...
Initialize client with loads Gushfile.
chaps-io_gush
train
rb
45583da4781134bae44f5570abf5b1ca7dc2d17b
diff --git a/tests/csvmanager_test.py b/tests/csvmanager_test.py index <HASH>..<HASH> 100644 --- a/tests/csvmanager_test.py +++ b/tests/csvmanager_test.py @@ -44,6 +44,7 @@ class TableTestCase(unittest.TestCase): with archive.open('b', 'w') as f: f.write('3,4') self.assertEqua...
Added a test for the zip archive functionality
gem_oq-engine
train
py
5feef5919142c4b555eef33d57190cdca7deb5ce
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name='cltk', packages=find_packages(), url='https://github.com/cltk/cltk', - version='0.1.96', + version='0.1.97', zip_safe=True, test_suite='cltk.tests.test_cltk', )
Bump vers for Akkadian Completion of GSoC <I> project by Andrew Deloucas ( @adeloucas , PR #<I> )
cltk_cltk
train
py
c02d5d38dcd69247197b54211766788d06634b1a
diff --git a/upup/pkg/fi/cloudup/awstasks/securitygroup.go b/upup/pkg/fi/cloudup/awstasks/securitygroup.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/cloudup/awstasks/securitygroup.go +++ b/upup/pkg/fi/cloudup/awstasks/securitygroup.go @@ -91,7 +91,7 @@ func (e *SecurityGroup) findEc2(c *fi.Context) (*ec2.SecurityGr...
Fix bug in security group matching We were matching only by the name tag, instead of using the group-name If users had an SG with the same Name in different VPCs we could have matched SGs in both VPCs. This seems unlikely, and particularly tricky to then get through the remaining sanity checks (even in the find func...
kubernetes_kops
train
go
be8d392f067b72f84455d126dc0326aa82e8cb03
diff --git a/scripts/homestead.rb b/scripts/homestead.rb index <HASH>..<HASH> 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -202,6 +202,12 @@ class Homestead s.args = [site["map"].tr('^A-Za-z0-9', '')] end end + ...
Cleans up leftover schedules (#<I>)
laravel_homestead
train
rb
a78de91a90c996850247d5493622ba7fc30b4b43
diff --git a/lib/setupHttpRoutes.js b/lib/setupHttpRoutes.js index <HASH>..<HASH> 100644 --- a/lib/setupHttpRoutes.js +++ b/lib/setupHttpRoutes.js @@ -406,9 +406,11 @@ function setupHttpRoutes(server, skynet){ // Returns all devices owned by authenticated user // curl -X GET http://localhost:3000/mydevices/0d3a53...
Enable queries in mydevices for HTTP
octoblu_meshblu
train
js
cd65ea6d60e38e1e51ed76a4d1e9c55e8095dd5e
diff --git a/lib/navigationlib.php b/lib/navigationlib.php index <HASH>..<HASH> 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -3748,7 +3748,14 @@ class flat_navigation extends navigation_node_collection { if ($course->id > 1) { // It's a real course. $url = new moo...
MDL-<I> navigation: Fix course names in flat nav
moodle_moodle
train
php
f509de45832d616fc9fb2302b3b65db372415796
diff --git a/src/Message/Request/FetchPaymentMethodsRequest.php b/src/Message/Request/FetchPaymentMethodsRequest.php index <HASH>..<HASH> 100755 --- a/src/Message/Request/FetchPaymentMethodsRequest.php +++ b/src/Message/Request/FetchPaymentMethodsRequest.php @@ -32,6 +32,23 @@ class FetchPaymentMethodsRequest extends A...
Add Apple Pay support to FetchPaymentMethodsRequest
thephpleague_omnipay-mollie
train
php
27dffe4394931f813c026d730fbaeebd1e6ec096
diff --git a/src/messages/ru/hipanel.finance.billTypes.php b/src/messages/ru/hipanel.finance.billTypes.php index <HASH>..<HASH> 100644 --- a/src/messages/ru/hipanel.finance.billTypes.php +++ b/src/messages/ru/hipanel.finance.billTypes.php @@ -44,6 +44,8 @@ return [ 'Websa private Cloud monthly fee' => 'Абонплата W...
Add DevOps support translations
hiqdev_hipanel-module-finance
train
php
c81391e3148dad86adbb79e017cf105b61c8d869
diff --git a/patroni/dcs/etcd.py b/patroni/dcs/etcd.py index <HASH>..<HASH> 100644 --- a/patroni/dcs/etcd.py +++ b/patroni/dcs/etcd.py @@ -188,7 +188,8 @@ class AbstractEtcdClientWithFailover(etcd.Client): logger.debug("Retrieved list of machines: %s", machines) if machines: ...
Don't resolve cluster members when use_proxies is set (#<I>) Close <URL>
zalando_patroni
train
py,py
b08817a118fc9de7a1e90c55511534384232f051
diff --git a/src/Gica/MongoDB/Selector/Selector.php b/src/Gica/MongoDB/Selector/Selector.php index <HASH>..<HASH> 100644 --- a/src/Gica/MongoDB/Selector/Selector.php +++ b/src/Gica/MongoDB/Selector/Selector.php @@ -99,6 +99,15 @@ class Selector implements \IteratorAggregate, Selectable }); } + public...
added \Gica\MongoDB\Selector\Selector::sortIfNecessary
xprt64_mongodb-selector
train
php
2c50256917d1b0c7361177a50af7d0b46cbd8d40
diff --git a/host/pydaq/HL/spi.py b/host/pydaq/HL/spi.py index <HASH>..<HASH> 100644 --- a/host/pydaq/HL/spi.py +++ b/host/pydaq/HL/spi.py @@ -85,6 +85,4 @@ class spi(HardwareLayer): def get_data(self, addr=0, size=None): if(size == None): size = self._conf['mem_bytes'] - print "spi.ge...
MAINT: <I> was done by mistake, revert to <I>
SiLab-Bonn_basil
train
py
ddd9bec4d6b458e3e72a3c121adac8c68543c8c1
diff --git a/recordlinkage/algorithms/numeric.py b/recordlinkage/algorithms/numeric.py index <HASH>..<HASH> 100644 --- a/recordlinkage/algorithms/numeric.py +++ b/recordlinkage/algorithms/numeric.py @@ -12,7 +12,7 @@ def _step_sim(d, offset=0, origin=0): expr = 'abs(d - origin) <= offset' - return pandas.ev...
Changed return type of step similarity algorithm into float
J535D165_recordlinkage
train
py
8571d69e47ea5167fb01efe362dab4b5832297ed
diff --git a/nameko/exceptions.py b/nameko/exceptions.py index <HASH>..<HASH> 100644 --- a/nameko/exceptions.py +++ b/nameko/exceptions.py @@ -98,18 +98,22 @@ def deserialize_to_instance(exc_type): return exc_type +class BadRequest(Exception): + pass + + @deserialize_to_instance -class MalformedRequest(Exc...
add exception superclass for identifying bad requests
nameko_nameko
train
py
aa58f3bc688605a109b7ba23135745ae71eaad50
diff --git a/src/main/java/nl/garvelink/iban/package-info.java b/src/main/java/nl/garvelink/iban/package-info.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/garvelink/iban/package-info.java +++ b/src/main/java/nl/garvelink/iban/package-info.java @@ -26,7 +26,7 @@ * IBAN iban = IBAN.valueOf( "NL91ABNA04171643...
Use international sample IBAN's in the package summary javadoc.
barend_java-iban
train
java
e83a6a22d454a480dc8c389db84eaf591ec7d86a
diff --git a/mod/label/lib.php b/mod/label/lib.php index <HASH>..<HASH> 100644 --- a/mod/label/lib.php +++ b/mod/label/lib.php @@ -181,7 +181,7 @@ function label_reset_userdata($data) { * * @return array */ -function lable_get_extra_capabilities() { +function label_get_extra_capabilities() { return array('mo...
MDL-<I> fix lable typo credit goes to fautrero
moodle_moodle
train
php
9dee5899dc6a9b6f7b54ac84d08339e5f3cddad2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -136,6 +136,7 @@ var inject = module.exports = function (cache, config) { }), paramap(function (pkg, cb) { unpack(pkg, {target: pkg.path}, function (err, hash) { + if(err) return cb(err) ...
if there was an error, cb before making error about hash
dominictarr_npmd-install
train
js
d3ce79c7b207fa090ac04abc4997b7137f67b234
diff --git a/spec/helpers_spec.rb b/spec/helpers_spec.rb index <HASH>..<HASH> 100644 --- a/spec/helpers_spec.rb +++ b/spec/helpers_spec.rb @@ -24,3 +24,12 @@ describe '#fixture' do expect(data['success']).to eq(true) end end + +describe '#fixture_property' do + fixture :data, [:test] + fixture_property :data...
Add a spec for fixture_property
meew0_discordrb
train
rb
c8b967ba3732d2c9d94217216ea8e296a5c7b1a3
diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java index <HASH>..<HASH> 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java +++ b/dependency-check-core/src/main/java/org/owa...
updated engine to fix bug with archive analyzer prematurely deleting fiels Former-commit-id: dd<I>e3c<I>f2d9bf7bf3b<I>f<I>be<I>d6d<I>
jeremylong_DependencyCheck
train
java
b9cd14673f1b66db21371299888141da14de5c8e
diff --git a/tests/test_snap.py b/tests/test_snap.py index <HASH>..<HASH> 100644 --- a/tests/test_snap.py +++ b/tests/test_snap.py @@ -15,6 +15,14 @@ class TestPrimTeardown(unittest.TestCase): self.jr = PoppyErgoJr(simulator='poppy-simu', use_snap=True, snap_port=port) self.base_url = 'http://127.0.0....
Make sure the Snap API is running before unit testing. See <URL>
poppy-project_pypot
train
py
3a2583125838860b05bd09a23a292736764e4834
diff --git a/backtrader/lineiterator.py b/backtrader/lineiterator.py index <HASH>..<HASH> 100644 --- a/backtrader/lineiterator.py +++ b/backtrader/lineiterator.py @@ -95,9 +95,14 @@ class MetaLineIterator(LineSeries.__class__): if _obj._owner is not None: _obj._owner.addindicator(_obj) + ...
Single line LineSeries return line instead of object
backtrader_backtrader
train
py
4016a5efd3d8f0850932c45f8b3300df16ca9a1b
diff --git a/closure/goog/log/log.js b/closure/goog/log/log.js index <HASH>..<HASH> 100644 --- a/closure/goog/log/log.js +++ b/closure/goog/log/log.js @@ -90,6 +90,16 @@ goog.log.getLogger = function(name, opt_level) { }; +/** + * Returns the root logger. + * + * @return {?goog.log.Logger} The root logger, or null...
Add goog.log.getRootLogger. RELNOTES[NEW]: goog.log.getRootLogger has been added. PiperOrigin-RevId: <I>
google_closure-library
train
js
68ffc847a77869ef83f0f7717561b2f2f4828341
diff --git a/HARK/core.py b/HARK/core.py index <HASH>..<HASH> 100644 --- a/HARK/core.py +++ b/HARK/core.py @@ -592,7 +592,7 @@ class AgentType(HARKobject): None ''' for var_name in self.shock_vars: - setattr(self, var_name, self.shock_history[var_name][self.t_sim, :]) + ...
read_shocks to the shocks dict; track shocks from the shocks dict
econ-ark_HARK
train
py
86893e9cdebd1740d6f7d341e0bae003dfc79eef
diff --git a/includes/modules/export/xhtml/class-pb-xhtml11.php b/includes/modules/export/xhtml/class-pb-xhtml11.php index <HASH>..<HASH> 100644 --- a/includes/modules/export/xhtml/class-pb-xhtml11.php +++ b/includes/modules/export/xhtml/class-pb-xhtml11.php @@ -563,7 +563,7 @@ class Xhtml11 extends Export { printf...
changing contributing authors class, because it was breaking PDF running heads.
pressbooks_pressbooks
train
php
2dad2ff4f5ac04c1617e1aab9ae00ad9afdfb16c
diff --git a/src/config/ios/findProject.js b/src/config/ios/findProject.js index <HASH>..<HASH> 100644 --- a/src/config/ios/findProject.js +++ b/src/config/ios/findProject.js @@ -8,7 +8,7 @@ const GLOB_PATTERN = '**/*.xcodeproj'; /** * These folders will be excluded from search to speed it up */ -const GLOB_EXCLUD...
Ignore Cocoapods autogenerated project
rnpm_rnpm
train
js
c78fa20de52468ceb2cdbbee952f486ac2533902
diff --git a/helusers/apps.py b/helusers/apps.py index <HASH>..<HASH> 100644 --- a/helusers/apps.py +++ b/helusers/apps.py @@ -9,4 +9,4 @@ class HelusersConfig(AppConfig): class HelusersAdminConfig(AdminConfig): - default_site = 'helusers.admin.AdminSite' + default_site = 'helusers.admin_site.AdminSite'
Fix wrong path for helusers AdminSite
City-of-Helsinki_django-helusers
train
py
c265293f38771348ebd596ec68ae196daf44c0ef
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ setup(name='numina', author='Sergio Pascual', author_email='sergiopr@fis.ucm.es', url='http://guaix.fis.ucm.es/projects/emir', - download_url='ftp://astrax.fis.ucm.es/pub/software/numin...
Removing download_url, by default from PyPI
guaix-ucm_numina
train
py
8bf67b13ff9e307f0ceac906471e3bc8681ceb2f
diff --git a/src/org/opencms/db/CmsImportFolder.java b/src/org/opencms/db/CmsImportFolder.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/db/CmsImportFolder.java +++ b/src/org/opencms/db/CmsImportFolder.java @@ -280,8 +280,7 @@ public class CmsImportFolder { */ private void importZipResource(ZipInputS...
Replaced not used declaration with a HACK.
alkacon_opencms-core
train
java
674f37854515a7199df7e0f955579d5eae1ba70e
diff --git a/server/src/main/java/com/orientechnologies/orient/server/security/ODefaultServerSecurity.java b/server/src/main/java/com/orientechnologies/orient/server/security/ODefaultServerSecurity.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/orientechnologies/orient/server/security/ODefaultServerSec...
fixed null pointer in case of missing database in default security
orientechnologies_orientdb
train
java
eed6811857b1b1a5315a914a5127f478bc41d9c8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -76,6 +76,8 @@ Exception.readable('toJSON', function extract() { // if (this.capture) return this.capture; + var cpus = os.cpus(); + return { node: process.versions, version: require('./package.json').ver...
[minor] Added missing cpu information
observing_exception
train
js
a95ced6260494f108df72f0f9ffe9c60498365ad
diff --git a/examples/distillation/distiller.py b/examples/distillation/distiller.py index <HASH>..<HASH> 100644 --- a/examples/distillation/distiller.py +++ b/examples/distillation/distiller.py @@ -295,7 +295,10 @@ class Distiller: if self.is_master: logger.info(f'--- Ending epoch {self.epoch}/{self.param...
[Distillation] save last chkpt as `pytorch_model.bin`
huggingface_pytorch-pretrained-BERT
train
py
6d8cee3757d48ec83ff8fb0b6673053b9e5dae31
diff --git a/src/delombok/lombok/delombok/Delombok.java b/src/delombok/lombok/delombok/Delombok.java index <HASH>..<HASH> 100644 --- a/src/delombok/lombok/delombok/Delombok.java +++ b/src/delombok/lombok/delombok/Delombok.java @@ -366,6 +366,7 @@ public class Delombok { for (File fileToParse : filesToParse) { ...
Making delombok compatible with post-resolution transformers meant delombok would fail with a 'duplicate context value' error. Fixes issue #<I> Thanks to Neildo for using the <I> beta and spotting the problem - the tests don't run 1 delombok with multiple files. Maybe we should change that.
rzwitserloot_lombok
train
java
f2f64d1e809864cb4b24d1a1b1ebcea3681e9adf
diff --git a/core/src/main/java/com/google/bitcoin/core/Wallet.java b/core/src/main/java/com/google/bitcoin/core/Wallet.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/Wallet.java +++ b/core/src/main/java/com/google/bitcoin/core/Wallet.java @@ -3588,6 +3588,12 @@ public class Wallet ex...
Wallet: move setTag to the extensions section of the file.
bitcoinj_bitcoinj
train
java
6b929f15a4b7dfb69d9690a7b067b1351d9296bd
diff --git a/cwltool/job.py b/cwltool/job.py index <HASH>..<HASH> 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -69,7 +69,7 @@ with open(sys.argv[1], "r") as f: if sp.stdin: sp.stdin.close() rcode = sp.wait() - if isinstance(stdin, file): + if stdin is not subprocess.PIPE: stdin....
Fix Python 3 incompatibility in PYTHON_RUN_SCRIPT. `file` is no longer a built-in with the new `io` framework. Was causing jobs to fail depending on the python in the conda env.
common-workflow-language_cwltool
train
py
6687f28bf705284ce21e99158e46ad49f4eb4d9d
diff --git a/src/main/java/de/galan/commons/time/Durations.java b/src/main/java/de/galan/commons/time/Durations.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/galan/commons/time/Durations.java +++ b/src/main/java/de/galan/commons/time/Durations.java @@ -64,7 +64,7 @@ public class Durations { String result =...
Opened method with custom seperator
galan_commons
train
java
00365496341fb21b6fbeaf31374af66700bca184
diff --git a/lib/payment.js b/lib/payment.js index <HASH>..<HASH> 100644 --- a/lib/payment.js +++ b/lib/payment.js @@ -146,7 +146,7 @@ function txToPayment(tx, opts) { // Advanced options invoice_id: tx.InvoiceID, - paths: tx.paths || '', + paths: tx.paths || [], flag_partial_payment: (tx.Flags &...
[FIX] Fixed timestamp bug
ripple_ripple-rest
train
js,js
af5f2d743cc236c595c5a285979520969e1d580d
diff --git a/Lib/ufo2ft/featureWriters/baseFeatureWriter.py b/Lib/ufo2ft/featureWriters/baseFeatureWriter.py index <HASH>..<HASH> 100644 --- a/Lib/ufo2ft/featureWriters/baseFeatureWriter.py +++ b/Lib/ufo2ft/featureWriters/baseFeatureWriter.py @@ -154,7 +154,13 @@ class BaseFeatureWriter: raise NotImplementedEr...
BaseFeatureWriter: _insert() may also insert anchorDefs
googlefonts_ufo2ft
train
py
4521cfb20ab489e6f3ab7748cf9fbdfee4d97ad2
diff --git a/message_sender/factory.py b/message_sender/factory.py index <HASH>..<HASH> 100644 --- a/message_sender/factory.py +++ b/message_sender/factory.py @@ -177,6 +177,7 @@ class WassupApiSender(object): self.session = ( session or WASSUP_SESSIONS.setdefault(token, requests.Session())) ...
include the Authorization token in the header
praekeltfoundation_seed-message-sender
train
py
25c78b5b1adb8a5df566470ef7b944de7bd15810
diff --git a/test/Task/GroupTaskTest.php b/test/Task/GroupTaskTest.php index <HASH>..<HASH> 100644 --- a/test/Task/GroupTaskTest.php +++ b/test/Task/GroupTaskTest.php @@ -32,5 +32,33 @@ class GroupTaskTest extends DeployerTester $this->runCommand('group'); } + + public function testAfter() + { + ...
Test after/before task in group tasks :beetle:
deployphp_deployer
train
php
2a19eba9a7a44b221f73fc3f5cabda1baf432184
diff --git a/umi_tools/umi_methods.py b/umi_tools/umi_methods.py index <HASH>..<HASH> 100644 --- a/umi_tools/umi_methods.py +++ b/umi_tools/umi_methods.py @@ -202,6 +202,9 @@ def get_bundles(insam, read_events, else: read_events['Input Reads'] += 1 + if paired: + read_events['P...
updates logging to include number of paired reads
CGATOxford_UMI-tools
train
py
6612961d2ab47e14a5c97b4f2a6fee688eb2e7d5
diff --git a/modules_v3/lightbox/module.php b/modules_v3/lightbox/module.php index <HASH>..<HASH> 100644 --- a/modules_v3/lightbox/module.php +++ b/modules_v3/lightbox/module.php @@ -27,6 +27,8 @@ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); exit; } +// prevents the error where image on Lightbo...
reverse change <I> - it is required and it prevents the error where image on Lightbox fails to close - How? I don't know.
fisharebest_webtrees
train
php
e3b9aad702d8e5ed3d25d859da267cc3b12893ea
diff --git a/board.go b/board.go index <HASH>..<HASH> 100644 --- a/board.go +++ b/board.go @@ -1,7 +1,6 @@ package jira import ( - //"fmt" "fmt" "net/http" ) diff --git a/project_test.go b/project_test.go index <HASH>..<HASH> 100644 --- a/project_test.go +++ b/project_test.go @@ -68,7 +68,7 @@ func TestProject...
cosmetic fix in boards imports, tests in projects
andygrunwald_go-jira
train
go,go
171f5b7a47ee419bfc3729ee9136b67414195430
diff --git a/src/Tags.php b/src/Tags.php index <HASH>..<HASH> 100644 --- a/src/Tags.php +++ b/src/Tags.php @@ -38,6 +38,6 @@ class Tags extends Field return $tags->map(function (Tag $tag) { return ['id' => $tag->id, 'name' => $tag->name]; - }); + })->values(); } }
Fix resolveAttribute on forms Without this, the following error occurs on forms when there are more than 1 tag returned. "TypeError: this.field.value.map is not a function"
spatie_nova-tags-field
train
php
4b3d98ce9898f9f6f3af2b35fc8b988317d75e65
diff --git a/src/MvcCore/Ext/Views/Helpers/Assets.php b/src/MvcCore/Ext/Views/Helpers/Assets.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Ext/Views/Helpers/Assets.php +++ b/src/MvcCore/Ext/Views/Helpers/Assets.php @@ -417,7 +417,8 @@ class Assets extends \MvcCore\Ext\Views\Helpers\AbstractHelper try { ...
Direct usage of deprecated __CLASS__ constant conditioned.
mvccore_ext-view-helper-assets
train
php
3a755964072977917de6c0cf2542483a6bf62d68
diff --git a/qtpy/QtCore.py b/qtpy/QtCore.py index <HASH>..<HASH> 100644 --- a/qtpy/QtCore.py +++ b/qtpy/QtCore.py @@ -24,8 +24,10 @@ if PYQT5: del pyqtSignal, pyqtSlot, pyqtProperty, QT_VERSION_STR elif PYSIDE2: from PySide2.QtCore import * - from PySide2.QtGui import QStringListModel - + try: # may ...
PySide-<I>a2 preventive change
spyder-ide_qtpy
train
py
4d4aa6eb1f25d545bf3d8249060c6230fb2e5035
diff --git a/lintools/data.py b/lintools/data.py index <HASH>..<HASH> 100644 --- a/lintools/data.py +++ b/lintools/data.py @@ -73,7 +73,10 @@ class Data(object): self.mol2.GetSubstructMatches(mol, uniquify=1) except AttributeError: self.mol2 = Chem.MolFromMol2File(mol2_file,removeHs=F...
Add assertion error for MOL2 Sometimes MOL2 files cannot be imported since the atom types are not of SYBYL type that RDKit likes. I will at some point write a solution for that although it can be messy
ldomic_lintools
train
py
3d0ecddd9f107df87c1f47e5570124e1830bbc02
diff --git a/lib/assets/Xml.js b/lib/assets/Xml.js index <HASH>..<HASH> 100644 --- a/lib/assets/Xml.js +++ b/lib/assets/Xml.js @@ -29,9 +29,6 @@ extendWithGettersAndSetters(Xml.prototype, { }), document = domParser.parseFromString(this.text, 'text/xml'); - if (!firstParseE...
Fixed copy/paste error that required XML documents to have an <svg> element at the top level (assetgraph-builder#<I>).
assetgraph_assetgraph
train
js
6fa038d0c444da2dbbc8be17f4016dc875dfdd6e
diff --git a/lib/dock0/config.rb b/lib/dock0/config.rb index <HASH>..<HASH> 100644 --- a/lib/dock0/config.rb +++ b/lib/dock0/config.rb @@ -36,7 +36,9 @@ module Dock0 def finalize puts "Packing config into #{@paths['output']}" - tar = Dir.chdir(File.dirname(@paths['build'])) { run 'tar cz .' } + ...
set owner/group on config to root
dock0_dock0
train
rb
ed7defb1fbebcf370fde603f81ebd4844ce8c79b
diff --git a/src/main/java/de/jfachwert/bank/Geldbetrag.java b/src/main/java/de/jfachwert/bank/Geldbetrag.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/jfachwert/bank/Geldbetrag.java +++ b/src/main/java/de/jfachwert/bank/Geldbetrag.java @@ -945,11 +945,16 @@ public class Geldbetrag implements MonetaryAmount, ...
scale -1 is ignored in context; TCK: still <I> tests failing
oboehm_jfachwert
train
java
7c9bccf11ede54f06762a8ae56048917caa586ff
diff --git a/web/auth_test.go b/web/auth_test.go index <HASH>..<HASH> 100644 --- a/web/auth_test.go +++ b/web/auth_test.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build integration +// +build root, integration package web
adding root tag to build statemnt.
control-center_serviced
train
go
68753542cb5689bc672031ccdd72f69b241a7636
diff --git a/fathom-rest-security/src/main/java/fathom/rest/controller/extractors/AuthExtractor.java b/fathom-rest-security/src/main/java/fathom/rest/controller/extractors/AuthExtractor.java index <HASH>..<HASH> 100644 --- a/fathom-rest-security/src/main/java/fathom/rest/controller/extractors/AuthExtractor.java +++ b/f...
Try to extract Account from local if there is no Account in the session
gitblit_fathom
train
java
3e53ad5a6f0f67776a163f7fded5a456f637ae88
diff --git a/pydsl/Grammar/Definition.py b/pydsl/Grammar/Definition.py index <HASH>..<HASH> 100644 --- a/pydsl/Grammar/Definition.py +++ b/pydsl/Grammar/Definition.py @@ -71,6 +71,9 @@ class RegularExpressionDefinition(GrammarDefinition): import re self.regexp = re.compile(regexp, flags) + def __...
hash support for regexp grammars
nesaro_pydsl
train
py
fc7f3cb06c191aff4fcad6af88f0c3012d7d1a65
diff --git a/anndata/base.py b/anndata/base.py index <HASH>..<HASH> 100644 --- a/anndata/base.py +++ b/anndata/base.py @@ -397,6 +397,10 @@ class _ViewMixin(_SetItemMixin): self._view_args = view_args super().__init__(*args, **kwargs) + def __deepcopy__(self, memo): + parent, k = self._vie...
fix repeated slicing / uns deepcopying problem (#<I>)
theislab_anndata
train
py
427dd14c46660e45965fcde9fd8a08c1e37d68c5
diff --git a/src/ContactPoint.php b/src/ContactPoint.php index <HASH>..<HASH> 100644 --- a/src/ContactPoint.php +++ b/src/ContactPoint.php @@ -1,16 +1,13 @@ <?php -/** - * @file - * Contains CultuurNet\UDB3\ContactPoint. - */ - namespace CultuurNet\UDB3; use Broadway\Serializer\SerializableInterface; /** * ...
III-<I>: Added @todo with Jira ticket to remove $type property on ContactPoint.
cultuurnet_udb3-php
train
php
5d36f200dbb3bfb43ec5f2529e5e7cb0b36426d5
diff --git a/lib/maruku/version.rb b/lib/maruku/version.rb index <HASH>..<HASH> 100644 --- a/lib/maruku/version.rb +++ b/lib/maruku/version.rb @@ -19,7 +19,7 @@ #++ module MaRuKu - Version = '0.5.1.1' + Version = '0.5.2' MarukuURL = 'http://maruku.rubyforge.org/'
pumping version number because gem seems to have problems with <I> git-svn-id: svn://rubyforge.org/var/svn/maruku/trunk@<I> 7e2f<I>f0-5a<I>-4fd6-<I>-<I>c<I>b<I>
bhollis_maruku
train
rb
3fea657277a7932fe0cdd3df9629de34a7b36687
diff --git a/lib/basecamp/resources/todo_list.rb b/lib/basecamp/resources/todo_list.rb index <HASH>..<HASH> 100644 --- a/lib/basecamp/resources/todo_list.rb +++ b/lib/basecamp/resources/todo_list.rb @@ -1,6 +1,4 @@ module Basecamp; class TodoList < Basecamp::Resource - parent_resources :project - # Returns all lis...
Accessing project from todo_list is now possible
anibalcucco_basecamp-wrapper
train
rb
6a49e9aab04c16d79844411a334068c5968e1dd9
diff --git a/example/speech-demo/lstm_bucketing.py b/example/speech-demo/lstm_bucketing.py index <HASH>..<HASH> 100644 --- a/example/speech-demo/lstm_bucketing.py +++ b/example/speech-demo/lstm_bucketing.py @@ -393,7 +393,7 @@ if __name__ == '__main__': assert name_vals[0][0] == 'Acc_exlude_padding' c...
enforce a lower bound for lr decaying
apache_incubator-mxnet
train
py
771afb34c884336396e3b528e5536fb4ef69d065
diff --git a/retext.py b/retext.py index <HASH>..<HASH> 100755 --- a/retext.py +++ b/retext.py @@ -42,6 +42,7 @@ def main(fileNames): app.setStyleSheet(QTextStream(sheetfile).readAll()) sheetfile.close() window = ReTextWindow() + window.show() for fileName in fileNames: try: fileName = QString.fromUtf8...
Show the window before opening files to fix issues when wrong window title was displayed
retext-project_retext
train
py