hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
01165efcffd5eb08f03b0274fa690db7332ba313
diff --git a/lands/gui/view.py b/lands/gui/view.py index <HASH>..<HASH> 100644 --- a/lands/gui/view.py +++ b/lands/gui/view.py @@ -74,14 +74,29 @@ def draw_plates_on_screen(world, canvas): width = world.width height = world.height n_plates = world.n_plates() - print("N plates %i" % n_plates) for ...
pyqt: plates and elevation view Former-commit-id: f<I>b<I>f<I>c4e<I>d<I>ea4a8c4
Mindwerks_worldengine
train
a33b695e98d1786595ed4fd575cb097f1f492d8c
diff --git a/lib/puppet/pops/issues.rb b/lib/puppet/pops/issues.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/issues.rb +++ b/lib/puppet/pops/issues.rb @@ -491,7 +491,7 @@ module Puppet::Pops::Issues "This #{label.label(semantic)} is not productive. #{label.a_an_uc(container)} can not end with a non product...
(maint) Fix a typo in reserved word symbol
puppetlabs_puppet
train
0072cefe81c0e39d5887943c20a1dc0f58a844b7
diff --git a/bin.js b/bin.js index <HASH>..<HASH> 100644 --- a/bin.js +++ b/bin.js @@ -18,8 +18,3 @@ var entries = cli.input if (!entries.length) throw new Error('entries are required') degree(entries, extend(cli.flags, {stream: process.stdout})) - .on('connect', function (server) { - var uri = server.uri - ...
Remove server log statement (handled by budo)
bendrucker_degree
train
c0c7058a4cec34165ef342b775f1e890c5b73fc3
diff --git a/broccoli/packages.js b/broccoli/packages.js index <HASH>..<HASH> 100644 --- a/broccoli/packages.js +++ b/broccoli/packages.js @@ -17,7 +17,6 @@ const { RELEASE, DEBUG, toConst } = require('./features'); const GlimmerTemplatePrecompiler = require('./glimmer-template-compiler'); const VERSION_PLACEHOLDER =...
Fixup linting issues...
emberjs_ember.js
train
68808170da00145aabd196cca5b3358c20698ea0
diff --git a/lib/active_record/id_regions.rb b/lib/active_record/id_regions.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/id_regions.rb +++ b/lib/active_record/id_regions.rb @@ -1,3 +1,5 @@ +require_relative './ar_virtual' + module ArRegion extend ActiveSupport::Concern
Load ar_virtual before ar_region The current half-each-way arrangement of ApplicationRecord extensions revealed this undeclared dependency. (transferred from ManageIQ/manageiq@<I>cef<I>e<I>fa<I>e6c2b<I>da<I>)
ManageIQ_activerecord-id_regions
train
753e3a716a6c12eb30f657ab7092c0e373c3b0e0
diff --git a/pyzyre/chat.py b/pyzyre/chat.py index <HASH>..<HASH> 100644 --- a/pyzyre/chat.py +++ b/pyzyre/chat.py @@ -116,7 +116,7 @@ def task(pipe, arg): n.whisper(address, m) else: msg = message.popstr().decode('utf-8') - n...
bugfix to shouts for default group
wesyoung_pyzyre
train
23300f4440ae35ba7604476496e7867f5eff9dab
diff --git a/activerecord/test/cases/relation/mutation_test.rb b/activerecord/test/cases/relation/mutation_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/relation/mutation_test.rb +++ b/activerecord/test/cases/relation/mutation_test.rb @@ -3,39 +3,6 @@ require "models/post" module ActiveRecord ...
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb` `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb` are almost the same.
rails_rails
train
5790dba6a303e3ea9e4f17b578be9f4927bd60a6
diff --git a/src/draw/handler/Draw.Rectangle.js b/src/draw/handler/Draw.Rectangle.js index <HASH>..<HASH> 100644 --- a/src/draw/handler/Draw.Rectangle.js +++ b/src/draw/handler/Draw.Rectangle.js @@ -13,7 +13,8 @@ L.Draw.Rectangle = L.Draw.SimpleShape.extend({ fillColor: null, //same as color by default fillOpac...
Add support for viewing area when drawing a rectangle. fixes #<I>
Leaflet_Leaflet.draw
train
e23b223a86cbec7372017877ce2b3b397c47c086
diff --git a/wptools/page.py b/wptools/page.py index <HASH>..<HASH> 100644 --- a/wptools/page.py +++ b/wptools/page.py @@ -123,6 +123,16 @@ class WPToolsPage(WPToolsRESTBase, self.__insert_image_info(title, _from, info) + def _extend_data(self, datapoint, new_data): + """ + assigns or ...
Added page.extend_data for continuations #<I>
siznax_wptools
train
dafcb754f064c9ff879c9cdff83355072aa4b335
diff --git a/xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/DefaultVelocityConfiguration.java b/xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/DefaultVelocityConfiguration.java index <HASH>..<HASH> 100644 --- a/xwiki-commons-core/xwiki-commons-ve...
XCOMMONS-<I>: Upgrade to Velocity <I> * Fix issue with skin macros.
xwiki_xwiki-commons
train
261cbf94e8f54e1664f6a2717e44fa9189bc5dcb
diff --git a/src/org/parosproxy/paros/network/HttpRequestHeader.java b/src/org/parosproxy/paros/network/HttpRequestHeader.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/network/HttpRequestHeader.java +++ b/src/org/parosproxy/paros/network/HttpRequestHeader.java @@ -35,6 +35,7 @@ // requests returns th...
Issue <I> - Rename the method HttpRequestHeader.getSecure to isSecure - Added a new method HttpRequestHeader.isSecure; - Deprecated the old method (HttpRequestHeader.getSecure); - Replaced all calls to the old method with the new method.
zaproxy_zaproxy
train
64284838921d0478c714695f3b248cecbe87b76e
diff --git a/lib/lovely_rufus/hangout_wrapper.rb b/lib/lovely_rufus/hangout_wrapper.rb index <HASH>..<HASH> 100644 --- a/lib/lovely_rufus/hangout_wrapper.rb +++ b/lib/lovely_rufus/hangout_wrapper.rb @@ -19,8 +19,8 @@ module LovelyRufus class HangoutWrapper < Layer def hangout_line lines.each_cons 2 do |a, b| ...
HangoutWrapper: consider only plain spaces for now
chastell_lovely_rufus
train
da007a0455809737dbeca5af412386d9feb8ac4d
diff --git a/test/tests.js b/test/tests.js index <HASH>..<HASH> 100644 --- a/test/tests.js +++ b/test/tests.js @@ -40,11 +40,11 @@ const testEq = (expr, expect) => it(`${expr} => ${show(expect)}`, done => { describe("storage", () => { localStorage.clear() - testEq('{var x1 = Stored({key: "test:x", value: 10});' ...
Stronger test (requires equals)
calmm-js_atom.storage
train
5b800e49adb724b3561478c25b5268bff8878404
diff --git a/src/frontend/org/voltdb/ExecutionSite.java b/src/frontend/org/voltdb/ExecutionSite.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/ExecutionSite.java +++ b/src/frontend/org/voltdb/ExecutionSite.java @@ -1463,6 +1463,12 @@ implements Runnable, SiteProcedureConnection, SiteSnapshotConnection ...
ENG-<I>: Add an site API for procedure site tasks to set the last committed txnId and spHandle.
VoltDB_voltdb
train
6dc1526ce6a0b0132b5a8cb7e023f9c4b1ce1e7e
diff --git a/lib/installer.js b/lib/installer.js index <HASH>..<HASH> 100644 --- a/lib/installer.js +++ b/lib/installer.js @@ -6,7 +6,7 @@ var request = require('request'); var path = require('path'); var crypto = require('crypto'); var async = require('async'); - +var prmpt = require('prmpt'); var config = require...
import `prompt` * * * This week of work on @hoodiehq is sponsored by Cargo Media. Their slogan is “Small Team, Big Impact” and they are hiring a Frontend and Backend Dev: <URL>
hoodiehq_hoodie
train
49b27956feefc12c56d9a57ba04b99b8fe1d2317
diff --git a/lib/USKeyboardLayout.js b/lib/USKeyboardLayout.js index <HASH>..<HASH> 100644 --- a/lib/USKeyboardLayout.js +++ b/lib/USKeyboardLayout.js @@ -277,5 +277,12 @@ module.exports = { '{': {'keyCode': 219, 'key': '{', 'code': 'BracketLeft'}, '|': {'keyCode': 220, 'key': '|', 'code': 'Backslash'}, '}': {...
feat(keyboard): feature phone buttons (#<I>) I got a KaiOS phone with some awesome buttons on it I hadn't seen before on the web. This adds the following buttons to our default keyboard layout: `SoftLeft` `SoftRight` `Camera` `Call` `EndCall` `VolumeUp` `VolumeDown`
GoogleChrome_puppeteer
train
63c2558678dfec5d53d6b55b87b0fae66d32defa
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1378,6 +1378,21 @@ core-js(-pure)/fn/symbol/async-iterator ```js core-js(-pure)/stage/2 ``` +* `Symbol#description` [proposal](https://tc39.github.io/proposal-Symbol-description/) - module [`esnext.symbol.description`]...
move `Symbol#description` to stage 2
zloirock_core-js
train
0dd642c6ec32b3c7b2f1b3b5d229454184ab5ae4
diff --git a/pylint_django/augmentations/__init__.py b/pylint_django/augmentations/__init__.py index <HASH>..<HASH> 100644 --- a/pylint_django/augmentations/__init__.py +++ b/pylint_django/augmentations/__init__.py @@ -216,9 +216,12 @@ def is_model_field_display_method(node): if node.last_child(): # TODO:...
pylint-django could fail if a type could not be inferred during one of the checks; instead, the exception is caught and ignored
PyCQA_pylint-django
train
1aeb4446cc0a13fb890ea55bb895b983af8b1c35
diff --git a/src/main/java/com/extjs/selenium/tree/TreePanel.java b/src/main/java/com/extjs/selenium/tree/TreePanel.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/extjs/selenium/tree/TreePanel.java +++ b/src/main/java/com/extjs/selenium/tree/TreePanel.java @@ -1,19 +1,16 @@ package com.extjs.selenium.tree; ...
TreePanel improve to not use xpath
sdl_Testy
train
4d66304ff1e46f119da6109c4069e1ad462e8318
diff --git a/pyxmpp2/ext/version.py b/pyxmpp2/ext/version.py index <HASH>..<HASH> 100644 --- a/pyxmpp2/ext/version.py +++ b/pyxmpp2/ext/version.py @@ -40,7 +40,7 @@ from ..etree import ElementTree from ..version import version as pyxmpp2_version # pylint: disable=E0611 from ..settings import XMPPSettings from ..iq i...
@feature_uri() decoreator added This decorator will provide feature information for Service Discovery (XEP-<I>) and entity capabilities (XEP-<I>)
Jajcus_pyxmpp2
train
8e16152a796e2af22944895d80aaaacecaf1b36b
diff --git a/src/system/modules/metamodelsattribute_translatedalias/MetaModelAttributeTranslatedAlias.php b/src/system/modules/metamodelsattribute_translatedalias/MetaModelAttributeTranslatedAlias.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_translatedalias/MetaModelAttributeTranslatedAl...
Bugfix: getFieldDefinition now passes the overrides to the parent.
MetaModels_attribute_translatedalias
train
fe6ae2065277035ec6685a89bb807eaa377858f9
diff --git a/cpu/facts/facts.go b/cpu/facts/facts.go index <HASH>..<HASH> 100644 --- a/cpu/facts/facts.go +++ b/cpu/facts/facts.go @@ -257,7 +257,8 @@ func (prof *Profiler) Get() (facts *Facts, err error) { } continue } - if v == 'b' { // bogomips + // also check 2nd name pos for o as some output also have...
add check of 2nd char in name for bogomips as some systems also have a "bugs" line
mohae_joefriday
train
3f3ce11984404862c30eb35add1ccd8fc73a7999
diff --git a/jottabox/jottacloud.py b/jottabox/jottacloud.py index <HASH>..<HASH> 100644 --- a/jottabox/jottacloud.py +++ b/jottabox/jottacloud.py @@ -50,7 +50,7 @@ def filelist(jottapath, JFS): return set() # folder does not exist, so pretend it is an empty folder if not isinstance(jf, JFSFolder): ...
only return look at files that aren't deleted from the cloud
havardgulldahl_jottalib
train
5ae3e0e80c66e2538f622de9c0feffcff56dadaa
diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -109,6 +109,7 @@ module Vagrant def communicate # For now, we always return SSH. In the future, we'll abstract # this and allow plugins to define new m...
Allow the definition of communicators in plugins
hashicorp_vagrant
train
e2396706ee14b3e48bba7015437817b33352623c
diff --git a/src/Purl/Url.php b/src/Purl/Url.php index <HASH>..<HASH> 100644 --- a/src/Purl/Url.php +++ b/src/Purl/Url.php @@ -310,9 +310,7 @@ class Url extends AbstractPart { $this->initialize(); - $parts = array_map(function($value) { - return (string) $value; - }, $th...
Optimize Url::getUrl It's more simple and effective
jwage_purl
train
ae0263de2b4ba084f62a43211af8e0e941ed0d2a
diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index <HASH>..<HASH> 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -3787,5 +3787,16 @@ function xmldb_main_upgrade($oldversion) { // Automatically generated Moodle v3.8.0 release upgrade line. // Put any upgrade step following this. + if ...
MDL-<I> core: removing stale cohortroles and role assignments
moodle_moodle
train
c8edf42aa0b06cc57195981fecf30198580acde0
diff --git a/app/scripts/Inset.js b/app/scripts/Inset.js index <HASH>..<HASH> 100644 --- a/app/scripts/Inset.js +++ b/app/scripts/Inset.js @@ -15,20 +15,17 @@ const getBaseRes = tilesetInfo => ( export default class Inset { constructor( uid, - dataPos, remotePos, + renderedPos, dataConfig, ...
Add support for osm-image snippets
higlass_higlass
train
db375c097660362f937cc9aecc16be6c42e39d38
diff --git a/src/LumenGenerator/Console/TinkerCommand.php b/src/LumenGenerator/Console/TinkerCommand.php index <HASH>..<HASH> 100644 --- a/src/LumenGenerator/Console/TinkerCommand.php +++ b/src/LumenGenerator/Console/TinkerCommand.php @@ -67,9 +67,13 @@ class TinkerCommand extends Command $config->getPresenter...
fix: artisan tinker command error PHP Warning: include(): Filename cannot be empty on line <I> bug #<I>
flipboxstudio_lumen-generator
train
738d9d01faa05f105349ef78bf2424d6dc9171aa
diff --git a/src/PhpPackages/Container/Container.php b/src/PhpPackages/Container/Container.php index <HASH>..<HASH> 100644 --- a/src/PhpPackages/Container/Container.php +++ b/src/PhpPackages/Container/Container.php @@ -20,8 +20,8 @@ class Container $reflector = new \ReflectionClass($class); - $isIns...
Fix for isInstantiable flag.
php-packages_container
train
0892b66cc9a2760e9b44d87d88ab83dd39637df0
diff --git a/lib/pkgcloud/openstack/cdn/client/base.js b/lib/pkgcloud/openstack/cdn/client/base.js index <HASH>..<HASH> 100644 --- a/lib/pkgcloud/openstack/cdn/client/base.js +++ b/lib/pkgcloud/openstack/cdn/client/base.js @@ -25,7 +25,7 @@ exports.getHomeDocument = function(callback) { return; } - cal...
Always pass err to callback.
pkgcloud_pkgcloud
train
613b3daddd9234452d53f28567151ef22445a79b
diff --git a/liquibase-core/src/main/java/liquibase/snapshot/JdbcDatabaseSnapshot.java b/liquibase-core/src/main/java/liquibase/snapshot/JdbcDatabaseSnapshot.java index <HASH>..<HASH> 100755 --- a/liquibase-core/src/main/java/liquibase/snapshot/JdbcDatabaseSnapshot.java +++ b/liquibase-core/src/main/java/liquibase/snap...
CORE-<I> Ability to save snapshot for later comparison Oracle unique constraints can share indexes with a different column order if one is already defined.
liquibase_liquibase
train
adc8070d3013317ece6fc7eeef01a43516732e71
diff --git a/drools-planner-examples/src/main/java/org/drools/planner/examples/tsp/swingui/TspWorldPanel.java b/drools-planner-examples/src/main/java/org/drools/planner/examples/tsp/swingui/TspWorldPanel.java index <HASH>..<HASH> 100644 --- a/drools-planner-examples/src/main/java/org/drools/planner/examples/tsp/swingui...
tsp label "click anywhere to add a visit"
kiegroup_optaplanner
train
6f6f09fe4e1403de4bfee28d5396a7c7e5942647
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,24 @@ var execQuery = function(query) { } }; +var execSave = function (model) { + return function(cb) { + model.save(function(err, model) { + if (err) + return cb(restifyError(err)); + else...
Updated insert to use async.waterfall All operations except insert and update are using aync.waterfall to run command in succession.
saintedlama_restify-mongoose
train
28b5331658aa55c69a587535b34de795abfea966
diff --git a/uproot/tree.py b/uproot/tree.py index <HASH>..<HASH> 100644 --- a/uproot/tree.py +++ b/uproot/tree.py @@ -1713,7 +1713,10 @@ def lazyarrays(path, treepath, branches=None, outputtype=dict, limitbytes=1024** cache[LazyArray._cachekey(uuids[0], treepath)] = tree def chunksize(branch): - ret...
fixes #<I>: protect max against empty sequence
scikit-hep_uproot
train
d5466f82aeabbfe1ba8ac2f7ed6e08bb48116b72
diff --git a/zpar/__init__.py b/zpar/__init__.py index <HASH>..<HASH> 100644 --- a/zpar/__init__.py +++ b/zpar/__init__.py @@ -46,8 +46,6 @@ class ZPar(object): _unload_models.argtypes = [c.c_void_p] self.libptr.unload_models(self._zpar_session_obj) - sys.stderr.write('Done unloading\n') - ...
Removed extraneous print statement.
EducationalTestingService_python-zpar
train
f3bcb2688a66efe586da517faafca83a283be72d
diff --git a/src/Event/DBALSchemaEventSubscriber.php b/src/Event/DBALSchemaEventSubscriber.php index <HASH>..<HASH> 100644 --- a/src/Event/DBALSchemaEventSubscriber.php +++ b/src/Event/DBALSchemaEventSubscriber.php @@ -60,6 +60,13 @@ class DBALSchemaEventSubscriber implements EventSubscriber public function postCo...
Allow multiple postConnect calls for the same connection instance This is done by MasterSlaveConnection for example when switching master/slave connections.
jsor_doctrine-postgis
train
770778a502327a8876d20e57407dbbe09eae09a2
diff --git a/mod/choice/lib.php b/mod/choice/lib.php index <HASH>..<HASH> 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -243,7 +243,7 @@ function choice_user_submit_response($formanswer, $choice, $userid, $courseid, $ if ($countanswers) { $countans = 0; foreach ($countanswers as $ca...
missed one line. Fix for MDL-<I> and MDL-<I> Problem with number of Responses in choice wrong, and displayed users incorrect on results.
moodle_moodle
train
101378e05caa87b8d2c969eb9675c40667eb0639
diff --git a/src/lib/getputdelete.js b/src/lib/getputdelete.js index <HASH>..<HASH> 100644 --- a/src/lib/getputdelete.js +++ b/src/lib/getputdelete.js @@ -8,7 +8,7 @@ define( var defaultContentType = 'application/octet-stream'; - function doCall(method, url, body, mimeType, token) { + function realDoCall...
limit requests in getputdelete
remotestorage_remotestorage.js
train
13ced30224d962c8cde4c994332a0b45023e23e2
diff --git a/src/components/Editor/index.js b/src/components/Editor/index.js index <HASH>..<HASH> 100644 --- a/src/components/Editor/index.js +++ b/src/components/Editor/index.js @@ -207,9 +207,9 @@ class Editor extends Component { style={style} spellCheck="false" contentEditable={contentEdit...
Remove boolean values from non-boolean attributes React <I> warns and ignores boolean values in non-boolean attributes. React <I> converted these to strings and passed through. Replacing logical operators with ternary in attributes removes the warning. <URL>
FormidableLabs_react-live
train
a9578e8b51c70929b3687f57028699d403aafa84
diff --git a/Sami/Console/Command/Command.php b/Sami/Console/Command/Command.php index <HASH>..<HASH> 100644 --- a/Sami/Console/Command/Command.php +++ b/Sami/Console/Command/Command.php @@ -55,7 +55,7 @@ abstract class Command extends BaseCommand $config = getcwd().'/'.$config; } - if (!...
fixed CLI when passing a directory as a config file
FriendsOfPHP_Sami
train
7a38d9f501ee1d97a718bbd9a0e70953d2a561f6
diff --git a/go/minterm/minterm.go b/go/minterm/minterm.go index <HASH>..<HASH> 100644 --- a/go/minterm/minterm.go +++ b/go/minterm/minterm.go @@ -7,10 +7,11 @@ package minterm import ( "errors" "fmt" - "github.com/keybase/go-crypto/ssh/terminal" "io" "os" "strings" + + "github.com/keybase/go-crypto/ssh/term...
Restore out of raw mode on shutdown
keybase_client
train
7f0b1c9591323951d788cb65aa1d8c7b8c3249c9
diff --git a/scdl/scdl.py b/scdl/scdl.py index <HASH>..<HASH> 100755 --- a/scdl/scdl.py +++ b/scdl/scdl.py @@ -97,7 +97,7 @@ url = { 'all': ('https://api-v2.soundcloud.com/profile/soundcloud:users:{0}?' 'limit=200'), 'playlists': ('https://api.soundcloud.com/users/{0}/playlists?' - ...
Small fix to avoid <I> server error due to too much tracks
flyingrub_scdl
train
a28b0fa4c6491ea90170a375b77e2fc7ae24ad6a
diff --git a/src/FondOfSpryker/Zed/ConditionalAvailability/Persistence/ConditionalAvailabilityRepository.php b/src/FondOfSpryker/Zed/ConditionalAvailability/Persistence/ConditionalAvailabilityRepository.php index <HASH>..<HASH> 100644 --- a/src/FondOfSpryker/Zed/ConditionalAvailability/Persistence/ConditionalAvailabili...
Add required relation with method 'with' (#9)
fond-of_spryker-conditional-availability
train
b10961873c0e04713f5c06dca06c1b0f97f5de44
diff --git a/code/forms/GridFieldSortableRows.php b/code/forms/GridFieldSortableRows.php index <HASH>..<HASH> 100644 --- a/code/forms/GridFieldSortableRows.php +++ b/code/forms/GridFieldSortableRows.php @@ -107,6 +107,7 @@ class GridFieldSortableRows implements GridField_HTMLProvider, GridField_ActionP ...
Better handling of many_many relationship sorting
UndefinedOffset_SortableGridField
train
d40a712f727d59dfd358e402b913c7b30758a28e
diff --git a/app/models/manager_refresh/dto_collection.rb b/app/models/manager_refresh/dto_collection.rb index <HASH>..<HASH> 100644 --- a/app/models/manager_refresh/dto_collection.rb +++ b/app/models/manager_refresh/dto_collection.rb @@ -29,7 +29,7 @@ module ManagerRefresh def process_strategy_local_db_cache_al...
Both Dto and DtoLazy are causing a dependency Both Dto and DtoLazy are causing a dependency (transferred from ManageIQ/manageiq@1f<I>e<I>a4b<I>e6f6ac<I>ab4f6fc<I>be)
ManageIQ_inventory_refresh
train
ddadab09673707309c70afc86b232a6a3fb59979
diff --git a/src/main/java/net/finmath/marketdata/model/curves/CurveInterpolation.java b/src/main/java/net/finmath/marketdata/model/curves/CurveInterpolation.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/finmath/marketdata/model/curves/CurveInterpolation.java +++ b/src/main/java/net/finmath/marketdata/model/...
Added method to get times vector.
finmath_finmath-lib
train
1757a4eabb837a5a657aa8913d49877128cedbe4
diff --git a/Brocfile.js b/Brocfile.js index <HASH>..<HASH> 100755 --- a/Brocfile.js +++ b/Brocfile.js @@ -7,19 +7,35 @@ var pickFiles = require('broccoli-static-compiler'); var concat = require('broccoli-concat'); var select = require('broccoli-select'); var moveFile = require('broccoli-file-mover'); -var writeFile...
small brocfile refactoring
pierrickrouxel_ember-strap
train
c1f77cb00f9a407d2336dcb7275624839a84b18c
diff --git a/tests/phpunit/unit/Form/Resolver/ChoiceTest.php b/tests/phpunit/unit/Form/Resolver/ChoiceTest.php index <HASH>..<HASH> 100644 --- a/tests/phpunit/unit/Form/Resolver/ChoiceTest.php +++ b/tests/phpunit/unit/Form/Resolver/ChoiceTest.php @@ -321,6 +321,69 @@ class ChoiceTest extends TestCase $this->as...
add test to check correct sorting gets applied
bolt_bolt
train
686e2975994da382f2d3ec5f7e1bc06abb395359
diff --git a/src/Resources/Recipe.php b/src/Resources/Recipe.php index <HASH>..<HASH> 100644 --- a/src/Resources/Recipe.php +++ b/src/Resources/Recipe.php @@ -56,10 +56,11 @@ class Recipe extends Resource /** * Run the given recipe. * + * @param array $data * @return void */ - public...
Update ->run() method on Recipe to new signature
themsaid_forge-sdk
train
6a181fee2a56c85927a6684999f5d1b5013825e0
diff --git a/src/Api/ApiSubAccount.php b/src/Api/ApiSubAccount.php index <HASH>..<HASH> 100644 --- a/src/Api/ApiSubAccount.php +++ b/src/Api/ApiSubAccount.php @@ -42,7 +42,7 @@ class ApiSubAccount extends ApiBase public function findOneById($appUserId, $id) { $url = sprintf('users/%s/subaccounts/%s',...
Fix sub account api wrong class name
picoss_SMoney
train
00cc734b678d2a08839ee2e35904e0b0e46c479d
diff --git a/mux.go b/mux.go index <HASH>..<HASH> 100644 --- a/mux.go +++ b/mux.go @@ -206,17 +206,16 @@ func (mx *Mux) NotFound(handlerFn http.HandlerFunc) { func (mx *Mux) MethodNotAllowed(handlerFn http.HandlerFunc) { // Build MethodNotAllowed handler chain m := mx - hFn := handlerFn + h := Chain(mx.middlewares...
router with empty routes but MethodNotAllowed is still valid
go-chi_chi
train
519efbf1793dc91bc484b33aa16b687005bd4c5c
diff --git a/tests/helpers/formats_helper.rb b/tests/helpers/formats_helper.rb index <HASH>..<HASH> 100644 --- a/tests/helpers/formats_helper.rb +++ b/tests/helpers/formats_helper.rb @@ -48,7 +48,8 @@ module Shindo format.delete(key) case value when Array - valid &&= datum.is_a?(Arra...
[Core] fix format_helper assuming p returns nil on ruby <I> it returns the printed string so x = foo || p("foo was false") always evaluates to something truthy
fog_fog
train
a12aa8434966ae50e46fa8dc6d697f27ee54b32a
diff --git a/enforcer/datapath_tcp.go b/enforcer/datapath_tcp.go index <HASH>..<HASH> 100644 --- a/enforcer/datapath_tcp.go +++ b/enforcer/datapath_tcp.go @@ -342,8 +342,8 @@ func (d *Datapath) processApplicationSynAckPacket(tcpPacket *packet.Packet, cont ) } - err1 := d.netOrigConnectionTracker.Remove(tcpPac...
Fix: cleaning the wrong cache, and improve lookup tests (#<I>) * Fix: cleaning the wrong cache, and improve lookup tests
aporeto-inc_trireme-lib
train
c64ce932245a2d025560ef865120dfe38a5a59cb
diff --git a/src/components/Calendar.js b/src/components/Calendar.js index <HASH>..<HASH> 100644 --- a/src/components/Calendar.js +++ b/src/components/Calendar.js @@ -129,7 +129,7 @@ class Calendar extends React.Component { type='caret-left' /> <div> - {moment(this.state.cu...
Remove old moment instantiations. They don't work when the default timezone is UTC.
mxenabled_mx-react-components
train
b1381eec8d09b71ec653733b9135edfc648885bd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ http://<thumbor-server>/300x200/smart/s.glbimg.com/et/bb/f/original/2011/03/24/V }, install_requires=[ - "tornado>=2.1.1,<3.2.0", + "tornado>=2.1.1,<3.3.0", ...
Updated tornado to the latest version. Fixes #<I>.
thumbor_thumbor
train
85717fb33d9781c3576260f60aebfa2184aee52e
diff --git a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadUtils.java b/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadUtils.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadUtils.java +++ b/library/src/main/java/com/li...
refactor: support character set and language Encoding for Content-Disposition refer to <URL>
lingochamp_FileDownloader
train
359f9c0643b4ec26b7c308e6b45d9c8f170728c2
diff --git a/lib/pluckers/base.rb b/lib/pluckers/base.rb index <HASH>..<HASH> 100644 --- a/lib/pluckers/base.rb +++ b/lib/pluckers/base.rb @@ -51,7 +51,7 @@ module Pluckers build_results # And return the results - @results + @results.values end ## @@ -60,8 +60,9 @@ module Pluckers ...
Changes required for being able to handle relationships The include storing the reflections for the plucker and plucking ids by default
simplelogica_pluckers
train
84b1198d780b1b539802f8f8bfa092888aa7c03c
diff --git a/scripts/constants.py b/scripts/constants.py index <HASH>..<HASH> 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,10 +15,10 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.12" +KUBERNETES_BRANCH = "release-1.13" # client version for ...
Update version constants for k8s <I> release snapshot
kubernetes-client_python
train
6244095c81e631b45b8617a414a43f7096aaa89b
diff --git a/languagetool-dev/src/main/java/org/languagetool/dev/diff/RuleMatchDiffFinder.java b/languagetool-dev/src/main/java/org/languagetool/dev/diff/RuleMatchDiffFinder.java index <HASH>..<HASH> 100644 --- a/languagetool-dev/src/main/java/org/languagetool/dev/diff/RuleMatchDiffFinder.java +++ b/languagetool-dev/sr...
sort result by ADD/MOD/REM to improve readability
languagetool-org_languagetool
train
f587631d14fd9398b932a7095fd2cfa730ee1cbd
diff --git a/identity.go b/identity.go index <HASH>..<HASH> 100644 --- a/identity.go +++ b/identity.go @@ -94,15 +94,18 @@ func GetActiveIdentityKeysAtHeight(chainID string, height int64) ([]string, erro } var activeKeys []*IdentityKey - retiredKeys := make(map[[32]byte]bool) + allKeys := make(map[string]bool) ...
FD-<I> add explicit rule that no identity key can be exist within the key hierarchy more than once
FactomProject_factom
train
1d338a95ec23037d2e147215e227764889a4fc29
diff --git a/lib/elastomer/client/multi_percolate.rb b/lib/elastomer/client/multi_percolate.rb index <HASH>..<HASH> 100644 --- a/lib/elastomer/client/multi_percolate.rb +++ b/lib/elastomer/client/multi_percolate.rb @@ -80,8 +80,7 @@ module Elastomer # # Returns this MultiPercolate instance. def per...
post-review update: group params merge into add_to_action calls
github_elastomer-client
train
c061b2b610564c9322175a188c8ff2536b874ed9
diff --git a/holoviews/plotting/bokeh/chart.py b/holoviews/plotting/bokeh/chart.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/bokeh/chart.py +++ b/holoviews/plotting/bokeh/chart.py @@ -959,6 +959,7 @@ class BoxWhiskerPlot(CompositeElementPlot, ColorbarPlot, LegendPlot): else: fac...
Fix for bokeh BoxWhiskerPlot category factor handling (#<I>)
pyviz_holoviews
train
f6dbde40de409898a2a38c7ed87350fc7a18a06d
diff --git a/src/tabris/Device.js b/src/tabris/Device.js index <HASH>..<HASH> 100644 --- a/src/tabris/Device.js +++ b/src/tabris/Device.js @@ -9,10 +9,6 @@ export default class Device extends NativeObject { } } - _setProperty() { - // prevent overwriting properties - } - _listen(name, listening) { ...
Properly define device properties read-only Instead of overwriting the internal method _setProperty(), add the readonly flag to the property definitions. Prefix _getProperties() and _setProperties() methods in NativeOject with `$` to mark them as private. They are not used anywhere else. Change-Id: I<I>edfd<I>bb<I>c...
eclipsesource_tabris-js
train
a854ce5fb0647ff68b1f3cdeadcea9e52842ec04
diff --git a/lib/catalogs.py b/lib/catalogs.py index <HASH>..<HASH> 100644 --- a/lib/catalogs.py +++ b/lib/catalogs.py @@ -349,10 +349,17 @@ class UserCatalog(Catalog): def set_colnames(self): self.colnames = [] + + cnum = 1 for cname in self.COLNAMES: - if cname not in self.p...
Default values for X and Y columns were implemented for 'tweakreg' user catalogs. The default value in .cfgspc for these parameter was also reset from '' to 'c1' and 'c2'. Finally, when 'wcsname' is not provided (blank or INDEF), a default of 'TWEAK' gets defined for use. git-svn-id: <URL>
spacetelescope_drizzlepac
train
97e38bddc882799426b0495cb01c754935362f06
diff --git a/cmd/util.go b/cmd/util.go index <HASH>..<HASH> 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -50,8 +50,11 @@ func currentBackend() (backend.Backend, error) { func commandContext() context.Context { ctx := context.Background() - if cmdutil.TracingRootSpan != nil { - ctx = opentracing.ContextWithSpan(c...
Enable distributed tracing. These changes add support for injecting client tracing spans into HTTP requests to the Pulumi API. The server can then rematerialize these span references and attach its own spans for distributed tracing.
pulumi_pulumi
train
a97f299b2c70146ed57ad4c69ed7685b43c5f1b7
diff --git a/src/main/java/com/authlete/common/dto/TokenResponse.java b/src/main/java/com/authlete/common/dto/TokenResponse.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/authlete/common/dto/TokenResponse.java +++ b/src/main/java/com/authlete/common/dto/TokenResponse.java @@ -996,13 +996,16 @@ public class To...
Fixed JavaDoc of TokenResponse class.
authlete_authlete-java-common
train
a0a0bea427e96781397bddbf5012198c23747005
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfigurationTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfigurationTests.java index <HASH>..<HASH> 100644 --- a...
Polish "Improve LDAP auto-configuration" Closes gh-<I>
spring-projects_spring-boot
train
1f92958e1f2cf5f6836a9efa7df1a3f0bfe02935
diff --git a/errors/components/header.php b/errors/components/header.php index <HASH>..<HASH> 100644 --- a/errors/components/header.php +++ b/errors/components/header.php @@ -1,14 +1,12 @@ <h1> <?php - $paths = array(); + if (!isset($paths)) { - if (defined('FCPATH') && defined('BASE_URL')) { + $p...
Error page updates Individual error pages can (and do) define image search paths.
nails_common
train
c997c100b60e55d8ad2c51013e68683d04ca1b83
diff --git a/src/mixins/event-handlers.js b/src/mixins/event-handlers.js index <HASH>..<HASH> 100644 --- a/src/mixins/event-handlers.js +++ b/src/mixins/event-handlers.js @@ -1,5 +1,5 @@ 'use strict'; -import {getTrackCSS, getTrackLeft} from './trackHelper'; +import {getTrackCSS, getTrackLeft, getTrackAnimateCSS} from...
:bug: fix slides not snap back when swipe doesn't cross threshold fixes #<I>
akiran_react-slick
train
38615687bd8d52d27caf4750e940b73245638cfc
diff --git a/example/image-classification/common/fit.py b/example/image-classification/common/fit.py index <HASH>..<HASH> 100644 --- a/example/image-classification/common/fit.py +++ b/example/image-classification/common/fit.py @@ -145,7 +145,8 @@ def fit(args, network, data_loader, **kwargs): optimizer_params = { ...
add back lr_scheduler in classification example (#<I>)
apache_incubator-mxnet
train
84bdedccd287375690779105c00e2fddd4fed7d3
diff --git a/lib/voteable/voteable.rb b/lib/voteable/voteable.rb index <HASH>..<HASH> 100644 --- a/lib/voteable/voteable.rb +++ b/lib/voteable/voteable.rb @@ -1,11 +1,13 @@ module Voteable - def is_voteable(options = {}, &block) - has n, :votes, 'Voteable::Vote', :as => :voteable, :child_key => [ :voteable_id ] + ...
Change interface for setting the time between interface. Now accept a proc.
brianp_dm-is-voteable
train
74d48481bfa77c073025258fd86d9d0de49a26bc
diff --git a/components/utils/scripts/elation.js b/components/utils/scripts/elation.js index <HASH>..<HASH> 100644 --- a/components/utils/scripts/elation.js +++ b/components/utils/scripts/elation.js @@ -1935,10 +1935,13 @@ elation.extend('require.batch', function(type, webroot) { return modname; } this.getno...
Added elation.require.debug(), attempt to fix bad graph from reused nodes
jbaicoianu_elation
train
f68dc05dbd3c934409b18f7ad9084876ab2ec125
diff --git a/concrete/src/Attribute/Category/AbstractCategory.php b/concrete/src/Attribute/Category/AbstractCategory.php index <HASH>..<HASH> 100644 --- a/concrete/src/Attribute/Category/AbstractCategory.php +++ b/concrete/src/Attribute/Category/AbstractCategory.php @@ -4,14 +4,17 @@ namespace Concrete\Core\Attribute\C...
Avoid facade calls, avoid accessing unset variables, move to "use" statements the used classes
concrete5_concrete5
train
6a9839f4ed0bddfd14fb474756dcc5aba872fdbe
diff --git a/lib/template/config/initializers/database.rb b/lib/template/config/initializers/database.rb index <HASH>..<HASH> 100644 --- a/lib/template/config/initializers/database.rb +++ b/lib/template/config/initializers/database.rb @@ -2,7 +2,7 @@ database_setup_proc = lambda do |conn| # identify postgres connect...
have to wrap this in quotes too otherwise having issues with heroku dyno identifiers like web<I>
interagent_pliny
train
2727935078092801f36e11cef02e4e9c4ffecc71
diff --git a/openquake/engine/calculators/hazard/scenario/core.py b/openquake/engine/calculators/hazard/scenario/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/scenario/core.py +++ b/openquake/engine/calculators/hazard/scenario/core.py @@ -127,7 +127,10 @@ class ScenarioHazardCalculator(h...
Improved another comment Former-commit-id: f<I>a<I>edf<I>f7d<I>ed<I>a9d<I>c5df
gem_oq-engine
train
0a21cee1565c459c1157f088e3c9fbf0e409b5df
diff --git a/src/victory-util/style.js b/src/victory-util/style.js index <HASH>..<HASH> 100644 --- a/src/victory-util/style.js +++ b/src/victory-util/style.js @@ -54,6 +54,6 @@ export default { blue: ["#002C61", "#004B8F", "#006BC9", "#3795E5", "#65B4F4"], green: ["#354722", "#466631", "#649146", "#8AB25C...
Fix victory-util/style.js typo Spelling of property 'grayscale' incrorrectly referenced as 'greyscale' in return statement of getColorScale function
FormidableLabs_victory
train
ea373f9f4c0b4e13936e16f8ae642b05a4ce21c8
diff --git a/tests/test_transport.py b/tests/test_transport.py index <HASH>..<HASH> 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -245,7 +245,7 @@ class TransportTest(unittest.TestCase): self.assertEqual(True, self.tc.is_authenticated()) self.assertEqual(True, self.ts.is_authen...
Weird typos introduced 2 years ago, bah Test currently passes on my workstation tho
paramiko_paramiko
train
c23bf7ee6f8fb11f07de9c1d3e092b688ecada15
diff --git a/molgenis-data-semanticsearch/pom.xml b/molgenis-data-semanticsearch/pom.xml index <HASH>..<HASH> 100644 --- a/molgenis-data-semanticsearch/pom.xml +++ b/molgenis-data-semanticsearch/pom.xml @@ -15,7 +15,7 @@ </dependency> <dependency> <groupId>org.molgenis</groupId> - <artifactId>molgenis-ontol...
removed the ontology-core reference and added ontology reference
molgenis_molgenis
train
878ca17fd53e46f3c99faeee46b3611902852951
diff --git a/libhttpserver/content_type_utils.go b/libhttpserver/content_type_utils.go index <HASH>..<HASH> 100644 --- a/libhttpserver/content_type_utils.go +++ b/libhttpserver/content_type_utils.go @@ -29,12 +29,13 @@ func (w *contentTypeOverridingResponseWriter) calculateOverride( ty := strings.ToLower(mimeType) ...
libhttpserver: Display less things inline (fix xlsx bug)
keybase_client
train
bd3641c4ea5988abd5d861aa2315778a83472384
diff --git a/asteval/asteval.py b/asteval/asteval.py index <HASH>..<HASH> 100644 --- a/asteval/asteval.py +++ b/asteval/asteval.py @@ -717,6 +717,7 @@ class Interpreter(object): for tline in hnd.body: self.run(tline) break + b...
don't continue a try block after an error is caught
newville_asteval
train
64509c6b5612df316adb6f9c3b1d9e2965dee138
diff --git a/lib/modules/apostrophe-pieces/public/js/manager-modal.js b/lib/modules/apostrophe-pieces/public/js/manager-modal.js index <HASH>..<HASH> 100644 --- a/lib/modules/apostrophe-pieces/public/js/manager-modal.js +++ b/lib/modules/apostrophe-pieces/public/js/manager-modal.js @@ -496,10 +496,12 @@ apos.define('ap...
select all checkbox affects grid view properly
apostrophecms_apostrophe
train
bf66e9a529fed3d6c460bcdbbd0a60bc167866a4
diff --git a/cmd/iam.go b/cmd/iam.go index <HASH>..<HASH> 100644 --- a/cmd/iam.go +++ b/cmd/iam.go @@ -458,7 +458,7 @@ func reloadEtcdUsers(prefix string, usersMap map[string]auth.Credentials, policy // prefix := "config/iam/users/" // v := trim(trim(key, prefix), base(key)) == "newuser" // - user := string...
Reload etcd users and policies properly (#<I>) Currently there was a bug in how we reload users and policies which leads to users/policies going missing due to wrong path construction. Fixes #<I>
minio_minio
train
be1256a349b188da2e2aef58ef022ed5bc2feb19
diff --git a/leveldb/bench_test.go b/leveldb/bench_test.go index <HASH>..<HASH> 100644 --- a/leveldb/bench_test.go +++ b/leveldb/bench_test.go @@ -11,7 +11,7 @@ import ( "fmt" "math/rand" "os" - "path" + "path/filepath" "runtime" "testing" @@ -61,7 +61,7 @@ func (v *valueGen) get(n int) []byte { return v....
leveldb: uses path/filepath package for paths manipulation
FactomProject_goleveldb
train
52229b1578e14b11f31b2c6b82f0c37cbeec7b81
diff --git a/rtv/mime_parsers.py b/rtv/mime_parsers.py index <HASH>..<HASH> 100644 --- a/rtv/mime_parsers.py +++ b/rtv/mime_parsers.py @@ -77,7 +77,7 @@ class GfycatMIMEParser(BaseMIMEParser): @staticmethod def get_mimetype(url): - parts = url.split('/') + parts = url.replace('gifs/detail/', '...
expand gfycat mime parser for more urls
michael-lazar_rtv
train
baab4d324e936ee87326ba5cc921f62778d22229
diff --git a/lib/gradient/version.rb b/lib/gradient/version.rb index <HASH>..<HASH> 100644 --- a/lib/gradient/version.rb +++ b/lib/gradient/version.rb @@ -1,3 +1,3 @@ module Gradient - VERSION = "0.2.4" + VERSION = "0.3.0" end
Bump to version <I> - Changed the API for `Gradient::Map` to be invoked by using an array of `Gradient::Point` rather two arrays of `Gradient::ColorPoint` and `Gradient::OpacityPoint` - Introduced `Gradient::PointMerger` to take on the previous responsibility of `Gradient::Map`
zeeraw_gradient
train
627c08c306342884a53f44608ad4bc737fe67e6b
diff --git a/bokeh/core/state.py b/bokeh/core/state.py index <HASH>..<HASH> 100644 --- a/bokeh/core/state.py +++ b/bokeh/core/state.py @@ -136,7 +136,7 @@ class State(object): def autoadd(self): return self._autoadd - @property.setter + @autoadd.setter def autoadd(self, val): self._a...
added setter for curdoc.autoadd
bokeh_bokeh
train
564339d630d18f99e43812ce977136f2d1217300
diff --git a/mock.py b/mock.py index <HASH>..<HASH> 100644 --- a/mock.py +++ b/mock.py @@ -1091,8 +1091,8 @@ call = _Call() -def _spec_signature(spec, spec_set=False, inherit=False, - _parent=None, _name=None, _ids=None): +def _spec_signature(spec, spec_set=False, inherit=False, _parent=None, +...
id cache shared by _spec_signature for return values of mocked classes
testing-cabal_mock
train
302f12430551c33b9642ba9748b385b72db53bf3
diff --git a/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannelClient.java b/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannelClient.java index <HASH>..<HASH> 100644 --- a/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannelClient.java +++ b/protocol/src/main/java/org/jboss/as/protocol/Prot...
[AS7-<I>] Disable the JBOSS-LOCAL-USER mechanism on clients that already know this is a remote call.
wildfly_wildfly
train
22761a9b4d80323894595ba7dab90ada983cf979
diff --git a/tests/test_cookiecutters.py b/tests/test_cookiecutters.py index <HASH>..<HASH> 100644 --- a/tests/test_cookiecutters.py +++ b/tests/test_cookiecutters.py @@ -12,6 +12,7 @@ TestJQuery.test_cookiecutter_jquery from __future__ import unicode_literals import os +import sys import subprocess import pytest...
Make tests work without installing cookiecutter When running tests without installing cookiecutter, some of them fail because they try to invoke cookiecutter. Moreover, if cookiecutter is installed on the system, the tests would use the installed version instead of the one in the build tree. To solve both issues, use...
audreyr_cookiecutter
train
5598961d2c2ddc4d4f46b1f43570e525a2353ef3
diff --git a/src/components/View/index.js b/src/components/View/index.js index <HASH>..<HASH> 100644 --- a/src/components/View/index.js +++ b/src/components/View/index.js @@ -1,3 +1,5 @@ +import '../../modules/injectResponderEventPlugin'; + import applyLayout from '../../modules/applyLayout'; import applyNativeMethod...
Move ResponderEventPlugin injection to View
necolas_react-native-web
train
20b572f7f8b5d03c7fcfceca1812bd8045d02441
diff --git a/api/app/app.go b/api/app/app.go index <HASH>..<HASH> 100644 --- a/api/app/app.go +++ b/api/app/app.go @@ -76,7 +76,7 @@ func NewApp(name string, framework string, teams []string) (App, error) { if err != nil { return a, err } - err = NewEnviron(a.Name, a.KeystoneEnv.AccessKey, a.KeystoneEnv.secr...
api/app: refactoring newEnviron 1. Unexport the function 2. Make it receive an app instead of three strings
tsuru_tsuru
train
18a7b3d1fdb2d5f852083b1a0622edc5fd80eac9
diff --git a/src/client/api.js b/src/client/api.js index <HASH>..<HASH> 100644 --- a/src/client/api.js +++ b/src/client/api.js @@ -24,8 +24,8 @@ export function weacast (config) { } api.configure(feathers.authentication({ storage: window.localStorage, - cookie: 'weacast-jwt', - storageKey: 'weacast-jwt...
feat: allow to configure JWT name on client side
weacast_weacast-core
train
47e807672fabf6b8696da8132ed12e60ee361724
diff --git a/packages/react-bootstrap-table2/src/bootstrap-table.js b/packages/react-bootstrap-table2/src/bootstrap-table.js index <HASH>..<HASH> 100644 --- a/packages/react-bootstrap-table2/src/bootstrap-table.js +++ b/packages/react-bootstrap-table2/src/bootstrap-table.js @@ -4,12 +4,14 @@ import cs from 'classnames'...
refine the relation for props resolver and internal store
react-bootstrap-table_react-bootstrap-table2
train
47111dfa1ab96b3d5d063c4e1c1555f7e12e546f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.1.1 * Added `json_show_attrs` and `json_index_attrs` to specialize attributes for json. These methods default to `show_attrs` and `index_attrs`. +* Fixed Iord::OutputHelper.image and its ...
Fixed Iord::OutputHelper.image and its call in Iord::Field
Aethelflaed_iord
train
f17d16da2d3ee2e7871872c2549e81d704b3ba70
diff --git a/examples/FasterRCNN/modeling/model_cascade.py b/examples/FasterRCNN/modeling/model_cascade.py index <HASH>..<HASH> 100644 --- a/examples/FasterRCNN/modeling/model_cascade.py +++ b/examples/FasterRCNN/modeling/model_cascade.py @@ -3,7 +3,7 @@ import tensorflow as tf from tensorpack.tfutils import get_curre...
[Cascade R-CNN] only train with nonempty boxes
tensorpack_tensorpack
train
a4720080d98ce44e87e24a68c660b43353d81c1b
diff --git a/lib/esvg/svg.rb b/lib/esvg/svg.rb index <HASH>..<HASH> 100644 --- a/lib/esvg/svg.rb +++ b/lib/esvg/svg.rb @@ -56,12 +56,16 @@ module Esvg found = find_files if found.size > 0 - found = found.sort_by{ |f| File.mtime(f) } - @mtime = File.mtime(found.last) + last = found.s...
Added logging message for no icons found
imathis_esvg
train
6ef90fdef995f0674b2b0937c5e11d159c939860
diff --git a/question/type/calculated/datasetdefinitions_form.php b/question/type/calculated/datasetdefinitions_form.php index <HASH>..<HASH> 100644 --- a/question/type/calculated/datasetdefinitions_form.php +++ b/question/type/calculated/datasetdefinitions_form.php @@ -98,8 +98,7 @@ class question_dataset_dependent_de...
MDL-<I> qtype calculated, bad display of placeholder names on the editing form.
moodle_moodle
train
6371483b76bf2a45117bd5f0f091fb501f968db5
diff --git a/src/main/java/net/samuelcampos/usbdrivedectector/USBDeviceDetectorManager.java b/src/main/java/net/samuelcampos/usbdrivedectector/USBDeviceDetectorManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/samuelcampos/usbdrivedectector/USBDeviceDetectorManager.java +++ b/src/main/java/net/samuelcamp...
Fixed typo from 'pooling' to 'polling', changed the static variable name to follow standard Java naming conventions. Changed the timer from being started automatically to being started manually (per java best practices don't start a new thread in a constructor)), added a stop() method to cancel the timer so you don't n...
samuelcampos_usbdrivedetector
train
c5b72069bf9f3f0ce220bea62afbbb91d728e3e7
diff --git a/quick_server/quick_server.py b/quick_server/quick_server.py index <HASH>..<HASH> 100644 --- a/quick_server/quick_server.py +++ b/quick_server/quick_server.py @@ -79,6 +79,10 @@ from http.server import SimpleHTTPRequestHandler import http.server as http_server import socketserver +try: + import pyarr...
changes pyarrow error (#<I>)
JosuaKrause_quick_server
train
b8ef85352b0264ff41fd898e3126da670c08c97d
diff --git a/wfe2/wfe.go b/wfe2/wfe.go index <HASH>..<HASH> 100644 --- a/wfe2/wfe.go +++ b/wfe2/wfe.go @@ -175,6 +175,13 @@ func (wfe *WebFrontEndImpl) HandleFunc(mux *http.ServeMux, pattern string, h web logEvent.AddError("unable to make nonce: %s", err) } } + // Per section 7.1 "Resources": + // ...
WFE2: Always send Link header for directory URL. (#<I>) All HTTP responses for requests to resources (other than the directory resource) should get a `Link` header with the `"index"` relation that points to the ACME directory URL. See <URL>
letsencrypt_boulder
train