hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b2bf0ce51185f065ff8c2f6b30436661ceb046f9
diff --git a/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java b/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java index <HASH>..<HASH> 100644 --- a/ui/admin/src/main/java/org/openengsb/ui/admin/testClient/TestClient.java +++ b/ui/admin/src/main/java/org/openengsb/ui/admin/...
[OPENENGSB-<I>] admin ui should use the Password in the security api
openengsb_openengsb
train
23e1bf25246753eda284f15e9242de64608ab170
diff --git a/py/dynesty/dynamicsampler.py b/py/dynesty/dynamicsampler.py index <HASH>..<HASH> 100644 --- a/py/dynesty/dynamicsampler.py +++ b/py/dynesty/dynamicsampler.py @@ -229,7 +229,7 @@ def stopping_function(results, realizations of the input using a provided `'error'` keyword (either `'jitter'` or `'sim...
get rid of boost in the stopping function
joshspeagle_dynesty
train
ecb16bbac48e98f97f3c920887fc41e67f1ece4f
diff --git a/CHANGES b/CHANGES index <HASH>..<HASH> 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,7 @@ Here you can see the list of changes between each Holocron release. - Fixed security issue when content author may steal private data through content's meta header. - Fixed YAML header parser for documents with...
Fix rebuilding of html produced by tags and feed Previously, when you run ``serve`` command only blog core was able to recognize changes commited to theme templates. Those changes weren't recognized by both Tags and Feed generators (due to caching). Since now it's fixed. Closed #<I>
ikalnytskyi_holocron
train
124cfa43171d0145e5f6a1265bce28a5e172f526
diff --git a/spec/integration/aws_route_table_spec.rb b/spec/integration/aws_route_table_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/aws_route_table_spec.rb +++ b/spec/integration/aws_route_table_spec.rb @@ -33,7 +33,7 @@ describe Chef::Resource::AwsRouteTable do }.to create_an_aws_route_table('...
Fixed few more specs which was failing due to v2 changes and skipped in super slow tag
chef_chef-provisioning-aws
train
6c9e3dd8608c79466b5c27aee0d62ae0aaff3a28
diff --git a/src/main/java/org/mapdb/AsyncWriteEngine.java b/src/main/java/org/mapdb/AsyncWriteEngine.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mapdb/AsyncWriteEngine.java +++ b/src/main/java/org/mapdb/AsyncWriteEngine.java @@ -163,21 +163,8 @@ public class AsyncWriteEngine extends EngineWrapper implemen...
Revert fix which was causing deadlocks.
jankotek_mapdb
train
4e9be7d914b2be8e37c719e11152b456d4356de4
diff --git a/fudge/__init__.py b/fudge/__init__.py index <HASH>..<HASH> 100644 --- a/fudge/__init__.py +++ b/fudge/__init__.py @@ -27,6 +27,9 @@ class Registry(object): for exp in self.get_expected_calls(): exp.assert_called() finally: + # reset all calls + f...
finish() also resets all calls made
fudge-py_fudge
train
0d6cfca19cf9438986d7730904b2fde76a8cce36
diff --git a/includes/Views/AdminParams.php b/includes/Views/AdminParams.php index <HASH>..<HASH> 100644 --- a/includes/Views/AdminParams.php +++ b/includes/Views/AdminParams.php @@ -51,9 +51,11 @@ class AdminParams */ public function __construct() { - $this->possible_search_params = ['all', 'key...
More hooks for the admin view & search (#<I>) Will fix #<I> and #<I>
YOURLS_YOURLS
train
da760c138c6c5925d3bab3d4a9b66d8bed82fd4f
diff --git a/lib/esi/client.rb b/lib/esi/client.rb index <HASH>..<HASH> 100644 --- a/lib/esi/client.rb +++ b/lib/esi/client.rb @@ -4,12 +4,30 @@ require 'active_support/core_ext/string' require 'set' module Esi + # The Esi Client class + # @!attribute [rw] refresh_callback + # @return [#callback] the refresh_to...
added docs to Esi::Client
dhiemstra_esi
train
a4cf187f898cd43028161e80e03e82365a52b0e2
diff --git a/core/java/com/google/instrumentation/common/Function.java b/core/java/com/google/instrumentation/common/Function.java index <HASH>..<HASH> 100644 --- a/core/java/com/google/instrumentation/common/Function.java +++ b/core/java/com/google/instrumentation/common/Function.java @@ -15,7 +15,7 @@ package com.goo...
Updates javadoc to fix lint issue (2nd attempt).
census-instrumentation_opencensus-java
train
a327d8018ffc055c6661d375cfdd6ede023f940e
diff --git a/lib/hypercuke/cli.rb b/lib/hypercuke/cli.rb index <HASH>..<HASH> 100644 --- a/lib/hypercuke/cli.rb +++ b/lib/hypercuke/cli.rb @@ -4,14 +4,8 @@ require 'hypercuke/cli/builder' module Hypercuke class CLI def self.exec(argv, opts = {}) - cli = new(argv) - - if out = opts[:output_to] - ...
Cover more of the CLI with tests
livingsocial_hypercuke
train
bb6cdf0fe264865d626c2eedd56c1eae7f8ca300
diff --git a/public/js/chrome/save.js b/public/js/chrome/save.js index <HASH>..<HASH> 100644 --- a/public/js/chrome/save.js +++ b/public/js/chrome/save.js @@ -139,7 +139,7 @@ function saveCode(method, ajax, ajaxCallback) { var $binGroup, edit; - $('form').attr('action', data.url + '/save'...
Fixed the damn illusive logging out posting to save. Finally fixes #<I>
jsbin_jsbin
train
e1a3cd0446f1fe4f10154df06b1f0fea0424a256
diff --git a/src/Symfony/Bundle/CompatAssetsBundle/Templating/Helper/JavascriptsHelper.php b/src/Symfony/Bundle/CompatAssetsBundle/Templating/Helper/JavascriptsHelper.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/CompatAssetsBundle/Templating/Helper/JavascriptsHelper.php +++ b/src/Symfony/Bundle/CompatAssets...
removed output() methods, which are only shortcut for 'echo render'
symfony_symfony
train
e0dc94c7d29b1501b143da11ab75a672d7a2d7bd
diff --git a/lib/Issuing/Transaction.php b/lib/Issuing/Transaction.php index <HASH>..<HASH> 100644 --- a/lib/Issuing/Transaction.php +++ b/lib/Issuing/Transaction.php @@ -32,6 +32,7 @@ namespace Stripe\Issuing; * @property \Stripe\StripeObject $metadata Set of <a href="https://stripe.com/docs/api/metadata">key-value ...
Codegen for openapi adfc<I>f (#<I>)
stripe_stripe-php
train
be6685b3615e4a0ae12171954218f892e67bf1f2
diff --git a/api/server/version.go b/api/server/version.go index <HASH>..<HASH> 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.1.17" +var Version = "0.1.18" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{...
functions: <I> release [skip ci]
iron-io_functions
train
280757ea2728c77fc36f01a57ead505658760e16
diff --git a/disqusapi/__init__.py b/disqusapi/__init__.py index <HASH>..<HASH> 100644 --- a/disqusapi/__init__.py +++ b/disqusapi/__init__.py @@ -89,10 +89,16 @@ class Resource(object): if node: tree = tree + (node,) self.tree = tree + self.interfaces_by_method = {} + + def upd...
Fixed recursion error when disqus.interface.update(dict) is used. Now throws InterfaceNotDefined expection. disqus.update_interface(dict) must be used now.
disqus_disqus-python
train
07047a024b0946bdc34c99947f5cd5c2687cd990
diff --git a/src/com/opencms/workplace/CmsDownloadBrowser.java b/src/com/opencms/workplace/CmsDownloadBrowser.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/workplace/CmsDownloadBrowser.java +++ b/src/com/opencms/workplace/CmsDownloadBrowser.java @@ -2,8 +2,8 @@ package com.opencms.workplace; /* * File :...
bugfix: in the window downloadlist the titel was not displayed.
alkacon_opencms-core
train
73e6006e532c802435516494e0a78ae1dc023645
diff --git a/src/flapjack/resources/base.py b/src/flapjack/resources/base.py index <HASH>..<HASH> 100644 --- a/src/flapjack/resources/base.py +++ b/src/flapjack/resources/base.py @@ -574,7 +574,7 @@ class Base(six.with_metaclass(meta.Resource)): # could easily be an iterable. return [s...
removed naive optimizations that were breaking the test case. Byebye!
armet_python-armet
train
c16cc1e0764ef30d90524041278f24314484b25a
diff --git a/src/Tomahawk/Auth/Handlers/EloquentAuthHandler.php b/src/Tomahawk/Auth/Handlers/EloquentAuthHandler.php index <HASH>..<HASH> 100644 --- a/src/Tomahawk/Auth/Handlers/EloquentAuthHandler.php +++ b/src/Tomahawk/Auth/Handlers/EloquentAuthHandler.php @@ -8,17 +8,26 @@ use Tomahawk\Hashing\HasherInterface; cl...
Dont assume password and set a default if none is passed
tomahawkphp_framework
train
3e4a26136bf8f702825dd6686f1bd6b62b494e09
diff --git a/Tests/Fixtures/Connectors/Clients/FakeClientTrait.php b/Tests/Fixtures/Connectors/Clients/FakeClientTrait.php index <HASH>..<HASH> 100644 --- a/Tests/Fixtures/Connectors/Clients/FakeClientTrait.php +++ b/Tests/Fixtures/Connectors/Clients/FakeClientTrait.php @@ -45,7 +45,8 @@ trait FakeClientTrait pr...
Bug fixes and update of README file
smartboxgroup_integration-framework-bundle
train
e7592d543321e1db17d27bad4856247d6b5bf2ff
diff --git a/web/concrete/blocks/content/edit.php b/web/concrete/blocks/content/edit.php index <HASH>..<HASH> 100644 --- a/web/concrete/blocks/content/edit.php +++ b/web/concrete/blocks/content/edit.php @@ -5,5 +5,5 @@ $bt->inc('editor_init.php'); ?> <div style="text-align: center" id="ccm-editor-pane"> -<textarea ...
Fixed editing content The html code inside the textarea should be escaped (for example, if you have a textarea inside the html the editor gets broked, since the editor textarea is ended by the </textarea> of the content). Former-commit-id: bcb<I>ce<I>e1a<I>b7b1fde<I>e7cbcb<I>c<I>
concrete5_concrete5
train
c522c994cd162bc42d987e2ebb08f3d0a2b6f644
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -14,6 +14,7 @@ const { InvalidArgumentError, RequestAbortedError, ClientDestroyedError, + ClientClosedError, HeadersTimeoutError, SocketError, InformationalError, @@ -241,6 +242,14 @@ cla...
fix: add destroyed & closed check to enqueue
mcollina_undici
train
f310397f045d0c2b0b69506fd469ee65d83e6232
diff --git a/db/rdb/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/db/impl/PostgreSQLDBFunctionSymbolFactory.java b/db/rdb/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/db/impl/PostgreSQLDBFunctionSymbolFactory.java index <HASH>..<HASH> 100644 --- a/db/rdb/src/main/java/it/unibz/inf/ontop/model...
bool and boolean unified to boolean
ontop_ontop
train
d53e3298c08fd37d0e0bd8e1bc6777b09471189e
diff --git a/backup/moodle2/restore_course_task.class.php b/backup/moodle2/restore_course_task.class.php index <HASH>..<HASH> 100644 --- a/backup/moodle2/restore_course_task.class.php +++ b/backup/moodle2/restore_course_task.class.php @@ -133,6 +133,26 @@ class restore_course_task extends restore_task { $start...
MDL-<I> add new options to keep enrols and groups purging existing course in restore
moodle_moodle
train
74a30d804a45d6b83322738215470f375b05fd1c
diff --git a/lib/bitly/utils.rb b/lib/bitly/utils.rb index <HASH>..<HASH> 100644 --- a/lib/bitly/utils.rb +++ b/lib/bitly/utils.rb @@ -16,8 +16,6 @@ module Bitly def attr_define(k,v) instance_variable_set("@#{k}", v) - meta = class << self; self; end - meta.class_eval { attr_reader k.to_sym } ...
Fixes warnings for redefining methods. Turns out the URL class used this, but declared it's attr_readers up front, so there's no need to redefine them here.
philnash_bitly
train
59a8be3875ffa9dc280e1f760d8415d97e06ec21
diff --git a/core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java b/core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java +++ b/core/src/main/java/io/undertow/protocols/http2/HpackEncoder.java @@ -1...
UNDERTOW-<I> Ignore transfer-encoding header if it is present in HTTP/2
undertow-io_undertow
train
5d8d7fd8ee5222d9f3fc5f5b606c8a1c94194b0b
diff --git a/lib/hanami/utils/basic_object.rb b/lib/hanami/utils/basic_object.rb index <HASH>..<HASH> 100644 --- a/lib/hanami/utils/basic_object.rb +++ b/lib/hanami/utils/basic_object.rb @@ -4,6 +4,23 @@ module Hanami # # @since 0.3.5 class BasicObject < ::BasicObject + # Lookup constants at the top...
Ensure `Utils::BasicObject` to lookup constants at the top-level namespace, if they are missing in the current context. (#<I>)
hanami_utils
train
1ddf5bfc5f44f98b60fe372b159eaeecc79ab62d
diff --git a/terraform/context.go b/terraform/context.go index <HASH>..<HASH> 100644 --- a/terraform/context.go +++ b/terraform/context.go @@ -1415,7 +1415,9 @@ func (c *walkContext) computeVars( case *config.CountVariable: switch v.Type { case config.CountValueIndex: - vs[n] = strconv.FormatInt(int64(r.C...
terraform: guard against a nil resource
hashicorp_terraform
train
e6813f3f9d504681c390afaa6cf084670b1a5d5a
diff --git a/src/tagify.js b/src/tagify.js index <HASH>..<HASH> 100644 --- a/src/tagify.js +++ b/src/tagify.js @@ -492,6 +492,7 @@ Tagify.prototype = { var text = e.target ? e.target.textContent.trim() : '', // a string _s = this.settings, type = e.type, + ...
fixes "focus" and "blur" events not triggered in mix-mode
yairEO_tagify
train
9f497f3a84f0fd6f17ec3cd7450dbe873dbe79fd
diff --git a/tests/test_parser.py b/tests/test_parser.py index <HASH>..<HASH> 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -1563,8 +1563,8 @@ def foo(x: bytes <= 32) -> num: success = False print('Passed bytes_to_num tests') -import rlp def test_rlp_decoder_code(): + import rlp ...
per @yograterol's suggestion
ethereum_vyper
train
d403936818b8785b65ff55ebab0d266b4a871ef6
diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index <HASH>..<HASH> 100644 --- a/daemon/execdriver/native/driver.go +++ b/daemon/execdriver/native/driver.go @@ -178,7 +178,7 @@ func (d *driver) Terminate(p *execdriver.Command) error { } // TODO: Remove this part for version 1...
fix compilation and panic Docker-DCO-<I>-
containers_storage
train
53195f701883b8e0309d3926cb5e1d2c26a4b3f5
diff --git a/neutronclient/v2_0/client.py b/neutronclient/v2_0/client.py index <HASH>..<HASH> 100644 --- a/neutronclient/v2_0/client.py +++ b/neutronclient/v2_0/client.py @@ -451,27 +451,27 @@ class Client(ClientBase): @APIParamsCall def list_ext(self, collection, path, retrieve_all, **_params): - ""...
Fix typos in the docstrings Fixed some typos in the docstrings for methods and corrected the docstring for a method. Change-Id: I<I>de<I>e<I>ec<I>d<I>c9e<I>f7c<I>
rackerlabs_rackspace-python-neutronclient
train
f6c792717fe44c7966ad12924ba4b3863f156d05
diff --git a/tests/automatic_karma.conf.js b/tests/automatic_karma.conf.js index <HASH>..<HASH> 100644 --- a/tests/automatic_karma.conf.js +++ b/tests/automatic_karma.conf.js @@ -11,7 +11,7 @@ module.exports = function(config) { 'lib/lodash.js', 'lib/MockFirebase.js', '../angularfire.js', - 'u...
auto...conf.js: Reset conf to run all tests. MockFirebase.js: minor cleanup
firebase_angularfire
train
ced877b2d3f28cf9922fdb2516804546b34f9ae3
diff --git a/src/Sylius/Bundle/OrderBundle/Controller/OrderItemController.php b/src/Sylius/Bundle/OrderBundle/Controller/OrderItemController.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/OrderBundle/Controller/OrderItemController.php +++ b/src/Sylius/Bundle/OrderBundle/Controller/OrderItemController.php @@ -7...
[OrderBundle] Fix Add-to-cart Pre-event Add post event too
Sylius_Sylius
train
2c7aa2c8c10be115b79cbbbfb3b46c28e48ee647
diff --git a/app/Config/Autoload.php b/app/Config/Autoload.php index <HASH>..<HASH> 100644 --- a/app/Config/Autoload.php +++ b/app/Config/Autoload.php @@ -50,9 +50,9 @@ class Autoload extends \CodeIgniter\Config\AutoloadConfig * `]; */ $psr4 = [ - 'Config' => APPPATH . 'Config', - APP_NAMESPACE =>...
Update ordering of search locations for better prioritization. Fixes #<I>
codeigniter4_CodeIgniter4
train
4b3b03a7116c3d8f27a992c7fbbe1f665a4de3e3
diff --git a/dagster/core/__init__.py b/dagster/core/__init__.py index <HASH>..<HASH> 100644 --- a/dagster/core/__init__.py +++ b/dagster/core/__init__.py @@ -4,7 +4,7 @@ from builtins import * # pylint: disable=W0622,W0401 from dagster import check from dagster.core import types -from .definitions import InputDef...
Get json_input working
dagster-io_dagster
train
7d86de08768b3d8e64592a80b64f506a8f6ea895
diff --git a/addon-test-support/index.js b/addon-test-support/index.js index <HASH>..<HASH> 100644 --- a/addon-test-support/index.js +++ b/addon-test-support/index.js @@ -11,9 +11,10 @@ export function setup(hooks) { }); } -export async function fastboot(url) { +export async function fastboot(url, { headers = {} ...
Add ability to override headers from test
embermap_ember-cli-fastboot-testing
train
0778972438895aeb16400b1d9caf47a3245e5d5c
diff --git a/server/container_create_linux.go b/server/container_create_linux.go index <HASH>..<HASH> 100644 --- a/server/container_create_linux.go +++ b/server/container_create_linux.go @@ -470,13 +470,13 @@ func (s *Server) createSandboxContainer(ctx context.Context, ctr ctrIface.Contai Destination: "/sys", T...
server: mount cgroup with rslave even when running as privileged container, prevent cgroup mounts to be propagated to the host as it could cause errors when running with rshared and systemd inside of the container. Closes: <URL>
cri-o_cri-o
train
baa5323089a654e555df27bc60c164c55ad6475c
diff --git a/web/src/main/java/uk/ac/ebi/atlas/model/baseline/BaselineExpression.java b/web/src/main/java/uk/ac/ebi/atlas/model/baseline/BaselineExpression.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/uk/ac/ebi/atlas/model/baseline/BaselineExpression.java +++ b/web/src/main/java/uk/ac/ebi/atlas/model/baseli...
#<I> Read baseline expression data from binary files instead of TSV files - Make no-arg constructors private
ebi-gene-expression-group_atlas
train
963aa593166ba1f72da1a154923dedb5f447e495
diff --git a/mpd.py b/mpd.py index <HASH>..<HASH> 100644 --- a/mpd.py +++ b/mpd.py @@ -532,9 +532,11 @@ class MPDClient(object): def disconnect(self): logger.info("Calling MPD disconnect()") - if self._rfile is not None: + if (self._rfile is not None + and not isinstance(sel...
Allow to call the method disconnect, same when any connection is alive
Mic92_python-mpd2
train
9797d8a16680085bd80e23184547a7986647d2ea
diff --git a/ServerNode.js b/ServerNode.js index <HASH>..<HASH> 100644 --- a/ServerNode.js +++ b/ServerNode.js @@ -39,8 +39,8 @@ ServerNode.prototype.createHTTPServer = function (options) { filePath = './nodegame/nodegame-all-latest.js'; } - - var extname = path.extname(filePath); + // Added path.normali...
HTTP server should work on Windows as well now
nodeGame_nodegame-server
train
42acdad20cab59022992b2b3de5641ab0e6fa2ee
diff --git a/test/integration/datastore/sync_methods/inject.test.js b/test/integration/datastore/sync_methods/inject.test.js index <HASH>..<HASH> 100644 --- a/test/integration/datastore/sync_methods/inject.test.js +++ b/test/integration/datastore/sync_methods/inject.test.js @@ -214,4 +214,58 @@ describe('DS.inject(reso...
Added test for cyclic dependencies
js-data_js-data-angular
train
57b21a330e22ed8a3fc2e34c9f80b8ac55d7e68f
diff --git a/parsl/app/bash.py b/parsl/app/bash.py index <HASH>..<HASH> 100644 --- a/parsl/app/bash.py +++ b/parsl/app/bash.py @@ -1,13 +1,12 @@ import logging - +from functools import update_wrapper from inspect import signature, Parameter + from parsl.app.errors import wrap_error from parsl.app.futures import Dat...
Clean up imports, fix flake8
Parsl_parsl
train
bf38a924da439a966d8c13d7e38519d79a44fe53
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ For OAuth applications. The shop domain, API key, API secret, and an access toke #### Quick run-down ```php +use TylerKing\BasicShopifyAPI; + $api = new BasicShopifyAPI; $api->setShop('example.myshopif...
Update to remove install URL as its not needed. Fix for scopes and updated tests
ohmybrew_Basic-Shopify-API
train
39705febc2c90ea8a2fc61ad3e47458eeffe0e75
diff --git a/azurerm/resource_arm_servicebus_namespace.go b/azurerm/resource_arm_servicebus_namespace.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_servicebus_namespace.go +++ b/azurerm/resource_arm_servicebus_namespace.go @@ -195,12 +195,7 @@ func resourceArmServiceBusNamespaceDelete(d *schema.ResourceData...
ServiceBus Namespaces apparently aren't actually long polling
terraform-providers_terraform-provider-azurerm
train
833f231dbb3c0b25298c22e58e1a9c40065a9e65
diff --git a/examples/ex3.rb b/examples/ex3.rb index <HASH>..<HASH> 100644 --- a/examples/ex3.rb +++ b/examples/ex3.rb @@ -1,8 +1,7 @@ -(wav = WavOut.new("ex3.wav")) >> blackhole -(s = SinOsc.new(440, 0.5)) >> wav -(s2 = SinOsc.new(3)) >> blackhole +wav = WavOut.new("ex3.wav") +s2 = SinOsc.new(3) +s = SinOsc.new(L{ s2....
SinOsc uses linkable_attr setter so its constructor takes lambdas
alltom_ruck
train
cdd35cdc82105096d11062572faabf3c892059fc
diff --git a/types/ruby-2.x/kernel.rb b/types/ruby-2.x/kernel.rb index <HASH>..<HASH> 100644 --- a/types/ruby-2.x/kernel.rb +++ b/types/ruby-2.x/kernel.rb @@ -20,7 +20,7 @@ module Kernel type 'self.__dir__', '() -> String or nil' type 'self.__method__', '() -> Symbol or nil' type 'self.`', '(String) -> String'...
Annotate non-returning methods as returning %bot
plum-umd_rdl
train
94be0ea4532bac64d3ff4466618eb0d3b93f6b19
diff --git a/src/Awjudd/FeedReader/FeedReader.php b/src/Awjudd/FeedReader/FeedReader.php index <HASH>..<HASH> 100644 --- a/src/Awjudd/FeedReader/FeedReader.php +++ b/src/Awjudd/FeedReader/FeedReader.php @@ -66,6 +66,13 @@ class FeedReader // Grab the cache location $cache_location = storage_path($this...
Fixing a minor bug where the feed reader wasn't dropping the .gitignore file into the storage folder
awjudd_l4-feed-reader
train
ed9b4bca2733beebf68fc10412fc19c9042c6cb5
diff --git a/webview/__init__.py b/webview/__init__.py index <HASH>..<HASH> 100755 --- a/webview/__init__.py +++ b/webview/__init__.py @@ -26,8 +26,11 @@ from webview.util import base_uri, parse_file_type, escape_string, transform_url from .js import css from .localization import localization -logger = logging.getL...
[All] Refactor logging to keep its configuration locally
r0x0r_pywebview
train
9be6cdc66b0bfd64dc7652a3bf0fb3a7372a07a6
diff --git a/tests/test_interpolation.py b/tests/test_interpolation.py index <HASH>..<HASH> 100644 --- a/tests/test_interpolation.py +++ b/tests/test_interpolation.py @@ -1,7 +1,9 @@ +import pytest + import pandas as pd import numpy as np -from vivarium.interpolation import Interpolation +from vivarium.interpolatio...
Cleanup failure case around interpolations and test a little
ihmeuw_vivarium
train
ccb4334111c6a57898dcae4f50d3785e14517abd
diff --git a/holoviews/plotting/element.py b/holoviews/plotting/element.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/element.py +++ b/holoviews/plotting/element.py @@ -270,7 +270,7 @@ class ElementPlot(Plot): elif self.aspect == 'square': axis.set_aspect((1./axis.get_data_ratio(...
Made numeric aspects control plot aspect rather than axes aspect
pyviz_holoviews
train
7c755e95bfd74fd028e72203c4a51c4f00283014
diff --git a/search_queries_multi_match.go b/search_queries_multi_match.go index <HASH>..<HASH> 100644 --- a/search_queries_multi_match.go +++ b/search_queries_multi_match.go @@ -28,7 +28,7 @@ type MultiMatchQuery struct { rewrite string fuzzyRewrite string useDisMax *bool - tieBreaker ...
TieBreaker in MultiMatchQuery is float<I> (as in QueryStringQuery)
olivere_elastic
train
05bc96b444012d52134566c3d142dec713c2d4e5
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java index <HASH>..<HASH> 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java +++ b/sbe-tool/src/main/java/uk/co...
[Java] Bale out fast when not generating annotations.
real-logic_simple-binary-encoding
train
724b4eb9183d5f5c6debd426c2431a9f2e402002
diff --git a/scripts/update-example-deps.js b/scripts/update-example-deps.js index <HASH>..<HASH> 100644 --- a/scripts/update-example-deps.js +++ b/scripts/update-example-deps.js @@ -88,7 +88,7 @@ async function main () { } console.info('Pushing updated dependencies') - await execa('git', ['commit', '-m', '"ch...
chore: fix commit message for updating example deps (#<I>) Removes extraneous quotation marks as they are not needed.
ipfs_js-ipfs
train
107268eae28bf2879026b0b1b103fc7047e891c7
diff --git a/moment.js b/moment.js index <HASH>..<HASH> 100644 --- a/moment.js +++ b/moment.js @@ -599,6 +599,10 @@ return this; }, + unixValueOf : function () { + return parseInt(this.valueOf() / 1000, 10); + }, + local : function () { this._isUTC ...
Add a unixValueOf that returns the unix timestamp in seconds.
moment_moment
train
8d15503d6cd9a1eae9de2fb581c8b5da968e7a43
diff --git a/src/Connection/Aggregate/SentinelReplication.php b/src/Connection/Aggregate/SentinelReplication.php index <HASH>..<HASH> 100644 --- a/src/Connection/Aggregate/SentinelReplication.php +++ b/src/Connection/Aggregate/SentinelReplication.php @@ -11,6 +11,7 @@ namespace Predis\Connection\Aggregate; +use Pr...
Implement transparent auto-retry of commands upon server failure. By default, when the current server dies while executing a command Predis asks for a new configuration to one of the sentinels and re-issues the same command. This behavior can be disabled calling SentinelReplication::setAutomaticRetry().
nrk_predis
train
ef3c95248f442be403d6c780ffaa348ab7d0add6
diff --git a/phonopy/__init__.py b/phonopy/__init__.py index <HASH>..<HASH> 100644 --- a/phonopy/__init__.py +++ b/phonopy/__init__.py @@ -440,7 +440,6 @@ class Phonopy: self._band_structure = BandStructure( bands, self._dynamical_matrix, - self._primitive, is_...
Remove Atoms object input when calling Mesh, BandStructure, Modulation, Anime class objects and qpoints method because it can be obtained from DynamicalMatrix object by get_primitive().
atztogo_phonopy
train
1fbd83f2f1eea3fec478240b6bf4eb518e622868
diff --git a/src/AuthenticationService.php b/src/AuthenticationService.php index <HASH>..<HASH> 100644 --- a/src/AuthenticationService.php +++ b/src/AuthenticationService.php @@ -186,7 +186,7 @@ class AuthenticationService implements AuthenticationServiceInterface ]; } - if (!...
#<I> Removed unnecessary condition
cakephp_authentication
train
6916ac83037f3743132c583619c03b681ef3cbab
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -900,6 +900,10 @@ Bounded by a box ```ruby Restaurant.search "sushi", where: {location: {top_left: {lat: 38, lon: -123}, bottom_right: {lat: 37, lon: -122}}} ``` +OR +```ruby +Restaurant.search "sushi", where: {location...
Added in top_right and bottom_left for posterity (#<I>)
ankane_searchkick
train
2d893dbe925db4ca20d28bca0110f0e6aa9c8d1b
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,7 @@ - Change: Removed all deprecations. - Change: Removed the PHP 5.x fatal error handler. - Change: Dropped PHP 5.x support. +- Change: Remove all double Exception / Throwable catching - Bugfi...
Remove all double Exception / Throwable catching
brainworxx_kreXX
train
0a03ea5f505eb4bf6e32ccc2414170783d084cc5
diff --git a/wandb/sdk/wandb_settings.py b/wandb/sdk/wandb_settings.py index <HASH>..<HASH> 100644 --- a/wandb/sdk/wandb_settings.py +++ b/wandb/sdk/wandb_settings.py @@ -69,7 +69,9 @@ defaults = dict( console="auto", _console=Field(str, ("auto", "redirect", "off", "file", "iowrap",)), git_remote="origin...
fix crash when user had cli-og anonymous setting (#<I>)
wandb_client
train
967ab6f10f5e111a5b20941ccec97ce97e4baf1b
diff --git a/raven/lib/raven/client.rb b/raven/lib/raven/client.rb index <HASH>..<HASH> 100644 --- a/raven/lib/raven/client.rb +++ b/raven/lib/raven/client.rb @@ -69,7 +69,7 @@ module Raven req.body = Yajl::Encoder.encode(event.to_hash) req.headers[AUTH_HEADER_KEY] = self.generate_auth_header(req.body...
Fix to use the correct faraday response attr.
getsentry_raven-ruby
train
13902c2a811ef6dac9ee8961cd2f873aeff1279d
diff --git a/vraptor-core/src/test/java/br/com/caelum/vraptor/VRaptorTest.java b/vraptor-core/src/test/java/br/com/caelum/vraptor/VRaptorTest.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/test/java/br/com/caelum/vraptor/VRaptorTest.java +++ b/vraptor-core/src/test/java/br/com/caelum/vraptor/VRaptorTest.java @...
migrating VRaptorTest to use arquillian
caelum_vraptor4
train
accb7fbc5127d0d95362408ab141f699ba1e7e9b
diff --git a/katcp/resource_client.py b/katcp/resource_client.py index <HASH>..<HASH> 100644 --- a/katcp/resource_client.py +++ b/katcp/resource_client.py @@ -521,7 +521,7 @@ class KATCPClientResource(resource.KATCPResource): if preset_listeners: try: for listener in p...
Fix register_listener that uses a reading
ska-sa_katcp-python
train
c30e153171d026e12b777371a0ba48e6fdd4f7e7
diff --git a/src/Git/PickLastMinorVersionFromCollection.php b/src/Git/PickLastMinorVersionFromCollection.php index <HASH>..<HASH> 100644 --- a/src/Git/PickLastMinorVersionFromCollection.php +++ b/src/Git/PickLastMinorVersionFromCollection.php @@ -4,12 +4,15 @@ declare(strict_types=1); namespace Roave\BackwardCompati...
#<I> #<I> #<I> ensure that the latest minor version for the current *MAJOR* is picked Previously, only the *MINOR* version was being compared, leading to previous major versions being considered in the lookup for the lowest available stable release.
Roave_BackwardCompatibilityCheck
train
2f08e8d260b0c7ec49ca0b6c1f270be7df589262
diff --git a/src/main/java/eu/hansolo/medusa/skins/TileKpiSkin.java b/src/main/java/eu/hansolo/medusa/skins/TileKpiSkin.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/hansolo/medusa/skins/TileKpiSkin.java +++ b/src/main/java/eu/hansolo/medusa/skins/TileKpiSkin.java @@ -291,8 +291,8 @@ public class TileKpiSkin ...
Minor fix related to toggle of highlightSections behavior
HanSolo_Medusa
train
63b7588681f32ac795df6c4eab016ab46b5a47d5
diff --git a/tests/test_transliterate.py b/tests/test_transliterate.py index <HASH>..<HASH> 100644 --- a/tests/test_transliterate.py +++ b/tests/test_transliterate.py @@ -157,8 +157,8 @@ class TestTransliteratePackage(unittest.TestCase): self.assertEqual(puan("แมว"), "แมว") self.assertEqual(puan("นาริ...
Update test_transliterate.py
PyThaiNLP_pythainlp
train
580039208ae12b07bb94e1a924f201e5e923b19f
diff --git a/src/java/org/apache/cassandra/db/CompactionManager.java b/src/java/org/apache/cassandra/db/CompactionManager.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/db/CompactionManager.java +++ b/src/java/org/apache/cassandra/db/CompactionManager.java @@ -29,7 +29,6 @@ import javax.management...
avoid creating a new thread for each requested GC. easier for telemetery (and better design anyway) to re-use the same thread. patch by jbellis git-svn-id: <URL>
Stratio_stratio-cassandra
train
5af65a0674bdb4ce3b118802156d89b3d9433f0f
diff --git a/core/src/main/java/hudson/PluginWrapper.java b/core/src/main/java/hudson/PluginWrapper.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/PluginWrapper.java +++ b/core/src/main/java/hudson/PluginWrapper.java @@ -102,7 +102,13 @@ public final class PluginWrapper { if(isLinked) { ...
adjusting to work with new manifest file that the maven plugin creates. git-svn-id: <URL>
jenkinsci_jenkins
train
9ac3e86fe03e5f63dbd765bf90cb50c086e1728d
diff --git a/src/java/com/threerings/presents/client/BasicDirector.java b/src/java/com/threerings/presents/client/BasicDirector.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/presents/client/BasicDirector.java +++ b/src/java/com/threerings/presents/client/BasicDirector.java @@ -149,5 +149,5 @@ public cl...
Being available in standalone mode should be the default. This will of course make life harder for Yohoho, but making life easier for Yohoho should not come at the expense of baffling default behavior. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
135f529bfc131a9137672be3399e51eecea03f1f
diff --git a/worker/bridge.js b/worker/bridge.js index <HASH>..<HASH> 100644 --- a/worker/bridge.js +++ b/worker/bridge.js @@ -1,10 +1,6 @@ import PromiseWorker from 'promise-worker'; -const uri = process.env.NODE_ENV === 'development' ? - '/panels-worker.js' : - 'https://cdn.uxtemple.com/panels-worker.js'; - -con...
fix: always load worker from /panels-worker.js
UXtemple_panels
train
59662fff7837fb051e5d5ad57689807b5d11de0a
diff --git a/baselines/trpo_mpi/trpo_mpi.py b/baselines/trpo_mpi/trpo_mpi.py index <HASH>..<HASH> 100644 --- a/baselines/trpo_mpi/trpo_mpi.py +++ b/baselines/trpo_mpi/trpo_mpi.py @@ -92,7 +92,7 @@ def learn(*, gamma=0.99, lam=1.0, # advantage estimation seed=None, - entcoeff=0.0, + ...
rename entcoeff to ent_coef in trpo_mpi for compatibility with other algos (#<I>)
openai_baselines
train
c06e8a550120d4c8f4e0b09eb6df18e6d6488199
diff --git a/image_test.go b/image_test.go index <HASH>..<HASH> 100644 --- a/image_test.go +++ b/image_test.go @@ -33,6 +33,9 @@ import ( t "github.com/hajimehoshi/ebiten/v2/internal/testing" ) +// maxImageSize is a maximum image size that should work in almost every environment. +const maxImageSize = 4096 - 2 + ...
ebiten: Fix tests for a very restricted environment (Steam Runtime) Updates #<I>
hajimehoshi_ebiten
train
c3e793aead3cbc1ee5314c9c166e693eae62012d
diff --git a/mod/glossary/restorelib.php b/mod/glossary/restorelib.php index <HASH>..<HASH> 100644 --- a/mod/glossary/restorelib.php +++ b/mod/glossary/restorelib.php @@ -673,7 +673,7 @@ $status = true; //Convert glossary_comments->entrycomment - if ($records = $DB->get_records_sql("SELECT c....
MDL-<I> reimplemented trusstext support in glossary + standardising format column for text fields
moodle_moodle
train
f0113d49167bdbb8eeacbe2af2d1093da6127111
diff --git a/src/java/com/threerings/media/animation/AnimationManager.java b/src/java/com/threerings/media/animation/AnimationManager.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/media/animation/AnimationManager.java +++ b/src/java/com/threerings/media/animation/AnimationManager.java @@ -1,5 +1,5 @@ ...
Catch exceptions while rendering animations so that we can report the animation at fault. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
e9c5fba06b65a3e0243ad04144fe33b95f485df4
diff --git a/test/test_apps/2.3/app/controllers/authors_controller.rb b/test/test_apps/2.3/app/controllers/authors_controller.rb index <HASH>..<HASH> 100644 --- a/test/test_apps/2.3/app/controllers/authors_controller.rb +++ b/test/test_apps/2.3/app/controllers/authors_controller.rb @@ -2,7 +2,7 @@ class AuthorsControll...
fix <I> authors controller to match the shared
appfolio_ae_page_objects
train
76b8b7e8928f514a4769db39bc27463e56f6ea4c
diff --git a/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java b/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java index <HASH>..<HASH> 100644 --- a/cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java +++ b/cxx-squid/src/main/java/org/sonar/cxx/preprocesso...
Handle some macro rescanning cases. This allows handling the case of objectLikeMacro expanding to the name of a functionLikeMacro, which is then followed by arguments: #define FOO BAR #define BAR(x) bar(x); FOO(0);
SonarOpenCommunity_sonar-cxx
train
b4098399727924c99a5100e9c13e0cedafadc3ca
diff --git a/config/webpack.vars.js b/config/webpack.vars.js index <HASH>..<HASH> 100644 --- a/config/webpack.vars.js +++ b/config/webpack.vars.js @@ -6,5 +6,5 @@ const production = process.env.NODE_ENV === 'production' module.exports = { production: production, - extractor: new ExtractTextPlugin(`app${productio...
fix: genetares two separate CSS for app and services :ambulance:
cozy_cozy-home
train
fbb0bc99aadf14bd43f4028bf94838a349131fa2
diff --git a/src/lib/worker/Main.js b/src/lib/worker/Main.js index <HASH>..<HASH> 100644 --- a/src/lib/worker/Main.js +++ b/src/lib/worker/Main.js @@ -3,7 +3,6 @@ * This interface exposes web worker search capabilities to the UI thread. * @flow */ -import SearchIndexWorker from 'worker?inline=true!./Worker' impo...
Changed worker import to fix test issue
bvaughn_redux-search
train
a19f1ac1a7f902e9183979fd414ef2ab3063ee96
diff --git a/src/Sylius/Bundle/ApiBundle/DependencyInjection/Compiler/CommandDataTransformerPass.php b/src/Sylius/Bundle/ApiBundle/DependencyInjection/Compiler/CommandDataTransformerPass.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/ApiBundle/DependencyInjection/Compiler/CommandDataTransformerPass.php +++ b/s...
[API] Adjust services names to common convention
Sylius_Sylius
train
8e8b58bc3ac7f1292b5350b0b9ed69ed1e4e8292
diff --git a/go/vt/wrangler/traffic_switcher.go b/go/vt/wrangler/traffic_switcher.go index <HASH>..<HASH> 100644 --- a/go/vt/wrangler/traffic_switcher.go +++ b/go/vt/wrangler/traffic_switcher.go @@ -211,7 +211,6 @@ func (wr *Wrangler) getWorkflowState(ctx context.Context, targetKeyspace, workfl } ws := workflow.N...
Call workflow.Server methods directly instead of wrangler passthroughs
vitessio_vitess
train
7ebd072d4999870f39c4aa95240360d497379e54
diff --git a/actionsystemtest/lib/action_system_test/driver_adapters/web_server.rb b/actionsystemtest/lib/action_system_test/driver_adapters/web_server.rb index <HASH>..<HASH> 100644 --- a/actionsystemtest/lib/action_system_test/driver_adapters/web_server.rb +++ b/actionsystemtest/lib/action_system_test/driver_adapters...
Set Webrick logger for system testing If this is not set Webrick will log **everything** to STDOUT and distract from the running tests. This will instead log to the log file. This example was extracted from the Capybara source code.
rails_rails
train
22e7f8349c517fb3edeea3870e6189c02c3e43e1
diff --git a/src/mvc/redux-view.js b/src/mvc/redux-view.js index <HASH>..<HASH> 100644 --- a/src/mvc/redux-view.js +++ b/src/mvc/redux-view.js @@ -19,8 +19,16 @@ const ReduxViewMixin = { return this; }, - onStoreUpdated() { - this.render(); + shouldViewRender(oldState, newState) { + return true; + },...
Add shouldViewRender and move state updating to onStateChanged so it can be conditional
BedeGaming_orchestra
train
05bedd0d5b88bcfc64a65234aeb35d1391eb0281
diff --git a/flow-typed/npm/immutable_vx.x.x.js b/flow-typed/npm/immutable_vx.x.x.js index <HASH>..<HASH> 100644 --- a/flow-typed/npm/immutable_vx.x.x.js +++ b/flow-typed/npm/immutable_vx.x.x.js @@ -16,38 +16,3 @@ declare module 'immutable' { declare module.exports: any; } - -/** - * We include stubs for each file...
remove extra stuff from immutable's flow-typed def
openlattice_lattice-sagas
train
bf4d5316dda84425baf4258146eef0d407fd6572
diff --git a/nugridse.py b/nugridse.py index <HASH>..<HASH> 100644 --- a/nugridse.py +++ b/nugridse.py @@ -202,6 +202,9 @@ class se(DataPlot, Utils): code_source : string, optional By default data based on MESA tracks is selected ('MES'). Data based on the GENEVA tracks is selected with 'GNV'. + ...
added feature to distinguish between different CCSN explosion types
NuGrid_NuGridPy
train
f89b733e1e9dac46a3cbc39180dad30d87aec19f
diff --git a/salt/modules/boto_vpc.py b/salt/modules/boto_vpc.py index <HASH>..<HASH> 100644 --- a/salt/modules/boto_vpc.py +++ b/salt/modules/boto_vpc.py @@ -390,6 +390,18 @@ def associate_dhcp_options_to_vpc(dhcp_options_id, vpc_id, region=None, key=None def associate_new_dhcp_options_to_vpc(vpc_id, domain_name=None...
Added docstrings for the associate_new_dhcp_options_to_vpc method.
saltstack_salt
train
3d789a3015bdf248f77367862b4d6ebda7af31ae
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /*! * split-string <https://github.com/jonschlinkert/split-string> * - * Copyright (c) 2015, 2017, Jon Schlinkert. + * Copyright (c) 2015-2017, Jon Schlinkert. * Released under the MIT License. */ @@ -1...
support `keepEscaping` as a function
jonschlinkert_split-string
train
c2406597c0ed9163fbb9ec90038598b8f918dd01
diff --git a/lib/multirepo/git/ref.rb b/lib/multirepo/git/ref.rb index <HASH>..<HASH> 100644 --- a/lib/multirepo/git/ref.rb +++ b/lib/multirepo/git/ref.rb @@ -10,8 +10,8 @@ module MultiRepo end def exists? - output = GitRunner.run_in_working_dir(@repo.path, "rev-parse --verify --quiet #{@name}", Ru...
Fixed Ref#exists? implementation.
fortinmike_git-multirepo
train
1d1239d32856b32b19c04edd17d0dd0d47611586
diff --git a/railties/lib/rails/application.rb b/railties/lib/rails/application.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/application.rb +++ b/railties/lib/rails/application.rb @@ -381,13 +381,8 @@ module Rails # Fallback to config.secret_key_base if secrets.secret_key_base isn't set s...
No need to sync config.secret_token and secrets.secret_token Just prefer secrets over config
rails_rails
train
8d0ab8536444fc2deb2b3578716060fd34217ef5
diff --git a/views/js/uiForm.js b/views/js/uiForm.js index <HASH>..<HASH> 100755 --- a/views/js/uiForm.js +++ b/views/js/uiForm.js @@ -496,10 +496,18 @@ } } + function regularConfirmantion() { + return window.confirm(__('Please confirm property deletion!')); + ...
chore: Use regularConfirmation when no dependency
oat-sa_tao-core
train
ea5b9511ee2cfba58504c04e3791f5b991882328
diff --git a/satpy/readers/abi_l2_nc.py b/satpy/readers/abi_l2_nc.py index <HASH>..<HASH> 100644 --- a/satpy/readers/abi_l2_nc.py +++ b/satpy/readers/abi_l2_nc.py @@ -46,7 +46,7 @@ class NC_ABI_L2(NC_ABI_BASE): 'units': _units, 'satellite_latitude': float(...
bugfix for satellite altitude in ABI L2 reader The attribute data assumes the satellite altitude is stored in meters, while the ABI L2 data stores thisvalue in km; we simply need to insert factor of <I> to convert the units. This matches what happens in the ABI L1b reader.
pytroll_satpy
train
d4d47734ad1e14e34291e336eb03b93057fa6ea1
diff --git a/packet.js b/packet.js index <HASH>..<HASH> 100644 --- a/packet.js +++ b/packet.js @@ -5,7 +5,7 @@ function Packet (original, broker) { this.brokerId = original.brokerId || (broker && broker.id) this.brokerCounter = original.brokerCounter || (broker ? (++broker.counter) : 0) this.topic = original.t...
Not to use deprecated new Buffer(0)
mcollina_aedes-packet
train
1c8f26455e5ded6b8ec2ddf734beeaec1dc94315
diff --git a/rest-provider/src/main/java/org/jboss/pressgang/ccms/rest/RESTErrorInterceptor.java b/rest-provider/src/main/java/org/jboss/pressgang/ccms/rest/RESTErrorInterceptor.java index <HASH>..<HASH> 100644 --- a/rest-provider/src/main/java/org/jboss/pressgang/ccms/rest/RESTErrorInterceptor.java +++ b/rest-provider...
Fixed a bug where the Error Message in a response wasn't set.
pressgang-ccms_PressGangCCMSDatasourceProviders
train
33302fdd14d6e82293d1d8ea151af1197e7d74e2
diff --git a/activesupport/test/core_ext/range_ext_test.rb b/activesupport/test/core_ext/range_ext_test.rb index <HASH>..<HASH> 100644 --- a/activesupport/test/core_ext/range_ext_test.rb +++ b/activesupport/test/core_ext/range_ext_test.rb @@ -115,11 +115,11 @@ class RangeTest < ActiveSupport::TestCase def test_dat...
Fix grouped expression warning - `warning: (...) interpreted as grouped expression`
rails_rails
train
b684a520af2c246940c5f95c927793e7ff92a195
diff --git a/spec/active_record/monetizable_spec.rb b/spec/active_record/monetizable_spec.rb index <HASH>..<HASH> 100644 --- a/spec/active_record/monetizable_spec.rb +++ b/spec/active_record/monetizable_spec.rb @@ -78,13 +78,25 @@ if defined? ActiveRecord end it "assigns the correct value from params" d...
Add a missing example for a case currency changing use case This illustrates that the amount is preserved in units when currency is changed to a different subunit/unit ratio. The example is controversial and confusing, this commit just ensures that is covered by specs.
RubyMoney_money-rails
train
f4a544081941e355ca5653e6dcb5eb682ef137c1
diff --git a/tasks/weinre.js b/tasks/weinre.js index <HASH>..<HASH> 100644 --- a/tasks/weinre.js +++ b/tasks/weinre.js @@ -12,7 +12,7 @@ module.exports = function (grunt) { var options = this.options(); var done = this.async(); - var args = [__dirname + '/../node_modules/weinre/weinre']; + var args = ...
Use require.resolve to determine weinre path
ChrisWren_grunt-weinre
train
cc3e89aec833b7d628e98fb98057cd4ed7f9ad38
diff --git a/rest_collector.go b/rest_collector.go index <HASH>..<HASH> 100644 --- a/rest_collector.go +++ b/rest_collector.go @@ -1,17 +1,16 @@ -/* - * +/* + * * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0.0 - * + * ...
don't omit empty for failback (#2)
logicmonitor_lm-sdk-go
train
6556f5c3ff3a5d32dfa3235a6df10c8bd2fda65c
diff --git a/src/resources/views/admin/_image-fieldset.blade.php b/src/resources/views/admin/_image-fieldset.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/admin/_image-fieldset.blade.php +++ b/src/resources/views/admin/_image-fieldset.blade.php @@ -1,7 +1,7 @@ <div ng-app="typicms"> <div class="...
param 'addFileButton' is now 'single'
TypiCMS_Core
train
1d876a87c1fbe60b7c19a53bcc61bcb8af5b4f50
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -95,7 +95,7 @@ module.exports = function(self) { if (options.single) { s = s.replace(/\'/g, '&#39;'); } else { - s = s.replace(/\"/g, '&34;'); + s = s.replace(/\"/g, '&#34;'); } ...
fix nasty bug in jsonAttribute which only kicks in if you're not using the single:true option
apostrophecms_apostrophe
train
ef841478b77aa76276d859c2e60bd0f1c2a83d92
diff --git a/gwpy/timeseries/timeseries.py b/gwpy/timeseries/timeseries.py index <HASH>..<HASH> 100644 --- a/gwpy/timeseries/timeseries.py +++ b/gwpy/timeseries/timeseries.py @@ -1323,19 +1323,19 @@ class TimeSeries(TimeSeriesBase): -------- Demodulation is useful when trying to examine steady sinusoi...
Changing the example use case to L1's cal line at <I> Hz -- it just works better.
gwpy_gwpy
train
a175a2307f8fd202357336e382e5845bc4bc5096
diff --git a/definitions/npm/pg_v7.x.x/flow_v0.28.x-/pg_v7.x.x.js b/definitions/npm/pg_v7.x.x/flow_v0.28.x-/pg_v7.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/pg_v7.x.x/flow_v0.28.x-/pg_v7.x.x.js +++ b/definitions/npm/pg_v7.x.x/flow_v0.28.x-/pg_v7.x.x.js @@ -49,6 +49,8 @@ declare module pg { log: Funct...
fix missing connection string config property for pg (#<I>)
flow-typed_flow-typed
train