hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2de4fc2dd481d6cd4f42bfd5a795aa573add0aa6
diff --git a/lib/util/i18nTools.js b/lib/util/i18nTools.js index <HASH>..<HASH> 100644 --- a/lib/util/i18nTools.js +++ b/lib/util/i18nTools.js @@ -89,7 +89,7 @@ i18nTools.eachI18nTagInHtmlDocument = function (document, lambda) { var childNode = node.childNodes[i]; if (childNode...
i<I>nTools.eachI<I>nTagInHtmlDocument: Use all non-text node children as placeholders, not just ELEMENT_NODEs. The use case is comments used as server side includes: <!--# ... -->
assetgraph_assetgraph-builder
train
8115ef4f45e64b7520d3758dbb2fdefae3ef94af
diff --git a/samples/tables.js b/samples/tables.js index <HASH>..<HASH> 100644 --- a/samples/tables.js +++ b/samples/tables.js @@ -82,7 +82,7 @@ function listTables (options, callback) { // [START delete_table] /** - * Creates a new table with the given name in the specified dataset. + * Deletes a table with the sp...
Fix typo (#<I>)
googleapis_nodejs-bigquery
train
81e4166338615df11eef4f3b70e16727cf0e13bc
diff --git a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/StartTestOperation.java b/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/StartTestOperation.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/StartTestOperation.jav...
Cleanup of StartTestOperation and TestOperationProcessor. Improved JavaDoc of StartTestOperation.
hazelcast_hazelcast-simulator
train
de63a5d966032abfcf575ea5e5fcc010653aacf9
diff --git a/dev/com.ibm.ws.kernel.feature.core/src/com/ibm/ws/kernel/feature/internal/FeatureManager.java b/dev/com.ibm.ws.kernel.feature.core/src/com/ibm/ws/kernel/feature/internal/FeatureManager.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.kernel.feature.core/src/com/ibm/ws/kernel/feature/internal/FeatureMa...
Improve calls to getInstalledFeatures so we aren't copying the Set.
OpenLiberty_open-liberty
train
952d7244b5a84fe4a34ef4ea2be13c42b62e5c1e
diff --git a/salt/crypt.py b/salt/crypt.py index <HASH>..<HASH> 100644 --- a/salt/crypt.py +++ b/salt/crypt.py @@ -843,6 +843,7 @@ class AsyncAuth(SAuth): self.io_loop = tornado.ioloop.IOLoop.current() self.authenticate() + self.authenticated = False @property def creds(self): @@ ...
Switch tcp req channel over to async auth libraries
saltstack_salt
train
2d21b9bb68b91f4d4863ae08e59883c325aca1a4
diff --git a/admin/jqadm/src/Admin/JQAdm/Attribute/Image/Standard.php b/admin/jqadm/src/Admin/JQAdm/Attribute/Image/Standard.php index <HASH>..<HASH> 100644 --- a/admin/jqadm/src/Admin/JQAdm/Attribute/Image/Standard.php +++ b/admin/jqadm/src/Admin/JQAdm/Attribute/Image/Standard.php @@ -57,6 +57,17 @@ class Standard ...
Added missing documentation for image property subpanels
aimeos_ai-admin-jqadm
train
d2dbe8c5357da553cd1a75242e1492248a09e4c1
diff --git a/safe_qgis/widgets/dock.py b/safe_qgis/widgets/dock.py index <HASH>..<HASH> 100644 --- a/safe_qgis/widgets/dock.py +++ b/safe_qgis/widgets/dock.py @@ -902,6 +902,7 @@ class Dock(QtGui.QDockWidget, Ui_DockBase): of the web view after model completion are asynchronous (when threading...
added initial dynmic option log storage
inasafe_inasafe
train
ce802ff6cb628efdf222a195612a38c194316c3c
diff --git a/pygccxml/declarations/dependencies.py b/pygccxml/declarations/dependencies.py index <HASH>..<HASH> 100644 --- a/pygccxml/declarations/dependencies.py +++ b/pygccxml/declarations/dependencies.py @@ -121,7 +121,7 @@ class dependency_info_t(object): depends on a declaration from the input""" ...
Do not call the deprecated method
gccxml_pygccxml
train
eefdc4d114c46e031d719d6770289145a7f7058e
diff --git a/spyder/plugins/editor/widgets/codeeditor.py b/spyder/plugins/editor/widgets/codeeditor.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/widgets/codeeditor.py +++ b/spyder/plugins/editor/widgets/codeeditor.py @@ -51,7 +51,8 @@ from spyder.py3compat import to_text_string from spyder.utils import i...
Use ShortcutTranslator to support Emacs sc
spyder-ide_spyder
train
fc03cf3b5462ae9daa216ddd3d8a7baeeaf5631a
diff --git a/sequel/where.js b/sequel/where.js index <HASH>..<HASH> 100644 --- a/sequel/where.js +++ b/sequel/where.js @@ -244,12 +244,12 @@ WhereBuilder.prototype.complex = function complex(queryObject, options) { // Find the projection in the schema and make sure it's a valid key // that can b...
fix to not use lodash method incorrectly my brain must have been mush when this was written
balderdashy_waterline-sequel
train
72d376e1a21d3cb26ece031c049b176720ee8ea9
diff --git a/bindings/l20n/webl10n.js b/bindings/l20n/webl10n.js index <HASH>..<HASH> 100644 --- a/bindings/l20n/webl10n.js +++ b/bindings/l20n/webl10n.js @@ -382,7 +382,13 @@ define(function (require, exports, module) { for (var key in entity.attributes) { if (entity.attributes.hasOwnProperty(key)) { - ...
actually, move the quirk to bindings
l20n_l20n.js
train
9335e5573394b972cac97a8a0c07285a405a4113
diff --git a/src-modules/org/opencms/gwt/client/ui/CmsPopup.java b/src-modules/org/opencms/gwt/client/ui/CmsPopup.java index <HASH>..<HASH> 100644 --- a/src-modules/org/opencms/gwt/client/ui/CmsPopup.java +++ b/src-modules/org/opencms/gwt/client/ui/CmsPopup.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/op...
- disabled animation for XML content editor dialog in container page editor (ticket #<I>)
alkacon_opencms-core
train
7bf5896e6b2307ed93ccfeb2a3de33efe8fdb71f
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -22,6 +22,9 @@ # # $Log: scapy.py,v $ +# Revision 0.9.9.12 2003/04/14 10:05:42 pbi +# - bugfixed the close() method of some supersockets +# # Revision 0.9.9.11 2003/04/13 21:41:01 biondi # - added get_working_if() #...
- bugfixed the close() method of some supersockets
secdev_scapy
train
25a89c3f77257f023d03030bcf1b292d543aa16c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -266,19 +266,20 @@ function Synopsis(options) { objectMode: true }); - stream.pause(); - delta(startIndex, count, function(err, patch) { stream.push([patch, count]); + var lastIndex = count;...
getting streams to a workable state
allain_node-synopsis
train
41fdbc0d771faceb9baa41df400ac9b883cadd29
diff --git a/lib/filelib.php b/lib/filelib.php index <HASH>..<HASH> 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -1506,6 +1506,8 @@ function &get_mimetypes_array() { 'm' => array ('type'=>'text/plain', 'icon'=>'sourcecode'), 'mbz' => array ('type'=>'application/vnd.moodle.backup', 'icon'=...
MDL-<I> Filelib: Fix ordering of new mimetypes
moodle_moodle
train
103ed2df2c9e731f0f508a6c7f3cc8d555c9bb69
diff --git a/src/frontend/org/voltdb/export/ExportDataSource.java b/src/frontend/org/voltdb/export/ExportDataSource.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/export/ExportDataSource.java +++ b/src/frontend/org/voltdb/export/ExportDataSource.java @@ -151,6 +151,8 @@ public class ExportDataSource imp...
force a schema on first block after transition to Export Master
VoltDB_voltdb
train
4f12ce97207129731addbc424d0456e28ef767c2
diff --git a/source/rafcon/mvc/controllers/graphical_editor_gaphas.py b/source/rafcon/mvc/controllers/graphical_editor_gaphas.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/graphical_editor_gaphas.py +++ b/source/rafcon/mvc/controllers/graphical_editor_gaphas.py @@ -249,18 +249,20 @@ class Graphical...
Introduce check for meta data application When the meta data is being loaded, the meta data observer of gaphas should not apply the meta data, as the state view has not been created at that point. With this, the check for state view existence can be removed.
DLR-RM_RAFCON
train
4c006250f0687946968a56f5bc27064a89807b76
diff --git a/tests/JMS/Serializer/Tests/SerializerBuilderTest.php b/tests/JMS/Serializer/Tests/SerializerBuilderTest.php index <HASH>..<HASH> 100644 --- a/tests/JMS/Serializer/Tests/SerializerBuilderTest.php +++ b/tests/JMS/Serializer/Tests/SerializerBuilderTest.php @@ -196,18 +196,18 @@ class SerializerBuilderTest ext...
simplified serializer builder test for expression language
schmittjoh_serializer
train
21c8fbc49521d4a0e92ec2dac73dcd640efa7b62
diff --git a/go/chat/storage/outbox.go b/go/chat/storage/outbox.go index <HASH>..<HASH> 100644 --- a/go/chat/storage/outbox.go +++ b/go/chat/storage/outbox.go @@ -26,7 +26,7 @@ type Outbox struct { } const outboxVersion = 4 -const ephemeralPurgeCutoff = time.Minute * 10 +const ephemeralPurgeCutoff = 24 * time.Hour ...
raise the ephemeral outbox purge timeout (#<I>)
keybase_client
train
95868415da28077c4c0b2e72c959ec62f433abd9
diff --git a/app/app.go b/app/app.go index <HASH>..<HASH> 100644 --- a/app/app.go +++ b/app/app.go @@ -105,7 +105,7 @@ func (app *MerkleEyesApp) CheckTx(tx []byte) (code tmsp.CodeType, result []byte, return tmsp.CodeType_OK, nil, "" } -func (app *MerkleEyesApp) GetHash() (hash []byte, log string) { +func (app *Mer...
s/GetHash/Commit/g
tendermint_iavl
train
800a13c6563e164a38732f5b379d029c6f4f274f
diff --git a/parsers/baseCSS.js b/parsers/baseCSS.js index <HASH>..<HASH> 100644 --- a/parsers/baseCSS.js +++ b/parsers/baseCSS.js @@ -1,5 +1,7 @@ var style = require('dom-css'); module.exports = function(target, state) { - style(target, state.style); + if(state.style) { + style(target, state.style); + } }...
baseCSS does not attempt to drop in styles if no style object exists
Jam3_f1-dom
train
7a167ca65b6b2310cdcbf8621efdaa6149ff0c27
diff --git a/lib/simple_form/wrappers/many.rb b/lib/simple_form/wrappers/many.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/wrappers/many.rb +++ b/lib/simple_form/wrappers/many.rb @@ -26,7 +26,7 @@ module SimpleForm components.each do |component| next if options[component.namespace] == fals...
Component alwyas respond to render now
plataformatec_simple_form
train
306f82604b0493f8b7cbdd025c55c052dfa6e07e
diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index <HASH>..<HASH> 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -59,17 +59,22 @@ from decimal import Decimal # ----------------------------------------------------------------------------- try: - # Pytho...
fromWei/toWei in python2/3
ccxt_ccxt
train
c434002e9904a9f2e5f5c52860761c9d5d89d780
diff --git a/lib/fog/rackspace/queues.rb b/lib/fog/rackspace/queues.rb index <HASH>..<HASH> 100644 --- a/lib/fog/rackspace/queues.rb +++ b/lib/fog/rackspace/queues.rb @@ -127,6 +127,7 @@ module Fog raise ServiceError.slurp(error, self) end end + end end end diff --git a/tests/rackspa...
Enable Cloud Queues request tests.
fog_fog
train
143f50906034dbf64232d5aa574fe26eb5cbe019
diff --git a/lib/rules/no-unsupported-features.js b/lib/rules/no-unsupported-features.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-unsupported-features.js +++ b/lib/rules/no-unsupported-features.js @@ -23,6 +23,7 @@ var OPTIONS = Object.keys(features) var FUNC_TYPE = /^(?:Arrow)?Function(?:Declaration|Expression)...
Fix: `no-unsupported-features` has false positive (fixes #<I>)
mysticatea_eslint-plugin-node
train
5ed6b371e93b58e49b61b76b1fa348e2a41cc31a
diff --git a/scraper.rb b/scraper.rb index <HASH>..<HASH> 100644 --- a/scraper.rb +++ b/scraper.rb @@ -18,8 +18,6 @@ # blog.articles.first.link # => "http://example.com" # -require 'nokogiri' - class Scraper attr_reader :doc @@ -27,6 +25,7 @@ class Scraper def initialize(doc) @doc = case doc ...
don't force Nokogiri; document object can be anything A document object that a Scraper is initialized with can be any object that responds to `at(selector)` and `search(selector)`, but if it's a string or IO (e.g. file), then Nokogiri is loaded.
mislav_nibbler
train
0ab9df1dce0ea2a6d7372599a86c12fb95483044
diff --git a/src/faker.js b/src/faker.js index <HASH>..<HASH> 100644 --- a/src/faker.js +++ b/src/faker.js @@ -24,6 +24,7 @@ import * as Hacker from './faker/hacker'; import * as HarryPotter from './faker/harry-potter'; import * as LordOfTheRings from './faker/lord-of-the-rings'; import * as LoremFlickr from './fake...
Added LoremPixel faker to main faker object.
mrstebo_fakergem
train
720fb1808c2914b655f0cf44e50c9bf3ee00175a
diff --git a/impact_functions/flood/flood_building_impact.py b/impact_functions/flood/flood_building_impact.py index <HASH>..<HASH> 100644 --- a/impact_functions/flood/flood_building_impact.py +++ b/impact_functions/flood/flood_building_impact.py @@ -80,8 +80,8 @@ class FloodBuildingImpactFunction(FunctionProvider): ...
More improvement of language #<I>
inasafe_inasafe
train
a20b07ffee7163b6f12b9ce2dc77582505803e8c
diff --git a/lib/exceptions.js b/lib/exceptions.js index <HASH>..<HASH> 100644 --- a/lib/exceptions.js +++ b/lib/exceptions.js @@ -4,6 +4,7 @@ const ERROR = { STACK_OVERFLOW: 'stack overflow', INVALID_JUMP: 'invalid JUMP', INVALID_OPCODE: 'invalid opcode', + OUT_OF_RANGE: 'value out of range', REVERT: 'rev...
Added byte length assertion to EXP opcode, associated error type
ethereumjs_ethereumjs-vm
train
41ae8bdae7bada362a02afff8b17fce67bbf3851
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - [#2678](https://github.com/influxdb/influxdb/issues/2678): Server allows tags with an empty string for the key and/or value - [#3061](https://github.com/influxdb/influxdb/issues/3061): syntac...
Handle escaped commas in measurement name Fixes #<I>
influxdata_influxdb
train
96753f0dc20929651000389a7034cc81b4e0934b
diff --git a/openag/cli/firmware/__init__.py b/openag/cli/firmware/__init__.py index <HASH>..<HASH> 100644 --- a/openag/cli/firmware/__init__.py +++ b/openag/cli/firmware/__init__.py @@ -50,17 +50,25 @@ def init(board, project_dir, **kwargs): help="The board to use for compilaton. Defaults to megaatmega2560 " ...
Added categories for inputs and outputs
OpenAgInitiative_openag_python
train
cccf38df3a1bb47a64de2b00e3301b594019bcd4
diff --git a/aomi/render.py b/aomi/render.py index <HASH>..<HASH> 100644 --- a/aomi/render.py +++ b/aomi/render.py @@ -1,10 +1,10 @@ """ Secret rendering """ from __future__ import print_function -import os # Python 2/3 compat from future.utils import iteritems # pylint: disable=E0401 from pkg_resources import re...
always use builtin abspath to ensure proper os paths
Autodesk_aomi
train
ff43b3218701e48eea6c3bec2892a25c7077d9e0
diff --git a/src/Bridge/Symfony/Form/DataTransformer/ValueToEnumTransformer.php b/src/Bridge/Symfony/Form/DataTransformer/ValueToEnumTransformer.php index <HASH>..<HASH> 100644 --- a/src/Bridge/Symfony/Form/DataTransformer/ValueToEnumTransformer.php +++ b/src/Bridge/Symfony/Form/DataTransformer/ValueToEnumTransformer.p...
Fix docblocks in ValueToEnumTransformer
Elao_PhpEnums
train
a9950705168844677487f9df45191dd6ef13f334
diff --git a/.github/ISSUE_TEMPLATE/unexpected-problems---bugs.md b/.github/ISSUE_TEMPLATE/unexpected-problems---bugs.md index <HASH>..<HASH> 100644 --- a/.github/ISSUE_TEMPLATE/unexpected-problems---bugs.md +++ b/.github/ISSUE_TEMPLATE/unexpected-problems---bugs.md @@ -59,7 +59,7 @@ If this command failed, tell us you...
fix bug when combining DataParallelInferenceRunner+BatchNorm (since cc<I>bb<I>)
tensorpack_tensorpack
train
8ca93f2cc82f4b8144ea4d4b2c38c88355f59e70
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -8,7 +8,9 @@ export default { 'http-status-codes', 'milliseconds', 'highwire', - 'delay' + 'delay', + 'joi', + 'hoek' ], plugins: [ nodeResolve({
build(rollup): added joi and hoek to the external list to fix the bundling process
greenkeeper-keeper_hapi-greenkeeper-keeper
train
b6dd286fd9bcac72f22c4c673da06edb4ab9b96d
diff --git a/src/Stage.js b/src/Stage.js index <HASH>..<HASH> 100644 --- a/src/Stage.js +++ b/src/Stage.js @@ -11,12 +11,18 @@ import { including } from "./utils"; export let appTestHook = null; -const applyUpdate = (app, props) => { +const applyUpdate = (app, props, instance) => { const provider = <AppProvider...
pass stage instance when rendering from class component
michalochman_react-pixi-fiber
train
d1103864f37de1b71f9249aefdf171ebb923d8ef
diff --git a/src/Illuminate/Collections/Collection.php b/src/Illuminate/Collections/Collection.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Collections/Collection.php +++ b/src/Illuminate/Collections/Collection.php @@ -1146,13 +1146,15 @@ class Collection implements ArrayAccess, Enumerable ? $this-...
Don't iterate over all collection in Collection::firstOrFail (#<I>)
laravel_framework
train
a17ca745a8bba934b59b9e0a92cb231252f2b1b5
diff --git a/cypher-codemirror/src/codemirror-cypher-mode.js b/cypher-codemirror/src/codemirror-cypher-mode.js index <HASH>..<HASH> 100644 --- a/cypher-codemirror/src/codemirror-cypher-mode.js +++ b/cypher-codemirror/src/codemirror-cypher-mode.js @@ -36,6 +36,7 @@ const keywordRegexes = CypherKeywords.map(w => new RegE...
[neo4j/neo4j-browser#<I>] Do reference AC first & match non-closed string as string
neo4j-contrib_cypher-editor
train
1ccd6eaec376d42bec673ac7e00767921790028e
diff --git a/sos/jupyter/kernel.js b/sos/jupyter/kernel.js index <HASH>..<HASH> 100644 --- a/sos/jupyter/kernel.js +++ b/sos/jupyter/kernel.js @@ -57,15 +57,33 @@ define(function() { 'python': '#FFCCFF' } + function changeStyleOnKernel(cell,type){ + // this should be ...
change row title based on kernel, only the last line works now. Former-commit-id: bd<I>d<I>e<I>e9ba<I>e<I>d
vatlab_SoS
train
553fdcc7efdcf2595107fa474bd3a4f111fdcf5c
diff --git a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js b/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js +++ b/packages/node_modules/@webex/in...
feat(internal-conversation): allow space avatars to be uploaded
webex_spark-js-sdk
train
79cfc845f42245b24a85dafb8322129a7728e653
diff --git a/src/java/arjdbc/jdbc/RubyJdbcConnection.java b/src/java/arjdbc/jdbc/RubyJdbcConnection.java index <HASH>..<HASH> 100644 --- a/src/java/arjdbc/jdbc/RubyJdbcConnection.java +++ b/src/java/arjdbc/jdbc/RubyJdbcConnection.java @@ -2962,16 +2962,18 @@ public class RubyJdbcConnection extends RubyObject { ...
keep it backwards compatible - do not set query-timeout when not configured
jruby_activerecord-jdbc-adapter
train
dc2fbe853d7174fa53f46c40071461db0d351e18
diff --git a/app/assets/javascripts/analyzers/analyzers/fieldcharts.js b/app/assets/javascripts/analyzers/analyzers/fieldcharts.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/analyzers/analyzers/fieldcharts.js +++ b/app/assets/javascripts/analyzers/analyzers/fieldcharts.js @@ -166,7 +166,10 @@ $(document)....
Improve axis calculation on field graphs Only display available data on field graphs when searching in all messages. Fixes #<I>
Graylog2_graylog2-server
train
8ba5ddf16008b5295184f66ccb4486500e6a494d
diff --git a/lib/capybara/webkit/driver.rb b/lib/capybara/webkit/driver.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/webkit/driver.rb +++ b/lib/capybara/webkit/driver.rb @@ -69,14 +69,22 @@ module Capybara::Webkit end def alert_messages + warn '[DEPRECATION] Capybara::Webkit::Driver#alert_messages...
Add deprecation warnings to legacy modal methods * Our legacy API has been replaced by an upstream API in Capybara <I>.
thoughtbot_capybara-webkit
train
25d9e631b3db20783ca2b37c419eb760e90f7926
diff --git a/sportsreference/mlb/boxscore.py b/sportsreference/mlb/boxscore.py index <HASH>..<HASH> 100644 --- a/sportsreference/mlb/boxscore.py +++ b/sportsreference/mlb/boxscore.py @@ -27,7 +27,7 @@ class Boxscore(object): ---------- uri : string The relative link to the boxscore HTML p...
Fix issue pulling MLB boxscores
roclark_sportsreference
train
961a7edf2e680cb21071ef090616752a531dce0e
diff --git a/lib/write_xlsx/chart.rb b/lib/write_xlsx/chart.rb index <HASH>..<HASH> 100644 --- a/lib/write_xlsx/chart.rb +++ b/lib/write_xlsx/chart.rb @@ -1173,14 +1173,11 @@ module Writexlsx :_visible => arg[:visible] || 1 } - # Map major_gridlines properties. - if arg[:major_grid...
chart.rb : use write_lines_base in write_gridlines_base
cxn03651_write_xlsx
train
14b13b43e3b0997a92885c81181bc778ac600320
diff --git a/pub/js/cookie.js b/pub/js/cookie.js index <HASH>..<HASH> 100644 --- a/pub/js/cookie.js +++ b/pub/js/cookie.js @@ -11,7 +11,7 @@ define(function() { return null; }, getJsonValue: function(cookieKey, jsonKey) { - var jsonData = JSON.parse(decodeURIComponent(this.get(...
Issue #<I>: Change cookie decodeURIComponent back to unescape
lizards-and-pumpkins_catalog
train
0ff6532dedba0289e5add316af7125bbb3322795
diff --git a/src/Composer/PackageManager.php b/src/Composer/PackageManager.php index <HASH>..<HASH> 100644 --- a/src/Composer/PackageManager.php +++ b/src/Composer/PackageManager.php @@ -126,9 +126,6 @@ class PackageManager } if ($app['extend.online']) { - // Set working directory - ...
Set working directory whenever Composer object is (re)created
bolt_bolt
train
e85a56f80b04790026ba5559bb7674d531adc799
diff --git a/Gemfile b/Gemfile index <HASH>..<HASH> 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,6 @@ source 'https://rubygems.org' gemspec group :test do - gem 'deb_control', '~> 0.0.1' + gem 'deb_control', '~> 0.0.1' + gem 'timecop' end diff --git a/lib/cany/dpkg/creator.rb b/lib/cany/dpkg/creator.rb index ...
Create changelog and improve cany execution
mswart_cany
train
ad6c2f6fb8aaece39b99f51fbffc675a2ef4c8fe
diff --git a/cilium/endpoint/endpoint.go b/cilium/endpoint/endpoint.go index <HASH>..<HASH> 100644 --- a/cilium/endpoint/endpoint.go +++ b/cilium/endpoint/endpoint.go @@ -411,9 +411,9 @@ func dumpEndpoints(ctx *cli.Context) { } var ( - maxIDSize = len("Label's ID") - maxEpIDSize ...
Gofmt in endpoint.go
cilium_cilium
train
db8208a03287922d968de0f7d76b3657d51ac0f7
diff --git a/qutepart/__init__.py b/qutepart/__init__.py index <HASH>..<HASH> 100644 --- a/qutepart/__init__.py +++ b/qutepart/__init__.py @@ -211,6 +211,12 @@ class Qutepart(QPlainTextEdit): * toggleBookmark Set/Clear bookmark on current block * nextBookmark Jump to next bookmark * prevB...
Qutepart supports context manager protocol
andreikop_qutepart
train
6253c71c4a6e15dfafa1a8b605dac532dd85a626
diff --git a/jsonbender/core.py b/jsonbender/core.py index <HASH>..<HASH> 100644 --- a/jsonbender/core.py +++ b/jsonbender/core.py @@ -41,6 +41,17 @@ class Bender(object): def __lshift__(self, other): return Compose(other, self) + def __getitem__(self, index): + return self >> GetItem(index) +...
Add indexing support for bender.
Onyo_jsonbender
train
44b76e641e3e780b9c5f26c7db4bc3a05f3e671c
diff --git a/homely/files.py b/homely/files.py index <HASH>..<HASH> 100644 --- a/homely/files.py +++ b/homely/files.py @@ -54,13 +54,25 @@ def symlink(target, linkname=None): getengine().run(MakeSymlink(target, linkname)) -def lineinfile(filename, contents, *, where=None): +def lineinfile(filename, contents, w...
homely.files: new call signatures for lineinfile() and blockinfile()
phodge_homely
train
bff91ab86ef3c1ba0d11acd796183033b0c1a6c7
diff --git a/synapse/cores/common.py b/synapse/cores/common.py index <HASH>..<HASH> 100644 --- a/synapse/cores/common.py +++ b/synapse/cores/common.py @@ -61,7 +61,7 @@ def reqiden(tufo): raise s_common.NoSuchTufo(iden=None) return tufo[0] -class CoreApi(s_auth.AuthMixin): +class CoreApi: ''' ...
Mix the authMixin into the Cortex directly.
vertexproject_synapse
train
258a124bed13bdf7325a812a40c7487bca22212e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( keywords=["breakpoint graph", "data structures", "python"], url="https://github.com/sergey-aganezov-jr/bg", classifiers=[ - "Development Status :: 5 - Production/Stable", + "D...
updated the pypi classifier to reflect the state of code base in aganezov branch
aganezov_bg
train
2e48a5bac26bb7823eef601d6d7f02928dfac7eb
diff --git a/eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php b/eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php +++ b/eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php @@ -629,6 +629,8 @@ c...
EZP-<I>: Aligned SQL Search Engine FullText criterion handler with changes to WordIndexer (#<I>)
ezsystems_ezpublish-kernel
train
7433c9c92a9d2b53331f729249ddbbfa70cb76de
diff --git a/api/server/server_windows.go b/api/server/server_windows.go index <HASH>..<HASH> 100644 --- a/api/server/server_windows.go +++ b/api/server/server_windows.go @@ -39,10 +39,12 @@ func NewServer(proto, addr string, job *engine.Job) (Server, error) { } // Called through eng.Job("acceptconnections") -func ...
Make server_windows.go consistent with server_linux.go
containers_storage
train
e91056d37dabc0210b5518f584ddbf42e6b0fc09
diff --git a/src/app/actions/prottable/fdr.py b/src/app/actions/prottable/fdr.py index <HASH>..<HASH> 100644 --- a/src/app/actions/prottable/fdr.py +++ b/src/app/actions/prottable/fdr.py @@ -89,9 +89,10 @@ def get_score(protein): def create_td_gene_map(tfastafn, dfastafn, fastadelim, genefield): + prefixlen = l...
Only add decoy prefix if not already in the fasta, defensive
glormph_msstitch
train
725ed4a42353ea45430c8532948a51cb41d7b765
diff --git a/symphony/assets/admin.js b/symphony/assets/admin.js index <HASH>..<HASH> 100644 --- a/symphony/assets/admin.js +++ b/symphony/assets/admin.js @@ -34,9 +34,9 @@ var Symphony = {}; Symphony.Context.add('lang', html.attr('lang')); // Set browser support information - Symphony.Context.add('support'...
- moved browser support information into own Symphony.Support object - copied jQuery.support into Symphony.Support
symphonycms_symphony-2
train
7c2fc4ebd7974e83e4e0a136f08be605e1ca088b
diff --git a/lynx/src/main/java/com/github/pedrovgs/lynx/LynxView.java b/lynx/src/main/java/com/github/pedrovgs/lynx/LynxView.java index <HASH>..<HASH> 100644 --- a/lynx/src/main/java/com/github/pedrovgs/lynx/LynxView.java +++ b/lynx/src/main/java/com/github/pedrovgs/lynx/LynxView.java @@ -93,6 +93,14 @@ public class L...
Update lv_traces position to the last one on visibility changed to VISIBLE to avoid problems with the ListView scroll when the view is not visible initially
pedrovgs_Lynx
train
15f5c0b664084af9b84eb62cf93cce15052855f0
diff --git a/lib/reversetunnel/agent.go b/lib/reversetunnel/agent.go index <HASH>..<HASH> 100644 --- a/lib/reversetunnel/agent.go +++ b/lib/reversetunnel/agent.go @@ -210,7 +210,6 @@ func (a *Agent) connect() error { go a.handleAccessPoint(c.HandleChannelOpen(chanAccessPoint)) go a.handleTransport(c.HandleChannelOp...
Fixed tests and made logging less verbose
gravitational_teleport
train
5b1ce9c05ee844aea6f6ac02a82593f57b62eaad
diff --git a/lib/aws/plugins/signer.rb b/lib/aws/plugins/signer.rb index <HASH>..<HASH> 100644 --- a/lib/aws/plugins/signer.rb +++ b/lib/aws/plugins/signer.rb @@ -22,10 +22,7 @@ module Aws @signer = signer end - def new(handler) - @handler = handler - self - end + ...
The signing plugin handler uses the new handler list interface.
aws_aws-sdk-ruby
train
bda2c0f9b7dfc24616fe273d06f816a61abec9ef
diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index <HASH>..<HASH> 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -568,34 +568,30 @@ class ComposerAutoloaderInit$suffix HEADER; - if (!$thi...
Re-enable include path even when classmap authoritative is present, refs #<I>
composer_composer
train
ec82f2c5fa2b561ac44bdff1e51a452bd32aafac
diff --git a/devices/ikea.js b/devices/ikea.js index <HASH>..<HASH> 100644 --- a/devices/ikea.js +++ b/devices/ikea.js @@ -746,7 +746,7 @@ module.exports = [ extend: tradfriExtend.light_onoff_brightness_colortemp_color({colorTempRange: [250, 454]}), }, { - zigbeeModel: ['TRADFRI bulb E14 CWS 4...
Add TRADFRI bulb E<I> CWS <I>lm to LED<I>G6 (#<I>)
Koenkk_zigbee-shepherd-converters
train
430037e84a75c1ef7e78a0cd1afdcf39e141e148
diff --git a/Entity/Widget/FormationsWidget.php b/Entity/Widget/FormationsWidget.php index <HASH>..<HASH> 100644 --- a/Entity/Widget/FormationsWidget.php +++ b/Entity/Widget/FormationsWidget.php @@ -1 +1 @@ -<?php namespace Icap\PortfolioBundle\Entity\Widget; use Doctrine\Common\Collections\ArrayCollection; use Doctr...
[PortfolioBundle] Adding date field for formation
claroline_Distribution
train
36282ba2c82527de9b45f75c59483f87ef58c2e1
diff --git a/driver-testsuite/tests/Js/WindowTest.php b/driver-testsuite/tests/Js/WindowTest.php index <HASH>..<HASH> 100644 --- a/driver-testsuite/tests/Js/WindowTest.php +++ b/driver-testsuite/tests/Js/WindowTest.php @@ -72,10 +72,9 @@ class WindowTest extends TestCase { $this->getSession()->visit($this...
Added Session::maximizeWindow to expose the feature
minkphp_Mink
train
6110a0f45b4e5548023a9e51d0710001b45f1b2e
diff --git a/go/vt/vtgate/executor_test.go b/go/vt/vtgate/executor_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/executor_test.go +++ b/go/vt/vtgate/executor_test.go @@ -1082,7 +1082,6 @@ func TestExecutorOther(t *testing.T) { } stmts := []string{ - "show tables", "analyze table t1", "describe sel...
removed show tables from executor other test
vitessio_vitess
train
abffc551e417ca95be0055bf71088649251fcd83
diff --git a/exchangelib/account.py b/exchangelib/account.py index <HASH>..<HASH> 100644 --- a/exchangelib/account.py +++ b/exchangelib/account.py @@ -38,13 +38,30 @@ class Account: # server version up-front but delegate account requests to an older backend server. self.version = self.protocol.version...
Refactor self.folders to separate property
ecederstrand_exchangelib
train
b6838b32ea471fa8528b29c0c377002075837ea1
diff --git a/pyiso.py b/pyiso.py index <HASH>..<HASH> 100644 --- a/pyiso.py +++ b/pyiso.py @@ -4966,12 +4966,18 @@ class PyIso(object): if self.eltorito_boot_catalog is None: raise PyIsoException("The ISO must have an Eltorito Boot Record to add isohybrid support") - # FIXME: we have to g...
Make sure the isolinux file has the correct signature.
clalancette_pycdlib
train
69f904fa337b290a4b9184da37632df5b130d3fc
diff --git a/src/color/validate.js b/src/color/validate.js index <HASH>..<HASH> 100644 --- a/src/color/validate.js +++ b/src/color/validate.js @@ -3,6 +3,7 @@ //------------------------------------------------------------------------------ d3plus.color.validate = function( color ) { + color = color + "" color =...
catch in color validate if passed variable is not string
alexandersimoes_d3plus
train
075ed8e15747c923884d8e27a11937f3cb688c5f
diff --git a/src/Thruway/Peer/Router.php b/src/Thruway/Peer/Router.php index <HASH>..<HASH> 100644 --- a/src/Thruway/Peer/Router.php +++ b/src/Thruway/Peer/Router.php @@ -151,10 +151,6 @@ class Router extends AbstractPeer /** @var $session Session */ $session = $this->sessions[$transport]; - ...
When session leaves realm - it tells Auth Manager
voryx_Thruway
train
e72fa51c8ebc59e0831336403bf3bf6bd99b76af
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def make_extensions(extensions_list): ext_modules = list( Extension( m, f, - extra_compile_args=["-OO"] + extra_compile_args=["-O0"] ) for m, f ...
Fix compilation optimization - set to zero
vstconsulting_vstutils
train
651f6edf335d977cf70279f667dce649f6fb1ce0
diff --git a/templates/archlinux-x86_64/definition.rb b/templates/archlinux-x86_64/definition.rb index <HASH>..<HASH> 100644 --- a/templates/archlinux-x86_64/definition.rb +++ b/templates/archlinux-x86_64/definition.rb @@ -1,3 +1,11 @@ +require 'net/http' + +iso_mirror = 'http://mirror.brainfork.me/archlinux/iso/latest...
templates: Gets the latest ISO in the Arch definition. The method used is similar to that used in the Gentoo templates.
jedi4ever_veewee
train
cf1cc56655b998ad85a69124e27c4d0af115bba7
diff --git a/lib/searchlogic/helpers/form.rb b/lib/searchlogic/helpers/form.rb index <HASH>..<HASH> 100644 --- a/lib/searchlogic/helpers/form.rb +++ b/lib/searchlogic/helpers/form.rb @@ -95,7 +95,7 @@ module Searchlogic javascript += "if(typeof(Prototype) != 'undefined') {" if Config.helpers.javascript...
fixed form helper jquery code so it properly checks for the existence of the given fields
binarylogic_searchlogic
train
60e4e14b9458205a9c50f746b4b400bbda0e199d
diff --git a/node2vec/__init__.py b/node2vec/__init__.py index <HASH>..<HASH> 100644 --- a/node2vec/__init__.py +++ b/node2vec/__init__.py @@ -1,2 +1,5 @@ from . import edges from .node2vec import Node2Vec +from importlib import metadata + +__version__ = metadata.version('node2vec') \ No newline at end of file
:building_construction: __version__
eliorc_node2vec
train
f137a124cd2f79927219a2de9797c419eb0ece89
diff --git a/test/featherlight_test.js b/test/featherlight_test.js index <HASH>..<HASH> 100644 --- a/test/featherlight_test.js +++ b/test/featherlight_test.js @@ -147,14 +147,6 @@ var stubAjaxLoad = function(content) { }); }); - describe('iframe content filter', function() { - it('generates an iframe', func...
Bypass phantomjs bug?? No idea why changing the order of these makes a difference
noelboss_featherlight
train
8de58babdc2156b92824a97a5fd518f98b3f546d
diff --git a/examples/deleteAll.php b/examples/deleteAll.php index <HASH>..<HASH> 100644 --- a/examples/deleteAll.php +++ b/examples/deleteAll.php @@ -7,7 +7,7 @@ use Ihsw\Toxiproxy\Toxiproxy; $toxiproxy = new Toxiproxy(new HttpClient(["base_url" => "http://127.0.0.1:8474"])); $proxies = array_filter($toxiproxy->al...
- continuing the revision of how array-access on proxies is done
ihsw_toxiproxy-php-client
train
92895b50015c487d575cc371af881acb0c6a2ea7
diff --git a/lib/postrank-uri.rb b/lib/postrank-uri.rb index <HASH>..<HASH> 100644 --- a/lib/postrank-uri.rb +++ b/lib/postrank-uri.rb @@ -89,6 +89,7 @@ module PostRank URIREGEX[:reserved_characters] = /%3F|%26/i URIREGEX[:escape] = /([^ a-zA-Z0-9_.-]+)/x URIREGEX[:unescape] = /(%[0-9a-fA-F]{2})/x + ...
#<I>: preserve nested urls with scheme
postrank-labs_postrank-uri
train
8db151593d4f09998d1cbccc6099b351e717a3b6
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lib" ], "dependencies": { - "vfile": "^1.1.0", + "vfile": "^2.0.0", "vinyl": "^1.1.0" }, "devDependencies": { diff --git a/src/index.js b/src/index.js index <HASH>..<...
chore(deps): update vfile to version <I>
dustinspecker_convert-vinyl-to-vfile
train
995fab2ebc3b145a1dbb85841c5241cd024362ac
diff --git a/p2p/peer.go b/p2p/peer.go index <HASH>..<HASH> 100644 --- a/p2p/peer.go +++ b/p2p/peer.go @@ -4,7 +4,6 @@ import ( "errors" "fmt" "io" - "io/ioutil" "net" "sort" "sync" @@ -20,8 +19,7 @@ const ( baseProtocolLength = uint64(16) baseProtocolMaxMsgSize = 10 * 1024 * 1024 - pingInterval ...
p2p: fix yet another disconnect hang Peer.readLoop will only terminate if the connection is closed. Fix the hang by closing the connection before waiting for readLoop to terminate. This also removes the british disconnect procedure where we're waiting for the remote end to close the connection. I have confirmed with ...
ethereum_go-ethereum
train
825c7778c2d8d634cccec8f3d67b6fd6fc74c05f
diff --git a/src/Call/Client.php b/src/Call/Client.php index <HASH>..<HASH> 100644 --- a/src/Call/Client.php +++ b/src/Call/Client.php @@ -131,14 +131,35 @@ class Client implements ClientAwareInterface, CollectionInterface, \ArrayAccess } /** - * Update an existing call + * Update an existing call ...
Allow Call to be passed as a payload to Call client::update()
Nexmo_nexmo-php
train
8a6295a7ebbab0b97a1bc01a429bb01f32ec22f4
diff --git a/src/Entity/Fields/FakerData/String/LocaleIdentifierFakerDataProvider.php b/src/Entity/Fields/FakerData/String/LocaleIdentifierFakerDataProvider.php index <HASH>..<HASH> 100644 --- a/src/Entity/Fields/FakerData/String/LocaleIdentifierFakerDataProvider.php +++ b/src/Entity/Fields/FakerData/String/LocaleIdent...
resolving symfony validators being inconsistent with their interfaces
edmondscommerce_doctrine-static-meta
train
831a7155b950ac35db5e513e9a39006ffaf6ce5e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -71,13 +71,12 @@ function round(num, precision) { // ----- DOMAIN OBJECT: COLOR STOP ----- -function ColorStop(nodes) { +function ColorStop() { this.parent = null; - nodes = nodes || {}; - this.beforeNode = ...
Better ColorStop cloning that includes the parent Gradient
gilmoreorless_postcss-gradient-transparency-fix
train
8196544c636745190650a0784c0e9aaba80c210b
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -78,14 +78,18 @@ export function normalizeProps(vNode) { } // if exists v-model - if (data.model) { - props.value = data.model.value; + const model = data.model; + if (model) { + ...
fix: v-model missing for Intact. closes ksc-fe/kpc#3
Javey_intact-vue
train
e6159062f1825aafc7a2547b2398b1e8f6b7d959
diff --git a/src/org/zaproxy/zap/extension/script/ExtensionScript.java b/src/org/zaproxy/zap/extension/script/ExtensionScript.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/script/ExtensionScript.java +++ b/src/org/zaproxy/zap/extension/script/ExtensionScript.java @@ -505,7 +505,7 @@ public class ...
Fix NullPointerException that occurred when creating a script Do not attempt to save the script if it does not have a file even if 'load on start' is set.
zaproxy_zaproxy
train
35ffa66ae6dfaf3c69baa1cc49bfa63233e4f329
diff --git a/lib/fetchManifest.js b/lib/fetchManifest.js index <HASH>..<HASH> 100644 --- a/lib/fetchManifest.js +++ b/lib/fetchManifest.js @@ -218,23 +218,29 @@ module.exports.createServer = function (opts) { return; } fetchManifest(manifestURL) - .then(manifest => reply(JSON.stringify(man...
send `/manifest` response as `application/json` type
cvan_fetch-manifest
train
3740ff0eece1818a72740b07a7e0f87a853dede4
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const types = require('./lib/types'); const scopes = require('./lib/scopes'); module.exports = { - rules : { + rules: { 'body-leading-blank' : [ 2, 'always', @@ -1...
add new `signed-off-by` rule
whizark_commitlint-config-cz
train
e993297f6071af0168ddba2713729556b8090e27
diff --git a/src/zoomifytilesource.js b/src/zoomifytilesource.js index <HASH>..<HASH> 100644 --- a/src/zoomifytilesource.js +++ b/src/zoomifytilesource.js @@ -38,9 +38,7 @@ options.minLevel = 0; options.maxLevel = options.gridSize.length - 1; - OpenSeadragon.TileSource.apply(this, [options]...
Removing unneccessary blank lines
openseadragon_openseadragon
train
f4f24095a485f7285aaf2d88ae629cee36ac4796
diff --git a/src/utils/link/link-by-prompt.js b/src/utils/link/link-by-prompt.js index <HASH>..<HASH> 100644 --- a/src/utils/link/link-by-prompt.js +++ b/src/utils/link/link-by-prompt.js @@ -68,7 +68,7 @@ module.exports = async function linkPrompts(context) { if (isEmpty(matchingSites)) { context.log(ch...
netlify link: Fix an error message
netlify_cli
train
5da6fd0182bad8fd8912fc1bb134b05b04105b60
diff --git a/src/main/org/jdice/calc/operation/PowOperator.java b/src/main/org/jdice/calc/operation/PowOperator.java index <HASH>..<HASH> 100644 --- a/src/main/org/jdice/calc/operation/PowOperator.java +++ b/src/main/org/jdice/calc/operation/PowOperator.java @@ -17,10 +17,12 @@ package org.jdice.calc.operation; imp...
Update PowOpetaror logic to enable power with decimal and negative numbers
d-sauer_JCalcAPI
train
f64b167c3bb9557ad090e6006c36ebd099aa156c
diff --git a/pkg/minikube/machine/start.go b/pkg/minikube/machine/start.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/machine/start.go +++ b/pkg/minikube/machine/start.go @@ -260,13 +260,13 @@ func showHostInfo(cfg config.ClusterConfig) { } return } - if driver.IsKIC(cfg.Driver) { + if driver.IsKIC(cfg.Driv...
Display more meaninful system info for docker/podman driver
kubernetes_minikube
train
dcc3c03ad9213de60d9ad8d2456bc7aa81eb3c42
diff --git a/gwpy/plotter/gps.py b/gwpy/plotter/gps.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/gps.py +++ b/gwpy/plotter/gps.py @@ -156,9 +156,9 @@ class GPSTransform(GPSTransformBase): """Transform an array of GPS times. """ if self.epoch is None: - return numpy.round(a / s...
GPSTransform: don't round
gwpy_gwpy
train
e77f1911580120376404cd643800e0d91762ef2b
diff --git a/src/AwsServiceProvider.php b/src/AwsServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AwsServiceProvider.php +++ b/src/AwsServiceProvider.php @@ -26,7 +26,9 @@ class AwsServiceProvider extends ServiceProvider { $this->mergeConfigFrom($config, 'aws'); - $this->publishes([$config ...
Removing dependency on config_path function.
aws_aws-sdk-php-laravel
train
661f9a8d3d7f868a48ed75e19e78bf6dfd517b16
diff --git a/curation_concerns-models/app/indexers/curation_concerns/collection_indexer.rb b/curation_concerns-models/app/indexers/curation_concerns/collection_indexer.rb index <HASH>..<HASH> 100644 --- a/curation_concerns-models/app/indexers/curation_concerns/collection_indexer.rb +++ b/curation_concerns-models/app/in...
Collections should have their thumbnails indexed
samvera_hyrax
train
a9891095eceaaa2cacce14edc2d3c069d8a0e113
diff --git a/packages/next/client/dev/dev-build-watcher.js b/packages/next/client/dev/dev-build-watcher.js index <HASH>..<HASH> 100644 --- a/packages/next/client/dev/dev-build-watcher.js +++ b/packages/next/client/dev/dev-build-watcher.js @@ -104,8 +104,8 @@ function createContainer(prefix) { y2="100%" ...
Invert colors of compiling indicator (#<I>) Hi, This PR inverts the colors for the compiling indicator, closes #<I>. The second commit makes the styling consistent with the prerender indicator (height and border) From: ![before](<URL>) To: ![after](<URL>)
zeit_next.js
train
c9cbe7bb7be7f608014f38801d8d9fc14563d9a1
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,7 @@ * grunt-contrib-uglify * http://gruntjs.com/ * - * Copyright (c) 2012 "Cowboy" Ben Alman, contributors + * Copyright (c) 2013 "Cowboy" Ben Alman, contributors * Licensed under the MIT licen...
Update copyright to <I>
gruntjs_grunt-contrib-uglify
train
15483bf7414fa7e3466266455f0b0224f5686edf
diff --git a/subconvert/parsing/Core.py b/subconvert/parsing/Core.py index <HASH>..<HASH> 100644 --- a/subconvert/parsing/Core.py +++ b/subconvert/parsing/Core.py @@ -365,6 +365,7 @@ class SubConverter: subText = sub.text.format(**fmt.formatting) except KeyError: ...
Strip subtitles from whitespaces Rationale: Subtitles often contain unnecessary newline markers at the end or beginning of subtitle. When saved to a different format, they might easily break it (Subconvert won't be able to read it). Example: ``` {x}{y}|sub ``` when saved to SubRip: ``` x --> y sub ``` This fixes ...
mgoral_subconvert
train
5a11b6fee39f1ef3d29d4e35b514680a5d06fb74
diff --git a/client/blocks/app-banner/utils.js b/client/blocks/app-banner/utils.js index <HASH>..<HASH> 100644 --- a/client/blocks/app-banner/utils.js +++ b/client/blocks/app-banner/utils.js @@ -13,7 +13,7 @@ export const READER = 'reader'; export const STATS = 'stats'; export const ALLOWED_SECTIONS = [ EDITOR, NOTES...
Adding clarification comment that it's <I> days
Automattic_wp-calypso
train
bd0812f280dc4b62628f76873fdb1b62df38f6c2
diff --git a/lib/sidekiq-spy/display/screen.rb b/lib/sidekiq-spy/display/screen.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq-spy/display/screen.rb +++ b/lib/sidekiq-spy/display/screen.rb @@ -5,6 +5,9 @@ module SidekiqSpy module Display class Screen + attr_reader :height + attr_reader :widt...
Expose non-internal attributes for Display::Screen,Display::Subpanel . For those attributes not considered 'internal' (attributes which the outside really has no business reading), expose them using readers. Simplify tests, causing the readership to be tested.
tiredpixel_sidekiq-spy
train
2e0723c713de58f9599db72bfe914379fa0b3a4e
diff --git a/holoviews/core/data.py b/holoviews/core/data.py index <HASH>..<HASH> 100644 --- a/holoviews/core/data.py +++ b/holoviews/core/data.py @@ -408,14 +408,14 @@ class ColumnarData(param.Parameterized): if isinstance(data, NdElement): params['kdims'] = [d for d in params['kdims'] if d != ...
Improvements to handling of dataframe Columns input
pyviz_holoviews
train
e1582f7dfc51065d106b96f742bd9695469400cb
diff --git a/js/components/popover.js b/js/components/popover.js index <HASH>..<HASH> 100644 --- a/js/components/popover.js +++ b/js/components/popover.js @@ -10,8 +10,6 @@ define([ '../flags/vendor' ], function($, Toolkit, vendor) { -var TooltipPrototype = Toolkit.Tooltip.prototype; - Toolkit.Popover = Toolki...
Updated tooltips to share same active node logic as popovers.
titon_toolkit
train