hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
061a8cbf5c1ab2dfc66bdc7cb397abfba0429198
diff --git a/trunk/mlcp/src/main/java/com/marklogic/contentpump/AggregateXMLReader.java b/trunk/mlcp/src/main/java/com/marklogic/contentpump/AggregateXMLReader.java index <HASH>..<HASH> 100644 --- a/trunk/mlcp/src/main/java/com/marklogic/contentpump/AggregateXMLReader.java +++ b/trunk/mlcp/src/main/java/com/marklogic/c...
bug:<I> fix missing record issue of importing compressed aggregate xml
marklogic_marklogic-contentpump
train
b96ba922eb98c9a28f780270e90a296a5f6d4d15
diff --git a/flask_unchained/bundles/admin/__init__.py b/flask_unchained/bundles/admin/__init__.py index <HASH>..<HASH> 100644 --- a/flask_unchained/bundles/admin/__init__.py +++ b/flask_unchained/bundles/admin/__init__.py @@ -1,4 +1,6 @@ from flask_admin import helpers +from flask_admin.base import expose +from flask...
export expose and InlineFormAdmin from flask_unchained.bundles.admin
briancappello_flask-unchained
train
21c5f2845de42fb2f5feee47d4270c18a4a4d5b0
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -64,28 +64,6 @@ module RackTestUtils extend self end -module RenderERBUtils - def view - @view ||= begin - path = A...
Remove RenderERBUtils from AP (only AV use it)
rails_rails
train
954d24448556b62739c2a593acee3a477b987a55
diff --git a/Controller/Crud/IndexAction.php b/Controller/Crud/IndexAction.php index <HASH>..<HASH> 100644 --- a/Controller/Crud/IndexAction.php +++ b/Controller/Crud/IndexAction.php @@ -161,7 +161,13 @@ class IndexAction extends AbstractAction if (!empty($sortCriteria)) { if ((count($sortCriteria...
Support multiple criteria sorting of paginated results.
DarvinStudio_DarvinAdminBundle
train
128773e7e9f30fc0813dec85999e8a9373f7460e
diff --git a/command/agent/rpc_client_test.go b/command/agent/rpc_client_test.go index <HASH>..<HASH> 100644 --- a/command/agent/rpc_client_test.go +++ b/command/agent/rpc_client_test.go @@ -159,6 +159,30 @@ func TestRPCClientMembers(t *testing.T) { if len(mem) != 2 { t.Fatalf("bad: %#v", mem) } +} + +func TestR...
client: cleaned up tests for MembersFiltered
hashicorp_serf
train
452cdf364c0d9cc07e2ccfbfd237f40792318e78
diff --git a/redisson/src/main/java/org/redisson/api/RQueue.java b/redisson/src/main/java/org/redisson/api/RQueue.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/api/RQueue.java +++ b/redisson/src/main/java/org/redisson/api/RQueue.java @@ -15,6 +15,7 @@ */ package org.redisson.api; +impo...
readAll and readAllAsync were added to RQueue interface
redisson_redisson
train
e17953348440c71f0364eb9c7ccf8474c8c7d3b2
diff --git a/app/models/metasploit_data_models/automatic_exploitation/match.rb b/app/models/metasploit_data_models/automatic_exploitation/match.rb index <HASH>..<HASH> 100644 --- a/app/models/metasploit_data_models/automatic_exploitation/match.rb +++ b/app/models/metasploit_data_models/automatic_exploitation/match.rb @...
Narrow down match scope to run and vuln MSP-<I>
rapid7_metasploit_data_models
train
22abd7a577578412133dab1783e51f85db83c281
diff --git a/n_mdfmonitor.py b/n_mdfmonitor.py index <HASH>..<HASH> 100644 --- a/n_mdfmonitor.py +++ b/n_mdfmonitor.py @@ -39,7 +39,7 @@ class DuplicationError(BaseException): pass -class ModificationMonitor(object): +class FileModificationMonitor(object): """The ModificationMonitor can monitoring file mo...
renamed class name from ModificationMonitor to FileModificationMonitor
alice1017_mdfmonitor
train
e47cb7cbd50839bd86e092bafcce9ef12c0721da
diff --git a/spinoff/tests/actor_test.py b/spinoff/tests/actor_test.py index <HASH>..<HASH> 100644 --- a/spinoff/tests/actor_test.py +++ b/spinoff/tests/actor_test.py @@ -8,7 +8,7 @@ from twisted.internet.defer import QueueUnderflow, Deferred, succeed from spinoff.actor import Actor, actor, baseactor, ActorStopped, Ac...
Fixed a bug in Container.consume_message
eallik_spinoff
train
04163f3ad0b072a7d4eedccf5d6e40d1b78d97a8
diff --git a/pyethereum/packeter.py b/pyethereum/packeter.py index <HASH>..<HASH> 100644 --- a/pyethereum/packeter.py +++ b/pyethereum/packeter.py @@ -1,8 +1,9 @@ import logging import rlp -from utils import (big_endian_to_int as idec, - int_to_big_endian4 as ienc4, - recursive_int...
fix encoding when sending peers; this bug resulted in diconnects
ethereum_pyethereum
train
c512207c8ab83cc45e551e370afe929da40c5b81
diff --git a/exa/core/editor.py b/exa/core/editor.py index <HASH>..<HASH> 100644 --- a/exa/core/editor.py +++ b/exa/core/editor.py @@ -354,10 +354,10 @@ class Editor(object): def __setitem__(self, line, value): self._lines[line] = value - def __init__(self, data, as_interned=False, nprint=30, name=No...
Closes #<I> by implementing a check_path function and adding appropriate tests
exa-analytics_exa
train
15593b745543d3ed9be32b94d07caefe0173988c
diff --git a/src/main/java/org/finra/datagenerator/distributor/multithreaded/DefaultDistributor.java b/src/main/java/org/finra/datagenerator/distributor/multithreaded/DefaultDistributor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/finra/datagenerator/distributor/multithreaded/DefaultDistributor.java +++ b/s...
Pass maxNumberOfLines, remove the extra created flags. Pass the same instance of exitFlag
FINRAOS_DataGenerator
train
e99c9fbea66e4c40ca1512b86be2b0dce3db826f
diff --git a/sherlock/__version__.py b/sherlock/__version__.py index <HASH>..<HASH> 100644 --- a/sherlock/__version__.py +++ b/sherlock/__version__.py @@ -1 +1 @@ -__version__ = '1.2.9' +__version__ = '1.2.10'
setting max threshold for bright star cut to <I> arcsec
thespacedoctor_sherlock
train
c63e639a95a5aa1bb5b475a8ec5a1852780be0ab
diff --git a/perspective-sql/src/main/java/org/meridor/perspective/sql/impl/function/TablesFunction.java b/perspective-sql/src/main/java/org/meridor/perspective/sql/impl/function/TablesFunction.java index <HASH>..<HASH> 100644 --- a/perspective-sql/src/main/java/org/meridor/perspective/sql/impl/function/TablesFunction....
tables() function should sort tables by name (fixes #<I>)
meridor_perspective-backend
train
5257025c2d3e33a006d12f589300496db91560b7
diff --git a/library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java b/library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/obsez/android/lib/filechooser/ChooserDialog.java +++ b/library/src/main/java/com/obsez/android/...
#<I> fix-ed: generally avoid the exception in Android M while `displayPath is true`. NOTE `displayPath` is `true` in default.
hedzr_android-file-chooser
train
184ccc45641350ae9dc7f2aa3e89457bc6a96314
diff --git a/src/js/tempusdominus-bootstrap-4.js b/src/js/tempusdominus-bootstrap-4.js index <HASH>..<HASH> 100644 --- a/src/js/tempusdominus-bootstrap-4.js +++ b/src/js/tempusdominus-bootstrap-4.js @@ -394,12 +394,12 @@ const TempusDominusBootstrap4 = ($ => { // eslint-disable-line no-unused-vars year...
Update tempusdominus-bootstrap-4.js Also disable the first and last 'selectYears' when they are invalid
tempusdominus_bootstrap-4
train
3cdb4fa79f2d0400dc2f8f725b8ab0dc330120f5
diff --git a/phypno/datatype.py b/phypno/datatype.py index <HASH>..<HASH> 100644 --- a/phypno/datatype.py +++ b/phypno/datatype.py @@ -279,8 +279,10 @@ class Data: >>> print(one_mean.data[0]) """ for trial in range(self.number_of('trial')): - output = deepcopy(self) - ...
use _copy instead of deepcopy, which fails with keyerror in getattr
wonambi-python_wonambi
train
24a739dbde024924e42e0a771713622e24d4a1a4
diff --git a/examples/rfic2009/rfic2009style.py b/examples/rfic2009/rfic2009style.py index <HASH>..<HASH> 100644 --- a/examples/rfic2009/rfic2009style.py +++ b/examples/rfic2009/rfic2009style.py @@ -241,13 +241,13 @@ styles['tabular'].set_cell_style(styles['numbers'], rows=slice(1,None), class Abstract(Paragraph): ...
* avoid use of html entities internally * make MixedStyledText.append() set the parent of items
brechtm_rinohtype
train
4a63cd0b9b66a5282df857c4adda5e8e0c493501
diff --git a/src/Config.php b/src/Config.php index <HASH>..<HASH> 100644 --- a/src/Config.php +++ b/src/Config.php @@ -138,16 +138,16 @@ class Config implements IteratorAggregate, Countable * @param mixed $b Right array to merge over the left array * @return mixed */ - public function arrayMergeRe...
method arrayMergeRecusive() changed to static function
peakphp_framework
train
bb2798a06c82f473247d81f692508a6faaf36926
diff --git a/lib/relations/Relation.js b/lib/relations/Relation.js index <HASH>..<HASH> 100644 --- a/lib/relations/Relation.js +++ b/lib/relations/Relation.js @@ -394,7 +394,7 @@ Relation.prototype = { resolvedAssetConfigs = [resolvedAssetConfigs]; } if (resolvedAs...
Relation: Report the containing asset when warning about a wildcard relation that expanded to nothing.
assetgraph_assetgraph
train
5d99d3de46b9f038130116a80a43a050992ec6ef
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -469,7 +469,10 @@ class Parser implements ParserInterface */ public function consume(&$message) { - $parsed = $this->parse($message); + if (($parsed = $this->parse($message...
Fix consume() truncating incomplete lines from buffer
phergie_phergie-irc-parser
train
2ae6b944a25dc2d371e0496895e3bdbe29c3d046
diff --git a/release/alert.py b/release/alert.py index <HASH>..<HASH> 100644 --- a/release/alert.py +++ b/release/alert.py @@ -32,6 +32,8 @@ GLOBAL_CONFIG["SLACK_WEBHOOK"] = os.environ.get("SLACK_WEBHOOK", "") GLOBAL_CONFIG["SLACK_CHANNEL"] = os.environ.get("SLACK_CHANNEL", ...
[release tests] limit number of results fetched for alerting (#<I>)
ray-project_ray
train
1f4843b0292992d89d23bc2d9f14164576c87ff1
diff --git a/test/integration/script_test.py b/test/integration/script_test.py index <HASH>..<HASH> 100644 --- a/test/integration/script_test.py +++ b/test/integration/script_test.py @@ -55,24 +55,24 @@ def test_linear_solvers(): alg_4.setup() alg_4.solve() - assert round(sp.absolute(alg_1.rate(BC1_pores...
small changes to the tests This has nothing to do with the template method, but I get a wierd error from Travis, so I hope this commit fixes that.
PMEAL_OpenPNM
train
34d35f1304c0c1927f765270d745b7883a084897
diff --git a/cmd/kube-scheduler/app/server.go b/cmd/kube-scheduler/app/server.go index <HASH>..<HASH> 100644 --- a/cmd/kube-scheduler/app/server.go +++ b/cmd/kube-scheduler/app/server.go @@ -214,7 +214,7 @@ func (o *Options) applyDeprecatedHealthzPortToConfig() { // 3. --algorithm-provider to use a named algorithm pro...
Scheduler is not able to read from config file if configmap is not present
kubernetes_kubernetes
train
4e36c529354a11ff11a50b0cf04bd6db79e8a1e1
diff --git a/ui/app/routes/allocations/allocation.js b/ui/app/routes/allocations/allocation.js index <HASH>..<HASH> 100644 --- a/ui/app/routes/allocations/allocation.js +++ b/ui/app/routes/allocations/allocation.js @@ -14,18 +14,20 @@ export default Route.extend(WithWatchers, { // Allocation breadcrumbs extend from ...
Test coverage for breadcrumb qp change
hashicorp_nomad
train
5ec9195ff1dadf3d39e44553fe994aff3251e2a3
diff --git a/core/dragged_connection_manager.js b/core/dragged_connection_manager.js index <HASH>..<HASH> 100644 --- a/core/dragged_connection_manager.js +++ b/core/dragged_connection_manager.js @@ -139,6 +139,9 @@ Blockly.DraggedConnectionManager.prototype.applyConnections = function() { var inferiorConnection ...
Bring the most recently edited stack to the front at the end of a drag. (#<I>)
LLK_scratch-blocks
train
9018011226a44e63a724aab502981443e7675902
diff --git a/test/run-parser-tests.rb b/test/run-parser-tests.rb index <HASH>..<HASH> 100644 --- a/test/run-parser-tests.rb +++ b/test/run-parser-tests.rb @@ -1,4 +1,3 @@ -require 'anima' require 'unparser' $: << __dir__ @@ -18,7 +17,7 @@ def default_builder_attributes end class Test - include Adamantium, Anim...
Change parser tests to vendored anima/adamantium
mbj_unparser
train
349c9f5e9a97f11131244001f390dbdde7f5186e
diff --git a/Event/ResourceEvent.php b/Event/ResourceEvent.php index <HASH>..<HASH> 100644 --- a/Event/ResourceEvent.php +++ b/Event/ResourceEvent.php @@ -29,6 +29,7 @@ class ResourceEvent extends GenericEvent $this->message_type = self::TYPE_ERROR; $this->message = $message; $this->message_p...
Add stopPropagation Call when event is stopped
Sylius_SyliusResourceBundle
train
01a0fafdb385872c52473262bb980f933ed570d6
diff --git a/xarray/tests/test_backends_file_manager.py b/xarray/tests/test_backends_file_manager.py index <HASH>..<HASH> 100644 --- a/xarray/tests/test_backends_file_manager.py +++ b/xarray/tests/test_backends_file_manager.py @@ -202,11 +202,6 @@ def test_file_manager_read(tmpdir, file_cache): manager.close() ...
CI: ignore some warnings (#<I>) * CI: ignore some warnings * remove test that is no longer necessary
pydata_xarray
train
a330651a8c6430994f93e87efe45d5a1067f46a2
diff --git a/collab/DocumentEngine.js b/collab/DocumentEngine.js index <HASH>..<HASH> 100644 --- a/collab/DocumentEngine.js +++ b/collab/DocumentEngine.js @@ -95,13 +95,13 @@ DocumentEngine.Prototype = function() { Delete document by documentId */ this.deleteDocument = function(documentId, cb) { - this.do...
Delete document after all associated changes got removed.
substance_substance
train
4a8ce1fc9f02df19a4829e1b25b277a30cc989ae
diff --git a/src/detection-strategy/scroll.js b/src/detection-strategy/scroll.js index <HASH>..<HASH> 100644 --- a/src/detection-strategy/scroll.js +++ b/src/detection-strategy/scroll.js @@ -256,7 +256,7 @@ module.exports = function(options) { if (!container) { container ...
Add more inline styles to ensure its not overridden When inline styles aren't specified, since these are dynamic elements they get the values of the css selectors. Ensure that margin, and padding do not get affected in these cases as they can be affect the layout even if the width and height are set to 0.
wnr_element-resize-detector
train
650f325d8e5e9092cd8ca7c1a7ab62c4bba582cf
diff --git a/test/unit/core.js b/test/unit/core.js index <HASH>..<HASH> 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -585,7 +585,7 @@ test("isWindow", function() { }); test("jQuery('html')", function() { - expect( 15 ); + expect( 18 ); var s, div, j; @@ -620,10 +620,13 @@ test("jQuery('html')", f...
No ticket. Restore some parsing tests in core.
jquery_jquery
train
f7d3bd911b9e85cdc0a7d7251156e11419bcd3a8
diff --git a/cobra/io/sbml.py b/cobra/io/sbml.py index <HASH>..<HASH> 100644 --- a/cobra/io/sbml.py +++ b/cobra/io/sbml.py @@ -140,14 +140,14 @@ def create_cobra_model_from_sbml_file(sbml_filename, old_sbml=False, legacy_meta note_charge = int(note_charge) except: warn...
ensure metabolites are added even with bad charge add unit test to ensure this behavior as well
opencobra_cobrapy
train
8c091ee7f5a2b53733fefb3768a20fc867dbdaac
diff --git a/lib/opal/parser.rb b/lib/opal/parser.rb index <HASH>..<HASH> 100644 --- a/lib/opal/parser.rb +++ b/lib/opal/parser.rb @@ -15,6 +15,15 @@ module Opal @lexer.parser = self self.parse_to_sexp + rescue => e + if $DEBUG || $VERBOSE + $stderr.puts + $stderr.puts e + $...
Show more error info in $DEBUG/$VERBOSE mode
opal_opal
train
081c68a3baba3f680120caee04113b87a2db2c02
diff --git a/src/sagemaker/session.py b/src/sagemaker/session.py index <HASH>..<HASH> 100644 --- a/src/sagemaker/session.py +++ b/src/sagemaker/session.py @@ -29,7 +29,6 @@ from sagemaker.user_agent import prepend_user_agent from sagemaker.utils import name_from_image, secondary_training_status_message, secondary_trai...
Increase read timeout for sagemaker runtime (#<I>)
aws_sagemaker-python-sdk
train
4cb120d31041396f565aab0bfe3fc7b7ac277215
diff --git a/src/Palladium/Entity/OneTimeIdentity.php b/src/Palladium/Entity/OneTimeIdentity.php index <HASH>..<HASH> 100644 --- a/src/Palladium/Entity/OneTimeIdentity.php +++ b/src/Palladium/Entity/OneTimeIdentity.php @@ -61,12 +61,18 @@ class OneTimeIdentity extends Identity } + /** + * @param string ...
Removed forgotten code and few docblocks
teresko_palladium
train
67effb94b6fadac7b207cb5333c91f578326762e
diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index <HASH>..<HASH> 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -54,10 +54,11 @@ func importChain(ctx *cli.Context) { } chain, blockDB, stateDB, extraDB := utils.MakeChain(ctx) start := time.Now() - if err := utils.ImportChain(chain, ct...
cmd/geth, cmd/utils: make chain importing interruptible Interrupting import with Ctrl-C could cause database corruption because the signal wasn't handled. utils.ImportChain now checks for a queued interrupt on every batch.
ethereum_go-ethereum
train
2b3e0bf69908963a295edf884bc7bce6369b14a4
diff --git a/src/ol/source/staticvectorsource.js b/src/ol/source/staticvectorsource.js index <HASH>..<HASH> 100644 --- a/src/ol/source/staticvectorsource.js +++ b/src/ol/source/staticvectorsource.js @@ -50,32 +50,26 @@ ol.source.StaticVector = function(options) { if (goog.isDef(options.url) || goog.isDef(options.url...
Don't create unnecessary closure in constructor
openlayers_openlayers
train
d52df5bf97aa8f5420ba31b709fab82d209f9d82
diff --git a/mbdata/replication.py b/mbdata/replication.py index <HASH>..<HASH> 100644 --- a/mbdata/replication.py +++ b/mbdata/replication.py @@ -476,7 +476,7 @@ def mbslave_sync_main(config, args): tmp.close() -def mbslave_remap_schema_main(config, args): +def remap_schema(config, lines): def up...
Refactor remap-schema
lalinsky_mbdata
train
a88a72521525c24152c8b34285aa83f7b753d392
diff --git a/lib/licensed/dependency.rb b/lib/licensed/dependency.rb index <HASH>..<HASH> 100644 --- a/lib/licensed/dependency.rb +++ b/lib/licensed/dependency.rb @@ -3,7 +3,7 @@ require "licensee" module Licensed class Dependency < Licensee::Projects::FSProject - LEGAL_FILES_PATTERN = /(AUTHORS|NOTICE|LEGAL)(...
no leading content in notices filename pattern
github_licensed
train
4ff19b00f1007e755191ceb6fdb8a4293b7298fc
diff --git a/src/FormField.php b/src/FormField.php index <HASH>..<HASH> 100644 --- a/src/FormField.php +++ b/src/FormField.php @@ -342,8 +342,13 @@ class FormField public function textDisplay($name, $value, $options = []) { $label = isset($options['label']) ? $options['label'] : $this->formatFieldLab...
Update textDisplay method to have required class
nafiesl_FormField
train
c43e6721cb2ea0f428462c70594b4d5fea23dbe5
diff --git a/server/src/endpoint/subscribe.js b/server/src/endpoint/subscribe.js index <HASH>..<HASH> 100644 --- a/server/src/endpoint/subscribe.js +++ b/server/src/endpoint/subscribe.js @@ -20,7 +20,8 @@ const run = (raw_request, context, ruleset, metadata, send, done) => { // Do nothing - we don't care ...
Fix validators (#<I>)
rethinkdb_horizon
train
9fba7ec18374b415d5efddc84ae9eccd09799069
diff --git a/src/main/java/org/trellisldp/http/HttpSession.java b/src/main/java/org/trellisldp/http/HttpSession.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/trellisldp/http/HttpSession.java +++ b/src/main/java/org/trellisldp/http/HttpSession.java @@ -14,8 +14,9 @@ package org.trellisldp.http; import sta...
Add server-managed idx model
trellis-ldp-archive_trellis-http
train
ef7bb468849ebff9b40dd644c2f6542396413e99
diff --git a/registry/mdns_registry.go b/registry/mdns_registry.go index <HASH>..<HASH> 100644 --- a/registry/mdns_registry.go +++ b/registry/mdns_registry.go @@ -11,7 +11,6 @@ import ( "time" "github.com/micro/mdns" - hash "github.com/mitchellh/hashstructure" ) var ( @@ -27,7 +26,6 @@ type mdnsTxt struct { ...
Don't shutdown old nodes in mdns registry
micro_go-micro
train
24452832292fb2867374c7de8fa58aac6fb0434a
diff --git a/clustered/client/src/main/java/org/ehcache/clustered/client/internal/store/SimpleClusterTierClientEntity.java b/clustered/client/src/main/java/org/ehcache/clustered/client/internal/store/SimpleClusterTierClientEntity.java index <HASH>..<HASH> 100644 --- a/clustered/client/src/main/java/org/ehcache/clustere...
Replace is not tracked at server, dont set id
ehcache_ehcache3
train
02cf7d6ecfd9745ac867936c0eafc82e6b6cfd16
diff --git a/airflow/contrib/hooks/gcp_api_base_hook.py b/airflow/contrib/hooks/gcp_api_base_hook.py index <HASH>..<HASH> 100644 --- a/airflow/contrib/hooks/gcp_api_base_hook.py +++ b/airflow/contrib/hooks/gcp_api_base_hook.py @@ -31,7 +31,7 @@ import httplib2 import google.auth import google.oauth2.service_account...
[AIRFLOW-<I>] Use gapic ClientInfo in GoogleCloudBaseHook (#<I>) Use from google.api_core.gapic_v1.client_info import ClientInfo because this object inherits from from google.api_core.client_info import ClientInfo and implements one additional method used by Python SDKs.
apache_airflow
train
a6e41ade4ad89ea1f8bd77845fe232085840b123
diff --git a/build-tools/gulp-tasks/build-webpack/webpack.config.js b/build-tools/gulp-tasks/build-webpack/webpack.config.js index <HASH>..<HASH> 100644 --- a/build-tools/gulp-tasks/build-webpack/webpack.config.js +++ b/build-tools/gulp-tasks/build-webpack/webpack.config.js @@ -41,7 +41,7 @@ const defaultConfig = { ...
feat: enable sourcemaps for minified JS; drop console log messages in minified code.
bolt-design-system_bolt
train
48b2831496129f88bb5d80faa7b8b0ac19011651
diff --git a/EventListener/TranslatableSubscriber.php b/EventListener/TranslatableSubscriber.php index <HASH>..<HASH> 100644 --- a/EventListener/TranslatableSubscriber.php +++ b/EventListener/TranslatableSubscriber.php @@ -11,6 +11,7 @@ namespace Darvin\AdminBundle\EventListener; use Doctrine\ORM\Event\LoadClassMet...
Set translation entity ID generator in the translatable event subscriber.
DarvinStudio_DarvinAdminBundle
train
f047b401ad84f7f80d71caf179d5c493f8a4ae75
diff --git a/src/Overlay.js b/src/Overlay.js index <HASH>..<HASH> 100644 --- a/src/Overlay.js +++ b/src/Overlay.js @@ -128,8 +128,8 @@ class Overlay extends Base { display: flex; flex-direction: column; justify-content: center; - max-height: 100%; - max-width: 100%; + ...
Styling whack-a-mole trying to define base Overlay styling that works for all overlay components. This fix is specifically for PopupSource, which otherwise isn't sizing its popup content correctly.
elix_elix
train
7e2819c641f3c2d0963492f53c938ef0aad91ce3
diff --git a/lepton3.go b/lepton3.go index <HASH>..<HASH> 100644 --- a/lepton3.go +++ b/lepton3.go @@ -19,6 +19,9 @@ import ( // XXX allow speed to be selected // XXX profiling // XXX vendoring +// XXX measure error rate over time + +// XXX investigate better/faster resync strategies const ( // Video Over SPI p...
Drop discard packets early Drop discard packets in the streaming goroutine instead of passing them on. This makes big difference to CPU utilisation.
TheCacophonyProject_lepton3
train
7733e877241360784f0834a38d46111ba5260ac5
diff --git a/src/Builder.php b/src/Builder.php index <HASH>..<HASH> 100644 --- a/src/Builder.php +++ b/src/Builder.php @@ -134,6 +134,10 @@ class Builder $id ); + if (null === $pullRequest) { + return; + } + array_push($pullRequests, $pul...
Enhancement: Ensure pull request is only added when it's not null
localheinz_github-changelog
train
c6c8f8787d571743de188dad749519a3eca32101
diff --git a/luminoso_api/v5_client.py b/luminoso_api/v5_client.py index <HASH>..<HASH> 100644 --- a/luminoso_api/v5_client.py +++ b/luminoso_api/v5_client.py @@ -57,7 +57,12 @@ class LuminosoClient(object): self.url = ensure_trailing_slash(url) # Don't warn this time; warning happened in connect() ...
Calculate the user agent for requests at initialization
LuminosoInsight_luminoso-api-client-python
train
d0131da70ed0144c36af3494e2f843f62d740b1a
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -107,7 +107,7 @@ module.exports = function( grunt ) { tasks: "build/tasks/*.js" }, testswarm: { - tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offse...
Build: Remove Sizzle from run names passed to the testswarm task
jquery_jquery
train
1caea587151d7ca1dfad41c921409e97b21b8d92
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -5,11 +5,12 @@ from setuptools import setup, find_packages setup( name = "hex-utils", - version = "0.4", + version = "0.4.2", packages = find_packages(),#['utils'], install_requires=[ 'cycler',...
Setup for release <I>
ldesousa_hex-utils
train
62fbb3c8b1316949ffb860f4cba3b5f8e06bfeef
diff --git a/fades/pipmanager.py b/fades/pipmanager.py index <HASH>..<HASH> 100644 --- a/fades/pipmanager.py +++ b/fades/pipmanager.py @@ -103,7 +103,7 @@ class PipManager(): os.rename(temp_location, self.pip_installer_fname) def _brute_force_install_pip(self): - """A brute force install of pip i...
Updated pep<I> to pydocstyle and fixed a test.
PyAr_fades
train
25f2d531d90aedc9002ee623ddf73e2fcc9bf9b6
diff --git a/para-core/src/main/java/com/erudika/para/utils/Pager.java b/para-core/src/main/java/com/erudika/para/utils/Pager.java index <HASH>..<HASH> 100644 --- a/para-core/src/main/java/com/erudika/para/utils/Pager.java +++ b/para-core/src/main/java/com/erudika/para/utils/Pager.java @@ -182,4 +182,10 @@ public class...
added Pager.toString() method
Erudika_para
train
f8347a00a0e9e30aff6eca897f96c969147c1bbd
diff --git a/schedule/utils.py b/schedule/utils.py index <HASH>..<HASH> 100644 --- a/schedule/utils.py +++ b/schedule/utils.py @@ -103,11 +103,11 @@ def get_occurrence(request, *args, **kwargs): elif request.GET: occurrence = get_object_or_None( Occurrence, - id=request.GET.get('oc...
Don't pass default arg None to dict.get(). The default value of the arg "default" in dict.get() is already None. No need to repeatedly pass it. <URL>
llazzaro_django-scheduler
train
9a31dbb322333c58ece5f0b1a8bd415ff7a8f224
diff --git a/tests/core/src/main/java/playn/tests/core/ClippedGroupTest.java b/tests/core/src/main/java/playn/tests/core/ClippedGroupTest.java index <HASH>..<HASH> 100644 --- a/tests/core/src/main/java/playn/tests/core/ClippedGroupTest.java +++ b/tests/core/src/main/java/playn/tests/core/ClippedGroupTest.java @@ -86,6 ...
Demonstrate bug in nested clipping. When the inner group goes out of bounds, its contents stop being clipped.
threerings_playn
train
ffc320afb7f0786645aae067474ca30f3543ef6b
diff --git a/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java b/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechn...
patch by Luca Molino to fix issue <I> about JSON parsing
orientechnologies_orientdb
train
be56e1a18b07b13d9b7f85718f452cf24b2d11b9
diff --git a/src/org/jgroups/protocols/pbcast/NAKACK.java b/src/org/jgroups/protocols/pbcast/NAKACK.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/pbcast/NAKACK.java +++ b/src/org/jgroups/protocols/pbcast/NAKACK.java @@ -1,4 +1,4 @@ -// $Id: NAKACK.java,v 1.106 2007/02/14 22:37:38 belaban Exp $ +// $I...
revert to <I>
belaban_JGroups
train
816d9586c76af1257e4b4fd1e9f8f2d7bea428ee
diff --git a/mod/forum/db/mysql.php b/mod/forum/db/mysql.php index <HASH>..<HASH> 100644 --- a/mod/forum/db/mysql.php +++ b/mod/forum/db/mysql.php @@ -211,6 +211,11 @@ function forum_upgrade($oldversion) { } + if ($oldversion < 2005032900) { + modify_database('','ALTER TABLE prefix_forum_posts ADD INDE...
New indexes for forum_posts - created & mailed. Useful for performance for the cron mailout
moodle_moodle
train
56fa20d3132af9f6db5a124cbf11a27587bf5606
diff --git a/sacn/receiving/receiver_socket_base.py b/sacn/receiving/receiver_socket_base.py index <HASH>..<HASH> 100644 --- a/sacn/receiving/receiver_socket_base.py +++ b/sacn/receiving/receiver_socket_base.py @@ -1,6 +1,5 @@ # This file is under MIT license. The license file can be obtained in the root directory of ...
removed inheritance of threading.Thread Removed the inheritance of threading.Thread in the ReceiverSocketBase, as a thread can be used to start the loop without inheritance
Hundemeier_sacn
train
51a10166c1f671030d5ae0bec4c95d031d689a61
diff --git a/holoviews/core/util.py b/holoviews/core/util.py index <HASH>..<HASH> 100644 --- a/holoviews/core/util.py +++ b/holoviews/core/util.py @@ -108,7 +108,7 @@ def argspec(callable_obj): methods, classmethods and partials. Note that the args list for instance and class methods are those as - seen ...
Fixed typo in docstring of argspec utility
pyviz_holoviews
train
9cc5bd80f9f67738a70f8cfbde90a3dbd8e7d6c2
diff --git a/audio/internal/go2cpp/player_js.go b/audio/internal/go2cpp/player_js.go index <HASH>..<HASH> 100644 --- a/audio/internal/go2cpp/player_js.go +++ b/audio/internal/go2cpp/player_js.go @@ -142,7 +142,7 @@ func (p *Player) waitUntilUnpaused() bool { p.cond.L.Lock() defer p.cond.L.Unlock() - for p.state =...
audio/internal/go2cpp: Better waiting condition
hajimehoshi_ebiten
train
074ff33f38f92a9693d2026b8ebef222919aeb01
diff --git a/test/libhoney_test.rb b/test/libhoney_test.rb index <HASH>..<HASH> 100644 --- a/test/libhoney_test.rb +++ b/test/libhoney_test.rb @@ -296,21 +296,21 @@ end class LibhoneyUserAgentTest < Minitest::Test def setup - stub_request(:post, 'https://api.honeycomb.io/1/events/mydataset'). + stub_request...
fix flaky test (intermittent conflict with other tests)
honeycombio_libhoney-rb
train
3479642519c952a3f3251eda995d5fb51f2afb6f
diff --git a/tests/models/resnet18_channels_last.py b/tests/models/resnet18_channels_last.py index <HASH>..<HASH> 100644 --- a/tests/models/resnet18_channels_last.py +++ b/tests/models/resnet18_channels_last.py @@ -5,6 +5,27 @@ from pytorch2keras.converter import pytorch_to_keras import torchvision +class ResNet(t...
Fix resnet<I> changed channel ordering.
nerox8664_pytorch2keras
train
4186af9b2114272990b06cf0cd8647ca3421c2a8
diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/signing.py b/datadog_checks_dev/datadog_checks/dev/tooling/signing.py index <HASH>..<HASH> 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/signing.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @@ -1,8 +1,16 @@ # (C) Datadog, Inc....
Increase gpg timeout to give time to developers to interact with Yubikeys (#<I>) * increase gpg timeout value for in-toto * skip flake8 for this module
DataDog_integrations-core
train
140e830acfea96faf7ecff70a37fa3b29565c3c3
diff --git a/src/test/java/com/imsweb/seerapi/client/disease/DiseaseTest.java b/src/test/java/com/imsweb/seerapi/client/disease/DiseaseTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/imsweb/seerapi/client/disease/DiseaseTest.java +++ b/src/test/java/com/imsweb/seerapi/client/disease/DiseaseTest.java @@ -1...
Updates for next SEER*API release
imsweb_seerapi-client-java
train
0367de7b614417546c038a23328ac7856ea5b703
diff --git a/app/publisher/main.go b/app/publisher/main.go index <HASH>..<HASH> 100644 --- a/app/publisher/main.go +++ b/app/publisher/main.go @@ -142,13 +142,12 @@ func newPublishHandler(conf *config) *publishHandler { } var CSSFiles, JSDeps []string if conf.SourceRoot != "" { - appRoot := filepath.Join(conf.So...
publisher: restore SourceRoot configurability This change allows the publisher to use resources from a SourceRoot directory, without having to rebuild the publisher binary, instead of only using embedded resources. Change-Id: Ife<I>e<I>b<I>a<I>f<I>a<I>d<I>fcf5ffa<I>
perkeep_perkeep
train
b140135dff70d8ab35dc3c547f771292eccf1ead
diff --git a/pandas/core/groupby/generic.py b/pandas/core/groupby/generic.py index <HASH>..<HASH> 100644 --- a/pandas/core/groupby/generic.py +++ b/pandas/core/groupby/generic.py @@ -363,20 +363,10 @@ class SeriesGroupBy(GroupBy[Series]): result = self.grouper._cython_operation( "aggregate...
REF: simplify ohlc (#<I>)
pandas-dev_pandas
train
3933c72fd477f16780a1617b2276ace4de9cabc0
diff --git a/server/server-sql-util.js b/server/server-sql-util.js index <HASH>..<HASH> 100644 --- a/server/server-sql-util.js +++ b/server/server-sql-util.js @@ -584,7 +584,7 @@ function subTableQuery (dataview, dataset, currentFilter) { // LIMIT and ORDER clause if (aFacetIsText) { query.limit(25); - qu...
BUGFIX: order descending for text facets
NLeSC_spot
train
156092bdc4f65044d5d93d67de1c40f04d8f270c
diff --git a/assets/bowline.js b/assets/bowline.js index <HASH>..<HASH> 100644 --- a/assets/bowline.js +++ b/assets/bowline.js @@ -130,11 +130,11 @@ var Bowline = { }, element: function(klass, id){ - // TODO - chain elements together, - // so we support multiple ones + var el = jQuery(); jQuery....
Chain multiple elements together to support options on all of them
maccman_bowline
train
8a59e88a9db0f80713553823bbe554c79f920557
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/mongo/MongoDataAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/mongo/MongoDataAutoConfiguration.java index <HASH>..<HASH> 100644 --- a/spring-boot-autoconfigure/s...
Fix MongoDB CustomConversions bean name This commit qualifies the `CustomConversions` bean name that the Mongo auto-configuration might create. `CustomConversions` is a common pattern in Spring Data and other stores are using the same name. See <URL>
spring-projects_spring-boot
train
2aeb58b7763bdc46702848739d8af4c0f1abfaef
diff --git a/source/org/jivesoftware/smack/packet/Packet.java b/source/org/jivesoftware/smack/packet/Packet.java index <HASH>..<HASH> 100644 --- a/source/org/jivesoftware/smack/packet/Packet.java +++ b/source/org/jivesoftware/smack/packet/Packet.java @@ -206,6 +206,11 @@ public abstract class Packet { * class to ...
Noted that IQ packets can't have extensions. git-svn-id: <URL>
igniterealtime_Smack
train
ed72a7c91af1c9b3ba6a39a2999b22d1a8326921
diff --git a/webpack.js b/webpack.js index <HASH>..<HASH> 100644 --- a/webpack.js +++ b/webpack.js @@ -8,7 +8,7 @@ const UglifyJSPlugin = require('uglifyjs-webpack-plugin') var ExtensionsPlugin = require('./extensions/extensions-plugin') var nodeConfig = { - devtool: 'source-map', + devtool: 'eval-cheap-module-so...
Speedup builds via cheap sourcemaps and caching
botpress_botpress
train
60f4b538ce7b34d2944a3a6f60068147fbe2be7e
diff --git a/Spartacus/Database.py b/Spartacus/Database.py index <HASH>..<HASH> 100644 --- a/Spartacus/Database.py +++ b/Spartacus/Database.py @@ -896,6 +896,7 @@ class PostgreSQL(Generic): self.v_expanded = False self.v_timing = False psycopg2.extras.register_default_json(loads=l...
<I>: Improved JSONB support for PostgreSQL
wind39_spartacus
train
538365dedf17350081b7eb4dbe50d2e69f484ce6
diff --git a/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/ClientThread.java b/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/ClientThread.java index <HASH>..<HASH> 100644 --- a/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/ClientThread.java +++ b/tests/test_apps/txnid-selfcheck2/src/txnIdSelfCheck/Cli...
When the client detects a validation failure, report what it was doing at the time.
VoltDB_voltdb
train
098fd1797bb2bd65b1cebf1de9a613d75d993069
diff --git a/command/kv/imp/kv_import.go b/command/kv/imp/kv_import.go index <HASH>..<HASH> 100644 --- a/command/kv/imp/kv_import.go +++ b/command/kv/imp/kv_import.go @@ -10,6 +10,7 @@ import ( "io" "io/ioutil" "os" + "path/filepath" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/command/fla...
command/kv: Add prefix option to kv import command Currently when data is imported via `consul kv import` it overwrites keys under the root key. Since `consul kv export` can retrieve data for the given prefix, i.e. part of the KV tree, importing it under root may be not what users want. To mirror prefix behavior from...
hashicorp_consul
train
cd7cdfb66b685b909cae676e82809e7fd6286149
diff --git a/openquake/server/static/js/engine.js b/openquake/server/static/js/engine.js index <HASH>..<HASH> 100644 --- a/openquake/server/static/js/engine.js +++ b/openquake/server/static/js/engine.js @@ -47,7 +47,7 @@ var diaerror = (function () { - var errorDiv = $('<d...
webui: more solid autoscroll checkbox management and scroll to bottom for completed calculations too
gem_oq-engine
train
25141feeb39eb89649811394e48e2c6a1f1c555f
diff --git a/evaluators/chord_eval.py b/evaluators/chord_eval.py index <HASH>..<HASH> 100755 --- a/evaluators/chord_eval.py +++ b/evaluators/chord_eval.py @@ -34,7 +34,12 @@ def collect_fileset(reference_dir, estimation_dir, fext='lab'): return ref_files, est_files -def evaluate_pair(reference_file, estimation...
'dyads' is no longer a chord vocab, so changing the default vocabularies
craffel_mir_eval
train
e3c0882474384529527ba6f494b4ee1a2cfe78ba
diff --git a/lib/Models/ImageryLayerCatalogItem.js b/lib/Models/ImageryLayerCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/ImageryLayerCatalogItem.js +++ b/lib/Models/ImageryLayerCatalogItem.js @@ -757,6 +757,10 @@ ImageryLayerCatalogItem.disableLayer = function(catalogItem, layer, globeOrMap) }; func...
Show non-time-dynamic imagery layers too.
TerriaJS_terriajs
train
7afc38acd78f8a39354ace4fcb59f1e646061be9
diff --git a/jarn/mkrelease/mkrelease.py b/jarn/mkrelease/mkrelease.py index <HASH>..<HASH> 100644 --- a/jarn/mkrelease/mkrelease.py +++ b/jarn/mkrelease/mkrelease.py @@ -96,6 +96,14 @@ class ReleaseMaker(object): if system('svn ls "%(url)s" 2>/dev/null' % locals()) == 0: self.err_exit('Tag exists...
No longer rely on the URL pointing to trunk.
Jarn_jarn.mkrelease
train
27c5ab0312ad0a18f4bff9556d35ce8b76de0326
diff --git a/src/ol/style/circlestyle.js b/src/ol/style/circlestyle.js index <HASH>..<HASH> 100644 --- a/src/ol/style/circlestyle.js +++ b/src/ol/style/circlestyle.js @@ -70,10 +70,10 @@ ol.style.Circle = function(opt_options) { goog.base(this, { opacity: 1, + rotateWithMap: false, rotation: 0, s...
Replace subtractViewRotation with rotateWithMap
openlayers_openlayers
train
835bdb007b444bc701120cb3db63b9abf264c796
diff --git a/tests/testmock.py b/tests/testmock.py index <HASH>..<HASH> 100644 --- a/tests/testmock.py +++ b/tests/testmock.py @@ -487,6 +487,25 @@ class MockTest(unittest2.TestCase): self.assertRaises(AttributeError, _set) + def testSubclassWithProperties(self): + class SubClass(Mock): + ...
Adding a test for subclassing Mock with property
testing-cabal_mock
train
5417575c3e44c0db57b311f99d5337dadc77d48f
diff --git a/pact/pact-tests/src/test/java/eu/stratosphere/pact/test/util/tests/NepheleMiniClusterITCase.java b/pact/pact-tests/src/test/java/eu/stratosphere/pact/test/util/tests/NepheleMiniClusterITCase.java index <HASH>..<HASH> 100644 --- a/pact/pact-tests/src/test/java/eu/stratosphere/pact/test/util/tests/NepheleMin...
- Renamed class in NepheleMiniClusterITCase
stratosphere_stratosphere
train
618d4c8b5fd2be9c1884daef6fba20cb961f3127
diff --git a/lib/__tests__/findExports-test.js b/lib/__tests__/findExports-test.js index <HASH>..<HASH> 100644 --- a/lib/__tests__/findExports-test.js +++ b/lib/__tests__/findExports-test.js @@ -100,6 +100,18 @@ it('finds CommonJS exports defined earlier in the file', () => { }); }); +it('finds CommonJS exports d...
Find exports defined after `module.exports` line A not too uncommon pattern for packages is to have the `module.exports` line above the fully defined object. Something like: const a = {}; module.exports = a; a.foo = 'foo'; We can make a first sweep to find all defined objects and then use that for the actual m...
Galooshi_import-js
train
e72c09d49c087de08ad6371a92d64c742e6bc5ee
diff --git a/code/WTLink.php b/code/WTLink.php index <HASH>..<HASH> 100644 --- a/code/WTLink.php +++ b/code/WTLink.php @@ -481,7 +481,7 @@ class WTLink extends DBField implements CompositeDBField if ($configured) return $configured; //if no config, use classes which implement WTLinkableInterface - ...
Don't use ::class as it breaks SS manifest builder
webtorque7_link-field
train
fb8ed018731122004d69c400c9d631d6f6843600
diff --git a/src/Bkwld/Decoy/Input/EncodingProviders/EncodingProvider.php b/src/Bkwld/Decoy/Input/EncodingProviders/EncodingProvider.php index <HASH>..<HASH> 100644 --- a/src/Bkwld/Decoy/Input/EncodingProviders/EncodingProvider.php +++ b/src/Bkwld/Decoy/Input/EncodingProviders/EncodingProvider.php @@ -105,7 +105,7 @@ a...
Increasing documentation for non public host errors
BKWLD_decoy
train
db36905abf17370d6502f4b449cdac10a83ae98f
diff --git a/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/proxy/HttpUrl.java b/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/proxy/HttpUrl.java index <HASH>..<HASH> 100644 --- a/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/proxy/HttpUrl.java +++ b/okhttp/third_party/okhttp/ma...
okhttp: fix unreported exception (#<I>)
grpc_grpc-java
train
4d41cc7c4691d278af0669cdb15fed691caec130
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -297,7 +297,7 @@ function exportInterfaces(obj) { obj.logger = logger; obj.getImpExpService = function(callback) { loadService(function(err, options) { - callback(err, options.impExpPort); + ...
feat: Supports export&import sessions
avwo_whistle
train
aa9f86c2e60c31333bee653dc7b0589cfa6f91be
diff --git a/packages/node-red-contrib-enocean/nodes/enocean-actor.js b/packages/node-red-contrib-enocean/nodes/enocean-actor.js index <HASH>..<HASH> 100644 --- a/packages/node-red-contrib-enocean/nodes/enocean-actor.js +++ b/packages/node-red-contrib-enocean/nodes/enocean-actor.js @@ -72,7 +72,7 @@ module.exports = RE...
match meta of known and unknown packets
enocean-js_enocean-js
train
45ea14f52c1bb733e46f7e842334224f4c944322
diff --git a/Kwf/Assets/Dependency/File/Js.php b/Kwf/Assets/Dependency/File/Js.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Dependency/File/Js.php +++ b/Kwf/Assets/Dependency/File/Js.php @@ -28,7 +28,11 @@ class Kwf_Assets_Dependency_File_Js extends Kwf_Assets_Dependency_File $pathType = $this->getType()...
Don't use trl for any depdency loaded via bower
koala-framework_koala-framework
train
2de69550a5b03e405a41f7a0d57905c17b66ff52
diff --git a/src/directives/dxTree.js b/src/directives/dxTree.js index <HASH>..<HASH> 100644 --- a/src/directives/dxTree.js +++ b/src/directives/dxTree.js @@ -20,37 +20,37 @@ restrict: 'AEC', require: (isRoot ? 'dxTree' : '^dxTree'), scope: true, - link:...
Optimized code so template is implicit.
dotJEM_angular-tree
train
b38caaa5aee81bca16c990a4fffbc47efd190faa
diff --git a/src/HPCloud/Transport/Response.php b/src/HPCloud/Transport/Response.php index <HASH>..<HASH> 100644 --- a/src/HPCloud/Transport/Response.php +++ b/src/HPCloud/Transport/Response.php @@ -142,10 +142,20 @@ class Response { * The contents of the response body. */ public function content() { + ...
Trying to identify network issue (DEVEX-<I>).
hpcloud_HPCloud-PHP
train
1ed800ab91392c9a164a7e8a6b1aedfc5da52a25
diff --git a/js/core/NotificationManager.js b/js/core/NotificationManager.js index <HASH>..<HASH> 100644 --- a/js/core/NotificationManager.js +++ b/js/core/NotificationManager.js @@ -44,7 +44,7 @@ define(["js/core/Component", "js/html/HtmlElement"], function (Component, HtmlEl options = options || {}; ...
If duration is set to falsely, no auto close
rappid_rAppid.js
train
bc6db015980617d0a426989c88f4aa0638d2131a
diff --git a/src/Dropbox/Dropbox.php b/src/Dropbox/Dropbox.php index <HASH>..<HASH> 100644 --- a/src/Dropbox/Dropbox.php +++ b/src/Dropbox/Dropbox.php @@ -654,6 +654,32 @@ class Dropbox //Make Dropbox File $dropboxFile = $this->makeDropboxFile($dropboxFile); + //If the file is larger than the...
upload method determines simpleUpload or chunkedUpload
kunalvarma05_dropbox-php-sdk
train
c14fb79726f280f12c8afd046f92c2b79794c23e
diff --git a/indra/trips/processor.py b/indra/trips/processor.py index <HASH>..<HASH> 100644 --- a/indra/trips/processor.py +++ b/indra/trips/processor.py @@ -73,10 +73,15 @@ class TripsProcessor(object): to a sentence ID. Here we find and return the full sentence from which the event was taken. ...
Handle missing text/sentence/paragraph in TRIPS processor
sorgerlab_indra
train
05358ab298f7afa225d04b28d057ba41d55f926d
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "selvinortiz/patrol", "description": "Maintenance Mode & SSL Routing for Craft 3", - "version": "3.0.1", + "version": "3.0.2", "type": "craft-plugin", "lice...
Patrol <I> - Fixes issues related to the way plugin configs are now handled - Fixes issues where Craft dropped support for environment configs - Fixes issues related to renaming of `hasSection` and `hasSettings`
selvinortiz_craft-plugin-patrol
train
3a7bc534972a38c8d14776e2c31588b3a574d2cb
diff --git a/chemdataextractor/doc/text.py b/chemdataextractor/doc/text.py index <HASH>..<HASH> 100644 --- a/chemdataextractor/doc/text.py +++ b/chemdataextractor/doc/text.py @@ -451,6 +451,10 @@ class Sentence(BaseText): end -= 1 break + # If entit...
Don’t return empty CEM spans - fixes #<I> Ensure that the CemTagger considers tokens entirely made up of ignore prefix/suffix as in the stoplist. Ensure that the Document cems method skips any spans that have been reduced to nothing by boundary adjustments.
mcs07_ChemDataExtractor
train
977a76cc42dc8a9977b65d26bf9ecb72acd0ffa7
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -27,5 +27,7 @@ <?php get_template_part('templates/footer'); ?> + <?php wp_footer(); ?> + </body> </html> diff --git a/templates/footer.php b/templates/footer.php index <HASH>..<HASH> 100644 --- a/templates/footer.php...
Move wp_footer() from footer template into base.php for easier footer customization and DRY
roots_sage
train