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
b24d0c9f8ce7f85f3df0263df5b8f4aca53d4328
diff --git a/pysat/_instrument.py b/pysat/_instrument.py index <HASH>..<HASH> 100644 --- a/pysat/_instrument.py +++ b/pysat/_instrument.py @@ -271,6 +271,7 @@ class Instrument(object): # use Instrument definition of MetaLabels over the Metadata declaration self.meta_labels = labels self.meta ...
BUG: Ensured meta object immutable upon Instrument instantiation
rstoneback_pysat
train
py
97e6bd2219599b1f752219fa7ff8ee47ddf8c5b0
diff --git a/tests/integration/states/test_ansiblegate.py b/tests/integration/states/test_ansiblegate.py index <HASH>..<HASH> 100644 --- a/tests/integration/states/test_ansiblegate.py +++ b/tests/integration/states/test_ansiblegate.py @@ -16,13 +16,14 @@ import salt.utils.path # Import testing libraries from tests....
only run ansible tests if sshd was started
saltstack_salt
train
py
552acfba95b2a966975b8ffdf596494a7ccb5c5b
diff --git a/test/test_indexdata/test_views.py b/test/test_indexdata/test_views.py index <HASH>..<HASH> 100644 --- a/test/test_indexdata/test_views.py +++ b/test/test_indexdata/test_views.py @@ -39,16 +39,27 @@ try: # only available in 1.8 + from django.test.utils import override_settings except ImportError:...
Clean up override_settings replacement for no django and older django
emory-libraries_eulfedora
train
py
5cf318a6dea6ea49e45b321e80e4e06f86ffeeed
diff --git a/AlphaTwirl/WritePandasDataFrameToFile.py b/AlphaTwirl/WritePandasDataFrameToFile.py index <HASH>..<HASH> 100755 --- a/AlphaTwirl/WritePandasDataFrameToFile.py +++ b/AlphaTwirl/WritePandasDataFrameToFile.py @@ -11,6 +11,7 @@ class WritePandasDataFrameToFile(object): f.write(" ".join([i for i in...
make WritePandasDataFrameToFile write the line break at the end of file
alphatwirl_alphatwirl
train
py,py
5971535ef0d5bdbb54619bff086e3fa4cf1e7657
diff --git a/src/OptionDbTrait.php b/src/OptionDbTrait.php index <HASH>..<HASH> 100644 --- a/src/OptionDbTrait.php +++ b/src/OptionDbTrait.php @@ -49,7 +49,7 @@ trait OptionDbTrait { $parts = parse_url($url); - $this->database['name'] = $parts['path']; + $this->database['name'] = trim(...
trim the leading slash remaining from parsing URL - forgot this last commit
simplisti_jasper-starter
train
php
b41c4045387d9caf5429d3c86b858125f54f3b32
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -85,6 +85,7 @@ var processJSONencodedBody = function (body) { var key, value; var result = { + properties: {}, mp: {}, }; @@ -99,6 +100,14 @@ var processJSONencodedBody = function (body) { } } + ...
fix(main): ensure URL is always top level property
voxpelli_node-micropub-express
train
js,js
70923ddce4e45192ed1ce50d307c67853ea36956
diff --git a/Bundle/WidgetBundle/Model/WidgetManager.php b/Bundle/WidgetBundle/Model/WidgetManager.php index <HASH>..<HASH> 100644 --- a/Bundle/WidgetBundle/Model/WidgetManager.php +++ b/Bundle/WidgetBundle/Model/WidgetManager.php @@ -350,7 +350,6 @@ class WidgetManager $this->widgetMapManager->overwrite($vi...
do not build widgetMap as unnecesary
Victoire_victoire
train
php
6105bcdd8a49220657dd798eaf03f6afe0117944
diff --git a/fsps/fsps.py b/fsps/fsps.py index <HASH>..<HASH> 100644 --- a/fsps/fsps.py +++ b/fsps/fsps.py @@ -366,7 +366,7 @@ class StellarPopulation(object): :param dust1_index: (default: -1.0) Power law index of the attenuation curve affecting stars younger than - dust_tesc corresponding to ``...
Edited dust1_index docstring to reflect usage Previously, the docstring (and therefore documentation on the website) stated that dust1_index is only used when dust_type=0. This is not the case, dust1_index is used for all dust types, as can be seen in the Fortran FSPS documentation. I have also verified this in in pyt...
dfm_python-fsps
train
py
59ef1669ddf377d5bfbdf178305f5e1ef63218db
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ 'zope.sqlalchemy', 'cryptacular', - 'requests', + 'requests < 1.0.0', 'docutils', 'IPython',
Force requests version for users using proxy Lastest version looks not working
mardiros_pyshop
train
py
ca683ddf4c59424dd589aa21b770dd044b94c375
diff --git a/webstack_django_sorting/common.py b/webstack_django_sorting/common.py index <HASH>..<HASH> 100644 --- a/webstack_django_sorting/common.py +++ b/webstack_django_sorting/common.py @@ -11,7 +11,9 @@ def render_sort_anchor(request, field_name, title): sort_by = get_params.get("sort", None) if sort_by...
templatetags.common: fix sorting direction with invalid params sorting by an invalid direction shouldn't fail and use ASC order
webstack_webstack-django-sorting
train
py
0a00a7b158238cbbd0f052032c61fa4d33dc42fa
diff --git a/phonopy/phonon/band_structure.py b/phonopy/phonon/band_structure.py index <HASH>..<HASH> 100644 --- a/phonopy/phonon/band_structure.py +++ b/phonopy/phonon/band_structure.py @@ -38,11 +38,9 @@ from phonopy.units import VaspToTHz def estimate_band_connection(prev_eigvecs, eigvecs, prev_band_order): me...
Fix reversing range for py3.
atztogo_phonopy
train
py
725730a125fe6955e478afc23d7c0b7d5cc36394
diff --git a/src/Monitor/Monitor.php b/src/Monitor/Monitor.php index <HASH>..<HASH> 100644 --- a/src/Monitor/Monitor.php +++ b/src/Monitor/Monitor.php @@ -6,7 +6,6 @@ use stdClass; class Monitor { - /** * The array $_SERVER[] contains a bunch of server and execution * environment information.
Apply fixes from StyleCI (#<I>) [ci skip] [skip ci]
orchidsoftware_platform
train
php
bc51506aa8e16ca5b104eea1f89f0ff1449866d0
diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/web/valve/ValveUtil.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/web/valve/ValveUtil.java index <HASH>..<HASH> 100644 --- a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/web/v...
get ride of useless line of code.
wildfly_wildfly
train
java
194dca95a2f39046399ebc109c157829757d6e51
diff --git a/cluster/calcium/build_image.go b/cluster/calcium/build_image.go index <HASH>..<HASH> 100644 --- a/cluster/calcium/build_image.go +++ b/cluster/calcium/build_image.go @@ -47,6 +47,7 @@ ADD launcher /usr/local/bin/launcher ADD launcheroot /usr/local/bin/launcheroot WORKDIR /{{.Appname}} RUN useradd -u %s ...
chown on /APPNAME inside container
projecteru2_core
train
go
54501425959cf18b48ad6e5f035ab9ba61d01ff6
diff --git a/nodes/fire-event/ui-fire-event.js b/nodes/fire-event/ui-fire-event.js index <HASH>..<HASH> 100644 --- a/nodes/fire-event/ui-fire-event.js +++ b/nodes/fire-event/ui-fire-event.js @@ -15,7 +15,7 @@ RED.nodes.registerType('ha-fire-event', { server: { value: '', type: 'server', required: true }, ...
refactor(fire-event): Change default type of the data field to JSONata
zachowj_node-red-contrib-home-assistant-websocket
train
js
daa1101b3a587922f6b15334eaa927cb9f33e9a2
diff --git a/stagemonitor-web/src/main/resources/stagemonitor/static/tabs/ajax-requests.js b/stagemonitor-web/src/main/resources/stagemonitor/static/tabs/ajax-requests.js index <HASH>..<HASH> 100644 --- a/stagemonitor-web/src/main/resources/stagemonitor/static/tabs/ajax-requests.js +++ b/stagemonitor-web/src/main/resou...
Render page load time when ajax request is deselected
stagemonitor_stagemonitor
train
js
29c0640a64d87bc63ec20cdc68899b95e4155ef0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -314,7 +314,13 @@ groups.Groups = function(optionsArg, callback) { req.extras.oneGroup = true; } } - return self._people.get(req, criteria, { permalink: req.bestPage }, function(err, results) { + var...
added support for a letter query that filters last names A-Z
apostrophecms-legacy_apostrophe-groups
train
js
3e442359b069f8646e5003c650976f2cc62a8cad
diff --git a/docs/webpack.config.js b/docs/webpack.config.js index <HASH>..<HASH> 100644 --- a/docs/webpack.config.js +++ b/docs/webpack.config.js @@ -80,7 +80,7 @@ const sassConfig = `outputStyle=${env.development ? 'expanded&sourceMap=true' : const jsLoader = `${env.development ? 'react-hot!' : ''}babel`; if(env.d...
Changed devport to <I>
mlaursen_react-md
train
js
84d171fe8654d0ecd5d11bcd30c91dc8f6c5ad8a
diff --git a/pkg/controller/cloud/node_controller.go b/pkg/controller/cloud/node_controller.go index <HASH>..<HASH> 100644 --- a/pkg/controller/cloud/node_controller.go +++ b/pkg/controller/cloud/node_controller.go @@ -313,18 +313,18 @@ func (cnc *CloudNodeController) MonitorNode() { func (cnc *CloudNodeController) Ad...
Avoid call to get cloud instances if a node does not have the taint, we really don't need to make calls to get the list of instances from the cloud provider
kubernetes_kubernetes
train
go
5c5522b7c047b7f3df0a577a85a6caa419a64a4f
diff --git a/manifest.go b/manifest.go index <HASH>..<HASH> 100644 --- a/manifest.go +++ b/manifest.go @@ -66,6 +66,9 @@ func BuildManifest(root string, includeFn filepath.WalkFunc) (*pb.Manifest, erro if fi.Mode().IsRegular() { entry.Size = uint64(fi.Size()) + + // TODO(stevvooe): The nlinks technique is no...
Add comment about links counting and specify ApplyManifest
containerd_continuity
train
go
1322ef5108d9a6a364a6c6b83a475ef1f78751ab
diff --git a/tests/test_fields.py b/tests/test_fields.py index <HASH>..<HASH> 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -7,6 +7,7 @@ from marshmallow.fields import Int from marshmallow_jsonapi import Schema from marshmallow_jsonapi.fields import Str, DocumentMeta, Meta, ResourceMeta, Relations...
Skip missing skeleton tests for ma version < 3
marshmallow-code_marshmallow-jsonapi
train
py
e2907f1503e82596bb89972a77edb27d303bd9d2
diff --git a/openquake/engine/utils/tasks.py b/openquake/engine/utils/tasks.py index <HASH>..<HASH> 100644 --- a/openquake/engine/utils/tasks.py +++ b/openquake/engine/utils/tasks.py @@ -75,7 +75,7 @@ class OqTaskManager(TaskManager): result = result_dict['result'] if isinstance(result, BaseEx...
Updated .received to be a list
gem_oq-engine
train
py
4d5066e07308817b9156b326d635a6db3afde4c7
diff --git a/defaults.go b/defaults.go index <HASH>..<HASH> 100644 --- a/defaults.go +++ b/defaults.go @@ -1,6 +1,7 @@ package defaults import ( + "encoding/json" "errors" "reflect" "strconv" @@ -104,8 +105,18 @@ func setField(field reflect.Value, defaultVal string) { case reflect.String: field.Set(refle...
Initialize slice/map/struct with json
creasty_defaults
train
go
dd05d48f6dbd0e193d6a77640b34d753d9e1c323
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -64,6 +64,14 @@ utils.blacklist = [ utils.parseArgs = function(argv) { var parse = utils.macros('generate-macro-store'); var obj = parse(argv, utils.opts); + + for (var key in obj) { + var val = obj[...
ensure the reverse of a negative flag is set on options e.g. when `--nofoo` is set, it adds `nofoo: true` to the options. This ensures that `foo: false` is also added resolves <URL>
generate_generate
train
js
a3cdc67b958ed21b0df5354696d31d087704f526
diff --git a/conversation.go b/conversation.go index <HASH>..<HASH> 100644 --- a/conversation.go +++ b/conversation.go @@ -84,6 +84,11 @@ func (c *Conversation) wrapMessageHeader(msgType byte, msg []byte) (messageWithH return append(header, msg...), nil } +// DefaultFingerprintFor returns the default fingerprint f...
Add support for getting fingerprints from Conversation
coyim_otr3
train
go
86dc93e63a8b1d319935bde7853a842c012f64d3
diff --git a/app/src/Bolt/Controllers/Upload.php b/app/src/Bolt/Controllers/Upload.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Controllers/Upload.php +++ b/app/src/Bolt/Controllers/Upload.php @@ -95,6 +95,8 @@ class Upload implements ControllerProviderInterface, ServiceProviderInterface $res...
rearranged the logic in array loop to fix
bolt_bolt
train
php
4e497a81b3f6eb2823af22ef69dbd1b8d22790a1
diff --git a/test/unit/sources/freeproxylists.js b/test/unit/sources/freeproxylists.js index <HASH>..<HASH> 100644 --- a/test/unit/sources/freeproxylists.js +++ b/test/unit/sources/freeproxylists.js @@ -102,7 +102,7 @@ describe('source.freeproxylists', function() { it('should get list data given a list URL', funct...
Increased timeout for freeproxylists test
chill117_proxy-lists
train
js
ce02b19d217bc7cf15fef47be2961fda2db42033
diff --git a/src/components/picker/PickerItem.js b/src/components/picker/PickerItem.js index <HASH>..<HASH> 100644 --- a/src/components/picker/PickerItem.js +++ b/src/components/picker/PickerItem.js @@ -145,6 +145,7 @@ function createStyles() { ...Typography.text70, color: Colors.dark10, flex: 1, +...
fixed rtl bug in Picker.Item (#<I>)
wix_react-native-ui-lib
train
js
b2e29f4dc2a614779fa006c63bb552954d334693
diff --git a/Adapter/PlentymarketsAdapter/ResponseParser/Media/MediaResponseParser.php b/Adapter/PlentymarketsAdapter/ResponseParser/Media/MediaResponseParser.php index <HASH>..<HASH> 100644 --- a/Adapter/PlentymarketsAdapter/ResponseParser/Media/MediaResponseParser.php +++ b/Adapter/PlentymarketsAdapter/ResponseParser...
include all media fields for the media hash
plentymarkets_plentymarkets-shopware-connector
train
php
694dd627e05cb0afc21acda13df4228c8425d004
diff --git a/lib/xport/common.php b/lib/xport/common.php index <HASH>..<HASH> 100644 --- a/lib/xport/common.php +++ b/lib/xport/common.php @@ -68,7 +68,7 @@ abstract class XportCommon { case self::ENC_XML: lib('array2xml'); try { - $response = array_shift(XML2Array::createArray($response)); + $res...
upgraded to work with php E_STRICT on and upgraded transport handling of exceptions
nullivex_lib-xport
train
php
2b8af9e79ee2e3f54be98710f3f245940dffee1a
diff --git a/src/config/android/findAndroidAppFolder.js b/src/config/android/findAndroidAppFolder.js index <HASH>..<HASH> 100644 --- a/src/config/android/findAndroidAppFolder.js +++ b/src/config/android/findAndroidAppFolder.js @@ -1,6 +1,10 @@ const fs = require('fs'); const path = require('path'); +/** + * @param ...
Added coments to findAndroidAppFolder
rnpm_rnpm
train
js
2701de50d21bdb151a776f3dc93a792667e795e2
diff --git a/ui/stories/components/table.stories.js b/ui/stories/components/table.stories.js index <HASH>..<HASH> 100644 --- a/ui/stories/components/table.stories.js +++ b/ui/stories/components/table.stories.js @@ -29,6 +29,7 @@ function injectRoutedController(controllerClass) { this.route('storybook'); });...
ui: storybook accesses private routing service
hashicorp_nomad
train
js
6f41e0901438b55680fc139fc0b37c4612ad521e
diff --git a/src/Adapter.php b/src/Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapter.php +++ b/src/Adapter.php @@ -156,6 +156,7 @@ class Adapter * * @param string $dbname * @return Adapter + * @throws UnknownDatabaseException */ public function setDatabase($dbname) {
Docblock change Changed to document the type of exception thrown.
phlib_db
train
php
b8586e762fb32f8095f020c8f5d7ceb11eb5e9f6
diff --git a/src/Twig/Template.php b/src/Twig/Template.php index <HASH>..<HASH> 100644 --- a/src/Twig/Template.php +++ b/src/Twig/Template.php @@ -56,10 +56,11 @@ abstract class Template extends Twig_Template /** @var \Illuminate\View\Factory $factory */ $env = $context['__env']; + $view_nam...
Update Template.php The name is not always set, meaning the composer and creators are not being called correctly. If no name the use getTemplateName()
rcrowe_TwigBridge
train
php
5b4ff9820881e4f6d9a41922c70b27f6d411ab5c
diff --git a/js/bitmex.js b/js/bitmex.js index <HASH>..<HASH> 100644 --- a/js/bitmex.js +++ b/js/bitmex.js @@ -548,11 +548,13 @@ module.exports = class bitmex extends Exchange { return false; } - async withdraw (currency, amount, address, tag = undefined, params = {}) { + async withdraw (code, amo...
bitmex withdraw() signature unified
ccxt_ccxt
train
js
688363ad53ae1f29b5e4f67bbb4b1b96e0238ad5
diff --git a/pkg/kubectl/describe.go b/pkg/kubectl/describe.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/describe.go +++ b/pkg/kubectl/describe.go @@ -27,6 +27,7 @@ import ( "github.com/GoogleCloudPlatform/kubernetes/pkg/api" "github.com/GoogleCloudPlatform/kubernetes/pkg/client" "github.com/GoogleCloudPlatfo...
Kubectl describe nodes id with events.
kubernetes_kubernetes
train
go
7b96ea9d8aa2715159b66c7b56ffbb24e1ed8ab4
diff --git a/lib/rvm/environment/utility.rb b/lib/rvm/environment/utility.rb index <HASH>..<HASH> 100644 --- a/lib/rvm/environment/utility.rb +++ b/lib/rvm/environment/utility.rb @@ -52,23 +52,25 @@ module RVM # Lets you build a command up, without needing to see the output. # As an example, # - # rv...
Add :rvm_by_path option to #rvm method to invoke rvm with full path.
rvm_rvm-gem
train
rb
63022392bbead0acca33d17121dac7fa69736363
diff --git a/src/Config/FileConfig.php b/src/Config/FileConfig.php index <HASH>..<HASH> 100644 --- a/src/Config/FileConfig.php +++ b/src/Config/FileConfig.php @@ -16,7 +16,7 @@ class FileConfig extends SimpleConfig * @param Loader\FileLoader $fileLoader * * @api - */куафсещкrre + */ publi...
issue #<I>, fix critical mistake
octolabot_Common
train
php
e1b7279acebfb69867241b41511209e0679d8478
diff --git a/src/widgets/AjaxModal.php b/src/widgets/AjaxModal.php index <HASH>..<HASH> 100644 --- a/src/widgets/AjaxModal.php +++ b/src/widgets/AjaxModal.php @@ -216,7 +216,7 @@ class AjaxModal extends \yii\bootstrap\Modal jQuery('#$this->id').modal('hide'); new PNotif...
Changed color of flash from `info` to `success`
hiqdev_hipanel-core
train
php
435733797ca07a710de5d782c20e37a6649a3e26
diff --git a/packages/core/lib/segment_emitter.js b/packages/core/lib/segment_emitter.js index <HASH>..<HASH> 100644 --- a/packages/core/lib/segment_emitter.js +++ b/packages/core/lib/segment_emitter.js @@ -122,7 +122,7 @@ var SegmentEmitter = { var client = this.socket; var formatted = segment.format(); ...
Changes "New Buffer(data)" to Buffer.from(data) (#<I>)
aws_aws-xray-sdk-node
train
js
0b3bee7d103606632cad408db3f3c94b6c3d06fe
diff --git a/src/search/search-action/index.js b/src/search/search-action/index.js index <HASH>..<HASH> 100644 --- a/src/search/search-action/index.js +++ b/src/search/search-action/index.js @@ -4,6 +4,8 @@ import _builder from './builder'; import _parser from './parser'; import dispatcher from '../../dispatcher'; i...
take pierr s comments in account
KleeGroup_focus-core
train
js
6289188091f032526617a3071accce0ab9ddb1d1
diff --git a/controller/api/models.py b/controller/api/models.py index <HASH>..<HASH> 100644 --- a/controller/api/models.py +++ b/controller/api/models.py @@ -863,7 +863,12 @@ def _etcd_publish_domains(**kwargs): def _etcd_purge_domains(**kwargs): app = kwargs['instance'].app - _etcd_client.delete('/deis/dom...
fix(controller): handle partial deletion of domains
deis_deis
train
py
aaf91727b4489ec4e83b697263453cb1c51973f0
diff --git a/lib/dassets/version.rb b/lib/dassets/version.rb index <HASH>..<HASH> 100644 --- a/lib/dassets/version.rb +++ b/lib/dassets/version.rb @@ -1,3 +1,3 @@ module Dassets - VERSION = "0.4.1" + VERSION = "0.5.0" end
version to <I> * more forgiving Dassets initialization (#<I>)
redding_dassets
train
rb
816230e584686345a4c73ec59d7aee1607e204c9
diff --git a/lib/utilities.js b/lib/utilities.js index <HASH>..<HASH> 100644 --- a/lib/utilities.js +++ b/lib/utilities.js @@ -1,6 +1,6 @@ const getQuasiValue = ({ value }) => { if (value && typeof value === 'object') { - return value.raw.trim() + return value.raw.trimRight() } return '' diff --git a/...
Add supporting of more than one roots in template
ezhlobo_eslint-plugin-react-pug
train
js,js
a715f46c9cc0022b5f412883360a448198aec0c1
diff --git a/spec/uia/element_spec.rb b/spec/uia/element_spec.rb index <HASH>..<HASH> 100644 --- a/spec/uia/element_spec.rb +++ b/spec/uia/element_spec.rb @@ -127,7 +127,7 @@ describe Uia::Element do end end - context '#select' do + context '#filter' do context 'control_type' do When(:buttons) {...
rename #filter spec appropriately
northwoodspd_uia
train
rb
ae3bdabac28e897f4888f8c11526a6f170606247
diff --git a/hazelcast/src/main/java/com/hazelcast/map/MapContainer.java b/hazelcast/src/main/java/com/hazelcast/map/MapContainer.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/map/MapContainer.java +++ b/hazelcast/src/main/java/com/hazelcast/map/MapContainer.java @@ -35,7 +35,6 @@ import ...
fix for issues #<I> and #<I>
hazelcast_hazelcast
train
java
053608df09e280aa1098e71486c13b78f43deb1e
diff --git a/test/Runner/MediaInfoCommandRunnerTest.php b/test/Runner/MediaInfoCommandRunnerTest.php index <HASH>..<HASH> 100644 --- a/test/Runner/MediaInfoCommandRunnerTest.php +++ b/test/Runner/MediaInfoCommandRunnerTest.php @@ -126,7 +126,7 @@ class MediaInfoCommandRunnerTest extends \PHPUnit_Framework_TestCase ...
Apply fixes from StyleCI (#<I>)
mhor_php-mediainfo
train
php
d57a5bad4b3d19128af6e3f2acc18026473ee2ab
diff --git a/bokeh/charts/donut.py b/bokeh/charts/donut.py index <HASH>..<HASH> 100644 --- a/bokeh/charts/donut.py +++ b/bokeh/charts/donut.py @@ -18,14 +18,10 @@ It also add a new chained stacked method. #----------------------------------------------------------------------------- from math import pi, cos, sin -i...
clean Donut code (unused imports)
bokeh_bokeh
train
py
3affe78cda8259242bba77a8ab8973347c827ef8
diff --git a/src/java/org/apache/cassandra/db/Table.java b/src/java/org/apache/cassandra/db/Table.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/db/Table.java +++ b/src/java/org/apache/cassandra/db/Table.java @@ -121,15 +121,6 @@ public class Table return Collections.unmodifiableCollectio...
remove T.getCFS(id). Patch by Gary Dusbabek, reviewed by Stu Hood. CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
java
85c904e95292570376dad94325f6d1a46c4d643e
diff --git a/src/Event/BeforeEntityDeletedEvent.php b/src/Event/BeforeEntityDeletedEvent.php index <HASH>..<HASH> 100644 --- a/src/Event/BeforeEntityDeletedEvent.php +++ b/src/Event/BeforeEntityDeletedEvent.php @@ -7,6 +7,8 @@ namespace EasyCorp\Bundle\EasyAdminBundle\Event; */ final class BeforeEntityDeletedEvent ...
Add missing isPropagationStopped to BeforeEntityDeletedEvent
EasyCorp_EasyAdminBundle
train
php
e2bd4a255d901f6e267f4f26955dc1f1d2126d19
diff --git a/lib/podio/models/item.rb b/lib/podio/models/item.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/item.rb +++ b/lib/podio/models/item.rb @@ -88,8 +88,10 @@ class Podio::Item < ActivePodio::Base class << self # @see https://developers.podio.com/doc/items/get-item-22360 - def find(id) - ...
Added support for supplying options to Item.find
podio_podio-rb
train
rb
5673cb4936cd149c1848df160045feeadcb17103
diff --git a/test/integration_test.py b/test/integration_test.py index <HASH>..<HASH> 100644 --- a/test/integration_test.py +++ b/test/integration_test.py @@ -59,6 +59,7 @@ class IntegrationTests(BaseIntegrationTest): def test_integration_default(self): self._run(private_token=None, **self.default_kwargs)...
Skip curl integration test if pycurl cannot be imported.
galaxyproject_pulsar
train
py
43f55d6a54b329ad13e2837db37863425b4b03fe
diff --git a/tools/c7n_mailer/c7n_mailer/utils.py b/tools/c7n_mailer/c7n_mailer/utils.py index <HASH>..<HASH> 100644 --- a/tools/c7n_mailer/c7n_mailer/utils.py +++ b/tools/c7n_mailer/c7n_mailer/utils.py @@ -58,6 +58,7 @@ def get_rendered_jinja(target, sqs_message, resources, logger): recipient=target, ...
tools/c7n_mailer - add account_id to template variables. (#<I>)
cloud-custodian_cloud-custodian
train
py
e198dffcaff1ae25e5a2f03c43bcbf57df0967aa
diff --git a/src/main/java/spark/HaltException.java b/src/main/java/spark/HaltException.java index <HASH>..<HASH> 100644 --- a/src/main/java/spark/HaltException.java +++ b/src/main/java/spark/HaltException.java @@ -30,18 +30,21 @@ public class HaltException extends RuntimeException { private String body = null; ...
HaltException: disable stack traces and suppression. (#<I>)
perwendel_spark
train
java
778340abd52ff87da2dff20ce4bb197595e40176
diff --git a/mtools/mloginfo/sections/query_section.py b/mtools/mloginfo/sections/query_section.py index <HASH>..<HASH> 100644 --- a/mtools/mloginfo/sections/query_section.py +++ b/mtools/mloginfo/sections/query_section.py @@ -64,7 +64,7 @@ class QuerySection(BaseSection): # no queries in the log file ...
don't exit if queries are not found in log file. see #<I>
rueckstiess_mtools
train
py
ca8cb06493ad73a87c3614a4586ed3cb731844f4
diff --git a/Module.php b/Module.php index <HASH>..<HASH> 100644 --- a/Module.php +++ b/Module.php @@ -91,7 +91,7 @@ class Module //Logout if requested if (!empty($_GET['logout'])) { $session->destroy(); - header('Location: \\'); + header('Location: /'); ...
add vip cart adder, fix logout url issue
reliv_Rcm
train
php
853a15614724086145467ea264674f02ca0766ab
diff --git a/value.go b/value.go index <HASH>..<HASH> 100644 --- a/value.go +++ b/value.go @@ -363,10 +363,11 @@ func (v *Value) Iterate(fn func(idx, count int, key, value *Value) bool, empty f } return // done case reflect.String: - runeCount := v.getResolvedValue().Len() - if runeCount > 0 { - for i := 0;...
TODO: String slicing still not utf8-compatible yet.
flosch_pongo2
train
go
0e905e3609236e665836b39f92692673e810dda8
diff --git a/src/Adapter/CPDF.php b/src/Adapter/CPDF.php index <HASH>..<HASH> 100644 --- a/src/Adapter/CPDF.php +++ b/src/Adapter/CPDF.php @@ -113,7 +113,7 @@ class CPDF implements Canvas /** * Instance of Cpdf class * - * @var Cpdf + * @var \Dompdf\Cpdf */ protected $_pdf; @@ -203...
Fix instantiating CPDF Adapter without Dompdf
dompdf_dompdf
train
php
b4b44862576c4da456f855fdfb71cfae1a074527
diff --git a/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php b/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php index <HASH>..<HASH> 100644 --- a/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php +++ b/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php @@ -33,7 +33,7 @@ final class TypeAnalysis implements StartEndTokenAw...
Fix iterable not being detected as a reserved type in TypeAnalysis
FriendsOfPHP_PHP-CS-Fixer
train
php,php
3a45cadeb34ad808c4bc0cb7a9a8465ae78947df
diff --git a/src/pouch.replicate.js b/src/pouch.replicate.js index <HASH>..<HASH> 100644 --- a/src/pouch.replicate.js +++ b/src/pouch.replicate.js @@ -43,6 +43,12 @@ if (typeof module !== 'undefined' && module.exports) { var diff = {}; diff[change.id] = change.changes.map(function(x) { return x.re...
Catch errors retrieving revisions during replication
pouchdb_pouchdb
train
js
f9205cd3210ca6ba6503319f50982a73211572cc
diff --git a/test/glassfish/tasks/base_task_test.rb b/test/glassfish/tasks/base_task_test.rb index <HASH>..<HASH> 100644 --- a/test/glassfish/tasks/base_task_test.rb +++ b/test/glassfish/tasks/base_task_test.rb @@ -117,6 +117,9 @@ class Redfish::Tasks::Glassfish::BaseTaskTest < Redfish::TestCase data['config'] = {...
Make sure configuration for domain and jvm_properties exists
realityforge_redfish
train
rb
171c400d5e8d88e2ceb81e0ce78fc6cf105582de
diff --git a/money.js b/money.js index <HASH>..<HASH> 100644 --- a/money.js +++ b/money.js @@ -6,7 +6,7 @@ if (typeof exports !== "undefined") { - var BigInteger = require("jsbn"); + var BigInteger = require("jsbn").BigInteger; factory(root, exports, BigInteger); } else { v...
Change to the new jsbn API
ikr_money-math
train
js
cbcbdb16afe074bdadfc90efa6144e6b1256b269
diff --git a/lib/rest_adapter.rb b/lib/rest_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/rest_adapter.rb +++ b/lib/rest_adapter.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem 'dm-core', '=0.9.1' +gem 'dm-core', '=0.9.2' require 'dm-core' require 'extlib' require 'dm-serializer'
Upgrading to <I> -- here comes the pain
datamapper_dm-rest-adapter
train
rb
24dab21fdb658cd28c04bb668fb6d6d0be9043b6
diff --git a/src/ChunkReader.php b/src/ChunkReader.php index <HASH>..<HASH> 100644 --- a/src/ChunkReader.php +++ b/src/ChunkReader.php @@ -78,14 +78,14 @@ class ChunkReader }); } + $jobs->push($afterImportJob); + if ($import instanceof ShouldQueue) { return n...
Fixes #<I> (#<I>)
Maatwebsite_Laravel-Excel
train
php
bad33da5620f14fe56825dce37af868592cb30c5
diff --git a/tweepy/streaming.py b/tweepy/streaming.py index <HASH>..<HASH> 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -404,7 +404,7 @@ class Stream(object): self._start(async) def filter(self, follow=None, track=None, async=False, locations=None, - stall_warnings=False,...
Added basic support for filter_level parameter for the streaming API
tweepy_tweepy
train
py
8bc043065a8d7d50861cb2d2dcf15cf10297a7c4
diff --git a/PHPCI/Command/RunCommand.php b/PHPCI/Command/RunCommand.php index <HASH>..<HASH> 100644 --- a/PHPCI/Command/RunCommand.php +++ b/PHPCI/Command/RunCommand.php @@ -68,7 +68,7 @@ class RunCommand extends Command // For verbose mode we want to output all informational and above // messages ...
Check for option verbose instead of get it. This avoid crashing when called by daemonise command.
dancryer_PHPCI
train
php
0f59ccfc06e182d39005aeecb53caefb2f834e2c
diff --git a/src/actions/utils/middleware/log.js b/src/actions/utils/middleware/log.js index <HASH>..<HASH> 100644 --- a/src/actions/utils/middleware/log.js +++ b/src/actions/utils/middleware/log.js @@ -13,7 +13,8 @@ const blacklist = [ "MAP_SCOPES", "MAP_FRAMES", "ADD_SCOPES", - "IN_SCOPE_LINES" + "IN_SCOPE...
[mochi] stop logging remove breakpoint data (#<I>)
firefox-devtools_debugger
train
js
46ccde79a80c5a1d9181cc0d1b29c48a7ceebc93
diff --git a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2.java b/liquibase-core/src/main/java/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/GetViewDefinitionGeneratorDB2....
Fix query for snapshotting views on DB2/Z (#<I>) DB2/Z: The view definition may only be fetched by the name and creator. The search with PATHSCHEMAS is ambiguous and may lead to multiple results. Fix issue <I>
liquibase_liquibase
train
java
8528e1f97ba6d9df56341257933036ef72e966f7
diff --git a/ramda.js b/ramda.js index <HASH>..<HASH> 100644 --- a/ramda.js +++ b/ramda.js @@ -385,9 +385,6 @@ } if (arglen < 2) { return function _merge(list2) { - if (arguments.length < 1) { - return _merge; - } ...
revise some 2ary fns
ramda_ramda
train
js
caef0bf262a53072b6700a84b87a9e40f3a75e90
diff --git a/lib/merb-core/plugins.rb b/lib/merb-core/plugins.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/plugins.rb +++ b/lib/merb-core/plugins.rb @@ -1,5 +1,5 @@ module Merb - + module Plugins # ==== Returns @@ -9,17 +9,29 @@ module Merb def self.config @config ||= File.exists?(Merb.ro...
Example (from merb_sequel) and corrections to the way Merb finds out plugins Rakefiles.
wycats_merb
train
rb
f7090e7350d2a816e4ba60d5344b88a92ed84c7d
diff --git a/src/plugins/FakeModal.js b/src/plugins/FakeModal.js index <HASH>..<HASH> 100644 --- a/src/plugins/FakeModal.js +++ b/src/plugins/FakeModal.js @@ -28,6 +28,13 @@ export default class FakeModal extends Plugin { } prepareTarget (callerPlugin) { + console.log(callerPlugin.type) + + if (callerPlug...
Make sure that only selecter or progress can access modal
transloadit_uppy
train
js
1b7f398448563c7584487a4a43a050c8b3af59ea
diff --git a/src/Rules.php b/src/Rules.php index <HASH>..<HASH> 100644 --- a/src/Rules.php +++ b/src/Rules.php @@ -74,21 +74,6 @@ class Rules implements \ArrayAccess, \IteratorAggregate protected $filter = array(); /** - * @var Rules - */ - protected static $_rules; - - /** - * @var string...
removing static properties and methods from Rules class.
WScore_Validation
train
php
5a6ecee200956677a80f0c00241aa1ea4f369cd8
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 @@ -22,6 +22,8 @@ require 'capybara/rspec' require 'capybara/rails' require 'mocha' +Resque.inline = Rails.env.test? + FactoryGirl.definition_file_paths = [File.expand_path("../fac...
Run resque jobs synchronously for testing
samvera_hyrax
train
rb
b8155bd5bead29bf116aeea9159563e1a6409c41
diff --git a/cli/command/formatter/disk_usage.go b/cli/command/formatter/disk_usage.go index <HASH>..<HASH> 100644 --- a/cli/command/formatter/disk_usage.go +++ b/cli/command/formatter/disk_usage.go @@ -26,7 +26,7 @@ const ( uniqueSizeHeader = "UNIQUE SiZE" ) -// DiskUsageContext contains disk usage specific info...
correct all the formate to formatter
moby_moby
train
go,go
3ba7268f0886465d967629492fd56946d6996ebb
diff --git a/attack.go b/attack.go index <HASH>..<HASH> 100644 --- a/attack.go +++ b/attack.go @@ -139,7 +139,7 @@ func attack(opts *attackOpts) (err error) { res := atk.Attack(tr, opts.rate, opts.duration) enc := gob.NewEncoder(out) sig := make(chan os.Signal, 1) - signal.Notify(sig, os.Interrupt, os.Kill) + sig...
cmds: Don't subscribe to os.Kill signals
tsenart_vegeta
train
go,go
7fe8cbac7423ddea18354f70e6692d25ff6b8503
diff --git a/examples/server-kitchen-sink/.storybook/main.js b/examples/server-kitchen-sink/.storybook/main.js index <HASH>..<HASH> 100644 --- a/examples/server-kitchen-sink/.storybook/main.js +++ b/examples/server-kitchen-sink/.storybook/main.js @@ -1,5 +1,5 @@ module.exports = { - stories: ['../stories/**/*.stories...
Add `yaml` extension to the stories glob
storybooks_storybook
train
js
56b26768a2da9b3733d8a82f4a47e049c576855d
diff --git a/bin/runImport.php b/bin/runImport.php index <HASH>..<HASH> 100644 --- a/bin/runImport.php +++ b/bin/runImport.php @@ -21,8 +21,9 @@ $xml = file_get_contents(__DIR__ . '/../tests/shared-fixture/catalog.xml'); $queue->add(new CatalogImportDomainEvent($xml)); $consumer = $factory->createDomainEventConsume...
Issue #<I>: Make import script process messages until queue is empty
lizards-and-pumpkins_catalog
train
php
fcdbab675541895349a90ce4095ffebdbac51746
diff --git a/classes/fields/currency.php b/classes/fields/currency.php index <HASH>..<HASH> 100644 --- a/classes/fields/currency.php +++ b/classes/fields/currency.php @@ -93,7 +93,8 @@ class PodsField_Currency extends PodsField { array( 'usd' => '$ (USD)', ...
Add GBP to built-in currencies for currency field type
pods-framework_pods
train
php
e0f2478ef431cccb1d30d92d2d0c47d6f195675b
diff --git a/lib/plugins/filter/post_permalink.js b/lib/plugins/filter/post_permalink.js index <HASH>..<HASH> 100644 --- a/lib/plugins/filter/post_permalink.js +++ b/lib/plugins/filter/post_permalink.js @@ -1,6 +1,5 @@ 'use strict'; -const defaults = require('lodash/defaults'); const { Permalink, slugize } = requir...
refactor: drop lodash for post_permalink filter (#<I>)
hexojs_hexo
train
js
ad9f62e9b844e4828240861cd59b8f9288118ca7
diff --git a/pywal/export_colors.py b/pywal/export_colors.py index <HASH>..<HASH> 100755 --- a/pywal/export_colors.py +++ b/pywal/export_colors.py @@ -25,6 +25,8 @@ def template(colors, input_file): with open(export_file, "w") as file: file.write(template_data) + print(f"export: Exported {input_file}...
general: Added back printing of export.
dylanaraps_pywal
train
py
4a58c9f6475162e01c179067834711afa9c6de09
diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -17,7 +17,7 @@ def sanitize_args(args): not well suited for. """ if args.release is None: - args.release = 'jewel' + args.release = 'luminous...
[RM-<I>] install default to luminous
ceph_ceph-deploy
train
py
93a29c561c97769b3ab297ebfb5c33b5d0c80b62
diff --git a/opbeat/contrib/django/middleware/__init__.py b/opbeat/contrib/django/middleware/__init__.py index <HASH>..<HASH> 100644 --- a/opbeat/contrib/django/middleware/__init__.py +++ b/opbeat/contrib/django/middleware/__init__.py @@ -59,7 +59,7 @@ class OpbeatAPMMiddleware(object): if hasattr(self.thread_...
Bug in view_name fallback.
elastic_apm-agent-python
train
py
92fb738d8aabaa477bd9d0d49223f4ae25ecfe7e
diff --git a/core/src/main/java/com/google/errorprone/refaster/ControlFlowVisitor.java b/core/src/main/java/com/google/errorprone/refaster/ControlFlowVisitor.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/refaster/ControlFlowVisitor.java +++ b/core/src/main/java/com/google/errorprone/re...
Add an analysis of switch statements for research on expression switches. RELNOTES: n/a ------------- Created by MOE: <URL>
google_error-prone
train
java
02d762d2af73badb2d6d936cb64f2d0fcbf62a74
diff --git a/biojava3-genome/src/main/java/org/biojava3/genome/parsers/gff/FeatureList.java b/biojava3-genome/src/main/java/org/biojava3/genome/parsers/gff/FeatureList.java index <HASH>..<HASH> 100644 --- a/biojava3-genome/src/main/java/org/biojava3/genome/parsers/gff/FeatureList.java +++ b/biojava3-genome/src/main/jav...
Update method comment to indicate legal calling sequences for using attribute features.
biojava_biojava
train
java
2af475d9a2dec911d3515bd111d70416a13a8d00
diff --git a/jax/_src/numpy/lax_numpy.py b/jax/_src/numpy/lax_numpy.py index <HASH>..<HASH> 100644 --- a/jax/_src/numpy/lax_numpy.py +++ b/jax/_src/numpy/lax_numpy.py @@ -850,7 +850,7 @@ def fmod(x1, x2): _check_arraylike("fmod", x1, x2) if issubdtype(_dtype(x1, x2), integer): x2 = where(x2 == 0, 1, x2) - r...
Cleanup: pass function name rather than function object
tensorflow_probability
train
py
cd3051f0e6657fd39e5c221568d1c73898295083
diff --git a/lib/panda/base.rb b/lib/panda/base.rb index <HASH>..<HASH> 100644 --- a/lib/panda/base.rb +++ b/lib/panda/base.rb @@ -38,6 +38,10 @@ module Panda create || errors.last.raise! end + def to_json + attributes.to_json + end + private def load(attributes)
Adding to_json method which returns only a json of attributes
pandastream_panda_gem
train
rb
2c81b6fbcba65173c247cafe0f016495f060730b
diff --git a/lib/perpetuity/postgres/serialized_data.rb b/lib/perpetuity/postgres/serialized_data.rb index <HASH>..<HASH> 100644 --- a/lib/perpetuity/postgres/serialized_data.rb +++ b/lib/perpetuity/postgres/serialized_data.rb @@ -31,6 +31,17 @@ module Perpetuity combined end + + def any? + ...
Add #map and #any? to Postgres::SerializedData Ideally, it should be fully Enumerable-compliant. Maybe later.
jgaskins_perpetuity-postgres
train
rb,rb
8a24dc0c6d879026011415a2d4d1d80bfe2d7f37
diff --git a/osbs/api.py b/osbs/api.py index <HASH>..<HASH> 100644 --- a/osbs/api.py +++ b/osbs/api.py @@ -831,6 +831,8 @@ class OSBS(object): logs = self.get_build_logs(build_id=build_id, follow=follow, wait_if_missing=wait_if_missing, decode=True) + if logs is Non...
Check logs is not None before performing string operation
projectatomic_osbs-client
train
py,py
fea2ede77472f0a5f5b254f839adf13311e3b6c2
diff --git a/aws/resource_aws_kinesisanalyticsv2_application.go b/aws/resource_aws_kinesisanalyticsv2_application.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_kinesisanalyticsv2_application.go +++ b/aws/resource_aws_kinesisanalyticsv2_application.go @@ -143,6 +143,7 @@ func resourceAwsKinesisAnalyticsV2Applica...
r/aws_kinesisanalyticsv2_application: Make 'application_configuration' computed.
terraform-providers_terraform-provider-aws
train
go
52f4c9bac545b39ea6620b2444f805dabca6ff3a
diff --git a/lib/ruby_speech/grxml/builtins.rb b/lib/ruby_speech/grxml/builtins.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_speech/grxml/builtins.rb +++ b/lib/ruby_speech/grxml/builtins.rb @@ -57,7 +57,7 @@ module RubySpeech::GRXML::Builtins # @option options [#to_i] :maxlength Maximum length for the string of dig...
[DOC] update method description for digits builtin
adhearsion_ruby_speech
train
rb
4452b44b9062f71363d593e7ed506c702722ad63
diff --git a/examples/ner/run_ner.py b/examples/ner/run_ner.py index <HASH>..<HASH> 100644 --- a/examples/ner/run_ner.py +++ b/examples/ner/run_ner.py @@ -586,6 +586,8 @@ def main(): config = config_class.from_pretrained( args.config_name if args.config_name else args.model_name_or_path, num_labe...
Labels are now added to model config under id2label and label2id (#<I>)
huggingface_pytorch-pretrained-BERT
train
py
4e1ba79db476ef7a1a54a38a63620f7c30315abf
diff --git a/backbone.localStorage.js b/backbone.localStorage.js index <HASH>..<HASH> 100644 --- a/backbone.localStorage.js +++ b/backbone.localStorage.js @@ -125,6 +125,8 @@ _.extend(Backbone.LocalStorage.prototype, { (_.chain || _)(local).keys() .filter(function (k) { return itemRe.test(k); }) .eac...
empty this.records while cleaning
jeromegn_Backbone.localStorage
train
js
bd79c1dcb4668a9e9da9a7bf1520b1a275b98f6f
diff --git a/src/Place/MarkAsDuplicateCommandHandler.php b/src/Place/MarkAsDuplicateCommandHandler.php index <HASH>..<HASH> 100644 --- a/src/Place/MarkAsDuplicateCommandHandler.php +++ b/src/Place/MarkAsDuplicateCommandHandler.php @@ -35,6 +35,7 @@ class MarkAsDuplicateCommandHandler extends Udb3CommandHandler ...
Re-throw exception to make sure we interrupt the flow
cultuurnet_udb3-php
train
php
8eda30f4210466ca04260ad53d4bdccbe36a6f1f
diff --git a/pylsdj/kit_instrument.py b/pylsdj/kit_instrument.py index <HASH>..<HASH> 100644 --- a/pylsdj/kit_instrument.py +++ b/pylsdj/kit_instrument.py @@ -1,5 +1,4 @@ from instrument import Instrument -from bread_spec import INSTRUMENT_TYPE_CODE from instrument_mixins import VibratoMixin @@ -140,7 +139,7 @@ c...
Fix KitInstrument calling wrong method on invalid superclass.
alexras_pylsdj
train
py
1b9ef0e52dea6b02ed070092de31422c4b67fe45
diff --git a/miner/worker.go b/miner/worker.go index <HASH>..<HASH> 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -263,6 +263,7 @@ func (self *worker) wait() { } block := result.Block + self.current.state.Sync() if self.fullValidation { if _, err := self.chain.InsertChain(types.Blocks{block...
miner: moved state sync Moved the state sync so it only syncs the state when the block mining yield a possitive result
ethereum_go-ethereum
train
go
338a3e3bc0c3d84fd3fff7db59793a550b02fd04
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 @@ -11,6 +11,7 @@ require_relative "helpers/fakefs_helper" require_relative "helpers/social_snippet_helper" require "social_snippet/rspec/test_document" require "social_snippet/rspec...
test: load rspec/test_driver
social-snippet_social-snippet
train
rb
3a7f0eadb6f2e64d8b74b567ae5bc2957c952d2b
diff --git a/dropbox-v2/server-validators/babel_data_types.py b/dropbox-v2/server-validators/babel_data_types.py index <HASH>..<HASH> 100644 --- a/dropbox-v2/server-validators/babel_data_types.py +++ b/dropbox-v2/server-validators/babel_data_types.py @@ -204,7 +204,7 @@ class List(PrimitiveType): self.max_item...
Changed isinstance() check for lists to use "list" rather than types.ListType.
dropbox_stone
train
py
8f36891996d1fc623cb284e7b3c6f787197fd7f9
diff --git a/packages/ui-link/src/Link/styles.js b/packages/ui-link/src/Link/styles.js index <HASH>..<HASH> 100644 --- a/packages/ui-link/src/Link/styles.js +++ b/packages/ui-link/src/Link/styles.js @@ -79,7 +79,8 @@ const generateStyle = (componentTheme, props, state) => { ? componentTheme.textDecorationWithinT...
fix(ui-link): fix link not displaying outline on focus
instructure_instructure-ui
train
js
a6d66d60ebd7b988dcca7af49573f8576a7b4905
diff --git a/lib/types/urlencoded.js b/lib/types/urlencoded.js index <HASH>..<HASH> 100644 --- a/lib/types/urlencoded.js +++ b/lib/types/urlencoded.js @@ -47,7 +47,7 @@ function UrlEncoded(boy, cfg) { UrlEncoded.prototype.write = function(data, cb) { if (this._fields === this.fieldsLimit) { - if (!boy.hitField...
urlencoded: fix reference
mscdex_busboy
train
js
10dac9149786c6d797fe57bdeee7fa3b8f1e1364
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index <HASH>..<HASH> 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -57,6 +57,7 @@ classifiers = ['Development Status :: 4 - Beta', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3....
Will support <I> as well
PyCQA_pylint
train
py