hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
cd99513d769340b5965a6dc46e764d9e987961aa
diff --git a/lib/cli/src/generators/REACT/template-csf/stories/1-Button.stories.js b/lib/cli/src/generators/REACT/template-csf/stories/1-Button.stories.js index <HASH>..<HASH> 100644 --- a/lib/cli/src/generators/REACT/template-csf/stories/1-Button.stories.js +++ b/lib/cli/src/generators/REACT/template-csf/stories/1-But...
cli: react stories homogenization
storybooks_storybook
train
e5543fee76c935895e24d0ddbe509d99a7a66eec
diff --git a/docs/api.rst b/docs/api.rst index <HASH>..<HASH> 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -4,7 +4,7 @@ API Module Interface ---------------- .. automodule:: pyaardvark - :members: find_devices, open + :members: api_version, find_devices, open Constants --------- diff --git a/pyaardvark/__...
Add new api_version() function It wasn't possible to get the module version without actually open an aardvark device. This new function actually works without any physical hardware.
kontron_python-aardvark
train
64d7bffd30be4355338f5345c01de0d99a40aa19
diff --git a/src/Console/Commands/AdminUIInstall.php b/src/Console/Commands/AdminUIInstall.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/AdminUIInstall.php +++ b/src/Console/Commands/AdminUIInstall.php @@ -61,7 +61,7 @@ class AdminUIInstall extends Command */ private function frontendAdjustments...
Npm package (#<I>) * inlined logo * removed frontend assets * simplified webpack file * removed coreui * restructured styles * restructured js * changed package.json after installing adminui * edited webpack * webpack replacement edited
BRACKETS-by-TRIAD_admin-ui
train
42a3208c2508947f53da09f9137b0c835cd41b11
diff --git a/phypno/widgets/video.py b/phypno/widgets/video.py index <HASH>..<HASH> 100644 --- a/phypno/widgets/video.py +++ b/phypno/widgets/video.py @@ -12,7 +12,11 @@ from PyQt5.QtWidgets import (QFrame, QWidget, ) -import phypno.utils.ext.vlc as vlc # m...
prevent import error when libvlc.dll is not present
wonambi-python_wonambi
train
3e731a14046bc339e3b018c4eecbf063ad98f748
diff --git a/lib/npm-workspace.js b/lib/npm-workspace.js index <HASH>..<HASH> 100644 --- a/lib/npm-workspace.js +++ b/lib/npm-workspace.js @@ -317,6 +317,7 @@ self.installWorkspaceDependencies = function(cwd, dependencies, workspaceDescrip // group dependencies by kind, and add some extra meta data. var linkDepen...
Adding npm packages one-by-one This is an experiment to resolve #<I>
mariocasciaro_npm-workspace
train
bd7fd0f7554b45c1b06c39de57e9b479b250711f
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -399,7 +399,7 @@ class Libp2p extends EventEmitter { * Called when libp2p has started and before it returns * @private */ - _onDidStart () { + async _onDidStart () { this._isStarted = true ...
fix: await peer discovery start in libp2p start (#<I>)
libp2p_js-libp2p
train
4659cc8ade3e569e4c858932b7d433b0f8a9ec90
diff --git a/lib/ripper-tags.rb b/lib/ripper-tags.rb index <HASH>..<HASH> 100644 --- a/lib/ripper-tags.rb +++ b/lib/ripper-tags.rb @@ -210,8 +210,8 @@ module RipperTags formatter.write(tag, out) end end - if !options.force && reader.error_count > 0 - exit 2 + if reader.error_count > 0 &&...
On parse errors, only exit with error status if all files have failed A parse error in one or few files out of many should not halt the process, since ripper-tags typically handles many files at once. However, if only one file was given, and that file fails, have the process exit with status 1 to indicate that the tag...
tmm1_ripper-tags
train
5fc7bf6295ece445a56eace5b95be089504ec7b3
diff --git a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Compiler/QueryTypePass.php b/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Compiler/QueryTypePass.php index <HASH>..<HASH> 100644 --- a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Compiler/QueryTypePass.php +++ b/eZ/Bundle/EzPublishCoreBundle/Depe...
Fix EZP-<I>: tagged QueryTypes are overridden by convention registration
ezsystems_ezpublish-kernel
train
a7667f88d8db464fd82caba5d77ca4578387b41b
diff --git a/tests/admin/ngrest/plugins/ToggleStatusTest.php b/tests/admin/ngrest/plugins/ToggleStatusTest.php index <HASH>..<HASH> 100644 --- a/tests/admin/ngrest/plugins/ToggleStatusTest.php +++ b/tests/admin/ngrest/plugins/ToggleStatusTest.php @@ -81,8 +81,8 @@ class ToggleStatusTest extends NgRestTestCase ...
Updated unit test for ToggleStatus to test for new html structure; Closes #<I>
luyadev_luya-module-admin
train
0888b6c876fd1d3dee50e1004ddd4a1818a76aa2
diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/processor/AbstractBuilderProcessor.java b/annotations/builder/src/main/java/io/sundr/builder/internal/processor/AbstractBuilderProcessor.java index <HASH>..<HASH> 100644 --- a/annotations/builder/src/main/java/io/sundr/builder/internal/processor/A...
Use correct builder ctor for inlineables
sundrio_sundrio
train
14d457fd77c2a5209fb2195787abbf62b812fa62
diff --git a/src/box2dLight/Light.java b/src/box2dLight/Light.java index <HASH>..<HASH> 100644 --- a/src/box2dLight/Light.java +++ b/src/box2dLight/Light.java @@ -395,6 +395,14 @@ public abstract class Light implements Disposable { my = new float[vertexNum]; f = new float[vertexNum]; } + + /** + * @return nu...
Added getRayNum() for Light Implements #<I> "RFE: expose RayNum in Light"
libgdx_box2dlights
train
6edba81817acdcb24d9d275883ba98d5c5105ab7
diff --git a/lib/composable_operations/matcher/utilize_operation.rb b/lib/composable_operations/matcher/utilize_operation.rb index <HASH>..<HASH> 100644 --- a/lib/composable_operations/matcher/utilize_operation.rb +++ b/lib/composable_operations/matcher/utilize_operation.rb @@ -28,6 +28,7 @@ module ComposableOperations...
UtilizeOperation matcher is now fully RSpec <I> compatible
t6d_composable_operations
train
1e720b2dde7e3036759d7f0ad904f9dd5c15083d
diff --git a/src/main/java/net/openhft/chronicle/network/ServerThreadingStrategy.java b/src/main/java/net/openhft/chronicle/network/ServerThreadingStrategy.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/network/ServerThreadingStrategy.java +++ b/src/main/java/net/openhft/chronicle/network/Se...
Deprecate ServerThreadingStrategy#CONCURRENT and the enum itself closes #<I>
OpenHFT_Chronicle-Network
train
884e02cda1337871c5cf587946ebec30734594a1
diff --git a/environ/environ.py b/environ/environ.py index <HASH>..<HASH> 100644 --- a/environ/environ.py +++ b/environ/environ.py @@ -2,6 +2,7 @@ Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application. """ +import ast import json import logging import os...
Fix casting "None" to None for cache settings
joke2k_django-environ
train
d1eda5c0eacff90d9b28e1b8d5ba677043474c82
diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index <HASH>..<HASH> 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -87,6 +87,7 @@ Upgrade from Yii 2.0 Beta 'deriveKeyStrategy' => 'hmac', // for PHP version < 5.5.0 //'deriveKeyStrategy' => 'pbkdf2', // for PHP ver...
Option `Security::autoGenerateSecretKey` added
yiisoft_yii-core
train
03d51ca1d4342d4d7f589bdb50a88880dd5cbdef
diff --git a/addon/models/node.js b/addon/models/node.js index <HASH>..<HASH> 100644 --- a/addon/models/node.js +++ b/addon/models/node.js @@ -66,6 +66,10 @@ export default OsfModel.extend(FileItemMixin, { nodeLinks: DS.hasMany('node-links', { inverse: null }), + linkedNodes: DS.hasMany('nodes', {...
Add the linkedNodes relationship to the node model.
CenterForOpenScience_ember-osf
train
7ad74610dea3e7c211aa8c38e96e3dc8bd206a41
diff --git a/provision/ruby-client.rb b/provision/ruby-client.rb index <HASH>..<HASH> 100644 --- a/provision/ruby-client.rb +++ b/provision/ruby-client.rb @@ -43,6 +43,8 @@ end def make_request(endpoint, api, proxy_host, proxy_port, request_method, options = {}) uri = URI.parse("#{endpoint}/2#{api}") + puts "Usi...
Add in extra logging to debug Travis build [for: alex.scown]
microfocus-idol_java-hod-client
train
e31970071e4d73eaa03016b58fc5cca7839fdc92
diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/extractor/JsonPathRequestExtractor.java b/moco-core/src/main/java/com/github/dreamhead/moco/extractor/JsonPathRequestExtractor.java index <HASH>..<HASH> 100644 --- a/moco-core/src/main/java/com/github/dreamhead/moco/extractor/JsonPathRequestExtractor.java +...
cleaned up code for #<I>
dreamhead_moco
train
b25e609e9ea10296b64698f40b320b974634092a
diff --git a/salt/modules/file.py b/salt/modules/file.py index <HASH>..<HASH> 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -1278,7 +1278,7 @@ def replace(path, pattern, repl, count=0, - flags=0, + flags=8, bufsize=1, ...
Set `flags=8` since now the file is read as a MULTILINE string by default
saltstack_salt
train
ff44877f8ba5a2cbb10f50bb3e9674269675c1c0
diff --git a/src/main/java/com/esri/core/geometry/ogc/OGCGeometry.java b/src/main/java/com/esri/core/geometry/ogc/OGCGeometry.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/esri/core/geometry/ogc/OGCGeometry.java +++ b/src/main/java/com/esri/core/geometry/ogc/OGCGeometry.java @@ -496,7 +496,7 @@ public abstra...
resore exceptions in the interface
Esri_geometry-api-java
train
ffe4859ecef42de57d9a0f56dcb07a21df73db5b
diff --git a/src/SoapRequest.php b/src/SoapRequest.php index <HASH>..<HASH> 100644 --- a/src/SoapRequest.php +++ b/src/SoapRequest.php @@ -137,8 +137,9 @@ class SoapRequest implements RequestInterface, LoggerAwareInterface 'endpointurl' => $this->getEndpointUrl(), ]); - $xml =...
Also undo body from namespaces, handy if end users wants to cache response and use it directly afterwards
gabrielbull_php-ups-api
train
db9a9bf805563ae35d8652c7dc9a6ddb175e49a2
diff --git a/scout/adapter/mongo/hgnc.py b/scout/adapter/mongo/hgnc.py index <HASH>..<HASH> 100644 --- a/scout/adapter/mongo/hgnc.py +++ b/scout/adapter/mongo/hgnc.py @@ -76,12 +76,25 @@ class GeneHandler(object): """ logger.debug("Fetching genes with symbol %s" % hgnc_symbol) if search: + ...
update search query for genes to include hgnc_id field, fix #<I> report back perfect matches first if any before regex
Clinical-Genomics_scout
train
628f83f6e4649b056938b1b343735ab7cd37c2d5
diff --git a/test/hops.js b/test/hops.js index <HASH>..<HASH> 100644 --- a/test/hops.js +++ b/test/hops.js @@ -153,7 +153,7 @@ tape('check that friends are re-emitted when distance changes when `hops: 2`', f dest: feedC.id }, function (err, follows) { t.error(err) - t.equal(follows, null...
rename feeds to make it clear that nothing is being reused. correct wrong test case: after unblocking, you should be _not following_. add test case to check that if they were hops=2 before blocking, after unblocking they should be hops=2 again
ssbc_ssb-friends
train
0c57c73cb96fe1f3c18b0141167cfbc4343dd525
diff --git a/derpibooru/request.py b/derpibooru/request.py index <HASH>..<HASH> 100644 --- a/derpibooru/request.py +++ b/derpibooru/request.py @@ -59,7 +59,10 @@ def request(parameters): request = get(url(p)) while request.status_code == codes.ok: - for image in request.json()["search"]: + images = reques...
Have request() stop if running out of results
joshua-stone_DerPyBooru
train
857adc1a7478f016610fd88e15feb585a72fa214
diff --git a/packages/container/lib/main.js b/packages/container/lib/main.js index <HASH>..<HASH> 100644 --- a/packages/container/lib/main.js +++ b/packages/container/lib/main.js @@ -82,7 +82,8 @@ define("container", register: function(type, name, factory, options) { var fullName; - if (type.in...
if type is actually fullName, this branch is valid
emberjs_ember.js
train
31e8ac16aa389057f3fb7df957b793c409f093cf
diff --git a/parser.go b/parser.go index <HASH>..<HASH> 100644 --- a/parser.go +++ b/parser.go @@ -54,8 +54,18 @@ func parseNormal(p *parser) stateFunc { if !ok { return nil } - if ch == '$' || ch == ':' || ch == '?' { + if ch == '?' { return parseParameter + } else if ch == '$' || ch == ':' { + ch2,...
replace $ and : with parameter if a digit follows resolves $<I>
denisenkom_go-mssqldb
train
0e2ed653ef21e181d2460bc914ab6ae7fba2c0b0
diff --git a/great_expectations/render/renderer/column_section_renderer.py b/great_expectations/render/renderer/column_section_renderer.py index <HASH>..<HASH> 100644 --- a/great_expectations/render/renderer/column_section_renderer.py +++ b/great_expectations/render/renderer/column_section_renderer.py @@ -365,9 +365,9 ...
Only make histrogram larger if more than <I> members
great-expectations_great_expectations
train
ea09bd8b2da54f1132543a3ecd3c937e410e41d8
diff --git a/Configuration/Filesystem/FilesystemConfigurationSourceFactory.php b/Configuration/Filesystem/FilesystemConfigurationSourceFactory.php index <HASH>..<HASH> 100644 --- a/Configuration/Filesystem/FilesystemConfigurationSourceFactory.php +++ b/Configuration/Filesystem/FilesystemConfigurationSourceFactory.php @...
Rename from 'templates/themes' to 'themes'
Sylius_SyliusThemeBundle
train
060fba156948859d0e48d5950af2b28b178be18b
diff --git a/icekit/project/settings/_base.py b/icekit/project/settings/_base.py index <HASH>..<HASH> 100644 --- a/icekit/project/settings/_base.py +++ b/icekit/project/settings/_base.py @@ -81,12 +81,11 @@ DEBUG = False # Don't show detailed error pages when exceptions are raised # Allow connections only on the site...
Disable premature cache optimisation. See #<I> Enable cache backend everywhere, enable cached template loader on for production. Cache middleware and template loader were already disabled in 9c<I>a1c<I>b1ba<I>fd<I>c<I>dd<I>ebe1ceb6d8c3.
ic-labs_django-icekit
train
6ac329647b567129c2633967330945aa974b5656
diff --git a/tools/fontbakery-crawl.py b/tools/fontbakery-crawl.py index <HASH>..<HASH> 100644 --- a/tools/fontbakery-crawl.py +++ b/tools/fontbakery-crawl.py @@ -54,6 +54,7 @@ class RunCrawlerCommand(object): self.cmd = cmd self.verbose = kwargs.get('verbose', False) self.process = None + ...
Fix formatting, issue #<I>
googlefonts_fontbakery
train
62f790c8e06e3281ed02808850570ad8c710aa2d
diff --git a/src/Stagehand/FSM/FSMState.php b/src/Stagehand/FSM/FSMState.php index <HASH>..<HASH> 100644 --- a/src/Stagehand/FSM/FSMState.php +++ b/src/Stagehand/FSM/FSMState.php @@ -61,34 +61,16 @@ class FSMState extends FSM implements IState return new self($fsm); } - /** - * Finds and returns ...
Removed duplicate PHPDoc comments.
phpmentors-jp_stagehand-fsm
train
4485ca97c65bcc305f81f34e926c7c9c64d312d4
diff --git a/etesync/api.py b/etesync/api.py index <HASH>..<HASH> 100644 --- a/etesync/api.py +++ b/etesync/api.py @@ -118,10 +118,11 @@ class EteSync: journal = existing[entry.uid] del existing[journal.uid] else: - journal = cache.JournalEntity(local_user=s...
Journal list fetching: fix stale cache issue. These fields can change and therefore we need to always fetch them.
etesync_pyetesync
train
f00af5d271981f76cb4e27f8845c7e0a20510a15
diff --git a/atomic_reactor/utils/remote_host.py b/atomic_reactor/utils/remote_host.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/utils/remote_host.py +++ b/atomic_reactor/utils/remote_host.py @@ -328,12 +328,12 @@ class RemoteHost: def is_operational(self) -> bool: """ Check whether this host is op...
Log the stderr if mkdir -p slots_dir fails It is useful to see the exact error rather than just a generic message. Example: ... ERROR - osbs-remote-host-x<I>-<I>-1...: cannot prepare slots directory: Could not chdir to home directory /home/osbs-podman-dev: No such file or directory mkdir: cannot create directory '/r...
projectatomic_atomic-reactor
train
f45e95b952b7623795603d0f92c8fec2f371b901
diff --git a/acstools/acs_destripe_plus.py b/acstools/acs_destripe_plus.py index <HASH>..<HASH> 100644 --- a/acstools/acs_destripe_plus.py +++ b/acstools/acs_destripe_plus.py @@ -34,7 +34,7 @@ From command line:: [--binwidth BINWIDTH] [--sci1_mask SCI1_MASK] [--sci2_mas...
destripe_plus to keep intermediate files
spacetelescope_acstools
train
9915f0d24ddbd305703b65fe73f3456611e20f89
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = open(os.path.join(os.path.dirname(__file__), 'test_requirements. setup( name='mocket', - version='1.2.3', + version='1.2.4', author='Andrea de Marco, Giorgio Salluzzo', au...
Upgrade to <I> version.
mindflayer_python-mocket
train
a18fa7e34ef0d14bfdfa5e6933678089516e87d4
diff --git a/src/signal.js b/src/signal.js index <HASH>..<HASH> 100644 --- a/src/signal.js +++ b/src/signal.js @@ -413,7 +413,10 @@ export default class Signal { observer.next(a) const next = b => { + // Fold the current value with the previous value. a = f(a, b) + + // Emit the n...
Refactor stateMachine to take observer argument
nullobject_bulb
train
5b9c3b120fd1d53f609ab09527ebe2152c3cb9c4
diff --git a/future/standard_library/__init__.py b/future/standard_library/__init__.py index <HASH>..<HASH> 100644 --- a/future/standard_library/__init__.py +++ b/future/standard_library/__init__.py @@ -337,13 +337,13 @@ class enable_hooks(object): >>> import requests # incompatible with ``future``'s standard ...
Disable a bunch of debugging messages
PythonCharmers_python-future
train
c3e1e8377cc7e7e02985465ad649ece382ed9ffe
diff --git a/lib/database.js b/lib/database.js index <HASH>..<HASH> 100644 --- a/lib/database.js +++ b/lib/database.js @@ -338,11 +338,6 @@ exports.DatabaseAPI = function DatabaseAPI(hoodie, options) { return memo; }, {}); - // If no view exists by this name we initialise as e...
refactor(database): removed unnecessary/redundant code
hoodiehq-archive_hoodie-plugins-api
train
0c4060474a0f83778498e7cb43e903c36984dc33
diff --git a/jsonrpc/manager.py b/jsonrpc/manager.py index <HASH>..<HASH> 100644 --- a/jsonrpc/manager.py +++ b/jsonrpc/manager.py @@ -82,25 +82,23 @@ class JSONRPCResponseManager(object): try: method = dispatcher[request.method] except KeyError: - if not reques...
substitute continue with else block of try-except statement. Use additional finally block instead of 4 if-checks for notification.
pavlov99_json-rpc
train
b4d7b595ed0a86b2c54ef18d092e1d5f9d792427
diff --git a/app/Controllers/HomeController.php b/app/Controllers/HomeController.php index <HASH>..<HASH> 100644 --- a/app/Controllers/HomeController.php +++ b/app/Controllers/HomeController.php @@ -1,7 +1,7 @@ <?php -namespace Paracall\controllers; +namespace Paracall\Controllers; class HomeController extend...
Corrected a problem with namespaces
bertog_paracall
train
76971653d3ae983241b71923e5ca7ee48718b7b2
diff --git a/tests/Gaufrette/Functional/Adapter/AwsS3Test.php b/tests/Gaufrette/Functional/Adapter/AwsS3Test.php index <HASH>..<HASH> 100644 --- a/tests/Gaufrette/Functional/Adapter/AwsS3Test.php +++ b/tests/Gaufrette/Functional/Adapter/AwsS3Test.php @@ -57,7 +57,7 @@ class AwsS3Test extends \PHPUnit_Framework_TestCase...
Fix expected file url for aws sdk v3
KnpLabs_Gaufrette
train
a661ee99992a9b7fad3a320d641f9263765294a8
diff --git a/exa/test/test_base.py b/exa/test/test_base.py index <HASH>..<HASH> 100644 --- a/exa/test/test_base.py +++ b/exa/test/test_base.py @@ -42,3 +42,4 @@ class TestTester(UnitTester): '''Test that the runners have been imported.''' self.assertIn('run_unittests', dir(exa.test)) self.a...
Fix to tests regarding ipython kernel
exa-analytics_exa
train
b84fa15d87f178dee5f52eb47506245253a57b54
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/test.js b/bundles/org.eclipse.orion.client.core/web/orion/test.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/test.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/test.js @@ -255,7 +255,7 @@ define(['orion/Deferr...
Correcting a problem in how we calculated total test suite run time
eclipse_orion.client
train
fa6eb50a446effbccc740462240db0efaed35b63
diff --git a/src/native-bindings.js b/src/native-bindings.js index <HASH>..<HASH> 100644 --- a/src/native-bindings.js +++ b/src/native-bindings.js @@ -1,10 +1,14 @@ const path = require('path'); -const bindings = require(path.join(__dirname, '..', 'build', 'Release', 'exokit.node')); -const {nativeAudio, nativeVr} = b...
Clean up native-bidings to create a new object on require to prevent double-wrap in test watcher re-require case
exokitxr_exokit
train
9ccc7bbb64816592236f628dc4d70fd1a8fe0e5f
diff --git a/session.go b/session.go index <HASH>..<HASH> 100644 --- a/session.go +++ b/session.go @@ -50,6 +50,9 @@ type Session interface { // Context returns the connection's context. The returned context is always // non-nil and holds the same data as the Context passed into auth // handlers and callbacks. + ...
Document session context canceling (#<I>)
gliderlabs_ssh
train
83bd64fd5815db5f07e1c9a902065b899c55ab2f
diff --git a/tests/spec/fs.rmdir.spec.js b/tests/spec/fs.rmdir.spec.js index <HASH>..<HASH> 100644 --- a/tests/spec/fs.rmdir.spec.js +++ b/tests/spec/fs.rmdir.spec.js @@ -152,6 +152,7 @@ describe('fs.promises.rmdir', function(){ }); }); }); + describe('fsPromises.rmdir', function() { beforeEach(util.setu...
Fix lint issues in #<I>
filerjs_filer
train
240151f0599b06e9956e794ea284c8479247eb80
diff --git a/v2/handler.js b/v2/handler.js index <HASH>..<HASH> 100644 --- a/v2/handler.js +++ b/v2/handler.js @@ -203,9 +203,9 @@ TChannelV2Handler.prototype.handleCallRequest = function handleCallRequest(reqFr ); return callback(); } else { - self.logger.error('Expected "...
handler: downgrade missing headers to warnings
uber_tchannel-node
train
3d59d861f2b94d44686666e5ca05b1ba3a3c767c
diff --git a/lib/webrtc/RTCPeerConnection.js b/lib/webrtc/RTCPeerConnection.js index <HASH>..<HASH> 100644 --- a/lib/webrtc/RTCPeerConnection.js +++ b/lib/webrtc/RTCPeerConnection.js @@ -385,7 +385,6 @@ class RTCPeerConnection extends EventEmitter let mediaSsrc = ssrcs[0]; // SSRC for RTX. let feature...
RTCPeerConnection: handle RTP header extensions (Unified Plan missing)
versatica_mediasoup
train
3653e6f0eed19418c55d776cebc0da6c43317da1
diff --git a/pysatMagVect/_core.py b/pysatMagVect/_core.py index <HASH>..<HASH> 100644 --- a/pysatMagVect/_core.py +++ b/pysatMagVect/_core.py @@ -930,7 +930,7 @@ def step_until_intersect(pos, field_line, sign, time, direction=None, init = field_copy[min_idx,:] field_copy = full_field_line(in...
BUG: Replaced int with ceil for getting number of steps
rstoneback_pysatMagVect
train
2b18544685fda6bdc0018397bc2faf72ead15de2
diff --git a/Controller/MailChimpController.php b/Controller/MailChimpController.php index <HASH>..<HASH> 100755 --- a/Controller/MailChimpController.php +++ b/Controller/MailChimpController.php @@ -59,14 +59,14 @@ class MailChimpController extends Controller } $locationService = $this->get('campaig...
CE-<I> Basic MailChimp integration
CampaignChain_activity-mailchimp
train
9bdcca3b30e87b2343ccc0795f81086394b5a73e
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +fakeweb (1.0.1) + + [ Blaine Cook ] + * update code to correspond to ruby 1.8.4 + * breaks compatibility with ruby 1.8.2 + +-- Blaine Cook <romeda@gmail.com> Tue, 23 May 2006 16:13:26 -0800 + fakeweb (...
Update code for compatibility with ruby <I>; this breaks compatibility with ruby <I> - use fakeweb <I> if you are stuck on <I>.
chrisk_fakeweb
train
942ee6cddbaa56a6e1a6c25f31d6e0e898d47911
diff --git a/lib/mongo_mapper/plugins/querying/decorator.rb b/lib/mongo_mapper/plugins/querying/decorator.rb index <HASH>..<HASH> 100644 --- a/lib/mongo_mapper/plugins/querying/decorator.rb +++ b/lib/mongo_mapper/plugins/querying/decorator.rb @@ -3,6 +3,8 @@ module MongoMapper module Plugins module Querying ...
Added dynamic finders to plucky query so you can use it with scopes.
mongomapper_mongomapper
train
79614d0b863cebcdc3deb8ff3dc0cec6348066cd
diff --git a/lib/rich/cms/content/item.rb b/lib/rich/cms/content/item.rb index <HASH>..<HASH> 100644 --- a/lib/rich/cms/content/item.rb +++ b/lib/rich/cms/content/item.rb @@ -45,9 +45,7 @@ module Rich end def to_tag(options = {}) - tag = options[:tag] || @group.tag || :div - attr...
Not using :div tag as default for cms content anymore: only use :div when content is rendered as :text or :html
archan937_rich_cms
train
59f77313da683f37909affc33cedfec8421ed120
diff --git a/packages/input-radio/src/Radio.js b/packages/input-radio/src/Radio.js index <HASH>..<HASH> 100644 --- a/packages/input-radio/src/Radio.js +++ b/packages/input-radio/src/Radio.js @@ -10,7 +10,6 @@ import Label from "./styledComponents/Label"; const TooltipTarget = disabledTooltip("div"); -/* eslint-dis...
refactor(Radio): dropped componentWillReceiveProps in favor of componentDidUpdate affects: @crave/farmblocks-input-radio BREAKING CHANGE: In this version the use of the deprecated function componentWillReceiveProps has been removed in favor of componentDidUpdate ISSUES CLOSED: #<I>
CraveFood_farmblocks
train
ddf93685da3da298008e24bdfedd1950fa48e091
diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb index <HASH>..<HASH> 100644 --- a/spec/dummy/config/application.rb +++ b/spec/dummy/config/application.rb @@ -5,6 +5,7 @@ require "action_controller/railtie" require "action_mailer/railtie" require "sprockets/railtie" require "sassc-rai...
Require Plek in the Dummy App The dummy app located in `spec/dummy` couldn't be started because the Plek gem wasn't being included in `application.rb`. Whilst this isn't needed for tests to run, it's useful to be able to fire up the dummy app in dev mode and view it in your browser. To run the app: ``` cd spec/dumm...
alphagov_govuk_admin_template
train
262e5636a02a983ccad321927165bb6541ceb93a
diff --git a/.circleci/config.yml b/.circleci/config.yml index <HASH>..<HASH> 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,10 +11,6 @@ stages: - type: cache-restore key: npm-register-{{checksum "package.json"}} - run: | - if [ -z "$AWS_SECRET_ACCESS_KEY" ]; then - ...
Allow PR tests to run in CI (#<I>) * Toggle storage tests based on CI * Warn * Fix invalidate test * Use mocha 3 exit after test run * Coverage commit
jdxcode_npm-register
train
4358e99e232f43f1fc78d4b3575e1beed6748935
diff --git a/core-bundle/src/Resources/contao/library/Contao/System.php b/core-bundle/src/Resources/contao/library/Contao/System.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/System.php +++ b/core-bundle/src/Resources/contao/library/Contao/System.php @@ -402,7 +402,7 @@ abstract ...
Fix another illegal array access in System::getReferer() (see #<I>) Description ----------- | Q | A | -----------------| --- | Fixed issues | - | Docs PR or issue | - Contao <I> / PHP8 Commits ------- <I>cbcc fix an illegal array access
contao_contao
train
d7cc1409e17824d3041fab6cd89bb623f5d9caf8
diff --git a/src/Behat/Testwork/Argument/MixedArgumentOrganiser.php b/src/Behat/Testwork/Argument/MixedArgumentOrganiser.php index <HASH>..<HASH> 100644 --- a/src/Behat/Testwork/Argument/MixedArgumentOrganiser.php +++ b/src/Behat/Testwork/Argument/MixedArgumentOrganiser.php @@ -12,6 +12,7 @@ namespace Behat\Testwork\Ar...
Refactor the code so that there is less repetition of code (but in turn, more code...
Behat_Behat
train
5cc46950ecb98695f16a2814f14e7f06b0e88f36
diff --git a/core/bases.py b/core/bases.py index <HASH>..<HASH> 100644 --- a/core/bases.py +++ b/core/bases.py @@ -142,9 +142,10 @@ class BasePlate(BaseObject): _sample_class = BaseSample def __init__(self, ID, - shape=(8,12), row_labels=None, col_labels=None, - datafile...
Fixed bug with using the 'read' parser; Fixed default pattern to *.fcs (should not be *.*)
eyurtsev_FlowCytometryTools
train
4223e5bbb9a77b895fa39c601d71ac464ebcd132
diff --git a/concrete/config/app.php b/concrete/config/app.php index <HASH>..<HASH> 100644 --- a/concrete/config/app.php +++ b/concrete/config/app.php @@ -92,7 +92,6 @@ return [ // Router service provider 'core_router' => 'Concrete\Core\Routing\RoutingServiceProvider', 'core_cache' => '\Concr...
trying to fix <I> tests
concrete5_concrete5
train
d427cf8de193026d27c83fdd3e35ee720e3910e8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='pycldf', - version='1.0.8', + version='1.0.9', author='Robert Forkel', author_email='forkel@shh.mpg.de', description='A python library to read and write C...
bumped version number to <I>
cldf_pycldf
train
8c6e6bc49105431d363b0edc077022e457d401e0
diff --git a/src/i18n.js b/src/i18n.js index <HASH>..<HASH> 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -242,7 +242,10 @@ export class I18N { node.innerHTML = this.tr(key, params); break; default: //normal html attribute - if (node.au && node.au.controller.viewModel && node.au.controll...
fix(attribute): check for undefined controller when trying to set custom element based properties check wether the controller is undefined fixes issue <URL>
aurelia_i18n
train
a43da6fc4c0b6b9587fdb0ad40a2faec5a03eef3
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '3.10.0' + VERSION = '3.11.0' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
7d1a1e8f7e6400b30bbae75f7a46a50fd5f5e90b
diff --git a/tests/Routing/RouteRunnerTest.php b/tests/Routing/RouteRunnerTest.php index <HASH>..<HASH> 100644 --- a/tests/Routing/RouteRunnerTest.php +++ b/tests/Routing/RouteRunnerTest.php @@ -26,8 +26,12 @@ class RouteRunnerTest extends TestCase public function testRoutingIsPerformedIfRoutingResultsAreUnavailab...
ensure RouteParser is always present
slimphp_Slim
train
91d39e7392302d677fe02092ecca4efc903edf42
diff --git a/user/index.php b/user/index.php index <HASH>..<HASH> 100644 --- a/user/index.php +++ b/user/index.php @@ -393,7 +393,7 @@ $table->initialbars($totalcount > $perpage); $table->pagesize($perpage, $matchcount); - $userlist = get_records_sql($select.$from.$where.$wheresearch.$sort, + $userlis...
user/index: switch to recordsets to use less memory Memory usage was still high for long userlists. Use recordsets to manage memory growth. Note that we are still collecting a long long HTML table in memory before we print it, so the footprint of the html itself is bit of an issue.
moodle_moodle
train
c9f4c588fee5e535bea05f1b6d8a4c5ce70b18e0
diff --git a/lib/puppet/pops/binder/bindings_model_dumper.rb b/lib/puppet/pops/binder/bindings_model_dumper.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/binder/bindings_model_dumper.rb +++ b/lib/puppet/pops/binder/bindings_model_dumper.rb @@ -93,7 +93,7 @@ class Puppet::Pops::Binder::BindingsModelDumper < Puppe...
(maint) Fix missing argument in BindingsModelDumper This fixes a typo (missing argument) in one of the dumper's methods.
puppetlabs_puppet
train
b3ea33dd8d2f12149e64cdc7b3197a2920917631
diff --git a/lib/dbus/error.rb b/lib/dbus/error.rb index <HASH>..<HASH> 100644 --- a/lib/dbus/error.rb +++ b/lib/dbus/error.rb @@ -9,12 +9,36 @@ # See the file "COPYING" for the exact licensing terms. module DBus - # A helper exception on errors - class Error < Exception + # Represents a D-Bus Error, both on the...
Better binding of Ruby Exceptions to D-Bus Errors: Implementation. Requested by Herwin Westsrate: <URL>
mvidner_ruby-dbus
train
661d36388a739241c3406d8474cfcf456cd91701
diff --git a/serializers/gson/src/main/java/at/stefangeyer/challonge/serializer/gson/adapter/MatchAdapter.java b/serializers/gson/src/main/java/at/stefangeyer/challonge/serializer/gson/adapter/MatchAdapter.java index <HASH>..<HASH> 100644 --- a/serializers/gson/src/main/java/at/stefangeyer/challonge/serializer/gson/ada...
Allows certain fields to be nullable
stefangeyer_challonge-java
train
59d65ec2252f1fda6994bd11d8a78b33baf6ea37
diff --git a/src/document/DocumentCommandHandlers.js b/src/document/DocumentCommandHandlers.js index <HASH>..<HASH> 100644 --- a/src/document/DocumentCommandHandlers.js +++ b/src/document/DocumentCommandHandlers.js @@ -721,22 +721,17 @@ define(function (require, exports, module) { // ignoring warnings abou...
remove unnecessary project tree refresh after save as
adobe_brackets
train
e3d3259539b4e7d2cfa0b47c63106a532438ba2c
diff --git a/lib/memoizable/instance_methods.rb b/lib/memoizable/instance_methods.rb index <HASH>..<HASH> 100644 --- a/lib/memoizable/instance_methods.rb +++ b/lib/memoizable/instance_methods.rb @@ -36,18 +36,16 @@ module Memoizable # Sets a memoized value for a method # # @example - # object.memoiz...
Change instance#memoize interface to accept a Hash
dkubb_memoizable
train
5b5f2971f1fd261ad5d1c110db1291c1b0cb229d
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -106,7 +106,7 @@ } if ($groupmode == SEPARATEGROUPS and !isteacheredit($course->id)) { - $count = count_records("forum_disc...
Some fixes to counting, still need to fix some access issues
moodle_moodle
train
3231f765afecaaf8520d1809c47f8faf4b8a96b7
diff --git a/ofp/flow.go b/ofp/flow.go index <HASH>..<HASH> 100644 --- a/ofp/flow.go +++ b/ofp/flow.go @@ -16,7 +16,7 @@ const ( FlowAdd FlowModCommand = iota // FlowModify is a command used to modify all matching flows. - FlowModity + FlowModify // FlowModifyStrict is a command used to modify entry strictly ...
Fix the GoLint report for Flow messages (#<I>) This patch fixes the report generated on invalid comments for flow modification messages.
netrack_openflow
train
1951ffa1db7f9b34ee05f76e3480a21470dd4e53
diff --git a/tests/test_cfg.py b/tests/test_cfg.py index <HASH>..<HASH> 100644 --- a/tests/test_cfg.py +++ b/tests/test_cfg.py @@ -103,8 +103,6 @@ def perform_test(binary_path, cfg_path=None): l.info("CFG generated in %f seconds." % duration) l.info("Contains %d members in BBL dict." % len(bbl_dict)) - _...
oops i didn't remove the breakpoint.
angr_angr
train
d7e7d6cb169d80fa125a409e5d308bcb5bb8199b
diff --git a/config/Cleanmx.php b/config/Cleanmx.php index <HASH>..<HASH> 100644 --- a/config/Cleanmx.php +++ b/config/Cleanmx.php @@ -135,7 +135,7 @@ return [ ], ], - 'cysc.blacklisted.file.gd_url_cloud' => [ + 'cysc_blacklisted_file_gd_url_cloud' => [ 'class' => ...
Do not use dots in the name as it confuses the config base
AbuseIO_parser-cleanmx
train
6ef6dffabba97945727a3aa9eaff49ed43d0b699
diff --git a/vendor/k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go b/vendor/k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go index <HASH>..<HASH> 100644 --- a/vendor/k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go +++ b/v...
UPSTREAM: <drop>: Adapt etcd testing util to <I> Drop when upstream is on a compatible level of etcd <I>
openshift_origin
train
68f6d34e6b51df953f87fc9ef32d8401ca120f20
diff --git a/bcbio/rnaseq/express.py b/bcbio/rnaseq/express.py index <HASH>..<HASH> 100644 --- a/bcbio/rnaseq/express.py +++ b/bcbio/rnaseq/express.py @@ -18,12 +18,12 @@ def run(data): if not in_bam: logger.info("Transcriptome-mapped BAM file not found, skipping eXpress.") return data - gtf_f...
Properly skip creating the transcriptome FASTA file.
bcbio_bcbio-nextgen
train
08b31d2dd1472c2e81562827448db56fa8b99c5c
diff --git a/biojava3-structure/src/main/java/org/biojava/bio/structure/ResidueNumber.java b/biojava3-structure/src/main/java/org/biojava/bio/structure/ResidueNumber.java index <HASH>..<HASH> 100644 --- a/biojava3-structure/src/main/java/org/biojava/bio/structure/ResidueNumber.java +++ b/biojava3-structure/src/main/jav...
improved comparisons between residueNumbers, as provided by Douglas git-svn-id: <URL>
biojava_biojava
train
8c4e2e80acbc69887b85d66b00b9e7ff4df960b4
diff --git a/doc/source/conf.py b/doc/source/conf.py index <HASH>..<HASH> 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,7 +68,7 @@ html_static_path = ['_static'] intersphinx_mapping = { 'python': ('http://docs.python.org/3', None), - 'numpy':('http://docs.scipy.org/doc/numpy', None), + '...
Fixed typesetting in doc/source/conf.py.
frejanordsiek_hdf5storage
train
197f4038f6126be3218c252a416e0fb266723bcc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -408,21 +408,8 @@ class ConnBash(ShutItConnModule): self._add_end_build_info(shutit) # Finish with the container shutit.pexpect_children['container_child'].sendline('exit') - - cfg = shutit.cfg - host_child = shutit...
cidfiles and repository work removed where note relevant. some simplification
ianmiell_shutit
train
e45bff64579b7292c79b4b3885c89a097f09573f
diff --git a/abydos/distance.py b/abydos/distance.py index <HASH>..<HASH> 100644 --- a/abydos/distance.py +++ b/abydos/distance.py @@ -5,7 +5,7 @@ import numpy import sys import abydos.util -def levenshtein_distance(s, t, mode='lev', cost=(1,1,1,1)): +def levenshtein(s, t, mode='lev', cost=(1,1,1,1)): """Retur...
simplified function names improved efficiency of hamming algorithm
chrislit_abydos
train
a244fed1fb69f3324a1b431ae36b057b4ad70321
diff --git a/lib/PrefixCache.php b/lib/PrefixCache.php index <HASH>..<HASH> 100644 --- a/lib/PrefixCache.php +++ b/lib/PrefixCache.php @@ -3,25 +3,19 @@ namespace Amp\Cache; abstract class PrefixCache implements Cache { - protected $keyPrefix; + private $cache; + private $keyPrefix; - public function ...
Use composition instead of inheritance for prefix cache
amphp_cache
train
5e595fc7bed88713c76bc0d59f0c58c34a05a31a
diff --git a/venvstarter.py b/venvstarter.py index <HASH>..<HASH> 100644 --- a/venvstarter.py +++ b/venvstarter.py @@ -569,7 +569,7 @@ class NotSpecified: pass -class VenvManager: +class manager: def __init__(self, program, here=None): if here is None: here = os.path.abspath( @@ -695...
[api] don't need VenvManager as a separate thing
delfick_venvstarter
train
1fc837895f2e4bfcde1b51421d5523d2b15d704d
diff --git a/src/view/items/element/binding/Binding.js b/src/view/items/element/binding/Binding.js index <HASH>..<HASH> 100644 --- a/src/view/items/element/binding/Binding.js +++ b/src/view/items/element/binding/Binding.js @@ -27,12 +27,6 @@ export default class Binding { warnAboutAmbiguity( `'${interpolator.templa...
keep reference expression resolution state up to date
ractivejs_ractive
train
fdbe079671e3581e2ac4bf1b355ce06350feb314
diff --git a/packages/ember-views/lib/views/container_view.js b/packages/ember-views/lib/views/container_view.js index <HASH>..<HASH> 100644 --- a/packages/ember-views/lib/views/container_view.js +++ b/packages/ember-views/lib/views/container_view.js @@ -231,7 +231,7 @@ Ember.ContainerView = Ember.View.extend({ },...
Fix currentView when ContainerView is created with one to be parented and setup correctly.
emberjs_ember.js
train
cd39231b9adb1fc700ff8a690cbca68f0ea61cdc
diff --git a/steam/client/__init__.py b/steam/client/__init__.py index <HASH>..<HASH> 100644 --- a/steam/client/__init__.py +++ b/steam/client/__init__.py @@ -28,7 +28,7 @@ from steam.core.msg import MsgProto from steam.core.cm import CMClient from steam import SteamID from steam.client.builtins import BuiltinBase -...
Implement Logon ID (#<I>)
ValvePython_steam
train
ecd5b3ea4e6fffbcdb59e916abd5a4d82a90be6d
diff --git a/shell/src/main/java/alluxio/cli/fs/command/DistributedCpCommand.java b/shell/src/main/java/alluxio/cli/fs/command/DistributedCpCommand.java index <HASH>..<HASH> 100644 --- a/shell/src/main/java/alluxio/cli/fs/command/DistributedCpCommand.java +++ b/shell/src/main/java/alluxio/cli/fs/command/DistributedCpCo...
Show errors for DistributedLoad/Cp/Mv job submission failures in console pr-link: Alluxio/alluxio#<I> change-id: cid-a<I>b8f9e<I>e<I>d9fc<I>da<I>e<I>e1e7df<I>d
Alluxio_alluxio
train
d6d83650d3b7b0565d288607072c439b850a19aa
diff --git a/src/Model/Behavior/HashidBehavior.php b/src/Model/Behavior/HashidBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/HashidBehavior.php +++ b/src/Model/Behavior/HashidBehavior.php @@ -65,7 +65,7 @@ class HashidBehavior extends Behavior { $this->_primaryKey = $table->primaryKey(); if (...
Do not use the actual Security salt for security reasons.
dereuromark_cakephp-hashid
train
0b8abbc7c098c94e3bd6c56db5858523fdc8ed1d
diff --git a/dota2py/funtests/test_api.py b/dota2py/funtests/test_api.py index <HASH>..<HASH> 100644 --- a/dota2py/funtests/test_api.py +++ b/dota2py/funtests/test_api.py @@ -68,3 +68,16 @@ class ApiTest(unittest.TestCase): break self.assertTrue(contained_player) + + def test_get_...
Test for get_match_details
andrewsnowden_dota2py
train
87b5afd3c649960ecce382d90e441f8761d93321
diff --git a/spec/patron_spec_helper.rb b/spec/patron_spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/patron_spec_helper.rb +++ b/spec/patron_spec_helper.rb @@ -29,7 +29,7 @@ module PatronSpecHelper end def default_client_request_headers(request_method = nil, has_body = false) - if Patron.version >= "0...
Fixed Patron version comparison in patron spec helper.
bblimke_webmock
train
4c3581caf06066875ac413648bcc566e520b5809
diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -381,6 +381,18 @@ async function getAllRenovateBranches(branchPrefix) { if (branch.ref.indexOf(`refs/heads/${branchPrefix}`) === 0) { ...
fix: prune “renovate” branch if branchPrefix is “renovate/“ Otherwise it blocks us from branch creation
renovatebot_renovate
train
f592f95a68f5923f1acacbc8ef43fa09ae29c71e
diff --git a/lib/6to5/generation/buffer.js b/lib/6to5/generation/buffer.js index <HASH>..<HASH> 100644 --- a/lib/6to5/generation/buffer.js +++ b/lib/6to5/generation/buffer.js @@ -68,7 +68,6 @@ Buffer.prototype.removeLast = function (cha) { Buffer.prototype.newline = function (i, removeLast) { if (!this.buf) return;...
Subtract one if line already ends with "{\n"
babel_babel
train
612f7eb6d0ec434ebdb0600161804ccbc9aad1a1
diff --git a/packages/gluegun/src/core-extensions/template-extension.js b/packages/gluegun/src/core-extensions/template-extension.js index <HASH>..<HASH> 100644 --- a/packages/gluegun/src/core-extensions/template-extension.js +++ b/packages/gluegun/src/core-extensions/template-extension.js @@ -42,7 +42,7 @@ function at...
Fix plugin generation (#<I>)
infinitered_gluegun
train
58556aceb1f8b8992c430bc11b5bb2ed5a02afb8
diff --git a/src/main/java/org/altbeacon/beacon/BeaconManager.java b/src/main/java/org/altbeacon/beacon/BeaconManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/altbeacon/beacon/BeaconManager.java +++ b/src/main/java/org/altbeacon/beacon/BeaconManager.java @@ -603,31 +603,6 @@ public class BeaconManager {...
Removes unused beaconServiceConnection field
AltBeacon_android-beacon-library
train
7b62b19c9c63d8469fa54f4cc56666f385c5959b
diff --git a/client/state/action-types.js b/client/state/action-types.js index <HASH>..<HASH> 100644 --- a/client/state/action-types.js +++ b/client/state/action-types.js @@ -600,8 +600,6 @@ export const MEDIA_SOURCE_CHANGE = 'MEDIA_SOURCE_CHANGE'; export const MEDIA_SET_NEXT_PAGE_HANDLE = 'MEDIA_SET_NEXT_PAGE_HANDLE'...
Memberships: Remove unnecessary stripe disconnect success action (#<I>)
Automattic_wp-calypso
train
f81d21adac63c68aed4e486865140186b01aff79
diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py index <HASH>..<HASH> 100644 --- a/buildozer/targets/android.py +++ b/buildozer/targets/android.py @@ -416,7 +416,7 @@ class TargetAndroid(Target): return ndk_dir import re - _version = re.search('(.+?)[a-z]', self.an...
fix ndk version check & download link (#<I>) * fix ndk version check & download link * tiny code cleanup
kivy_buildozer
train
e163774844c9bfb9c7ad7629c862f65bc0e95a1d
diff --git a/uploadservice/src/main/java/com/alexbbb/uploadservice/BinaryUploadFile.java b/uploadservice/src/main/java/com/alexbbb/uploadservice/BinaryUploadFile.java index <HASH>..<HASH> 100644 --- a/uploadservice/src/main/java/com/alexbbb/uploadservice/BinaryUploadFile.java +++ b/uploadservice/src/main/java/com/alexb...
implemented some sanity checks when adding files
gotev_android-upload-service
train
15a87a595f05480007a72dccf339f22452460a1e
diff --git a/blockstack/lib/config.py b/blockstack/lib/config.py index <HASH>..<HASH> 100644 --- a/blockstack/lib/config.py +++ b/blockstack/lib/config.py @@ -106,7 +106,8 @@ Specifically: """ EPOCH_FIELDS = [ "end_block", - "namespaces" + "namespaces", + "features" ] EPOCH_NAMESPACE_FIELDS = [ @@ -...
keep the list of features that will activate when a new epoch passes. provide a query interface to these features, so the consensus logic activates them at the appropriate times
blockstack_blockstack-core
train
a4371c977bba0461a7702a09a1da369c8964adad
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -194,14 +194,18 @@ module.exports.config = function(akasha, config) { } if (elemYT.name /* .prop('tagName') */ === 'youtube-video') { - $(elemYT).replaceWith( - akasha.partialSync("youtub...
Switch partialSync to partial, and entrap some of the config.funcs functions so we can replace them with tags
akashacms_akashacms-embeddables
train
0d2890e9262b28e3a62c1d7db52a4e0631ba0abc
diff --git a/translator/src/test/java/com/google/devtools/j2objc/GenerationTest.java b/translator/src/test/java/com/google/devtools/j2objc/GenerationTest.java index <HASH>..<HASH> 100644 --- a/translator/src/test/java/com/google/devtools/j2objc/GenerationTest.java +++ b/translator/src/test/java/com/google/devtools/j2ob...
Adds assert method to verify AST node toString() strings are equal.
google_j2objc
train
366879db272dd2382735d504e6f0fcbb2513ec17
diff --git a/_pytest/python.py b/_pytest/python.py index <HASH>..<HASH> 100644 --- a/_pytest/python.py +++ b/_pytest/python.py @@ -2326,6 +2326,7 @@ def fail_fixturefunc(fixturefunc, msg): pytrace=False) def call_fixture_func(fixturefunc, request, kwargs, yieldctx): + yieldctx = is_generator(fixt...
Make normal fixtures work with "yield"
pytest-dev_pytest
train