hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3673c9aea0fab2a20cbcff4e7144046dae5c2d45
diff --git a/package/cloudshell/cp/vcenter/commands/destroy_vm.py b/package/cloudshell/cp/vcenter/commands/destroy_vm.py index <HASH>..<HASH> 100644 --- a/package/cloudshell/cp/vcenter/commands/destroy_vm.py +++ b/package/cloudshell/cp/vcenter/commands/destroy_vm.py @@ -37,7 +37,7 @@ class DestroyVirtualMachineCommand(...
Added tests for the destroy_vm method
QualiSystems_vCenterShell
train
6b840f90b7c6c95f1a42beacf77441bc8d221d36
diff --git a/pylint_runner/main.py b/pylint_runner/main.py index <HASH>..<HASH> 100644 --- a/pylint_runner/main.py +++ b/pylint_runner/main.py @@ -117,7 +117,8 @@ class Runner(object): if len(file_split) == 2 and file_split[0] != "" \ and file_split[1] == '.py': ...
Comply with default pylint configuration The tests failed on build because my globaly pylint setting for line-length is <I> where the default is <I>. And there happened to be one line over <I> chars which caused the tests to fail.
MasterOdin_pylint_runner
train
722227d1f5ba5b17798029db9e2423ea7a61b673
diff --git a/components/utils/htdocs/scripts/ajaxlib.js b/components/utils/htdocs/scripts/ajaxlib.js index <HASH>..<HASH> 100644 --- a/components/utils/htdocs/scripts/ajaxlib.js +++ b/components/utils/htdocs/scripts/ajaxlib.js @@ -301,7 +301,6 @@ elation.extend("ajax", new function() { } var i...
fixed transition animations not firing for certain ajax responses
jbaicoianu_elation
train
c6bf1e3c11216189d183374fd3a21eccac698dd7
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -208,7 +208,7 @@ func main() { return } - if len(args) < 1 { + if len(args) != 1 { usage() os.Exit(2) }
fail on too many arguments; only the first one is used
appc_docker2aci
train
6dfd3983512888d4ec66d770c34abd936d6fb342
diff --git a/lockdown/tests/urls.py b/lockdown/tests/urls.py index <HASH>..<HASH> 100644 --- a/lockdown/tests/urls.py +++ b/lockdown/tests/urls.py @@ -1,12 +1,12 @@ -from django.conf.urls import patterns +from django.conf.urls import url -urlpatterns = patterns('lockdown.tests.views', - (r'^a/vi...
Refactors the url configuration for the tests django.conf.urls.patterns will be removed in Django <I>, so let's already switch to the use of a list of url() instances.
Dunedan_django-lockdown
train
a15ec507cf6a2e4e345cf06ee38d06e15359f850
diff --git a/applications/src/main/java/boofcv/app/CreateQrCodeDocument.java b/applications/src/main/java/boofcv/app/CreateQrCodeDocument.java index <HASH>..<HASH> 100644 --- a/applications/src/main/java/boofcv/app/CreateQrCodeDocument.java +++ b/applications/src/main/java/boofcv/app/CreateQrCodeDocument.java @@ -1,5 +...
- The value the user has entered for marker width is always used - units are correctly updated now
lessthanoptimal_BoofCV
train
dcc774aa151a7c56e7a6182feb29196bf6ac6588
diff --git a/src/quantum/azext_quantum/tests/latest/test_quantum_workspace.py b/src/quantum/azext_quantum/tests/latest/test_quantum_workspace.py index <HASH>..<HASH> 100644 --- a/src/quantum/azext_quantum/tests/latest/test_quantum_workspace.py +++ b/src/quantum/azext_quantum/tests/latest/test_quantum_workspace.py @@ -1...
[Quantum] Accommodate changed version check behavior (#<I>)
Azure_azure-cli-extensions
train
28492f7c197cb305eb97ac3fd89d37290feff2e6
diff --git a/hydpy/__init__.py b/hydpy/__init__.py index <HASH>..<HASH> 100644 --- a/hydpy/__init__.py +++ b/hydpy/__init__.py @@ -41,10 +41,10 @@ pub.config = configutils.Config() dummies = dummytools.Dummies() # pylint: disable=invalid-name -def customwarn(message, category, filename, lineno, line=None): +def ...
Fix commit #<I>cc8, method `customwarn` of module `hydpy.__init__` was affected.
hydpy-dev_hydpy
train
7e51c7aebffc31889a635f1e51184ad211c1def5
diff --git a/modules/windowPerformance/windowPerformance.js b/modules/windowPerformance/windowPerformance.js index <HASH>..<HASH> 100644 --- a/modules/windowPerformance/windowPerformance.js +++ b/modules/windowPerformance/windowPerformance.js @@ -9,17 +9,19 @@ exports.module = function(phantomas) { // @see https://gr...
windowPerformance: pass phantomas scope to a closure
macbre_phantomas
train
faa50668ce7cf6114568e475d59f8eb58d68d315
diff --git a/lib/mongomapper/document.rb b/lib/mongomapper/document.rb index <HASH>..<HASH> 100644 --- a/lib/mongomapper/document.rb +++ b/lib/mongomapper/document.rb @@ -162,11 +162,11 @@ module MongoMapper end def find_first(options) - find_every(options.merge(:limit => 1, :order => 'crea...
find(:first) and find(:last) and their other similar methods now using $natural order instead of date which was unreliable.
mongomapper_mongomapper
train
71d5c483b6b27988b4e18888e25e83c3c9b7a54e
diff --git a/src/views/jqadm/index.blade.php b/src/views/jqadm/index.blade.php index <HASH>..<HASH> 100644 --- a/src/views/jqadm/index.blade.php +++ b/src/views/jqadm/index.blade.php @@ -30,7 +30,7 @@ <div class="app-menu-end"> <i class="icon btn-theme light-mode fa fa-sun-o"></i><i class="icon btn-theme dark-...
Use language from admin backend for locale
aimeos_aimeos-laravel
train
ca91e3b3d8b05038bc1374b5c2e058407199ebca
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -12,7 +12,7 @@ var known_hash = '{SSHA}c6AhsUGD7NfYyTofZoKiuP5MDqjAcKGi'; describe('ssha_pass',function(){ describe('known password and salt',function(){ - it('should equal the value from Perl co...
Follow best practices with mocha by including done function when test code may not be synchronous.
jmarca_openldap_ssha
train
23ce312b9f764736d8ac7cb6f8ebf6825d43f817
diff --git a/staging/src/k8s.io/client-go/tools/leaderelection/leaderelection_test.go b/staging/src/k8s.io/client-go/tools/leaderelection/leaderelection_test.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/client-go/tools/leaderelection/leaderelection_test.go +++ b/staging/src/k8s.io/client-go/tools/leaderelect...
Add failing test showing release is not working properly
kubernetes_kubernetes
train
8afddcbc9ac0fc83b2cfc1f36c9a15817be8a2a5
diff --git a/lib/ansiblelint/version.py b/lib/ansiblelint/version.py index <HASH>..<HASH> 100644 --- a/lib/ansiblelint/version.py +++ b/lib/ansiblelint/version.py @@ -1 +1 @@ -__version__ = '3.3.3' +__version__ = '3.4.0rc1'
Update version to <I>rc1
ansible_ansible-lint
train
6c88541d59c8075bf703b716de880872a0b6b3f8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ var eventify = require('ngraph.events'); /** * Creates force based layout for a given graph. + * * @param {ngraph.graph} graph which needs to be laid out * @param {object} physicsSettings if you need cust...
Everoby supports Object.create now
anvaka_ngraph.forcelayout
train
23aac8ead764bf2ebae7c35390ecaa1093390a51
diff --git a/nls/src/main/java/net/sf/mmm/util/nls/base/AbstractNlsTemplate.java b/nls/src/main/java/net/sf/mmm/util/nls/base/AbstractNlsTemplate.java index <HASH>..<HASH> 100644 --- a/nls/src/main/java/net/sf/mmm/util/nls/base/AbstractNlsTemplate.java +++ b/nls/src/main/java/net/sf/mmm/util/nls/base/AbstractNlsTemplat...
#<I>: added logging of exception
m-m-m_util
train
4335a44bfb9ddd5f03ba69fd3278824f1d21362d
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ CHANGELOG only when the monitor reports that resource references are supported. [#6172](https://github.com/pulumi/pulumi/pull/6172) +- [CLI] Avoid panic for diffs with invalid property pa...
Relax the diff path check to avoid panic (#<I>)
pulumi_pulumi
train
81d766a19f0b54f3274c4c142a2b3feb0f71761a
diff --git a/app/assets/javascripts/rails_admin/ra.filter-box.js b/app/assets/javascripts/rails_admin/ra.filter-box.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/rails_admin/ra.filter-box.js +++ b/app/assets/javascripts/rails_admin/ra.filter-box.js @@ -71,7 +71,7 @@ var content = '<div clas...
fixed a design bug where disabled filters would reappear when clicking on a pagination/sorting link in index page
sferik_rails_admin
train
ad2a3aed76670fa7fe57ba3bcc3b593955f49347
diff --git a/Classes/Service/ContentCacheFlusherService.php b/Classes/Service/ContentCacheFlusherService.php index <HASH>..<HASH> 100644 --- a/Classes/Service/ContentCacheFlusherService.php +++ b/Classes/Service/ContentCacheFlusherService.php @@ -19,6 +19,8 @@ use Neos\Neos\Fusion\Helper\CachingHelper; /** * @Flow...
TASK: Mark ContentCacheFlusherService as deprecated
mocdk_MOC.Varnish
train
96f43dcfdaff437ce9403a6bc1c576c3ed7978e8
diff --git a/lib/parfait/word.rb b/lib/parfait/word.rb index <HASH>..<HASH> 100644 --- a/lib/parfait/word.rb +++ b/lib/parfait/word.rb @@ -3,7 +3,7 @@ module Parfait # A word is a a short sequence of characters # Characters are not modeled as objects but as (small) integers - # The small means two of them have ...
also giving word it's length still hacked as char per word, but should be easy enough to fix when…
ruby-x_rubyx
train
b7e826013b5cf13de08038752152896ead508f4a
diff --git a/classes/PodsUI.php b/classes/PodsUI.php index <HASH>..<HASH> 100644 --- a/classes/PodsUI.php +++ b/classes/PodsUI.php @@ -2202,6 +2202,8 @@ class PodsUI { $action = 'manage'; $find_params = $this->get_params( $params ); + + $find_params = $this->do_hook('get_params', ...
Add pods_ui_get_params hook Allows query params to be filtered before the data is fetched and displayed on the admin side.
pods-framework_pods
train
5bf74f351018f11fe8d56ae987719d6e7aaa412e
diff --git a/lib/change_stream.js b/lib/change_stream.js index <HASH>..<HASH> 100644 --- a/lib/change_stream.js +++ b/lib/change_stream.js @@ -297,8 +297,12 @@ class ChangeStreamCursor extends Cursor { } const cursor = response.cursor; - if (cursor.firstBatch.length === 0 && cursor.postBatchResumeT...
refactor(cursor): track `postBatchResumeToken` in ChangeStreamCursor
mongodb_node-mongodb-native
train
c229e05ef153806892b5963302f48c5ac9b7d627
diff --git a/mpop/satin/viirs_sdr.py b/mpop/satin/viirs_sdr.py index <HASH>..<HASH> 100644 --- a/mpop/satin/viirs_sdr.py +++ b/mpop/satin/viirs_sdr.py @@ -497,7 +497,8 @@ class ViirsSDRReader(Reader): directory = strftime(satscene.time_slot, options["dir"]) % values if not os.path.exists(directory):...
Add support for identifying npp directories by time-date as well as orbit number
pytroll_satpy
train
3c6320e68411e57bd69df24ba9d753f6f7bef61e
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -3713,7 +3713,7 @@ func (fbo *folderBranchOps) fixChildBlocksAfterRecoverableError( // include all the blocks from before the error, except for t...
folder_branch_ops: fix syncInfo params, suggested by @akalin-keybase Issue: #<I>
keybase_client
train
b3226b60f9e49e2c4e3fd6062478f7f0d1f0ee81
diff --git a/hazelcast/src/main/java/com/hazelcast/multimap/impl/MultiMapContainer.java b/hazelcast/src/main/java/com/hazelcast/multimap/impl/MultiMapContainer.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/multimap/impl/MultiMapContainer.java +++ b/hazelcast/src/main/java/com/hazelcast/mu...
Improved comment and JavaDoc of MultiMapContainer.
hazelcast_hazelcast
train
64411cd33a4850bf3d0e7f75e33517f38e9993dc
diff --git a/core/finance/metrics/approved_funds.py b/core/finance/metrics/approved_funds.py index <HASH>..<HASH> 100644 --- a/core/finance/metrics/approved_funds.py +++ b/core/finance/metrics/approved_funds.py @@ -1,8 +1,10 @@ +import os import pandas as pd import numpy as np - import salicml.outliers.gaussian_outl...
Add database acces for approved funds metric.
lappis-unb_salic-ml
train
1e60f57472780e79fef02e406de2c25fdbb27611
diff --git a/gifi/queue.py b/gifi/queue.py index <HASH>..<HASH> 100644 --- a/gifi/queue.py +++ b/gifi/queue.py @@ -1,5 +1,6 @@ from command import Command, AggregatedCommand, CommandException from utils.git_utils import get_repo, check_repo_is_clean +import feature def _pop(): @@ -22,8 +23,10 @@ def _pop_finish(...
queue: do not push when you are at working_remote/target_branch
kokosing_git-gifi
train
1010810a581b1dd57fde947cc0b62495d7594c48
diff --git a/mode/verilog/verilog.js b/mode/verilog/verilog.js index <HASH>..<HASH> 100644 --- a/mode/verilog/verilog.js +++ b/mode/verilog/verilog.js @@ -369,7 +369,8 @@ CodeMirror.defineMode("verilog", function(config, parserConfig) { blockCommentStart: "/*", blockCommentEnd: "*/", - lineComment: "//" ...
[verilog] Support folding by indentation
codemirror_CodeMirror
train
37104bb8e80518ba58f201750427ff2fee6afa53
diff --git a/lib/browserify-rails/browserify_processor.rb b/lib/browserify-rails/browserify_processor.rb index <HASH>..<HASH> 100644 --- a/lib/browserify-rails/browserify_processor.rb +++ b/lib/browserify-rails/browserify_processor.rb @@ -112,7 +112,7 @@ module BrowserifyRails # Be here as strict as possible, so t...
Update preprocessor to match as module when import present
browserify-rails_browserify-rails
train
5449767ce04062c400035860859ac6ebd760b535
diff --git a/fc/io.py b/fc/io.py index <HASH>..<HASH> 100644 --- a/fc/io.py +++ b/fc/io.py @@ -2,8 +2,9 @@ # # io.py - Module containing wrapper classes for flow cytometry data files. # -# Author: John T. Sexton (john.t.sexton@rice.edu) -# Date: 6/28/2015 +# Authors: John T. Sexton (john.t.sexton@rice.edu) +# ...
Separated data loading from file in its own function.
taborlab_FlowCal
train
7554b6132506a48f5aa53a980640369146e78f87
diff --git a/tests/php/Model/SiteTreeTest.php b/tests/php/Model/SiteTreeTest.php index <HASH>..<HASH> 100644 --- a/tests/php/Model/SiteTreeTest.php +++ b/tests/php/Model/SiteTreeTest.php @@ -1227,35 +1227,36 @@ class SiteTreeTest extends SapphireTest { $generator = Config::inst()->get(SiteTree::class, 'me...
Update meta generator tests to use isolated configuration and better assertions
silverstripe_silverstripe-cms
train
705cbdcb873776614f26c440cb864a4514097f56
diff --git a/test/integration/model/execution/KeyValueServiceTest.php b/test/integration/model/execution/KeyValueServiceTest.php index <HASH>..<HASH> 100644 --- a/test/integration/model/execution/KeyValueServiceTest.php +++ b/test/integration/model/execution/KeyValueServiceTest.php @@ -28,19 +28,25 @@ use oat\taoDelive...
Tests for 'exist' method
oat-sa_extension-tao-delivery
train
2a52eafe3c44bc162538d2f65817332cfadfa168
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ # # This file is part of Invenio. # Copyright (C) 2015-2018 CERN. +# Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it #...
fix docs compatibilty problem with Sphinx>=<I>
inveniosoftware_invenio-config
train
569d7765207ca739208cef55c7b8023db458c980
diff --git a/src/spec/Parameter.php b/src/spec/Parameter.php index <HASH>..<HASH> 100644 --- a/src/spec/Parameter.php +++ b/src/spec/Parameter.php @@ -115,7 +115,17 @@ class Parameter extends SpecBaseObject } } if (!empty($this->content) && !empty($this->schema)) { - $this->add...
Adds extra validation tests for Parameters - "testItValidatesSchemaAndContentCombination" checks that both "content" and "schema" cannot be present - "testItValidatesSupportedSerializationStyles" checks that only certain serialization styles supported for each Parameter type.
cebe_php-openapi
train
de9b02f797931efbd081996b4f81ba14ca76a17d
diff --git a/airflow/providers/elasticsearch/example_dags/example_elasticsearch_query.py b/airflow/providers/elasticsearch/example_dags/example_elasticsearch_query.py index <HASH>..<HASH> 100644 --- a/airflow/providers/elasticsearch/example_dags/example_elasticsearch_query.py +++ b/airflow/providers/elasticsearch/examp...
Updating the Elasticsearch example DAG to use the TaskFlow API (#<I>)
apache_airflow
train
be0b9ea10ad44586a14d1a1561dda1d3e4c6cf67
diff --git a/src/main/java/org/takes/facets/flash/RsFlash.java b/src/main/java/org/takes/facets/flash/RsFlash.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/facets/flash/RsFlash.java +++ b/src/main/java/org/takes/facets/flash/RsFlash.java @@ -118,7 +118,7 @@ public final class RsFlash extends RsWrap { ...
#<I> RsFlash with CharSequence
yegor256_takes
train
90c24109afa0625f29f2bb01e2ecaf7a48020efc
diff --git a/GaintBomb/GaintBomb.php b/GaintBomb/GaintBomb.php index <HASH>..<HASH> 100644 --- a/GaintBomb/GaintBomb.php +++ b/GaintBomb/GaintBomb.php @@ -92,7 +92,7 @@ class GaintBomb { throw new GaintBombException("You need to provide a game id to get information about a particular game"); } $resp = $this-...
added function for getting game details by game id
amalfra_GiantBomb
train
35d01c2576a0cfc5ce1ccc6065fef103c5891b23
diff --git a/csg.js b/csg.js index <HASH>..<HASH> 100644 --- a/csg.js +++ b/csg.js @@ -5462,6 +5462,16 @@ for solid CAD anyway. this.isCanonicalized = false; }; + // create from an untyped object with identical property names. + CAG.fromObject = function(obj) { + var sides = obj.sides.map(f...
Adding CAG.fromObject() in support of automated testing
jscad_csg.js
train
55c26207849785ba5bb1358e14c61b76c258771f
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -190,6 +190,7 @@ function print_file_picture($path, $courseid=0, $height="", $width="", $link="") } if (substr(strtolower($path), 0, 7) == "http://") { echo "<IMG BORDER=0...
Got rid of the wimpy icons in the top-right corner of pages and put some manly buttons there. ;-) I think this will be much clearer for novices, as well as being a bigger target for experts!
moodle_moodle
train
17ec769253c809e25a7239c3cbb1173d52cc585c
diff --git a/aioftp/common.py b/aioftp/common.py index <HASH>..<HASH> 100644 --- a/aioftp/common.py +++ b/aioftp/common.py @@ -30,15 +30,31 @@ def wrap_with_container(o): return o -def with_timeout(f): +def _with_timeout(name): - @functools.wraps(f) - def wrapper(cls, *args, **kwargs): + def decorat...
with_timeout decorator can have argument: name of timeout attribute StreamIO can have two timeouts: read and write
aio-libs_aioftp
train
ad12b04964b89190fb3ad1eee8bf54c74799ca31
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -5,7 +5,7 @@ const Os = require('os'); const Path = require('path'); const Code = require('code'); -const Form = require('multi-part').buffer; +const Form = require('multi-part'); const Hapi = require(...
Update test suite to use stream payloads
ruiquelhas_thurston
train
95714929065537f597709e0c5ec81ab59c963197
diff --git a/librosa/onset.py b/librosa/onset.py index <HASH>..<HASH> 100644 --- a/librosa/onset.py +++ b/librosa/onset.py @@ -226,12 +226,12 @@ def onset_strength(y=None, sr=22050, S=None, detrend=False, centering=True, ... label='Median aggregation (custom mel)') - Log-frequency spectrogram inste...
changed onset strength example code to remove deprecated functions
librosa_librosa
train
adea791344e5a94e2886a7569244e860e058d4bf
diff --git a/remind.py b/remind.py index <HASH>..<HASH> 100644 --- a/remind.py +++ b/remind.py @@ -62,7 +62,7 @@ class Remind(object): reminders = {} if lines: filename = '-' - files[filename] = lines + files[filename] = lines.split('\n') reminders[filen...
Fix files content when reading from stdin
jspricke_python-remind
train
772f368ca34491824ff7832712cc45cbfab6dabf
diff --git a/app/models/metasploit_data_models/module_run.rb b/app/models/metasploit_data_models/module_run.rb index <HASH>..<HASH> 100644 --- a/app/models/metasploit_data_models/module_run.rb +++ b/app/models/metasploit_data_models/module_run.rb @@ -34,7 +34,7 @@ class MetasploitDataModels::ModuleRun < ActiveRecord::B...
Fix yard warnings MSP-<I>
rapid7_metasploit_data_models
train
c1ff06c2bea10d65620bd185f6bed95c1d6e13d0
diff --git a/lib/zoneinfo.js b/lib/zoneinfo.js index <HASH>..<HASH> 100644 --- a/lib/zoneinfo.js +++ b/lib/zoneinfo.js @@ -171,7 +171,7 @@ var TZDate = module.exports = function (args){ return; } - if (Object.keys(self._formats).indexOf(chr) > -1) + if (...
No need to do indexOf when just trying to access works fine
gsmcwhirter_node-zoneinfo
train
62d5e98b9365f52b10f924757c11fef9af38cec3
diff --git a/src/FlowExtension.php b/src/FlowExtension.php index <HASH>..<HASH> 100644 --- a/src/FlowExtension.php +++ b/src/FlowExtension.php @@ -100,6 +100,8 @@ final class FlowExtension implements ExtensionInterface, CompilerPassInterface ->setArgument('$producer', new Reference($flowConfig->get...
Explicitly set beanstalkclient and elasticsearch to null in FlowExtension
webgriffe_esb
train
e88816fc965c8da52ef6020bd4dd67717d32893d
diff --git a/lib/shelly/app.rb b/lib/shelly/app.rb index <HASH>..<HASH> 100644 --- a/lib/shelly/app.rb +++ b/lib/shelly/app.rb @@ -80,6 +80,10 @@ module Shelly shelly.application_logs(code_name, options) end + def application_logs_tail + shelly.application_logs_tail(code_name) { |l| yield(l) } + ...
Using new logs streaming server for live tail [#<I>]
Ragnarson_shelly
train
f6bf3ebd6f61b0776f33aa176825786180685ab2
diff --git a/psqlextra/partitioning/time_strategy.py b/psqlextra/partitioning/time_strategy.py index <HASH>..<HASH> 100644 --- a/psqlextra/partitioning/time_strategy.py +++ b/psqlextra/partitioning/time_strategy.py @@ -82,12 +82,7 @@ class PostgresTimePartitioningStrategy(PostgresRangePartitioningStrategy): ...
Replace for_datetime with is_start_of_partition
SectorLabs_django-postgres-extra
train
52a513fdac5eb79f63e384e458017d48f51ac9a7
diff --git a/blockstack/blockstackd.py b/blockstack/blockstackd.py index <HASH>..<HASH> 100644 --- a/blockstack/blockstackd.py +++ b/blockstack/blockstackd.py @@ -1775,25 +1775,21 @@ def index_blockchain( expected_snapshots={} ): Index the blockchain: * find the range of blocks * synchronize our state en...
Cleaner shutdown (needs more testing)
blockstack_blockstack-core
train
48339106eb0d403a3c66519317488c8185844b32
diff --git a/install-poetry.py b/install-poetry.py index <HASH>..<HASH> 100644 --- a/install-poetry.py +++ b/install-poetry.py @@ -267,7 +267,7 @@ You can test that everything is set up by executing: """ POST_MESSAGE_CONFIGURE_UNIX = """ -Add `export PATH="{poetry_home_bin}:$PATH` to your shell configuration file. ...
Add a missing " to the post install message of `install-poetry.py`
sdispater_poetry
train
b544e61d32a7566783547972b6f50ebaeff6a797
diff --git a/lib/offsite_payments/integrations/sage_pay_form.rb b/lib/offsite_payments/integrations/sage_pay_form.rb index <HASH>..<HASH> 100644 --- a/lib/offsite_payments/integrations/sage_pay_form.rb +++ b/lib/offsite_payments/integrations/sage_pay_form.rb @@ -127,6 +127,8 @@ module OffsitePayments #:nodoc: ...
Do not include `locale` field for SagePay
activemerchant_offsite_payments
train
b5911c4e991ab31307386a39c9f37f960584e349
diff --git a/lib/moped.rb b/lib/moped.rb index <HASH>..<HASH> 100644 --- a/lib/moped.rb +++ b/lib/moped.rb @@ -7,16 +7,6 @@ module Moped BSON = Crutches::BSON Protocol = Crutches::Protocol - module Protocol::Message - def callback - @callback if defined? @callback - end - - def callback=(callback...
Remove out-dated references to operation callbacks
mongoid_moped
train
19b873343d767d4cad4f3de30ff3c1d3f80f680c
diff --git a/markerclusterer/src/markerclusterer.js b/markerclusterer/src/markerclusterer.js index <HASH>..<HASH> 100755 --- a/markerclusterer/src/markerclusterer.js +++ b/markerclusterer/src/markerclusterer.js @@ -161,7 +161,12 @@ function MarkerClusterer(map, opt_markers, opt_options) { // Add the map event listen...
Issue <I>: clusters disappear when setting illegal zoom Added a check in the zoom_changed listener to determine map type, and limit zoom change references to legal zoom levels only.
googlemaps_v3-utility-library
train
0c9cdb98f0841cceaa2cc5a135ad41b5a5f890ce
diff --git a/tests/unit/test_policies.py b/tests/unit/test_policies.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_policies.py +++ b/tests/unit/test_policies.py @@ -731,8 +731,42 @@ class TokenAwarePolicyTest(unittest.TestCase): self.assertEqual(replicas + hosts[:2], qplan) cluster.metadata.get_...
factor out common shuffle unit test logic
datastax_python-driver
train
a4425ba230f56ec818b79b491f3e0ca8d6029fac
diff --git a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java b/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java +++ b/src/test/java/com/cronutils/...
Remove @Test annotation to avoid failing test. Will re-enable when issue fixed.
jmrozanec_cron-utils
train
69cc0e4f3ae6c5b1cc44cb3a261a25480680c384
diff --git a/tests/settings.py b/tests/settings.py index <HASH>..<HASH> 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -173,6 +173,7 @@ FLOW_DOCKER_VOLUME_EXTRA_OPTIONS = { 'secrets': 'Z', 'users': 'Z', 'tools': 'z', + 'runtime': 'Z', } FLOW_DOCKER_EXTRA_VOLUMES = []
Add extra options for Docker runtime dirs to test settings
genialis_resolwe
train
6dc45aada2755bf56444fff1147a6f29306dac88
diff --git a/src/EntityRepository.php b/src/EntityRepository.php index <HASH>..<HASH> 100644 --- a/src/EntityRepository.php +++ b/src/EntityRepository.php @@ -211,7 +211,7 @@ class EntityRepository function ($item) use ($sdk) { if (is_object($item)) { $mapping = $sdk->...
replace get_class by method_exists because of inheritence possibility
mapado_rest-client-sdk
train
10c44c6ef0cd1766f7c6c7a096d80e5db8bcff02
diff --git a/spyder_notebook/tests/test_plugin.py b/spyder_notebook/tests/test_plugin.py index <HASH>..<HASH> 100644 --- a/spyder_notebook/tests/test_plugin.py +++ b/spyder_notebook/tests/test_plugin.py @@ -177,6 +177,23 @@ def test_file_in_temp_dir_deleted_after_notebook_closed(notebook, qtbot): assert not osp.ex...
Plugin: Add test for closing tab with non-existing notebook file
spyder-ide_spyder-notebook
train
68b644d529899d5688b9fe719b6e972718d53db8
diff --git a/src/Session.php b/src/Session.php index <HASH>..<HASH> 100644 --- a/src/Session.php +++ b/src/Session.php @@ -119,13 +119,13 @@ class Session } # If this key was just submitted via post then store it in the session data - if ($val = $_POST[$key]) { + if (isset($_POST[$key]...
Check incoming request variables are set before using them
duncan3dc_php-helpers
train
a372ae1b5600446b378285e7543a28af39f86eca
diff --git a/lib/imageiter.py b/lib/imageiter.py index <HASH>..<HASH> 100644 --- a/lib/imageiter.py +++ b/lib/imageiter.py @@ -3,6 +3,7 @@ License: http://www.stsci.edu/resources/software_hardware/pyraf/LICENSE """ +from __future__ import division # confidence medium from __future__ import generators import num...
Updated the 'imageiter', 'nimageiter' and 'iterfile' modules from Pytools to use 'future division'. The 'imageiter' and 'nimageiter' modules were the only ones that actually use division, and all division is done explicitly to create integer results using casting, so there should be no impact with the use of future di...
spacetelescope_stsci.tools
train
abd80bdf8eb641ae92d1a1716343b4bbea621014
diff --git a/parser_test.go b/parser_test.go index <HASH>..<HASH> 100644 --- a/parser_test.go +++ b/parser_test.go @@ -134,3 +134,30 @@ func TestBadEncodingError(t *testing.T) { compare(t, "len(DataRecords)", len(msg.DataRecords), 26) compare(t, "len(TemplateRecords)", len(msg.TemplateRecords), 0) } + +func Benchm...
Parsing benchmark (it's fast enough)
calmh_ipfix
train
df0671658a521e13f2fb254874482c5147ce6800
diff --git a/contact_form/__init__.py b/contact_form/__init__.py index <HASH>..<HASH> 100644 --- a/contact_form/__init__.py +++ b/contact_form/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 11, 'dev') +VERSION = (0, 3, 0, 'dev') def get_release():
running on <I>-dev
dlancer_django-crispy-contact-form
train
18990236a819783939fed6a1d929a0da3ed6f5c9
diff --git a/cassandra_test.go b/cassandra_test.go index <HASH>..<HASH> 100644 --- a/cassandra_test.go +++ b/cassandra_test.go @@ -87,21 +87,35 @@ func createCluster() *ClusterConfig { } func createKeyspace(tb testing.TB, cluster *ClusterConfig, keyspace string) { - session, err := cluster.CreateSession() + c := *c...
execute the drop and create keyspace statements on the same connection
gocql_gocql
train
ce6806ebbceb89651501eac39743b98418bdeed6
diff --git a/spyderlib/widgets/sourcecode/base.py b/spyderlib/widgets/sourcecode/base.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/sourcecode/base.py +++ b/spyderlib/widgets/sourcecode/base.py @@ -768,13 +768,13 @@ class TextEditBaseWidget(QPlainTextEdit, BaseEditMixin): if signature: s...
Editor/External Console: Improve calltips format - Make calltip text a bit smaller than its title. - Make its title to have the same font as the one of the surrounding text.
spyder-ide_spyder
train
c248d75bf8fc15e587f0e8da1a4052f7672a9760
diff --git a/cwltool/docker.py b/cwltool/docker.py index <HASH>..<HASH> 100644 --- a/cwltool/docker.py +++ b/cwltool/docker.py @@ -64,7 +64,7 @@ def get_image(dockerRequirement, pull_image, dry_run=False): loadproc.stdin.close() rcode = loadproc.wait() if rcode != ...
Better error handling around checking if docker is available and accessible.
common-workflow-language_cwltool
train
f60dbd9b23a381847561af18e7fd138636c11299
diff --git a/src/bosh/agent/applier/bundlecollection/bundle_collection_interface.go b/src/bosh/agent/applier/bundlecollection/bundle_collection_interface.go index <HASH>..<HASH> 100644 --- a/src/bosh/agent/applier/bundlecollection/bundle_collection_interface.go +++ b/src/bosh/agent/applier/bundlecollection/bundle_colle...
Adding GetDir() to BundleCollection for retrieving monit files
cloudfoundry_bosh-agent
train
d7d7b3ccbbbe3a03634188d6da2a00777080ee0f
diff --git a/src/tools/barchart/barchart-component.js b/src/tools/barchart/barchart-component.js index <HASH>..<HASH> 100644 --- a/src/tools/barchart/barchart-component.js +++ b/src/tools/barchart/barchart-component.js @@ -260,7 +260,7 @@ var BarComponent = Component.extend({ .tickSizeMinor(3, 0) .labeler...
Text is overlapping by changing axis description. Closes #<I>
vizabi_vizabi
train
7d1c5dca3e1728203b6eab13662c1f9f544d7f01
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -115,6 +115,14 @@ function Peer (opts) { Peer.WEBRTC_SUPPORT = !!getBrowserRTC() +try { + require('wrtc') + Peer.USING_WRTC = true +} catch (err) { + if (err.message !== 'Cannot find module \'wtc\'') throw err + Peer....
Only convert Buffers if we detect wrtc to be present Also, automatically run tests w/ wrtc if it is present
feross_simple-peer
train
a3b72feea5693daa3e7ee583eadd9fff12d1304e
diff --git a/context.go b/context.go index <HASH>..<HASH> 100644 --- a/context.go +++ b/context.go @@ -350,6 +350,13 @@ func (ctx *Context) SetCookie(name string, value string, others ...interface{}) } } + if len(others) > 5 { + if v, ok := others[5].(time.Time); ok { + cookie.Expires = v + cookie.RawExpir...
Add expires and raw expires option to SetCookie User now allow to set hard limit of cookie.
go-macaron_macaron
train
2a793c80b287b512f9810b5e6baaf6081b38975b
diff --git a/lib/models.js b/lib/models.js index <HASH>..<HASH> 100644 --- a/lib/models.js +++ b/lib/models.js @@ -328,8 +328,8 @@ class ConstraintsFilter { if (this._constraints.length == 1) { return this._constraints[0]; } else if (this._constraints.length > 1) { - console.warn(`WARNING: Expecti...
Export child constraints to markdown Export child constraints to markdown.
standardhealth_shr-models
train
7cdf2d595f3065eb78391f89d6ffbab1263a72b9
diff --git a/maven-plugin/src/test/java/sortpom/exception/ExceptionConverterTest.java b/maven-plugin/src/test/java/sortpom/exception/ExceptionConverterTest.java index <HASH>..<HASH> 100644 --- a/maven-plugin/src/test/java/sortpom/exception/ExceptionConverterTest.java +++ b/maven-plugin/src/test/java/sortpom/exception/E...
Added test for normal case in the ExceptionConverter
Ekryd_sortpom
train
4836245e263da43b0b2b8e3450718ff703e9da39
diff --git a/src/main/java/com/treasure_data/client/HttpClientAdaptor.java b/src/main/java/com/treasure_data/client/HttpClientAdaptor.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/treasure_data/client/HttpClientAdaptor.java +++ b/src/main/java/com/treasure_data/client/HttpClientAdaptor.java @@ -709,7 +709,7 ...
refactored some Result classes again
treasure-data_td-client-java
train
a6fca2410a56225992959e5e4f8019e16757bfd1
diff --git a/git/refs/log.py b/git/refs/log.py index <HASH>..<HASH> 100644 --- a/git/refs/log.py +++ b/git/refs/log.py @@ -37,8 +37,9 @@ class RefLogEntry(tuple): def __repr__(self): """Representation of ourselves in git reflog format""" act = self.actor + name = act.name.encode('utf-8') ...
encode name of actor to utf-8
gitpython-developers_GitPython
train
caba64b6bbf2cf8b45e5cf41f83788817a46b40c
diff --git a/AlphaTwirl/Counter/NextKeyComposer.py b/AlphaTwirl/Counter/NextKeyComposer.py index <HASH>..<HASH> 100755 --- a/AlphaTwirl/Counter/NextKeyComposer.py +++ b/AlphaTwirl/Counter/NextKeyComposer.py @@ -11,11 +11,20 @@ class NextKeyComposer(object): e.g., If key = (11, 8, 20) it retur...
make NextKeyComposer check if the next bin is None or the same
alphatwirl_alphatwirl
train
401f5b7a1c9f0b516128d0d5451670feff59ffe7
diff --git a/GEOparse/utils.py b/GEOparse/utils.py index <HASH>..<HASH> 100644 --- a/GEOparse/utils.py +++ b/GEOparse/utils.py @@ -5,6 +5,7 @@ from errno import EEXIST from contextlib import closing from shutil import copyfileobj from contextlib import contextmanager + try: from urllib.request import urlopen ...
refactor: Make utils more pep8 friendly
guma44_GEOparse
train
7d1ba6b8d1eb4b52c1390571d42061c67e9a1880
diff --git a/lib/paymill/operations/update.rb b/lib/paymill/operations/update.rb index <HASH>..<HASH> 100644 --- a/lib/paymill/operations/update.rb +++ b/lib/paymill/operations/update.rb @@ -1,6 +1,21 @@ module Paymill module Operations module Update + + module ClassMethods + # Updates a object + ...
Add the #update_attributes method to Update. This takes an id and a Hash of attributes to update.
dkd_paymill-ruby
train
2b0dccdeddc1f5d403f23218fa6408d3860f3075
diff --git a/pypet/storageservice.py b/pypet/storageservice.py index <HASH>..<HASH> 100644 --- a/pypet/storageservice.py +++ b/pypet/storageservice.py @@ -1958,13 +1958,13 @@ class HDF5StorageService(StorageService, HasLogger): try: version = compat.tostr(metarow['version']) - except Inde...
FIX: Accessing a row may now throw ValueError instead of IndexError;
SmokinCaterpillar_pypet
train
c6b2d9d5c23bd2e51c29fc2a03b6e7b133bde61c
diff --git a/ajax/drop.php b/ajax/drop.php index <HASH>..<HASH> 100644 --- a/ajax/drop.php +++ b/ajax/drop.php @@ -15,11 +15,15 @@ foreach ($_POST as $key => $val) // Delete a single column if ($field_id = (int) $_POST['col']) { - $result = pod_query("SELECT name FROM {$table_prefix}pod_fields WHERE id = $field_i...
Critical bugfix: problems reported with PICK columns
pods-framework_pods
train
e7dab843bfbf50b096b87b1b3ebc51ba5de0ece0
diff --git a/spyder/__init__.py b/spyder/__init__.py index <HASH>..<HASH> 100644 --- a/spyder/__init__.py +++ b/spyder/__init__.py @@ -27,7 +27,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -version_info = (3, 2, 9, "dev0") +version_info = (3, 3, 0, "dev0") ...
Bump next version to be <I>
spyder-ide_spyder
train
e2c7f59f9bbec0447e3e1d4a709845aee28960b0
diff --git a/phpunit.xml b/phpunit.xml index <HASH>..<HASH> 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,6 +15,7 @@ <testsuites> <testsuite name="Package Unit Tests"> <directory suffix="Test.php">./tests</directory> + <exclude>./tests/Stub</exclude> </testsuite> ...
Adds PHPUnit test exclusions for the example stub project.
allebb_git-version-number
train
a679faac222414140bbe9c801f380b0ec2f280ef
diff --git a/lib/ServiceDelegate.js b/lib/ServiceDelegate.js index <HASH>..<HASH> 100644 --- a/lib/ServiceDelegate.js +++ b/lib/ServiceDelegate.js @@ -401,14 +401,14 @@ class AccessoryInformation extends ServiceDelegate { Characteristic: this.Characteristics.hap.FirmwareRevision, value: params.firmware ...
Update ServiceDelegate.js - Bug fix: `hardware` and `software` delegated were removed on restarting Homebridge.
ebaauw_homebridge-lib
train
6121c871a277ddfdad3420522a57b7d937e57db1
diff --git a/lib/deploy.rb b/lib/deploy.rb index <HASH>..<HASH> 100644 --- a/lib/deploy.rb +++ b/lib/deploy.rb @@ -47,11 +47,47 @@ module Deploy deploy! end - def deploy! - log 'Deployment commencing.' - success = @platform.deploy! - abort "Deployment Failed or timed out. See system outp...
Reorder methods to more closely resemble the call order
sealink_deploy_aws
train
2cdf9f779a9830a6a7e8a00cd18f5b3234a23260
diff --git a/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/userprovidedserviceinstances/UserProvidedServiceInstances.java b/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/userprovidedserviceinstances/UserProvidedServiceInstances.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client/src...
Polishing [#<I>][resolves #<I>]
cloudfoundry_cf-java-client
train
260e7a009865116b170177cc304cb413902d682e
diff --git a/routing/kbucket/table.go b/routing/kbucket/table.go index <HASH>..<HASH> 100644 --- a/routing/kbucket/table.go +++ b/routing/kbucket/table.go @@ -144,10 +144,10 @@ func (rt *RoutingTable) NearestPeer(id ID) peer.ID { // NearestPeers returns a list of the 'count' closest peers to the given ID func (rt *...
sort peers outside of locks License: MIT
ipfs_go-ipfs
train
252c2b6a3d3649fc797f4926408fdd0c1ce01bba
diff --git a/lib/treeize.js b/lib/treeize.js index <HASH>..<HASH> 100644 --- a/lib/treeize.js +++ b/lib/treeize.js @@ -207,7 +207,7 @@ Treeize.prototype.grow = function(data, options) { trails[''] = trail; } - if (!opt.input.uniformRows) { + if (!this.data.signature.isFixed && !opt.input.uniformRows...
fixed tests for inversion of uniformRows option
kwhitley_treeize
train
d6e48cd98a1d82829326d4c48a80688866563f3e
diff --git a/airflow/www/static/js/dags.js b/airflow/www/static/js/dags.js index <HASH>..<HASH> 100644 --- a/airflow/www/static/js/dags.js +++ b/airflow/www/static/js/dags.js @@ -88,7 +88,7 @@ const encodedDagIds = new URLSearchParams(); $.each($('[id^=toggle]'), function toggleId() { const $input = $(this); con...
Fixes incorrect parameter passed to views (#<I>) (#<I>) The task_stats, last_dagruns, blocked etc expect dag_ids not dagIds. This caused the endpoint to return all dags the user had access to by default closes: #<I>
apache_airflow
train
ba40613ccedd87d0e3ba1ee07cbc4320fe9fa44f
diff --git a/lib/verify/index.js b/lib/verify/index.js index <HASH>..<HASH> 100644 --- a/lib/verify/index.js +++ b/lib/verify/index.js @@ -24,6 +24,7 @@ function verifyProtocol(def, param) { else dd = def[p] let v = false let le //last error + /* jshint ignore: start */ dd.forEach(d => ...
OMG - It f##king works
ZeroNetJS_zeronet-common
train
62044b7a012812bd0c234ee22f872f8879dc68e7
diff --git a/openquake/commands/reduce.py b/openquake/commands/reduce.py index <HASH>..<HASH> 100644 --- a/openquake/commands/reduce.py +++ b/openquake/commands/reduce.py @@ -22,6 +22,7 @@ import numpy from openquake.hazardlib import valid, nrml, InvalidFile from openquake.baselib.python3compat import encode from op...
Extended `oq reduce` to work with smlt.xml files [skip CI] Former-commit-id: c<I>e5c<I>f1cdae<I>be2cccee4df2a8c3cc
gem_oq-engine
train
58e9dad1add75e9a0e7f960587ea71d9e42cfda9
diff --git a/src/main/java/gwt/material/design/addins/client/splitpanel/MaterialSplitPanel.java b/src/main/java/gwt/material/design/addins/client/splitpanel/MaterialSplitPanel.java index <HASH>..<HASH> 100644 --- a/src/main/java/gwt/material/design/addins/client/splitpanel/MaterialSplitPanel.java +++ b/src/main/java/gw...
Fixed - JS exeption if I add/remove/add a slot that contains a MaterialSplitPanel #<I>
GwtMaterialDesign_gwt-material-addins
train
d9c3f13573bee115ea6f2ca61f15e37849da0a48
diff --git a/src/Commands/Eve/Update/Sde.php b/src/Commands/Eve/Update/Sde.php index <HASH>..<HASH> 100644 --- a/src/Commands/Eve/Update/Sde.php +++ b/src/Commands/Eve/Update/Sde.php @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -namespace Seat\Console\Commands\Eve; +namespace...
fix(commands): address a namespace issue
eveseat_console
train
f333e9154d89a28aebf021b0776f42c653cffeb3
diff --git a/test/test_unit.py b/test/test_unit.py index <HASH>..<HASH> 100644 --- a/test/test_unit.py +++ b/test/test_unit.py @@ -55,17 +55,16 @@ class TestPackage(unittest.TestCase): class TestCodec(unittest.TestCase): + + @unittest.skipUnless(has_gzip(), "Gzip not available") def test_gzip(self): - ...
Skip snappy/gzip tests if they're not available
dpkp_kafka-python
train
d045c4a7dd18630f8d5c6cfc5834771888298c9a
diff --git a/github/github-accessors.go b/github/github-accessors.go index <HASH>..<HASH> 100644 --- a/github/github-accessors.go +++ b/github/github-accessors.go @@ -3884,6 +3884,14 @@ func (i *IssueComment) GetIssueURL() string { return *i.IssueURL } +// GetNodeID returns the NodeID field if it's non-nil, zero v...
Add NodeID to IssueComments (#<I>)
google_go-github
train
4d7b89482ccfa91e4ae6d6e7bd13cd1d2cc540ff
diff --git a/app/models/agent.rb b/app/models/agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agent.rb +++ b/app/models/agent.rb @@ -60,8 +60,6 @@ class Agent < ActiveRecord::Base scope :of_type, lambda { |type| type = case type - when String, Symbol, Class - type.to_s ...
Remove case statement as it is redundant in the else
huginn_huginn
train
885abe643c702436af035026b28d29f16aaaf302
diff --git a/lib/bitwriter.js b/lib/bitwriter.js index <HASH>..<HASH> 100644 --- a/lib/bitwriter.js +++ b/lib/bitwriter.js @@ -1,5 +1,4 @@ var util = require('util'); - var bufproto = Buffer.prototype; function BitWriter(length, endianness) { @@ -7,10 +6,18 @@ function BitWriter(length, endianness) { return n...
Make BitWriter compatible with Buffer.concat
brianloveswords_bitwriter
train
2f4d1a291e30b737ebff118804f7fee93c90fcd1
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -686,7 +686,11 @@ async function imageminMinify(original, options) { */ let pool; -function squooshImagePoolCreate() { +/** + * @param {number} threads + * @returns {any} + */ +function squooshImagePoolCre...
fix: perf for `squoosh` (#<I>)
itgalaxy_imagemin-webpack
train
0cc7b9bff14a40da64ee873bbd8da053b1a4fa6b
diff --git a/js/clinicalTimeline.js b/js/clinicalTimeline.js index <HASH>..<HASH> 100644 --- a/js/clinicalTimeline.js +++ b/js/clinicalTimeline.js @@ -71,20 +71,29 @@ window.clinicalTimeline = (function(){ function getClinicalAttributes(data, track) { return _.union.apply(_, data.filter(function(x) { - r...
Fixes grouping/coloring/sizing by attribute The option of having multiple tooltips for one time point messed up the grouping by attribute. This fixes it such that tooltips with multiple tables in their tooltip end up in their own group "multi". This commit also fixes the problem of attributes not being displayed in th...
cBioPortal_clinical-timeline
train
83538796a775e0647d49e1d9af6849ac6e5a545a
diff --git a/tools/astCreator/src/main/java/com/lausdahl/ast/creator/extend/ExtensionGenerator2.java b/tools/astCreator/src/main/java/com/lausdahl/ast/creator/extend/ExtensionGenerator2.java index <HASH>..<HASH> 100644 --- a/tools/astCreator/src/main/java/com/lausdahl/ast/creator/extend/ExtensionGenerator2.java +++ b/t...
The kind method on cml nodes now returns the production/subproduction type they belong to instead of throwing a runtime exception
overturetool_overture
train
9e30c0be4b9c60b7276db5815d98c670e55b7740
diff --git a/src/java/com/threerings/resource/ResourceManager.java b/src/java/com/threerings/resource/ResourceManager.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/resource/ResourceManager.java +++ b/src/java/com/threerings/resource/ResourceManager.java @@ -705,6 +705,11 @@ public class ResourceManager...
When unpacking, tell the observer we've started so that the client can display something to the user at the start, rather then after the first bundle has completed. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@<I> ed5b<I>cb-e<I>-<I>-a<I>-f6a<I>f<I>b<I>
threerings_nenya
train
480f1eb3ac45499518a4f1607897bee8d31ae62b
diff --git a/sharding-core/sharding-core-route/src/main/java/org/apache/shardingsphere/core/route/router/sharding/ParsingSQLRouter.java b/sharding-core/sharding-core-route/src/main/java/org/apache/shardingsphere/core/route/router/sharding/ParsingSQLRouter.java index <HASH>..<HASH> 100644 --- a/sharding-core/sharding-co...
delete setGeneratedKeys()
apache_incubator-shardingsphere
train
34a9a9566b89fc0b42e38d3c35de9d4546fcbe28
diff --git a/eZ/Publish/Core/Limitation/SubtreeLimitationType.php b/eZ/Publish/Core/Limitation/SubtreeLimitationType.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Limitation/SubtreeLimitationType.php +++ b/eZ/Publish/Core/Limitation/SubtreeLimitationType.php @@ -79,7 +79,7 @@ class SubtreeLimitationType impleme...
Fixed SubtreeLimitation throwing to eagerly on type As SubtreeLimitation is a role limitation it needs to return false if type is wrong instead of throwing invaludArgument.
ezsystems_ezpublish-kernel
train