hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a5cee318f693d00570d9369aa049bfb312941561
diff --git a/ui/helpers/urlHelper.js b/ui/helpers/urlHelper.js index <HASH>..<HASH> 100644 --- a/ui/helpers/urlHelper.js +++ b/ui/helpers/urlHelper.js @@ -33,11 +33,11 @@ export const getLogViewerUrl = (job_id, repoName, line_number) => { return line_number ? `${rv}&lineNumber=${line_number}` : rv; }; -// if we c...
Bug <I> - Fix compare chooser for repos other than m-i (#<I>)
mozilla_treeherder
train
db684acf77be084dfb957ba326874b4b8f33cb48
diff --git a/stanfordnlp/models/parser.py b/stanfordnlp/models/parser.py index <HASH>..<HASH> 100644 --- a/stanfordnlp/models/parser.py +++ b/stanfordnlp/models/parser.py @@ -117,7 +117,7 @@ def train(args): train_batch = DataLoader(train_doc, args['batch_size'], args, pretrain, evaluation=False) vocab = trai...
turn on `sort_during_eval` while training tagger/parser
stanfordnlp_stanza
train
5bb8dfcbcca5c1d7416087cc9e4df367f83ae497
diff --git a/lib/chef/chef_fs/chef_fs_data_store.rb b/lib/chef/chef_fs/chef_fs_data_store.rb index <HASH>..<HASH> 100644 --- a/lib/chef/chef_fs/chef_fs_data_store.rb +++ b/lib/chef/chef_fs/chef_fs_data_store.rb @@ -203,12 +203,16 @@ class Chef elsif path[0] == 'cookbooks' && path.length == 2 if Ch...
Raise exception from /cookbooks/NAME if cookbook does not exist (and versioned_cookbooks is on)
chef_chef
train
365050628aaed0d9f21ba3fbeae3cae4750959c3
diff --git a/buildbot/status/web/build.py b/buildbot/status/web/build.py index <HASH>..<HASH> 100644 --- a/buildbot/status/web/build.py +++ b/buildbot/status/web/build.py @@ -101,7 +101,8 @@ class StatusResourceBuild(HtmlResource): ps = cxt['properties'] = [] for name, value, source in b.getProperti...
fix build page error (added missing string conversion)
buildbot_buildbot
train
75cf5c485a09f4711dfb5a47975752c64d97c9b1
diff --git a/gruntfile.js b/gruntfile.js index <HASH>..<HASH> 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -9,7 +9,8 @@ module.exports = function(grunt) { */ csscss: { options: { - verbose: true + verbose: true, + outputJson: false }, dist: { src: ['test/...
added support for outputting analysis as JSON.
peterkeating_grunt-csscss
train
5c132ff78ccf16b86541d7157a9f298d9ac0e3d8
diff --git a/classes/GemsEscort.php b/classes/GemsEscort.php index <HASH>..<HASH> 100644 --- a/classes/GemsEscort.php +++ b/classes/GemsEscort.php @@ -170,11 +170,13 @@ class GemsEscort extends MUtil_Application_Escort 'cache_id_prefix' => GEMS_PROJECT_NAME . '_'); ...
Allow creation of (dummy) cache when cache directory is not writeable
GemsTracker_gemstracker-library
train
88cecc3aaaab15e9f6b3b8017fb205f1ce6d4a0f
diff --git a/rejected/__init__.py b/rejected/__init__.py index <HASH>..<HASH> 100644 --- a/rejected/__init__.py +++ b/rejected/__init__.py @@ -4,4 +4,4 @@ Rejected is a Python RabbitMQ Consumer Framework and Controller Daemon """ __author__ = 'Gavin M. Roy <gmr@meetme.com>' __since__ = "2009-09-10" -__version__ =...
Keep track of requeued vs rejected messages
gmr_rejected
train
8ae06dac579d33cd225bb694f2e5754d57eb863b
diff --git a/src/Phinx/Db/Adapter/MysqlAdapter.php b/src/Phinx/Db/Adapter/MysqlAdapter.php index <HASH>..<HASH> 100644 --- a/src/Phinx/Db/Adapter/MysqlAdapter.php +++ b/src/Phinx/Db/Adapter/MysqlAdapter.php @@ -215,6 +215,7 @@ class MysqlAdapter extends PdoAdapter implements AdapterInterface $column = new ...
Allow to pass table option signed for primary key
cakephp_phinx
train
b8b45f197a287b121d3ccf2ef65d33b2845fe4de
diff --git a/app/controllers/plutus/entries_controller.rb b/app/controllers/plutus/entries_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/plutus/entries_controller.rb +++ b/app/controllers/plutus/entries_controller.rb @@ -17,7 +17,7 @@ module Plutus # GET /entries.xml # GET /entries.json ...
limit entry index view to last <I>
bloom-solutions_borutus
train
49fe25905eee868a8131c31941241afd5fc428b6
diff --git a/translator/src/main/java/com/google/devtools/j2objc/translate/OuterReferenceResolver.java b/translator/src/main/java/com/google/devtools/j2objc/translate/OuterReferenceResolver.java index <HASH>..<HASH> 100644 --- a/translator/src/main/java/com/google/devtools/j2objc/translate/OuterReferenceResolver.java +...
Correctly call Object methods from default methods
google_j2objc
train
45632b2eae6791dadf1456f4ee0bc05888def12c
diff --git a/src/client/voice/ClientVoiceManager.js b/src/client/voice/ClientVoiceManager.js index <HASH>..<HASH> 100644 --- a/src/client/voice/ClientVoiceManager.js +++ b/src/client/voice/ClientVoiceManager.js @@ -80,6 +80,10 @@ class ClientVoiceManager { return new Promise((resolve, reject) => { if (this....
fix joining voice channels without perms
discordjs_discord.js
train
be19a6730e64747def7d7a34f3879a0b1c6a0594
diff --git a/salt/cloud/__init__.py b/salt/cloud/__init__.py index <HASH>..<HASH> 100644 --- a/salt/cloud/__init__.py +++ b/salt/cloud/__init__.py @@ -1514,8 +1514,12 @@ class Cloud(object): # Mis-configured provider that got removed? log.warn( 'The clo...
Provide a less confusing error when cloud provider is misconfigured
saltstack_salt
train
144390b4d944ad2e56abb7342c60fb14372e01b6
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -8474,30 +8474,6 @@ function moodle_request_shutdown() { } /** - * This function is called when output is started. This is a chance for Moodle core - * to check things like whether the m...
themes: MDL-<I> Don't need both output_starting_hook and starting_output method on page.
moodle_moodle
train
bb8e72be7096e0dd76a48c3da99944b087e49755
diff --git a/flextls/protocol/record.py b/flextls/protocol/record.py index <HASH>..<HASH> 100644 --- a/flextls/protocol/record.py +++ b/flextls/protocol/record.py @@ -121,7 +121,7 @@ class RecordSSLv2(Protocol): return data -class RecordDTLSv1(Protocol): +class RecordDTLSv10(Protocol): def __init__(...
src - Rename DTLS record class
DinoTools_python-flextls
train
7e2e38df3d16aa4415667957c009de0d64b488a9
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/QueryPlanner.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/QueryPlanner.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/QueryPlanner.java +++ b/presto-main/src/main/java/com/faceboo...
Fix planning failure with GROUPING and implicit coercions explicitCoercionFields was not preserving identity projections for the field containing the grouping id. This caused a plan validation failure due to missing field dependencies. Fixes #<I>
prestodb_presto
train
4bb4c78c93779617862cb8ccb94d8badc5e55e4f
diff --git a/tests/test-timber-cache.php b/tests/test-timber-cache.php index <HASH>..<HASH> 100644 --- a/tests/test-timber-cache.php +++ b/tests/test-timber-cache.php @@ -248,7 +248,7 @@ $pid = $this->factory->post->create(); $post = new TimberPost($pid); $str_old = Timber::compil...
Increase cache time based on failing Travis tests
timber_timber
train
bfdd67351c02c14a3ffb9391d36eb6fff661a96a
diff --git a/src/ApiRoute.php b/src/ApiRoute.php index <HASH>..<HASH> 100644 --- a/src/ApiRoute.php +++ b/src/ApiRoute.php @@ -268,9 +268,7 @@ class ApiRoute extends ApiRouteSpec implements Router $path = substr($url->getPath(), strlen($basePath)); // Ensure start with / - if ($path === '' || $path[0] !== '/')...
Tests: annotate with @testCase
contributte_api-router
train
31ddf96f767abe669ee0ee2b4b18432e1ef30293
diff --git a/scripts/build-storybooks.js b/scripts/build-storybooks.js index <HASH>..<HASH> 100755 --- a/scripts/build-storybooks.js +++ b/scripts/build-storybooks.js @@ -7,11 +7,11 @@ const { readFile: readFileRaw, writeFile: writeFileRaw, statSync, + readFileSync, } = require('fs'); const { join } = requi...
Make build-ScriptDetection sync
storybooks_storybook
train
3e6f5558260b857f4ba93f31a8158577eae08507
diff --git a/tests/web_api/test_variables.py b/tests/web_api/test_variables.py index <HASH>..<HASH> 100644 --- a/tests/web_api/test_variables.py +++ b/tests/web_api/test_variables.py @@ -264,7 +264,9 @@ def test_variable_formula_github_link(test_client): assert re.match(GITHUB_URL_REGEX, variable['formulas']['0001...
Fix failing test caused by #<I> refactoring of `test_variables.test_variable_formula_content`
openfisca_openfisca-core
train
1f7f6572d463767592ceb3e1f918fe5542d7d2da
diff --git a/lib/rules/doctype.js b/lib/rules/doctype.js index <HASH>..<HASH> 100644 --- a/lib/rules/doctype.js +++ b/lib/rules/doctype.js @@ -26,7 +26,7 @@ module.exports = { var index = parser.tokenizer._index - 1; data = data.split(' '); - doctype = (data[0]).trim()...
Fixing: Rule for '<!doctype html>' rather than '<!DOCTYPE html>' #<I>
ecomfe_htmlcs
train
b62b1a5258048e0beda1b255eeb49f2c24fdf16d
diff --git a/conversation_test.go b/conversation_test.go index <HASH>..<HASH> 100644 --- a/conversation_test.go +++ b/conversation_test.go @@ -180,6 +180,7 @@ func assertSimpleIM(t *testing.T, im *IM) { assert.NotNil(t, im) assert.Equal(t, "D024BFF1M", im.ID) assert.Equal(t, true, im.IsIM) + assert.Equal(t, "U024...
Add test for if parse for user field is enable
nlopes_slack
train
84c7b7fe6e46dc676c229be43720912144dd50e6
diff --git a/petl/io/sources.py b/petl/io/sources.py index <HASH>..<HASH> 100644 --- a/petl/io/sources.py +++ b/petl/io/sources.py @@ -459,7 +459,7 @@ def read_source_from_arg(source): Retrieve a open stream for reading from the source provided. The result stream will be open by a handler that would return ...
docs: fix a few simple typos There are small typos in: - petl/io/sources.py - petl/test/io/test_avro.py - petl/transform/basics.py Fixes: - Should read `dependencies` rather than `depedencies`. - Should read `decompression` rather than `descompression`. - Should read `current` rather than `curent`. Closes #<I>
petl-developers_petl
train
ec0e4534faa3a258afeb401dffa51b9e4a861a7e
diff --git a/pysat/_constellation.py b/pysat/_constellation.py index <HASH>..<HASH> 100644 --- a/pysat/_constellation.py +++ b/pysat/_constellation.py @@ -47,7 +47,7 @@ class Constellation(object): Look up a member Instrument by index. """ - + return self.instruments.__getitem__(*args, **...
MAINT: whitespace Removed whitespace left over from merge conflict commit.
rstoneback_pysat
train
17746d81ca695baf7df85e00bd568afa41de91f1
diff --git a/packages/core/src/batch/BatchRenderer.js b/packages/core/src/batch/BatchRenderer.js index <HASH>..<HASH> 100644 --- a/packages/core/src/batch/BatchRenderer.js +++ b/packages/core/src/batch/BatchRenderer.js @@ -310,7 +310,7 @@ export default class BatchRenderer extends ObjectRenderer } ...
Excludes GL lines from batching (#<I>)
pixijs_pixi.js
train
e65306400640ea9e9a2011afc0241921d2b9b9a2
diff --git a/mr-rpc-methods.js b/mr-rpc-methods.js index <HASH>..<HASH> 100644 --- a/mr-rpc-methods.js +++ b/mr-rpc-methods.js @@ -82,7 +82,7 @@ var expose = function (model, schema, opts) { } if (id) { if (LQ.clientQuery.sort) { - var sortBy = LQ.clientQuery.sort.split(' '); + var s...
queryBuilder applies a query method when value is an array, with the 3 exceptions which take array as first argument everytime
capaj_Moonridge
train
848e5aef7962187d0d18dfd0a824c66e1a2a433c
diff --git a/anyconfig/tests/api.py b/anyconfig/tests/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/tests/api.py +++ b/anyconfig/tests/api.py @@ -332,6 +332,10 @@ class Test_32_single_load(unittest.TestCase): if "bson" in anyconfig.backends.list_types(): self._load_and_dump_with_opened_files(...
enhancement: add yaml test case for the new 'open' API
ssato_python-anyconfig
train
3a5eecc23df1ee35cce1cddd3ec74da597207d96
diff --git a/Parsedown.php b/Parsedown.php index <HASH>..<HASH> 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -110,7 +110,10 @@ class Parsedown } else { - $element['text'] !== '' and $element['text'] .= "\n"; + ...
replace logical operators with conditionals to improve readability
erusev_parsedown
train
a2b334465c9ea3948a8f3d359bf83c5df0a70b44
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ [Boris Bügling](https://github.com/neonichu) [#34](https://github.com/CocoaPods/cocoapods-try/pull/34) +* Automatically detect JSON podspecs. + [Samuel Giddins](https://github.com/segid...
Automatically detect JSON podspecs. Closes #<I>.
CocoaPods_cocoapods-try
train
9551033a56fb5feb7050e6d65e7dff642fbecaa5
diff --git a/pyes/es.py b/pyes/es.py index <HASH>..<HASH> 100644 --- a/pyes/es.py +++ b/pyes/es.py @@ -325,8 +325,6 @@ class ES(object): path = self._make_path([','.join(indexes), '_refresh']) return self._send_request('POST', path) - - def optimize(self, indexes=None, **args): ...
Moved clean_text to utils. Disable autoclean text in StringQuery
aparo_pyes
train
9f8f9199f8f54c9ba787e2716f1e42cb02bd0615
diff --git a/cmd/install.go b/cmd/install.go index <HASH>..<HASH> 100644 --- a/cmd/install.go +++ b/cmd/install.go @@ -46,7 +46,7 @@ func install(cfg *config.Config, parserName string, verbose bool) error { if err := uncompressParser(parserName, config.ParsersDir()); err != nil { log.Debug(err) - return errors....
cmd: include parser name in messages
DevMine_srctool
train
64d5fb76ecf6df8dc0eb668f91d7b6398ae1155c
diff --git a/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js b/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js index <HASH>..<HASH> 100644 --- a/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +++ b/webp...
Fixes #<I> - System purpose card should not show when host is unregistered (#<I>) * Fixes #<I> - System purpose card should not show when host is unregistered * Refs #<I> - fix tests * Refs #<I> - also hide HW Properties card
Katello_katello
train
743e8bf57bc1dbab3062666cece5b206d1c7f35b
diff --git a/lib/retrospec/puppet_module.rb b/lib/retrospec/puppet_module.rb index <HASH>..<HASH> 100644 --- a/lib/retrospec/puppet_module.rb +++ b/lib/retrospec/puppet_module.rb @@ -1,5 +1,5 @@ require 'singleton' - +require 'puppet/face' module Utilities class PuppetModule attr_writer :module_path @@ -72,6 ...
gh-8 - tests are not created when manifest is invalid * retrospec will now exit with code 1 when an invalid manifest is found without a valid manifest we cannot create tests because the code is not parsed.
nwops_puppet-retrospec
train
8f4a749e3b7272d3a742c3612763f5e80b5c8e66
diff --git a/lib/mongo/database.rb b/lib/mongo/database.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/database.rb +++ b/lib/mongo/database.rb @@ -156,7 +156,7 @@ module Mongo preference = ServerSelector.get(opts[:read] || ServerSelector::PRIMARY) server = preference.select_server(cluster) Operatio...
RUBY-<I> Ensure that the selector passed to database#command is not mutated
mongodb_mongo-ruby-driver
train
dc42005ac640c36cc4401be9d86456710408274c
diff --git a/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/deployment/cfg/TestDeploymentTenantId.java b/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/deployment/cfg/TestDeploymentTenantId.java index <HASH>..<HASH> 100644 --- a/qa/integration-tests-engine/src/test/...
feat(engine): set a Tenant-Id on processes.xml - fix resource name in test case related to #CAM-<I>
camunda_camunda-bpm-platform
train
0d21296aede9c9b8f5ab08c3986a4c9bd327b13c
diff --git a/internal/config/config.go b/internal/config/config.go index <HASH>..<HASH> 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1409,6 +1409,18 @@ func buildSerializer(name string, tbl *ast.Table) (serializers.Serializer, error } } + if node, ok := tbl.Fields["graphite_tag_supp...
Expose graphite_tag_support option in graphite output data format
influxdata_telegraf
train
0fdd8ddfc7d24b4b362cdf5afa6e4a51c256fb5d
diff --git a/SoftLayer/CLI/virt/create.py b/SoftLayer/CLI/virt/create.py index <HASH>..<HASH> 100644 --- a/SoftLayer/CLI/virt/create.py +++ b/SoftLayer/CLI/virt/create.py @@ -65,6 +65,7 @@ def _update_with_like_args(ctx, _, value): ctx.default_map = {} ctx.default_map.update(like_args) + def _parse_cre...
Fixed vlan subnet issue.
softlayer_softlayer-python
train
a7e6b52dbde306319328b2d22b4441b3fbdd39e2
diff --git a/tasks/phantomflow.js b/tasks/phantomflow.js index <HASH>..<HASH> 100644 --- a/tasks/phantomflow.js +++ b/tasks/phantomflow.js @@ -29,9 +29,9 @@ module.exports = function(grunt) { return; } - phantomflow.run(function(){ - done(); + phantomflow.run(function(code){ + done(code == 0); }); ...
Check phantomflow exit code and return failure
HuddleEng_grunt-phantomflow
train
489ab24998a87a0323c3085e29aad14367bfaf89
diff --git a/elasticsearch-rails/lib/rails/templates/03-expert.rb b/elasticsearch-rails/lib/rails/templates/03-expert.rb index <HASH>..<HASH> 100644 --- a/elasticsearch-rails/lib/rails/templates/03-expert.rb +++ b/elasticsearch-rails/lib/rails/templates/03-expert.rb @@ -5,6 +5,22 @@ unless File.read('README.rdoc').incl...
[RAILS] Added checks for Redis availability to the <I>-expert.rb template Related: #<I>
elastic_elasticsearch-rails
train
9216288da43d3b38a69d5372743a6fcec69cdc0d
diff --git a/exotic/src/test/java/org/objenesis/instantiator/exotic/util/ClassDefinitionUtilsTest.java b/exotic/src/test/java/org/objenesis/instantiator/exotic/util/ClassDefinitionUtilsTest.java index <HASH>..<HASH> 100644 --- a/exotic/src/test/java/org/objenesis/instantiator/exotic/util/ClassDefinitionUtilsTest.java +...
Use a neighbour for the lookup
easymock_objenesis
train
1e0c4cc5cdea3fa06f441f41603c6f7020e51356
diff --git a/ElectronClient/app/checkForUpdates.js b/ElectronClient/app/checkForUpdates.js index <HASH>..<HASH> 100644 --- a/ElectronClient/app/checkForUpdates.js +++ b/ElectronClient/app/checkForUpdates.js @@ -120,7 +120,11 @@ function checkForUpdates(inBackground, window, logFilePath, options) { autoUpdateLogger_....
Desktop: Add type 'info' and 'OK' button to update dialog when version up-to-date (#<I>) * Add type 'info' and 'OK' button to update dialogue when current version is up to date * remove whitespace and fix space to tabs * remove created newline at end of file
laurent22_joplin
train
48729e9ac7c033b0a50e27869e7c388240592e2b
diff --git a/lib/sinatra/context.rb b/lib/sinatra/context.rb index <HASH>..<HASH> 100644 --- a/lib/sinatra/context.rb +++ b/lib/sinatra/context.rb @@ -5,19 +5,20 @@ module Sinatra class EventContext cattr_accessor :logger - attr_reader :request + attr_reader :request, :response include Sinatra:...
using Rack's Response to leverage it's code
sinatra_sinatra
train
622370ebbbccb7ae4cda34ce9dc667cce122935c
diff --git a/lib/erector/widget.rb b/lib/erector/widget.rb index <HASH>..<HASH> 100644 --- a/lib/erector/widget.rb +++ b/lib/erector/widget.rb @@ -119,7 +119,7 @@ module Erector # calls this widget's #render method, converts the Doc to a string, and returns the string. # # If it's called again later - ...
Weasel-word docstring for to_s. The cache will only increase performance if you render more than once, which is what the rest of the docstring sort of advises you not to do.
erector_erector
train
ff57511d2137684fa5965b9d60c1dbc721eb9101
diff --git a/src/commands/link.js b/src/commands/link.js index <HASH>..<HASH> 100644 --- a/src/commands/link.js +++ b/src/commands/link.js @@ -21,6 +21,9 @@ class LinkCommand extends Command { // silent api error } + // Add .netlify to .gitignore file + await ensureNetlifyIgnore(site.root) + //...
hoist ensureNetlifyIgnore to beginning of link command
netlify_cli
train
a02899382ecd2ed214f8eef0078b253763cd7b39
diff --git a/py2pack/requires.py b/py2pack/requires.py index <HASH>..<HASH> 100644 --- a/py2pack/requires.py +++ b/py2pack/requires.py @@ -23,37 +23,69 @@ import os import re import six import subprocess +import sys import tempfile +import textwrap + + +def _safe_eval(descr, code, fallback): + try: + retu...
protect against failed eval of setup.py code fragments When we're parsing setup.py instead of running it, we extract code fragments, and then eval them in the hope of obtaining the correct value. However this is highly prone to failure, so at least attempt to fail gracefully in a way which guides the user towards the...
openSUSE_py2pack
train
d4bdba060c554aeaf9fbff6d77f6255a19c6d356
diff --git a/lib/waterline/query/dql/create.js b/lib/waterline/query/dql/create.js index <HASH>..<HASH> 100644 --- a/lib/waterline/query/dql/create.js +++ b/lib/waterline/query/dql/create.js @@ -107,10 +107,19 @@ function createBelongsTo(valuesObject, cb) { var model = self.waterline.collections[modelName]; ...
run create on nested records if no primary key is found
balderdashy_waterline
train
f96a2de6b26ec2e5537a7b0ab065c4dfe797a72e
diff --git a/DependencyInjection/Source/JWKSetSource/JWKSets.php b/DependencyInjection/Source/JWKSetSource/JWKSets.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Source/JWKSetSource/JWKSets.php +++ b/DependencyInjection/Source/JWKSetSource/JWKSets.php @@ -11,13 +11,12 @@ namespace SpomkyLabs\JoseBundle\De...
Update JWKSets.php
Spomky-Labs_jose-bundle
train
87aeace6896e0cd63e0b31c9dae5905259e567d3
diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py index <HASH>..<HASH> 100644 --- a/asammdf/blocks/mdf_v4.py +++ b/asammdf/blocks/mdf_v4.py @@ -1236,19 +1236,21 @@ class MDF4(object): i = 0 size = len(new_data) while i < size: - ...
set CAN_logging attribute on append
danielhrisca_asammdf
train
6d2670dc1f5c5270324c2662c8ae8e39ebaa8289
diff --git a/contao/languages/ru/tl_metamodel_rendersetting.php b/contao/languages/ru/tl_metamodel_rendersetting.php index <HASH>..<HASH> 100644 --- a/contao/languages/ru/tl_metamodel_rendersetting.php +++ b/contao/languages/ru/tl_metamodel_rendersetting.php @@ -1,16 +1,26 @@ <?php /** - * Translations are managed us...
Updated translations from transifex.
MetaModels_attribute_tabletext
train
389d96aa61f960c6304aa53a29c41745ca1f7b62
diff --git a/agrona/src/test/java/org/agrona/concurrent/UnsafeBufferTest.java b/agrona/src/test/java/org/agrona/concurrent/UnsafeBufferTest.java index <HASH>..<HASH> 100644 --- a/agrona/src/test/java/org/agrona/concurrent/UnsafeBufferTest.java +++ b/agrona/src/test/java/org/agrona/concurrent/UnsafeBufferTest.java @@ -2...
[Java] Remove unsupported test on Java <I>.
real-logic_agrona
train
4dfa70c417c2febda901b27df4600787421595dc
diff --git a/openpnm/core/Project.py b/openpnm/core/Project.py index <HASH>..<HASH> 100644 --- a/openpnm/core/Project.py +++ b/openpnm/core/Project.py @@ -70,9 +70,11 @@ class Project(list): name = self.grid[geometry.name][phase.name] phys = self[name] elif geometry: - phys...
Adding purge_object to project class Also changed how find_physics returns it's results
PMEAL_OpenPNM
train
db76add4aeabfeabf29ce06f1372e29569f84499
diff --git a/lib/Doctrine/ODM/MongoDB/Mapping/Annotations/DoctrineAnnotations.php b/lib/Doctrine/ODM/MongoDB/Mapping/Annotations/DoctrineAnnotations.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/Mapping/Annotations/DoctrineAnnotations.php +++ b/lib/Doctrine/ODM/MongoDB/Mapping/Annotations/DoctrineAnnot...
made all annotation classes either abstract or final
Briareos_mongodb-odm
train
f306db31bef69630e171d3bd33b53e3d26d61d76
diff --git a/lib/Cake/Model/Datasource/Database/Driver.php b/lib/Cake/Model/Datasource/Database/Driver.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Driver.php +++ b/lib/Cake/Model/Datasource/Database/Driver.php @@ -124,7 +124,9 @@ abstract class Driver { * * @return boolean **/ - publi...
Decided to make supportsQuoting not abstract, as most of drivers do support this operation
cakephp_cakephp
train
3493501f6adb7d606aad4c20c5b89d4a536c44fb
diff --git a/src/Modal/Modal.php b/src/Modal/Modal.php index <HASH>..<HASH> 100644 --- a/src/Modal/Modal.php +++ b/src/Modal/Modal.php @@ -10,9 +10,22 @@ namespace Amranidev\Ajaxis\Modal; */ class Modal { + /** + * modal head + * @var modalHead + */ public $modalHead = ''; - public $modalIn...
change modalInput to modalBody
amranidev_ajaxis
train
76a8c56ed23305d585b028a7f2e7224fc6dbaf60
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -330,7 +330,7 @@ class DataFlowKernel(object): self.tasks[task_id]['app_fu'].set_result(future.result()) except Exception as e: - ...
Move retries_left to task record, instead of on the executor Futures (#<I>) This should not change behaviour in usual operation, but moves the retries_left information to the task record along with other task related information. It also makes type-checking with mypy easier for the Futures returned by executors ...
Parsl_parsl
train
29924f6100431ffeb8d4e4d5c719212a1e22d947
diff --git a/src/DemoGuard.php b/src/DemoGuard.php index <HASH>..<HASH> 100644 --- a/src/DemoGuard.php +++ b/src/DemoGuard.php @@ -17,12 +17,11 @@ class DemoGuard protected function demoRouteEnabled(): bool { - return ! config('demo-mode.strict_mode'); + return !config('demo-mode.strict_mode')...
Apply fixes from StyleCI (#<I>)
spatie_laravel-demo-mode
train
cf081d0934310365a6def7fd8cf6037bf50bca21
diff --git a/src/Instagram/Model/Media.php b/src/Instagram/Model/Media.php index <HASH>..<HASH> 100644 --- a/src/Instagram/Model/Media.php +++ b/src/Instagram/Model/Media.php @@ -318,4 +318,36 @@ class Media { $this->videoViewCount = $videoViewCount; } + + /** + * @return array + */ + ...
Update Media.php added __serialize and toArray methods
pgrimaud_instagram-user-feed
train
bc392c98b3982c5abb8d7c540b93eeb1251a6668
diff --git a/dwave/cloud/client/api.py b/dwave/cloud/client/api.py index <HASH>..<HASH> 100644 --- a/dwave/cloud/client/api.py +++ b/dwave/cloud/client/api.py @@ -1,6 +1,8 @@ import inspect import logging +from dataclasses import dataclass from functools import lru_cache +from typing import List, Union import req...
Define SAPI problem dataclasses and annotate Problem endpoint methods
dwavesystems_dwave-cloud-client
train
e57c764410db3d60481a45e4fc452bfa6357bbeb
diff --git a/public/app/plugins/datasource/elasticsearch/datasource.js b/public/app/plugins/datasource/elasticsearch/datasource.js index <HASH>..<HASH> 100644 --- a/public/app/plugins/datasource/elasticsearch/datasource.js +++ b/public/app/plugins/datasource/elasticsearch/datasource.js @@ -220,8 +220,10 @@ function (an...
check validation of interval string before converting to seconds
grafana_grafana
train
0d3c147193c73144c24022de4ae0680da50de46a
diff --git a/cellbase-core/src/main/java/org/opencb/cellbase/core/variant/annotation/hgvs/HgvsCalculator.java b/cellbase-core/src/main/java/org/opencb/cellbase/core/variant/annotation/hgvs/HgvsCalculator.java index <HASH>..<HASH> 100644 --- a/cellbase-core/src/main/java/org/opencb/cellbase/core/variant/annotation/hgvs/...
feature-hgvs: protein hgvs continued
opencb_cellbase
train
67492870964bdb61e51453c9f76aff57affa0bff
diff --git a/slim/CookieJar.php b/slim/CookieJar.php index <HASH>..<HASH> 100644 --- a/slim/CookieJar.php +++ b/slim/CookieJar.php @@ -64,6 +64,9 @@ class CookieJar { /* Enable SSL support */ protected $_ssl = false; + + /* Cookies */ + protected $_cookies = array(); /** * Constructor @@ -143,6 +146,16 @@...
Updating CookieJar to use Cookie class rather than PHPs setCookie method
slimphp_Slim
train
36cc89ee48e1b79a196644881846dc9924a471a1
diff --git a/dist/sir-trevor.js b/dist/sir-trevor.js index <HASH>..<HASH> 100644 --- a/dist/sir-trevor.js +++ b/dist/sir-trevor.js @@ -904,7 +904,6 @@ onDragStart: function(ev) { - console.log("onDragStart"); var item = $(ev.target), block = item.parents('.st-block'); diff --git ...
forgot to remove a console.log
madebymany_sir-trevor-js
train
6ed1de138e467d2101bccdc92b81b0513d5a0f7b
diff --git a/lib/sigh/runner.rb b/lib/sigh/runner.rb index <HASH>..<HASH> 100644 --- a/lib/sigh/runner.rb +++ b/lib/sigh/runner.rb @@ -35,6 +35,7 @@ module Sigh end else Helper.log.info "No existing profiles, creating a new one for you".yellow + ensure_app_exists! profile = crea...
Added nice error message if app id doesn't exist yet
fastlane_fastlane
train
abab1c38d1eb459d9d41247a9ed381b4b14f9eae
diff --git a/src/SlugGenerator.php b/src/SlugGenerator.php index <HASH>..<HASH> 100644 --- a/src/SlugGenerator.php +++ b/src/SlugGenerator.php @@ -343,7 +343,7 @@ class SlugGenerator .'$AE > AE;' .'$OE > OE;' .'$UE > UE;' - .'::Latin-ASCII;' + .'::Latin-ASCII;' // Any-ASCII is not available in olde...
Document the difference to the original de-ASCII rule
ausi_slug-generator
train
a88b833d7397de52e003855aee91ab911fefd2e4
diff --git a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php b/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php +++ b/generator/classes/propel/engine/builder/om/php...
#<I> - changed getInstanceFromPool() to only return a found instance if pooling is enabled.
propelorm_Propel
train
de35ffa966ded9abb2b5173caa8f4fad31a5b2b7
diff --git a/salt/modules/cron.py b/salt/modules/cron.py index <HASH>..<HASH> 100644 --- a/salt/modules/cron.py +++ b/salt/modules/cron.py @@ -129,10 +129,10 @@ def _render_tab(lst): if cron['comment'] is not None or cron['identifier'] is not None: comment = '#' if cron['comment']: - ...
Removed rstrip from comment in render_tab
saltstack_salt
train
2e964688142101c4ddb8cb2228c5a9432952a71a
diff --git a/falafel/mappers/dmidecode.py b/falafel/mappers/dmidecode.py index <HASH>..<HASH> 100644 --- a/falafel/mappers/dmidecode.py +++ b/falafel/mappers/dmidecode.py @@ -1,6 +1,8 @@ from falafel.core.plugins import mapper from falafel.core import MapperOutput, computed +from falafel.util import defaults import ...
Adding common dmidecode fields as computed
RedHatInsights_insights-core
train
3ca519534e0d757061bb8346122e27f2c9e019a8
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/inputManager.js b/bundles/org.eclipse.orion.client.ui/web/orion/inputManager.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/inputManager.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/inputManager.js @@ -308,11 +308,1...
inputManager.save does not return a deferred in all cases.
eclipse_orion.client
train
7bbfac52e9d51ef88625ab90abe4f745c70e64d9
diff --git a/pirate/print.py b/pirate/print.py index <HASH>..<HASH> 100644 --- a/pirate/print.py +++ b/pirate/print.py @@ -4,12 +4,14 @@ import gzip import urllib.parse as parse import urllib.request as request import shutil -from io import BytesIO + +import pirate.data import colorama import veryprettytable -...
handle cookies for tpb http requests The pirate bay (or a hoster in between) added a mechanism to rate-limit requests that forces us to handle cookies.
vikstrous_pirate-get
train
2c7ef67e977528a17b6fe593bd0ab22a1d030ad2
diff --git a/cake/tests/lib/reporter/cake_html_reporter.php b/cake/tests/lib/reporter/cake_html_reporter.php index <HASH>..<HASH> 100755 --- a/cake/tests/lib/reporter/cake_html_reporter.php +++ b/cake/tests/lib/reporter/cake_html_reporter.php @@ -216,7 +216,9 @@ class CakeHtmlReporter extends CakeBaseReporter { publi...
Fixing stupid output buffering error.
cakephp_cakephp
train
68af20a704a6eec4704840746479d18f61bcf14e
diff --git a/lib/puppet/provider/nameservice/directoryservice.rb b/lib/puppet/provider/nameservice/directoryservice.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/nameservice/directoryservice.rb +++ b/lib/puppet/provider/nameservice/directoryservice.rb @@ -124,46 +124,6 @@ class DirectoryService < Puppet::Pro...
(#<I>) Remove support for OS X <I> and earlier Remove stale code for parsing dscl url output
puppetlabs_puppet
train
e190bba94df381b1544a29ab3fb8afdfed297319
diff --git a/girder/api/rest.py b/girder/api/rest.py index <HASH>..<HASH> 100644 --- a/girder/api/rest.py +++ b/girder/api/rest.py @@ -269,9 +269,11 @@ def setContentDisposition(filename, disposition='attachment', setHeader=True): Content-Disposition header, but do not set it. :returns: the content-dispos...
Raise exceptions when the content disposition isn't specified or unexpected.
girder_girder
train
03295d1d3d9915463af97fba9b0683179116f5f2
diff --git a/lib/module-cache/index.js b/lib/module-cache/index.js index <HASH>..<HASH> 100644 --- a/lib/module-cache/index.js +++ b/lib/module-cache/index.js @@ -8,7 +8,8 @@ const CoffeeScript = require('coffee-script'); const yaml = require('js-yaml'); const { promisify } = require('util') -const HASH = 'sha'; +c...
sha -> sha<I> for random hashes
Neft-io_neftio
train
0c8e51f8ee5187a91016d2d949b0ef1bf24fb9ae
diff --git a/django_countries/fields.py b/django_countries/fields.py index <HASH>..<HASH> 100644 --- a/django_countries/fields.py +++ b/django_countries/fields.py @@ -267,10 +267,11 @@ class CountryField(CharField): self.countries_flag_url = kwargs.pop('countries_flag_url', None) self.blank_label = kw...
Ensure a multiple-choice CountryField's max_length is long enough to hold all countries Fixes #<I>
SmileyChris_django-countries
train
5d7a1e233915041edd5b48e763003a11af138b4c
diff --git a/chronyk/chronyk.py b/chronyk/chronyk.py index <HASH>..<HASH> 100644 --- a/chronyk/chronyk.py +++ b/chronyk/chronyk.py @@ -220,14 +220,14 @@ class Chronyk: match = re.match(r".*?([0-9]+?) month", timestr) assert match is not None months = int(match.group(1)...
Fix out-of-bounds day of month (fix #5)
KoffeinFlummi_Chronyk
train
84096ebfd5c7d9d2ca310308d4e4097d95e4ec70
diff --git a/test/test-server.js b/test/test-server.js index <HASH>..<HASH> 100644 --- a/test/test-server.js +++ b/test/test-server.js @@ -200,7 +200,8 @@ tap.test('server test', function(t) { cmd: 'started', appName: 'test-app', agentVersion: '1.0.0', - pid: 1234 + pid: 1234, +...
test: fix test-server to provide start time
strongloop_strong-pm
train
8c5bda0a6f2977500261bd53a6a024ec8a4770d1
diff --git a/schema_salad/ref_resolver.py b/schema_salad/ref_resolver.py index <HASH>..<HASH> 100644 --- a/schema_salad/ref_resolver.py +++ b/schema_salad/ref_resolver.py @@ -365,7 +365,9 @@ class Loader(object): if isinstance(document, dict): for idmapField in loader.idmap: - if ...
Fix mapSubject fields when $import or $include is provided.
common-workflow-language_cwltool
train
d45c93c024f66c0408e3eab98210fffa79c1b37e
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/BatchGraph.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/BatchGraph.java index <HASH>..<HASH> 100644 --- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/BatchGraph.java +++ b/gremlin...
Update javadoc on BatchGraph.
apache_tinkerpop
train
b5200efaa7c0573bfc4b0e20486439c793e32794
diff --git a/ee/src/main/java/org/jboss/as/ee/component/EEApplicationDescription.java b/ee/src/main/java/org/jboss/as/ee/component/EEApplicationDescription.java index <HASH>..<HASH> 100644 --- a/ee/src/main/java/org/jboss/as/ee/component/EEApplicationDescription.java +++ b/ee/src/main/java/org/jboss/as/ee/component/EEA...
AS7-<I> Annotation @DependsOn does not understand definition of jar file like "name.jar#singletonBeanName"
wildfly_wildfly
train
a2aa9aff398e36cabf7ff16a2e1ddee9c8abdb7d
diff --git a/lib/IDS/Monitor.php b/lib/IDS/Monitor.php index <HASH>..<HASH> 100644 --- a/lib/IDS/Monitor.php +++ b/lib/IDS/Monitor.php @@ -280,7 +280,7 @@ class IDS_Monitor // to increase performance, only start detection if value // isn't alphanumeric - if (!(preg_match('/[^\w\s\/@,!?]+/ims'...
fixed a sql vector detection weakness discovered by andrew git-svn-id: <URL>
ZendExperts_phpids
train
dbbf7a89f17d885f2f5e50b8b18e1001cb435cbc
diff --git a/acceptance/tests/environment/use_enc_environment.rb b/acceptance/tests/environment/use_enc_environment.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/environment/use_enc_environment.rb +++ b/acceptance/tests/environment/use_enc_environment.rb @@ -1,4 +1,4 @@ -test_name "Agent should use environment ...
(PUP-<I>) add check for catalog compilation count Add a test that we only compile and cache the catalog once for this test to ensure that that we aren't doing extra work switching environments.
puppetlabs_puppet
train
105d53fdc3653de7b1705cf5b52d9b98198181d7
diff --git a/spark/src/main/java/io/spark/ddf/etl/SqlHandler.java b/spark/src/main/java/io/spark/ddf/etl/SqlHandler.java index <HASH>..<HASH> 100644 --- a/spark/src/main/java/io/spark/ddf/etl/SqlHandler.java +++ b/spark/src/main/java/io/spark/ddf/etl/SqlHandler.java @@ -172,14 +172,12 @@ public class SqlHandler extends...
revert SqlHandler to commit <I>d<I>e8
ddf-project_DDF
train
cec87a859e58d17c8de06ab04036cc9238282825
diff --git a/code/submissions/SubmittedFormReportField.php b/code/submissions/SubmittedFormReportField.php index <HASH>..<HASH> 100755 --- a/code/submissions/SubmittedFormReportField.php +++ b/code/submissions/SubmittedFormReportField.php @@ -93,13 +93,11 @@ class SubmittedFormReportField extends FormField { foreac...
BUGFIX: ORDER BY in nested query does not work under MSSQL, remove
silverstripe_silverstripe-userforms
train
d656652871dc49be4841aa37efc982c0fb3e726e
diff --git a/tests/js/test.route.js b/tests/js/test.route.js index <HASH>..<HASH> 100644 --- a/tests/js/test.route.js +++ b/tests/js/test.route.js @@ -81,7 +81,7 @@ global.Ziggy = { 'subscribers/{subscriber}/conversations/{type}/{conversation_id?}', methods: ['GET', 'HEAD'], d...
Added extra test Added an extra test so this won't happen again
tightenco_ziggy
train
1a369746bd80959fa607ec716612ca8a04df7fa0
diff --git a/java/client/test/org/openqa/selenium/PageLoadingTest.java b/java/client/test/org/openqa/selenium/PageLoadingTest.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/PageLoadingTest.java +++ b/java/client/test/org/openqa/selenium/PageLoadingTest.java @@ -306,7 +306,8 @@ public class ...
Set ACCEPT_INSECURE_CERTS capability for test Resolves the todo that the capability needs to be set for the testShouldBeAbleToAccessPagesWithAnInsecureSslCertificate.
SeleniumHQ_selenium
train
4051c7fa4c4f41a99b28d5ad355dea900bc49e48
diff --git a/Model/Behavior/LogableBehavior.php b/Model/Behavior/LogableBehavior.php index <HASH>..<HASH> 100644 --- a/Model/Behavior/LogableBehavior.php +++ b/Model/Behavior/LogableBehavior.php @@ -506,9 +506,10 @@ class LogableBehavior extends ModelBehavior { } elseif (isset($Model->data[$Model->alias][$Model->dis...
Update LogableBehavior.php $Model->field() is better than $Model read, because $Model->read deleta all $Model->data, which may be useful in model aftersave callback.
dereuromark_cakephp-tinyauth
train
7200bdbcb5a31b9e09de0f13bc7135ab726562b0
diff --git a/framework/core/src/Extension/ExtensionManager.php b/framework/core/src/Extension/ExtensionManager.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Extension/ExtensionManager.php +++ b/framework/core/src/Extension/ExtensionManager.php @@ -219,6 +219,7 @@ class ExtensionManager * * @param...
Fix incorrect migration notes for extensions without any migrations When running migrations for an extension without any migrations (eg. BBCode), the migration notes for the previous extension were being displayed, because the Migrator never had a chance to clear them.
flarum_core
train
0db4ff48378749b9b8f6e5afec774b4fe10dc9ab
diff --git a/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayHashCodeOperator.java b/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayHashCodeOperator.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/operator/scalar/ArrayHashCodeOperator.java +++ ...
Use hash code operator for hashing array elements
prestodb_presto
train
159dc1365999fa7659dc402f4b574c16cd849694
diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php index <HASH>..<HASH> 100644 --- a/code/MSSQLDatabase.php +++ b/code/MSSQLDatabase.php @@ -777,10 +777,55 @@ class MSSQLDatabase extends SS_Database { $primary_key = $this->getPrimaryKey($tableName); $query = ''; - if($this->fullTextInde...
ENHANCEMENT: FTS now supports external tables to be specified as part of the value
silverstripe_silverstripe-mssql
train
029b266ea19c620706124528b89012389b2b0b07
diff --git a/sir/analytics/api.py b/sir/analytics/api.py index <HASH>..<HASH> 100644 --- a/sir/analytics/api.py +++ b/sir/analytics/api.py @@ -10,12 +10,14 @@ def top_prefixes(request): limit_prefixes = int(request.args.get('limit_prefixes', 0)) net_masks = request.args.get('net_masks', '') exclude_net_m...
top_prefixes can now return ipv4, ipv6 or both protocols
dbarrosop_sir
train
867cf078de23e95876c7fc14ba37b37e1e83b5f1
diff --git a/moto/elbv2/models.py b/moto/elbv2/models.py index <HASH>..<HASH> 100644 --- a/moto/elbv2/models.py +++ b/moto/elbv2/models.py @@ -381,6 +381,7 @@ class FakeLoadBalancer(CloudFormationModel): vpc_id, arn, dns_name, + state, scheme="internet-facing", ): ...
feat: transition elbv2 state to `active` on first describe (#<I>) * refactor: parameterize state in elbv2 template response * feat: transition load balancer to active on first describe Closes #<I>
spulec_moto
train
70b9bf1384c69680b7f123179b6f5fd6368e67ea
diff --git a/salt/cloud/utils/__init__.py b/salt/cloud/utils/__init__.py index <HASH>..<HASH> 100644 --- a/salt/cloud/utils/__init__.py +++ b/salt/cloud/utils/__init__.py @@ -463,7 +463,7 @@ def deploy_windows(host, port=445, timeout=900, username='Administrator', # Shell out to smbclient to deltree C:\salttmp...
rmdir doesn't have /S flag in smbclient context
saltstack_salt
train
795f31bc68468e0e5543291d2eec1a7e6aaffc41
diff --git a/src/de/lmu/ifi/dbs/elki/visualization/svg/MarkerLibrary.java b/src/de/lmu/ifi/dbs/elki/visualization/svg/MarkerLibrary.java index <HASH>..<HASH> 100755 --- a/src/de/lmu/ifi/dbs/elki/visualization/svg/MarkerLibrary.java +++ b/src/de/lmu/ifi/dbs/elki/visualization/svg/MarkerLibrary.java @@ -42,5 +42,5 @@ pub...
Fix name of getColorLibrary. Should be get, not set.
elki-project_elki
train
7d31321fb27c80dc21ee99e0ba92ca448860c739
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -83,7 +83,6 @@ For more information, see https://webpack.js.org/api/cli/.`); console.error(errorMessage); Error.stackTraceLimit = 1; process.exitCode = 1; - return; } if (err.name !== "Valid...
fix(cli): removes func return in catch instance removes the return statement from the catch block
webpack_webpack-cli
train
e7ddbad14925be384af4b7eba068921d2e099b3d
diff --git a/text-serializer-gson/src/main/java/net/kyori/adventure/text/serializer/gson/GsonComponentSerializerImpl.java b/text-serializer-gson/src/main/java/net/kyori/adventure/text/serializer/gson/GsonComponentSerializerImpl.java index <HASH>..<HASH> 100644 --- a/text-serializer-gson/src/main/java/net/kyori/adventur...
fix #<I> by allowing deserializeOr to return null
KyoriPowered_text
train
ce1ffe0e7f891f886b6e7b36b86591f11430e2c8
diff --git a/src/vs/base/common/performance.js b/src/vs/base/common/performance.js index <HASH>..<HASH> 100644 --- a/src/vs/base/common/performance.js +++ b/src/vs/base/common/performance.js @@ -56,6 +56,7 @@ function _define() { let timeOrigin = performance.timeOrigin; if (typeof timeOrigin !== 'number') {...
link webkit issue for missing timeOrigin support
Microsoft_vscode
train
6acea1cbab2551491f9e9aa575021da713bacc87
diff --git a/remarkable/cli.py b/remarkable/cli.py index <HASH>..<HASH> 100644 --- a/remarkable/cli.py +++ b/remarkable/cli.py @@ -16,6 +16,7 @@ import logging from docopt import docopt from jinja2 import Environment, PackageLoader +from snide import Deck import remarkable @@ -49,9 +50,11 @@ def remark(argumen...
Parse slides with snide and pass as context
michaeljoseph_remarkable
train
e5aedca9a7f55ae50053565a9aa777067b68eaee
diff --git a/core/src/main/java/com/crawljax/core/CrawlerContext.java b/core/src/main/java/com/crawljax/core/CrawlerContext.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/crawljax/core/CrawlerContext.java +++ b/core/src/main/java/com/crawljax/core/CrawlerContext.java @@ -90,7 +90,7 @@ public class Crawle...
add crawlpath in CrawlerContext to use an immutable copy of crawlpath from plugins
crawljax_crawljax
train
f43678235d7245fec7473f4ace652a5e849c2884
diff --git a/errors.go b/errors.go index <HASH>..<HASH> 100644 --- a/errors.go +++ b/errors.go @@ -3,6 +3,7 @@ package sarama import ( "errors" "fmt" + "strings" "github.com/hashicorp/go-multierror" ) @@ -63,8 +64,23 @@ var ErrReassignPartitions = errors.New("failed to reassign partitions for topic" // ErrDe...
fix: reduce verbosity and whitespace of multierror Add a customised default implementation of the multierror format func that is less verbose for single error multierrors (return them without the unnecessary "1 error occured:" prefix) and also condenses the output by removing one of the newline separators from between...
Shopify_sarama
train
2c93eee38c80d3bf92da2388dc9700eaf8225e34
diff --git a/widgets/common/js/dropdown.js b/widgets/common/js/dropdown.js index <HASH>..<HASH> 100644 --- a/widgets/common/js/dropdown.js +++ b/widgets/common/js/dropdown.js @@ -31,10 +31,12 @@ neon.dropdown = (function () { select.append($('<option></option>').attr('value', field).text(field)); ...
fix dropdown error because Trevor is stupid
NextCenturyCorporation_neon
train
6f9e85bb31ff5d5c2898c85b7509023c126fd2c6
diff --git a/splitlog-core/src/main/java/com/github/triceo/splitlog/MessageStore.java b/splitlog-core/src/main/java/com/github/triceo/splitlog/MessageStore.java index <HASH>..<HASH> 100644 --- a/splitlog-core/src/main/java/com/github/triceo/splitlog/MessageStore.java +++ b/splitlog-core/src/main/java/com/github/triceo/...
Mutually exclude getting messages from adding messages.
triceo_splitlog
train