hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d3d4f43f285902d969a2cfb2e8f4523c4937a299 | diff --git a/__init__.py b/__init__.py
index <HASH>..<HASH> 100644
--- a/__init__.py
+++ b/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2rc2"
+__version__ = "3.2rc3"
#--end constants-- | Bump for <I>rc3. | pypa_setuptools | train |
1ecebd540b05c8402d60fc724ddbab0198a2b2da | diff --git a/httprunner/loader.py b/httprunner/loader.py
index <HASH>..<HASH> 100644
--- a/httprunner/loader.py
+++ b/httprunner/loader.py
@@ -416,7 +416,10 @@ def load_project_meta(test_path: Text, reload: bool = False) -> ProjectMeta:
# environment variable maybe loaded in debugtalk.py
# thus .env file shou... | fix: ensure project meta files exist in generated pytest folder files | HttpRunner_HttpRunner | train |
ba6b8b58039a4591cd4781e2bb714799bdd19dfe | diff --git a/lib/puppet/provider/package/zypper.rb b/lib/puppet/provider/package/zypper.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/package/zypper.rb
+++ b/lib/puppet/provider/package/zypper.rb
@@ -10,7 +10,8 @@ Puppet::Type.type(:package).provide :zypper, :parent => :rpm do
#on zypper versions <1.0, th... | (#<I>) Support zypper <I> with zypper package provider
Replaced code that was erroneously assumed to be equivalent with a
more verbose version that works on all Suse systems.
Tested on:
SLE <I>, <I>, <I>
OpenSuSE <I>, <I>, <I>, <I>, <I>, <I> | puppetlabs_puppet | train |
a181471f4eedad115211f2ada15b2ba55db3a801 | diff --git a/theme/clean/classes/core_renderer.php b/theme/clean/classes/core_renderer.php
index <HASH>..<HASH> 100644
--- a/theme/clean/classes/core_renderer.php
+++ b/theme/clean/classes/core_renderer.php
@@ -85,7 +85,7 @@ class theme_clean_core_renderer extends theme_bootstrapbase_core_renderer {
array(... | MDL-<I> theme_clean: Avoid redirects in home url | moodle_moodle | train |
f4c8393113e2205eb8eeddeed10d42ad70d648ef | diff --git a/redis/client.py b/redis/client.py
index <HASH>..<HASH> 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -896,6 +896,14 @@ class Redis(threading.local):
"Increment the score of ``value`` in sorted set ``name`` by ``amount``"
return self.execute_command('ZINCRBY', name, amount, value)
... | added support for zinter and zunion | andymccurdy_redis-py | train |
4e4ff02db5f5c4e70e08b5cc7d5251cd2e342edd | diff --git a/troposphere/elasticsearch.py b/troposphere/elasticsearch.py
index <HASH>..<HASH> 100644
--- a/troposphere/elasticsearch.py
+++ b/troposphere/elasticsearch.py
@@ -67,3 +67,7 @@ class Domain(AWSObject):
'SnapshotOptions': (SnapshotOptions, False),
'Tags': (list, False)
}
+
+
+# Backwar... | Add backward compatibility for the deprecated ElasticsearchDomain | cloudtools_troposphere | train |
6ada13643a1254624ac29ddf4a3320a354311bcf | diff --git a/test/test-50-fs-runtime-layer-2/test-x-index.js b/test/test-50-fs-runtime-layer-2/test-x-index.js
index <HASH>..<HASH> 100644
--- a/test/test-50-fs-runtime-layer-2/test-x-index.js
+++ b/test/test-50-fs-runtime-layer-2/test-x-index.js
@@ -55,7 +55,17 @@ function test01 () {
assert.equal(error... | test fs.writeFile in fs-layer-2 | zeit_pkg | train |
b20ba8145eb12ad1c0dcff4b5a3acb69ab55d1a3 | diff --git a/addon/components/sl-select.js b/addon/components/sl-select.js
index <HASH>..<HASH> 100755
--- a/addon/components/sl-select.js
+++ b/addon/components/sl-select.js
@@ -43,13 +43,6 @@ export default Ember.Component.extend( InputBased, TooltipEnabled, {
disableSearch: false,
/**
- * Unique inpu... | Moved inputId generation to input based mixin. | softlayer_sl-ember-components | train |
5373981efb2a56e52139a46ed56008d084ac7871 | diff --git a/dashboard_server/urls.py b/dashboard_server/urls.py
index <HASH>..<HASH> 100644
--- a/dashboard_server/urls.py
+++ b/dashboard_server/urls.py
@@ -66,6 +66,7 @@ urlpatterns = patterns('',
name='data-browser'),
url(r'xml-rpc/', dashboard_xml_rpc_handler,
name='xml-rpc'),
+ url(r'^da... | Include all dashboard_app URLs from dashboard_server URLs under /dashboard | zyga_json-schema-validator | train |
499cd75502b7598eebeda5864e19d70331bbc9c2 | diff --git a/src/redisboard/admin.py b/src/redisboard/admin.py
index <HASH>..<HASH> 100644
--- a/src/redisboard/admin.py
+++ b/src/redisboard/admin.py
@@ -17,6 +17,7 @@ class RedisServerAdmin(admin.ModelAdmin):
list_display = (
'__unicode__', 'status', 'memory', 'clients', 'details', 'tools'
)
+ l... | Added list filters for label and hostname. | ionelmc_django-redisboard | train |
f02531339279755e12347c5ce826544f3647f7ed | diff --git a/npm/test-lint.js b/npm/test-lint.js
index <HASH>..<HASH> 100755
--- a/npm/test-lint.js
+++ b/npm/test-lint.js
@@ -10,9 +10,7 @@ var async = require('async'),
'./lib/authorizer',
'./lib/uvm/*.js',
'./lib/backpack',
- './test/system',
- './test/unit',
- './test... | Add all test directories to eslint config | postmanlabs_postman-runtime | train |
3608f3aa0cc26f41aad71402d6dd097b2fb40442 | diff --git a/pygubu/__init__.py b/pygubu/__init__.py
index <HASH>..<HASH> 100644
--- a/pygubu/__init__.py
+++ b/pygubu/__init__.py
@@ -7,21 +7,19 @@ __all__ = [
'BuilderObject',
'register_widget',
'register_property',
+ 'register_custom_property',
'remove_binding',
'ApplicationLevelBindManag... | Add register_custom_property function.
This is a helper function to easy register a new property. | alejandroautalan_pygubu | train |
e7e2c23985e04cb4f084a4e6181532de1f44c60c | diff --git a/src/test/php/predicate/RegexTest.php b/src/test/php/predicate/RegexTest.php
index <HASH>..<HASH> 100644
--- a/src/test/php/predicate/RegexTest.php
+++ b/src/test/php/predicate/RegexTest.php
@@ -94,14 +94,21 @@ class RegexTest extends TestCase
*/
public function invalidRegexThrowsRuntimeException... | apparently the error changed... *sigh* | bovigo_assert | train |
ac5b05702f9430076f70c275aae72695851e9214 | diff --git a/app/models/tolk/locale.rb b/app/models/tolk/locale.rb
index <HASH>..<HASH> 100644
--- a/app/models/tolk/locale.rb
+++ b/app/models/tolk/locale.rb
@@ -57,6 +57,7 @@ module Tolk
accepts_nested_attributes_for :translations, :reject_if => proc { |attributes| attributes['text'].blank? }
before_validat... | Whitelisting attributes (rails <I> security
enhancement) | tolk_tolk | train |
761713142331194ffbde80e5ffc842a652d801c8 | diff --git a/trimesh/exchange/gltf.py b/trimesh/exchange/gltf.py
index <HASH>..<HASH> 100644
--- a/trimesh/exchange/gltf.py
+++ b/trimesh/exchange/gltf.py
@@ -236,7 +236,8 @@ def load_gltf(file_obj=None,
# that can be used to instantiate a trimesh.Scene object
kwargs = _read_buffers(header=tree,
... | use resolver to load external GLTF images | mikedh_trimesh | train |
c2a84a858442396e3702e80259f2dcedfbd941b9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(name='cwltool',
'rdflib >= 4.1.0',
'rdflib-jsonld >= 0.3.0',
'shellescape',
- 'schema-salad >= 1.18',
+ 'schema-salad >= 1.18.20160930145650',
... | Bump schema-salad version for validation performance fixes. (#<I>) | common-workflow-language_cwltool | train |
a40315c4366240f9d21ae2e9e0415163c2b6abbc | diff --git a/test/assertions/to-contain.spec.js b/test/assertions/to-contain.spec.js
index <HASH>..<HASH> 100644
--- a/test/assertions/to-contain.spec.js
+++ b/test/assertions/to-contain.spec.js
@@ -117,4 +117,26 @@ describe('to contain assertion', function () {
'^^^ ^^^');
});
}... | Improve coverage of some unrelated code. | unexpectedjs_unexpected | train |
abb4292bace20ca0829a479fc58414469a05411d | diff --git a/tests/integration/test_starlette_py36plus.py b/tests/integration/test_starlette_py36plus.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_starlette_py36plus.py
+++ b/tests/integration/test_starlette_py36plus.py
@@ -261,8 +261,8 @@ async def test_amazon_queue_time(tracked_requests):
async def te... | Tidy Starlette test (#<I>)
Noticed this `with pytest.raises()` wasn't around a single statement so ambiguous. | scoutapp_scout_apm_python | train |
89eedffe04accd81fd2d5b1cbddc34186ffa9b42 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,10 @@ Unreleased
----------
None
+[3.46.5]
+--------
+fix: degreed2 improperly tracking completion status
+
[3.46.4]
--------
fix: Degreed2 estimated time to complete in hours
diff --git a/... | fix: degreed2 improperly tracking completion status (#<I>)
ENT-<I> | edx_edx-enterprise | train |
d856414551912c378be663723eac3cc916717860 | diff --git a/setup.php b/setup.php
index <HASH>..<HASH> 100644
--- a/setup.php
+++ b/setup.php
@@ -93,7 +93,7 @@ Zend_Loader_Autoloader::getInstance();
require 'includes/functions/functions.php';
require 'includes/functions/functions_edit.php';
require 'includes/classes/class_i18n.php';
-define('WT_LOCALE', i18n::in... | Fix: setup.php reverts to english after page one | fisharebest_webtrees | train |
3b51cd8ecfa4008d300be5922d4e9a3d789c1e61 | diff --git a/synapse/models/material.py b/synapse/models/material.py
index <HASH>..<HASH> 100644
--- a/synapse/models/material.py
+++ b/synapse/models/material.py
@@ -21,6 +21,10 @@ class MatModule(s_module.CoreModule):
('name', ('str', {'lower': True}), {'doc': 'The human readable name of the ma... | tel:mob:telem:loc prop and mat:item:spec prop added (#<I>) | vertexproject_synapse | train |
d6cd7d8f351588d3f4ffcf7fae6dd2ceb4e0fbc7 | diff --git a/lib/hubs3d/model.rb b/lib/hubs3d/model.rb
index <HASH>..<HASH> 100644
--- a/lib/hubs3d/model.rb
+++ b/lib/hubs3d/model.rb
@@ -26,16 +26,17 @@ module Hubs3D
private
- def base_64
+ def base_64_file
Base64.encode64 open(@path, 'r') { |f| f.read }
end
def post
- post = A... | Add attachments params to the request only if needed | sunny_hubs3d | train |
2a8998fc344886297e3932b0365f7effed5c2923 | diff --git a/test/test_wordcloud.py b/test/test_wordcloud.py
index <HASH>..<HASH> 100644
--- a/test/test_wordcloud.py
+++ b/test/test_wordcloud.py
@@ -69,10 +69,9 @@ def test_collocation_stopwords():
wc = WordCloud(collocations=True, stopwords={"you", "very"}, collocation_threshold=9)
wc.generate(STOPWORDED_C... | change tokenization behavior to never include stop words in bigrams | amueller_word_cloud | train |
037e0d0775261017ab5396960e2b94d48eb40be7 | diff --git a/bin/nodemcu-tool.js b/bin/nodemcu-tool.js
index <HASH>..<HASH> 100755
--- a/bin/nodemcu-tool.js
+++ b/bin/nodemcu-tool.js
@@ -99,7 +99,7 @@ _cli
.action(function(options){
// force silent mode!
- SilentMode(options.json===true);
+ SilentMode(options.json===true || _cli.silent=... | fixed silent mode for fsinfo command | AndiDittrich_NodeMCU-Tool | train |
ea16803980ae93688f977e0a693a4a98df5d033d | diff --git a/desktop/app/menu-bar.js b/desktop/app/menu-bar.js
index <HASH>..<HASH> 100644
--- a/desktop/app/menu-bar.js
+++ b/desktop/app/menu-bar.js
@@ -68,7 +68,7 @@ export default function () {
})
if (process.platform === 'linux') {
- mb.tray.setToolTip('View Folders')
+ mb.tray.setToolTip('Sh... | fix close. make context menu on unbuntu say show keybase vs view folders (#<I>) | keybase_client | train |
11a7e49682227a3b6b8712b179e4dc6ea6433e6b | diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/calls/CallMasterActor.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/calls/CallMasterActor.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/c... | fix(core): Fixing incorrect signaling messages in master call actor | actorapp_actor-platform | train |
f0cf49ca96832ce97feba2344252f03406c6d062 | diff --git a/packages/jsdoc2spec/src/cli.js b/packages/jsdoc2spec/src/cli.js
index <HASH>..<HASH> 100755
--- a/packages/jsdoc2spec/src/cli.js
+++ b/packages/jsdoc2spec/src/cli.js
@@ -13,13 +13,16 @@ const { generate, write } = require('./transformer.js');
const defaultConfig = require('../spec.config.js');
-const ... | refactor: properly merge configs with cli options | miralemd_scriptappy | train |
25b8b84f65116935b2873dce71616c6ca82c74bd | diff --git a/src/Symfony/Component/BrowserKit/CookieJar.php b/src/Symfony/Component/BrowserKit/CookieJar.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/BrowserKit/CookieJar.php
+++ b/src/Symfony/Component/BrowserKit/CookieJar.php
@@ -37,6 +37,11 @@ class CookieJar
/**
* Gets a cookie by name.
... | [BrowserKit] fixed BC break done recently | symfony_symfony | train |
d23d20f20422f0746aedad0e31318417c2ac7041 | diff --git a/config/styleguide.config.js b/config/styleguide.config.js
index <HASH>..<HASH> 100644
--- a/config/styleguide.config.js
+++ b/config/styleguide.config.js
@@ -271,6 +271,17 @@ module.exports = {
},
{
name: 'Content',
+ sections: [
+ {
+ name: 'Te... | chore(docs): add terms and conditions to styleguidist | telus_tds-core | train |
e4641f1d3d986d77142b1007406e57a4b108d36f | diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
index <HASH>..<HASH> 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
@@ -96,11 +96,34 @@ public cl... | [Java] Validate the type is correct when using a valueRef for a enum constant. Issue #<I>. | real-logic_simple-binary-encoding | train |
a24bac9e5e4d76112c199ec43f90a9d4d34dcd45 | diff --git a/great_expectations/rule_based_profiler/data_assistant/data_assistant.py b/great_expectations/rule_based_profiler/data_assistant/data_assistant.py
index <HASH>..<HASH> 100644
--- a/great_expectations/rule_based_profiler/data_assistant/data_assistant.py
+++ b/great_expectations/rule_based_profiler/data_assis... | [BUGFIX] Insure TABLE Domain Metrics Do Not Get Column Key From Column Type Rule Domain Builder (#<I>) | great-expectations_great_expectations | train |
1755736fa740fc7646e581ffcb2d1f2a5f30f7a4 | diff --git a/src/router.js b/src/router.js
index <HASH>..<HASH> 100644
--- a/src/router.js
+++ b/src/router.js
@@ -624,7 +624,7 @@ function getEntryFromURL(url) {
let config;
const [pathname, search] = url.hash.split("?");
- if (pathname) {
+ if (pathname && pathname.match(/^#@.+-.+/)) {
config = getConf... | fix(router): use hash from url only when view id is detected | hybridsjs_hybrids | train |
1bab1f156c5d37a2348d98452b67f7db8ef6db6b | diff --git a/src/consts/base.js b/src/consts/base.js
index <HASH>..<HASH> 100644
--- a/src/consts/base.js
+++ b/src/consts/base.js
@@ -20,6 +20,6 @@ export const
ON_ERROR = '__COLLECTION_TMP__onError';
export const
- CACHE_VERSION = 23,
+ CACHE_VERSION = 24,
CACHE_KEY = '__COLLECTION_CACHE__',
CACHE_VERSION_KE... | :arrow_up: CACHE_VERSION | kobezzza_Collection | train |
bc6ce703af0d36e55ff614934660ce46a5bc5d98 | diff --git a/core/peer/peer.go b/core/peer/peer.go
index <HASH>..<HASH> 100644
--- a/core/peer/peer.go
+++ b/core/peer/peer.go
@@ -450,6 +450,17 @@ func GetLedger(cid string) ledger.PeerLedger {
return nil
}
+// GetResourcesConfig returns the resources configuration of the chain with channel ID. Note that this
+//... | [FAB-<I>] add implementation of ChaincodeByName
This change set introduces the proper implementation for the ChaincodeByName
function exposed by the Support interface for the endorser.
Change-Id: If<I>b5e<I>a4cffcbbd<I>f<I>fe5e4b0c | hyperledger_fabric | train |
9daac350e9cbf7f1337e0a8956c0382b2def6391 | diff --git a/mongo_orchestration/replica_sets.py b/mongo_orchestration/replica_sets.py
index <HASH>..<HASH> 100644
--- a/mongo_orchestration/replica_sets.py
+++ b/mongo_orchestration/replica_sets.py
@@ -70,6 +70,9 @@ class ReplicaSet(BaseModel):
self.member_create(member, index)
for index, mem... | Configure replset settings with 'rsSettings'. | 10gen_mongo-orchestration | train |
e1075a482154d24e397b92e81c84ab901ebfd4d6 | diff --git a/authapi/serializers.py b/authapi/serializers.py
index <HASH>..<HASH> 100644
--- a/authapi/serializers.py
+++ b/authapi/serializers.py
@@ -4,30 +4,30 @@ from rest_framework import serializers
from authapi.models import SeedOrganization, SeedTeam, SeedPermission
-class OrganizationSummarySerializer(seri... | Change to ModelSerializer, we don't actually want HyperlinkedModelSerializer | praekeltfoundation_seed-auth-api | train |
52a69115ad2a871d890eca9999ac04f235f718de | diff --git a/tests/test_prediction_server.py b/tests/test_prediction_server.py
index <HASH>..<HASH> 100644
--- a/tests/test_prediction_server.py
+++ b/tests/test_prediction_server.py
@@ -6,7 +6,7 @@ from sklearn.datasets import load_iris, load_boston
from serveit.sklearn_server import PredictionServer
-class Predi... | Ensure base testing classes are new-style - inherit from object | rtlee9_serveit | train |
ad1faa4cc0816d5a5733b7d48d6c5ba91157032c | diff --git a/tests/perf_unicorn.py b/tests/perf_unicorn.py
index <HASH>..<HASH> 100644
--- a/tests/perf_unicorn.py
+++ b/tests/perf_unicorn.py
@@ -19,9 +19,6 @@ def perf_unicorn_0():
pg_unicorn.run()
elapsed = time.time() - start
- if len(pg_unicorn.errored) > 0:
- pg_unicorn.errored[0].debug()
-
... | remove debug statements from tests/perf_unicorn.py | angr_angr | train |
9a4ffbbb5395cc3ec769f2a874638feefc7fc8c4 | diff --git a/src/Sulu/Bundle/TagBundle/Tests/Functional/Controller/TagControllerTest.php b/src/Sulu/Bundle/TagBundle/Tests/Functional/Controller/TagControllerTest.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/TagBundle/Tests/Functional/Controller/TagControllerTest.php
+++ b/src/Sulu/Bundle/TagBundle/Tests/Funct... | update tests for rest refractoring | sulu_sulu | train |
84a4498eb565328d2fe92a1f145c33d6425fcc99 | diff --git a/lib/more_core_extensions/core_ext/array/inclusions.rb b/lib/more_core_extensions/core_ext/array/inclusions.rb
index <HASH>..<HASH> 100644
--- a/lib/more_core_extensions/core_ext/array/inclusions.rb
+++ b/lib/more_core_extensions/core_ext/array/inclusions.rb
@@ -7,6 +7,7 @@ module MoreCoreExtensions
# ... | Array#include_any? and friends now accept a single argument Array.
Fixes:
`[1, 2, 3].include_any?([1, 4])` returning false
It should behave the same as `[1, 2, 3].include_any?(1, 4)`
Single argument Arrays are splat so [1, 4] becomes [[1, 4]]. We have to
grab the first item of the multidimensional array if it's a si... | ManageIQ_more_core_extensions | train |
a39add76c983034837b35f77649cfbb2a3cb51b6 | diff --git a/src/Resource.js b/src/Resource.js
index <HASH>..<HASH> 100644
--- a/src/Resource.js
+++ b/src/Resource.js
@@ -85,6 +85,46 @@ function Resource(name, url, options) {
this.xhr = null;
/**
+ * Describes if this resource was loaded as json. Only valid after the resource
+ * has completely l... | add support for checking data types with is* | englercj_resource-loader | train |
80856acdfd623cd0838c9df507970b2077044159 | diff --git a/src/angular-dragdrop.js b/src/angular-dragdrop.js
index <HASH>..<HASH> 100644
--- a/src/angular-dragdrop.js
+++ b/src/angular-dragdrop.js
@@ -47,7 +47,7 @@ var jqyoui = angular.module('ngDragDrop', []).service('ngDragDropService', ['$ti
// call either $scoped method i.e. $scope.dropCallback or const... | fix(*): Closes #<I> - pass right context in case of ctrlAs syntax | codef0rmer_angular-dragdrop | train |
89aef82b68a9205ba08430c62c1651b73835dbf6 | diff --git a/claripy/operations.py b/claripy/operations.py
index <HASH>..<HASH> 100644
--- a/claripy/operations.py
+++ b/claripy/operations.py
@@ -362,6 +362,10 @@ def _flatten_simplifier(op_name, *args):
if not any(isinstance(a, ast.Base) and a.op == op_name for a in args):
return
+ # we cannot furt... | Fix the issue where flatten simplifiers lose AST annotations. | angr_claripy | train |
7c38e42d2e9046196483532adb6199cd4085a58a | diff --git a/js/commands/AccessTokenCommands.js b/js/commands/AccessTokenCommands.js
index <HASH>..<HASH> 100644
--- a/js/commands/AccessTokenCommands.js
+++ b/js/commands/AccessTokenCommands.js
@@ -48,63 +48,63 @@ var AccessTokenCommands = function (cli, options) {
util.inherits(AccessTokenCommands, BaseCommand);
Ac... | retab: gah! Forgot to switch my tab hat for spaces
Harumph. I need to figure out a vim autocmd for "do the right thing re:
tabs". | particle-iot_particle-cli | train |
61d658011f6a57001040e7e27e60dbab8ea467d5 | diff --git a/rest_framework_extensions/cache/decorators.py b/rest_framework_extensions/cache/decorators.py
index <HASH>..<HASH> 100644
--- a/rest_framework_extensions/cache/decorators.py
+++ b/rest_framework_extensions/cache/decorators.py
@@ -85,10 +85,15 @@ class CacheResponse:
response.render()
... | django <I> compatibility: do not use _headers
need to use .headers or .items() instead. However
we must notice that internal structure has changed : instead of key.lower() => (key with initial casing, value) we now have
key => value and override of __getitem__ and other same family methods.
Therefore, for compatibilit... | chibisov_drf-extensions | train |
6d5c7c7cd4019cd09030f9ca55dc84ff5f91c8e2 | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,16 +44,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
+ <version>3.0.0-M3</version>
<configuration>
<jun... | Fix test unit dependency on host time zone. | js-lib-com_tiny-container | train |
fd43d3709e7fd84b201e0a80da0238b8b690191a | diff --git a/tests/py_test.py b/tests/py_test.py
index <HASH>..<HASH> 100644
--- a/tests/py_test.py
+++ b/tests/py_test.py
@@ -162,9 +162,10 @@ class TestFuzz(unittest.TestCase):
''' Low level stress/fuzz test: serialize/deserialize a variety of
different kinds of data in different combinations '''
- ... | Fix test using compat.binary_types (from March). | google_flatbuffers | train |
a71e58c5d6dc89f224e457722647d2841c3554d6 | diff --git a/chef/lib/chef/rest.rb b/chef/lib/chef/rest.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/rest.rb
+++ b/chef/lib/chef/rest.rb
@@ -162,7 +162,7 @@ class Chef
http_retries = 1
# TODO - Figure out how to test this block - I really have no idea how
- # to do it wouthout actually calli... | re-adding default routing to fix things up
adding debugging to REST.rb | chef_chef | train |
07a2c754b6534270553c6c75ffe5303c3fe0159a | diff --git a/tag/feature.py b/tag/feature.py
index <HASH>..<HASH> 100644
--- a/tag/feature.py
+++ b/tag/feature.py
@@ -523,6 +523,17 @@ class Feature(object):
return attributes
@property
+ def ncbi_geneid(self):
+ values = self.get_attribute('Dbxref', as_list=True)
+ if values is None:
... | Step 1 of my evil plan to make it easier to parse various ID types | standage_tag | train |
9e2a72245cfef3e10d5841c36f675b8e9b752083 | diff --git a/glances/outputs/static/js/stats_controller.js b/glances/outputs/static/js/stats_controller.js
index <HASH>..<HASH> 100644
--- a/glances/outputs/static/js/stats_controller.js
+++ b/glances/outputs/static/js/stats_controller.js
@@ -141,6 +141,10 @@ glancesApp.controller('statsController', function($scope, $h... | Remove empty battery in the web ui | nicolargo_glances | train |
3c3a1ed1df2274f806af29259e2a32c544b84bb3 | diff --git a/src/main/java/nl/topicus/jdbc/transaction/TransactionThread.java b/src/main/java/nl/topicus/jdbc/transaction/TransactionThread.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/topicus/jdbc/transaction/TransactionThread.java
+++ b/src/main/java/nl/topicus/jdbc/transaction/TransactionThread.java
@@ -1... | changed waiting mechanism for transactions into standard Java
wait/notify functionality | olavloite_spanner-jdbc | train |
b5a2ec8a549d8fe16319667a87fd4ef3dbfc7e55 | diff --git a/src/Aerys/Handlers/Websocket/Io/FrameWriter.php b/src/Aerys/Handlers/Websocket/Io/FrameWriter.php
index <HASH>..<HASH> 100644
--- a/src/Aerys/Handlers/Websocket/Io/FrameWriter.php
+++ b/src/Aerys/Handlers/Websocket/Io/FrameWriter.php
@@ -15,12 +15,17 @@ class FrameWriter {
private $currentFrame;
... | Re-added IO granularity throttle on websocket frame writer | amphp_http-server | train |
7e176b5115209b8a9d190eb13b4bfdee58b5458c | diff --git a/gcs/compose_objects.go b/gcs/compose_objects.go
index <HASH>..<HASH> 100644
--- a/gcs/compose_objects.go
+++ b/gcs/compose_objects.go
@@ -36,6 +36,10 @@ func (b *bucket) makeComposeObjectsBody(
r := storagev1.ComposeRequest{
Destination: &storagev1.Object{
Name: req.DstName,
+
+ // We get an HTT... | Set a content type, to make GCS happy. | jacobsa_gcloud | train |
05e651f038779e1c5b753b2b4a72a6f0348b88a0 | diff --git a/salt/transport/tcp.py b/salt/transport/tcp.py
index <HASH>..<HASH> 100644
--- a/salt/transport/tcp.py
+++ b/salt/transport/tcp.py
@@ -603,23 +603,22 @@ class TCPReqServerChannel(salt.transport.mixins.auth.AESReqServerMixin, salt.tra
self.payload_handler = payload_handler
self.io_loop = io... | fix _create_stream and tornado <I>
This should be the last fix for tornado <I> | saltstack_salt | train |
4e24ea8ef860433df6ca1f03b909cc6c2daf926e | diff --git a/spec/core/connect_spec.rb b/spec/core/connect_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/core/connect_spec.rb
+++ b/spec/core/connect_spec.rb
@@ -253,9 +253,10 @@ describe OSCRuby::Connect do
end
- context '#patch'
+ end
+
+ context '#patch'
- end
end
end
\ No newline at end of file | made a mistake with the tests, fixing now | rajangdavis_osvc_ruby | train |
f5f67cef4cc5b8fc62c251b05c943a4a0ffdb07d | diff --git a/src/util.py b/src/util.py
index <HASH>..<HASH> 100644
--- a/src/util.py
+++ b/src/util.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#-*- encoding: utf-8 -*-
#
# This file is part of python-gnupg, a Python wrapper around GnuPG.
# Copyright © 2013 Isis Lovecruft, Andrej B. | Remove script headers from src/util.py. | isislovecruft_python-gnupg | train |
00b61d88bf741bff98f1cd25bd85b4b108d2716c | diff --git a/java/src/com/google/template/soy/data/BaseSoyTemplateImpl.java b/java/src/com/google/template/soy/data/BaseSoyTemplateImpl.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/data/BaseSoyTemplateImpl.java
+++ b/java/src/com/google/template/soy/data/BaseSoyTemplateImpl.java
@@ -24,6 +24,... | Tiny tweaks to invocation builders
Instead of having BaseSoyTemplateImpl.Builder call allParams() from its constructor, just have the base class pass the number of params up. This avoids the weirdness of calling an abstract method from a constructor.
GITHUB_BREAKING_CHANGES=none
-------------
Created by MOE: <URL> | google_closure-templates | train |
c4f488c9d67e1b525083ff8c2fe4c5477feb0039 | diff --git a/pybar/ViTablesPlugin/pybar_plugin.py b/pybar/ViTablesPlugin/pybar_plugin.py
index <HASH>..<HASH> 100644
--- a/pybar/ViTablesPlugin/pybar_plugin.py
+++ b/pybar/ViTablesPlugin/pybar_plugin.py
@@ -5,12 +5,7 @@
"""Plugin that provides plotting of data from the Python Bonn Atlas Readout System (pyBAR).
"""
... | MAINT: move imports to the top | SiLab-Bonn_pyBAR | train |
b68e1228e97d23c0b7c7904f2b63b89284a3849d | diff --git a/salt/modules/rpm.py b/salt/modules/rpm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/rpm.py
+++ b/salt/modules/rpm.py
@@ -478,8 +478,6 @@ def info(*packages, **attr):
if len(line) != 2:
continue
key, value = line
- if key != 'name' and filter_attrs ... | Remove unnecessary check for the "name" key | saltstack_salt | train |
9573a83b213e11e2fe4d5deda9e6f9ad8bf4006e | diff --git a/cluster_queryindexes.go b/cluster_queryindexes.go
index <HASH>..<HASH> 100644
--- a/cluster_queryindexes.go
+++ b/cluster_queryindexes.go
@@ -45,6 +45,7 @@ type jsonQueryIndex struct {
Keyspace string `json:"keyspace_id"`
Namespace string `json:"namespace_id"`
IndexKey []string ... | GOCBC-<I>: Add Condition to QueryIndex
Motivation
----------
The SDK did not expose the condition field of a Query index.
Changes
-------
Added Condition field to QueryIndex.
Change-Id: I<I>e<I>a0b1ba<I>da5d<I>ad<I>a3
Reviewed-on: <URL> | couchbase_gocb | train |
857bd732723a6ca297195198b9796ba79226f83f | diff --git a/activerecord/lib/active_record/attribute_methods/read.rb b/activerecord/lib/active_record/attribute_methods/read.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/attribute_methods/read.rb
+++ b/activerecord/lib/active_record/attribute_methods/read.rb
@@ -120,22 +120,20 @@ module ActiveRe... | use the key name yielded to the fetch block | rails_rails | train |
e68b680c91f57a68bf768fde8180fb36d3810636 | diff --git a/app_listenAndServe.go b/app_listenAndServe.go
index <HASH>..<HASH> 100644
--- a/app_listenAndServe.go
+++ b/app_listenAndServe.go
@@ -29,7 +29,7 @@ func (app *App) ListenAndServe(addr ...string) error {
}
}
- if !flag.Parsed() {
+ if !flag.Parsed() && !flagsDisabled {
flag.Parse()
}
diff --gi... | :sparkles: introduced DisableFlags: this allows globally disable default gramework flags, which is useful when using non-default flag libraries like pflag. | gramework_gramework | train |
1f774667198e72e29a124e8a39dc88b7a2e609d8 | diff --git a/presto-main/src/main/java/com/facebook/presto/server/TaskResource.java b/presto-main/src/main/java/com/facebook/presto/server/TaskResource.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/server/TaskResource.java
+++ b/presto-main/src/main/java/com/facebook/presto/server... | Always use JSON for PlanFragment serialization
SMILE support has flaky edge cases, and we cache the
serialization now which already has reduced the cost. | prestodb_presto | train |
0cf671115e9f944a974a398f5d800c0b99bb26a8 | diff --git a/lib/rails-footnotes/notes/controller_note.rb b/lib/rails-footnotes/notes/controller_note.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-footnotes/notes/controller_note.rb
+++ b/lib/rails-footnotes/notes/controller_note.rb
@@ -25,7 +25,15 @@ module Footnotes
def controller_filename
contr... | controller_note now finds controllers in engines
With rails engines controllers can be located in
plugins.
If ActionController::Routing responds to the message
:controller_paths then this patch loops through all
the paths to controllers and returns the first one
where the file referenced by the full path exists.
Oth... | josevalim_rails-footnotes | train |
9de086df6032e04f51c32afc3816cad5b01e011a | diff --git a/zzk/service/service.go b/zzk/service/service.go
index <HASH>..<HASH> 100644
--- a/zzk/service/service.go
+++ b/zzk/service/service.go
@@ -516,10 +516,11 @@ func WaitService(shutdown <-chan interface{}, conn client.Connection, serviceID
// Get the service node and verify that the number of running in... | Instantiate node.Service before calling client.Get. | control-center_serviced | train |
2ecd01521fa95f2d79e9a483d6b84bc26145ddbc | diff --git a/src/Http/Response.php b/src/Http/Response.php
index <HASH>..<HASH> 100644
--- a/src/Http/Response.php
+++ b/src/Http/Response.php
@@ -632,6 +632,7 @@ class Response implements ResponseInterface
}
$this->_reasonPhrase = $reasonPhrase;
+ // These status codes don't have bodies and ... | Add comment for content-type removal. | cakephp_cakephp | train |
afc063fb97e6d76d6306eb6118f994ae133ac4a1 | diff --git a/server/config/index.js b/server/config/index.js
index <HASH>..<HASH> 100644
--- a/server/config/index.js
+++ b/server/config/index.js
@@ -4,7 +4,7 @@ const config = {
bcoin_http: 'localhost',
bcoin: {
network: 'main',
- db: 'leveldb',
+ db: 'mem',
prefix: '.',
checkpoints: true,
... | sync & async saving. Bleh | bitpay_insight | train |
61dffabf974109fc47146c56d6843e22b9c68adc | diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -68,9 +68,9 @@ The --logflags value is a sum of the following:
8 Long filename
16 Short filename
-I.e. to prefix each log line with date and time, set --logflags=3... | cmd/syncthing, lib/logger: Add date to default log format (fixes #<I>) (#<I>)
This changes the default log format to include the date. | syncthing_syncthing | train |
1406181e2712832b35dc7e4ad812b6ddd9327665 | diff --git a/classes/Gems/Agenda/Filter/XandAppointmentFilter.php b/classes/Gems/Agenda/Filter/XandAppointmentFilter.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Agenda/Filter/XandAppointmentFilter.php
+++ b/classes/Gems/Agenda/Filter/XandAppointmentFilter.php
@@ -11,6 +11,8 @@
namespace Gems\Agenda\Filter;
... | Fixed namespace issues in new appointment filters | GemsTracker_gemstracker-library | train |
7fd927d505dc5edcdfe744665c5d05b3b3424a80 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,9 @@
from setuptools import setup
-import os
setup(name='servicemanager',
python_requires='>2.7.13',
- version=os.environ.get("RELEASE_VERSION", "local-development-build"),
+ version='1.4.0',
... | Bump release version to <I> | hmrc_service-manager | train |
0270e87b36db6e0c489bcb012cd0d16e8ae1ab57 | diff --git a/common/src/main/java/tachyon/network/protocol/RPCBlockReadResponse.java b/common/src/main/java/tachyon/network/protocol/RPCBlockReadResponse.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/tachyon/network/protocol/RPCBlockReadResponse.java
+++ b/common/src/main/java/tachyon/network/protocol/RPC... | Add another DataByteBuffer constructor to avoid copying from ByteBuf | Alluxio_alluxio | train |
d1c126ccae46c22fe0ad4c312970aa7ffa6e30ce | diff --git a/growler/application.py b/growler/application.py
index <HASH>..<HASH> 100644
--- a/growler/application.py
+++ b/growler/application.py
@@ -187,8 +187,6 @@ class Application(object):
Called before running the server, ensures all required coroutines have
finished running.
"""
- ... | Added/Improved docstrings | pyGrowler_Growler | train |
efd329d593e84edfba2afd4adebe4970831a70ba | diff --git a/lib/ui.js b/lib/ui.js
index <HASH>..<HASH> 100755
--- a/lib/ui.js
+++ b/lib/ui.js
@@ -58,17 +58,18 @@ var ui = {
// There are commands running if
// cancelCommands function is available.
if (self.parent.session.cancelCommands) {
- self.parent.session.emit('vorpal_command... | fixed sigint bug on cancelled commands | dthree_vorpal | train |
7009fadbabb56969a2d7a5b78616d1ad5725d540 | diff --git a/apptentive/src/main/java/com/apptentive/android/sdk/debug/Assert.java b/apptentive/src/main/java/com/apptentive/android/sdk/debug/Assert.java
index <HASH>..<HASH> 100644
--- a/apptentive/src/main/java/com/apptentive/android/sdk/debug/Assert.java
+++ b/apptentive/src/main/java/com/apptentive/android/sdk/deb... | Added Assert.assertEquals method | apptentive_apptentive-android | train |
d6f9703e37dd118dcda73e229a15ebe00ad94965 | diff --git a/src/main/java/org/metacsp/meta/simplePlanner/ProactivePlanningDomain.java b/src/main/java/org/metacsp/meta/simplePlanner/ProactivePlanningDomain.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/metacsp/meta/simplePlanner/ProactivePlanningDomain.java
+++ b/src/main/java/org/metacsp/meta/simplePlanne... | Refining proactive planning example wih Cooking and Eating (still a bit shaky...). --F. | FedericoPecora_meta-csp-framework | train |
10b042296f8e34954b1e873895c4650e62175bae | diff --git a/lib/raml/method.rb b/lib/raml/method.rb
index <HASH>..<HASH> 100644
--- a/lib/raml/method.rb
+++ b/lib/raml/method.rb
@@ -1,6 +1,6 @@
module Raml
class Method
- NAMES = %w(options get head post put delete trace connect)
+ NAMES = %w(options get head post put delete trace connect patch)
ext... | Add PATCH to list of supported methods. | coub_raml_ruby | train |
0a362917910356d2471a12cca057842923bbeb3b | diff --git a/spec/controllers/spree/adyen_redirect_controller_spec.rb b/spec/controllers/spree/adyen_redirect_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/spree/adyen_redirect_controller_spec.rb
+++ b/spec/controllers/spree/adyen_redirect_controller_spec.rb
@@ -37,12 +37,6 @@ RSpec.describe Spr... | Cleaned up spec a bit
Removed some unessecary parts that were specific about which payment
method to use, this should really matter here as there is not specific
logic based on that at this point. | StemboltHQ_solidus-adyen | train |
ab25e7557e56bb54cbef916a6f4fc2646d7ac21b | diff --git a/go/vt/vtctl/reparentutil/reparent_functions.go b/go/vt/vtctl/reparentutil/reparent_functions.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtctl/reparentutil/reparent_functions.go
+++ b/go/vt/vtctl/reparentutil/reparent_functions.go
@@ -76,7 +76,6 @@ type (
tabletMap map[string]*topo.TabletInfo
... | remove validCandidates from the vtctlreparentFunctions struct | vitessio_vitess | train |
0072a9391542cf45764559b47fb528bd9aa66676 | diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
index <HASH>..<HASH> 100644
--- a/spring-boot-autoconfigure/src/main/java/org/springframework/b... | Expose Tomcat's accesslog requestAttributesEnabled
This commit adds an extra property to the `server.tomcat.accesslog` to
control the `reqestAttributesEnabled` flag. This flag sets request
attributes for IP address, Hostname, protocol and port used for the
request.
Closes gh-<I> | spring-projects_spring-boot | train |
bde8756110f094e8d6eafdac0797334414b446db | diff --git a/Library/Console/Application.php b/Library/Console/Application.php
index <HASH>..<HASH> 100644
--- a/Library/Console/Application.php
+++ b/Library/Console/Application.php
@@ -12,6 +12,7 @@
namespace Zephir\Console;
use Symfony\Component\Console\Application as BaseApplication;
+use Symfony\Component\Cons... | Do not print exception backtrace when command not found | phalcon_zephir | train |
e5e2978752a7d1418505a74410afb5e43537aa8d | diff --git a/indra/tools/reading/read_files.py b/indra/tools/reading/read_files.py
index <HASH>..<HASH> 100644
--- a/indra/tools/reading/read_files.py
+++ b/indra/tools/reading/read_files.py
@@ -99,7 +99,7 @@ def main():
outputs = read_files(input_lines, readers, verboes=verbose)
reading_out_path = args.name ... | Apply batch-id methodology to readings and statements. | sorgerlab_indra | train |
963cb1ffd31b6592cc881c56e25a37efe9178fe3 | diff --git a/app/library/Module.php b/app/library/Module.php
index <HASH>..<HASH> 100755
--- a/app/library/Module.php
+++ b/app/library/Module.php
@@ -78,32 +78,34 @@ abstract class Module implements Access
public function name($name = null)
{
+ $base = static::NAME;
return isset($name)
- ... | Tweak group names in URLs | jacksleight_chalk | train |
d604b6d47ae636e20fb4ca9d2327f7283222dc5a | diff --git a/lib/fog/openstack/storage.rb b/lib/fog/openstack/storage.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/openstack/storage.rb
+++ b/lib/fog/openstack/storage.rb
@@ -3,8 +3,7 @@ require 'fog/openstack/core'
module Fog
module Storage
class OpenStack < Fog::Service
- requires :openstack_auth_url,... | [openstack] storage does not require api_key and username, token can also be used | fog_fog | train |
28f737e4d4e3e0fc4186eef82c8ec239255ac840 | diff --git a/core-bundle/src/Command/MigrateCommand.php b/core-bundle/src/Command/MigrateCommand.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Command/MigrateCommand.php
+++ b/core-bundle/src/Command/MigrateCommand.php
@@ -145,7 +145,7 @@ class MigrateCommand extends Command
return 1;
}
... | Fix bug with hash comparison in migrate command (see #<I>)
Description
-----------
-
Commits
-------
f<I>af9f Fix bug with hash comparison in migrate command
e8b<I>fa3 Do not require migrations-only or schema-only if a hash is specified | contao_contao | train |
c9c9a683f70fd5d8c3f790790b5719971d6d5f91 | diff --git a/_pydevd_bundle/pydevd_process_net_command_json.py b/_pydevd_bundle/pydevd_process_net_command_json.py
index <HASH>..<HASH> 100644
--- a/_pydevd_bundle/pydevd_process_net_command_json.py
+++ b/_pydevd_bundle/pydevd_process_net_command_json.py
@@ -9,7 +9,7 @@ import types
from _pydevd_bundle._debug_adapter ... | Check if returned thread id is valid in on_evaluate_request. ptvsd:<I> | fabioz_PyDev.Debugger | train |
cda45918ced57322509d4ade9a0dcb5409148683 | diff --git a/lib/runivedo/session.rb b/lib/runivedo/session.rb
index <HASH>..<HASH> 100644
--- a/lib/runivedo/session.rb
+++ b/lib/runivedo/session.rb
@@ -23,6 +23,9 @@ module Runivedo
def initialize(url, args = {})
@remote_objects = {}
@ws = RfcWebSocket::WebSocket.new(url)
+ # Use TCP_NODELAY,... | use TCP_NODELAY for sockets
this results in a massive speedup on linux, since usually SQL queries
are pretty small packets. | univedo_runivedo | train |
5c3111af78de427e1e43f9f202427036dc1a731c | diff --git a/annis-gui/src/main/java/annis/gui/resultview/ResultViewPanel.java b/annis-gui/src/main/java/annis/gui/resultview/ResultViewPanel.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/resultview/ResultViewPanel.java
+++ b/annis-gui/src/main/java/annis/gui/resultview/ResultViewPanel.java
@... | don't forget information about selected token annotations | korpling_ANNIS | train |
e05cacd08ff40fa7d7af192fee95c3bc60df9617 | diff --git a/resource_aws_vpc_peering_connection.go b/resource_aws_vpc_peering_connection.go
index <HASH>..<HASH> 100644
--- a/resource_aws_vpc_peering_connection.go
+++ b/resource_aws_vpc_peering_connection.go
@@ -147,7 +147,6 @@ func resourceAwsVPCPeeringUpdate(d *schema.ResourceData, meta interface{}) error
}
... | providers/aws: peering connection id-only test settings | terraform-providers_terraform-provider-aws | train |
9e2a5855e630b67a434ec3f56f04f8c4e71ce43d | diff --git a/lib/media/play_rate_controller.js b/lib/media/play_rate_controller.js
index <HASH>..<HASH> 100644
--- a/lib/media/play_rate_controller.js
+++ b/lib/media/play_rate_controller.js
@@ -89,6 +89,15 @@ shaka.media.PlayRateController = class {
}
/**
+ * Get the default play rate of the playback.
+ *
... | fix(ui): Play video with the previous speed after pause
When we change the video play rate via UI, and pause and play the
video, it resumes playing at 1. That's caused by 'cancelTrickPlay'.
We can set the defaultPlaybackRate when changing the play rate, and
use that value when we resume playing.
Closes #<I>
Change-... | google_shaka-player | train |
3d0818d8ddee84aa53eba51ba8cf42775f09f040 | diff --git a/tests/contrib_tests/ignite_tests/test_handler.py b/tests/contrib_tests/ignite_tests/test_handler.py
index <HASH>..<HASH> 100644
--- a/tests/contrib_tests/ignite_tests/test_handler.py
+++ b/tests/contrib_tests/ignite_tests/test_handler.py
@@ -91,12 +91,10 @@ def test_post_metrics(client):
@pytest.mark.sk... | avoid to use nonlocal scope for python2 | chainer_chainerui | train |
332f96889f59005d51bdc3d46a90ef318352af5d | diff --git a/lib/assets/JavaScript.js b/lib/assets/JavaScript.js
index <HASH>..<HASH> 100644
--- a/lib/assets/JavaScript.js
+++ b/lib/assets/JavaScript.js
@@ -405,7 +405,7 @@ class JavaScript extends Text {
node,
href: node.source.value
});
- ... | JavaScriptExport: Add support for ExportAllDeclaration (export * from ...) | assetgraph_assetgraph | train |
0fde9fe3e81c5726fb42ed4ffb19210d5f53024a | diff --git a/src/claviska/SimpleImage.php b/src/claviska/SimpleImage.php
index <HASH>..<HASH> 100644
--- a/src/claviska/SimpleImage.php
+++ b/src/claviska/SimpleImage.php
@@ -1378,7 +1378,7 @@ class SimpleImage {
imagefilledarc($tempImage->image, $x, $y, $width+$thickness, $height+$thickness, $start, $end, $temp... | Fixes problem with red border in ellipse, arc and roundedRectangle (#<I>) | claviska_SimpleImage | train |
970726b8748422dcc5e275313c735e28e84427b9 | diff --git a/src/feat/test/integration/test_agencies_net_agency.py b/src/feat/test/integration/test_agencies_net_agency.py
index <HASH>..<HASH> 100644
--- a/src/feat/test/integration/test_agencies_net_agency.py
+++ b/src/feat/test/integration/test_agencies_net_agency.py
@@ -403,7 +403,6 @@ class IntegrationTestCase(Ful... | Fix issues with integration tests timing out in tearDown. | f3at_feat | train |
07c48004954626e670ff5e3c446a4e5dfeaabc74 | diff --git a/greycat/src/main/java/greycat/internal/custom/NDTree.java b/greycat/src/main/java/greycat/internal/custom/NDTree.java
index <HASH>..<HASH> 100644
--- a/greycat/src/main/java/greycat/internal/custom/NDTree.java
+++ b/greycat/src/main/java/greycat/internal/custom/NDTree.java
@@ -360,7 +360,11 @@ public class... | Null pointer protection on NDTree | datathings_greycat | train |
ad78345ad3d9fbbcba9a179e1d8ee257f03ff6aa | diff --git a/spyderlib/baseconfig.py b/spyderlib/baseconfig.py
index <HASH>..<HASH> 100644
--- a/spyderlib/baseconfig.py
+++ b/spyderlib/baseconfig.py
@@ -20,7 +20,6 @@ import os
import sys
# Local imports
-from spyderlib import __version__
from spyderlib.utils import encoding
from spyderlib.py3compat import... | Rename configuration dir from ~/.spyder2{-py3} to ~/.spyder{-py3}
This will make our life easier when doing major updates in version | spyder-ide_spyder | train |
92f892a4673a9746ca4eba2122cce7b8c9da11dc | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -138,7 +138,7 @@ export default class Bot extends EventEmitter {
* @return {unknown} returns the result of calling message's send method
*/
send(message) {
- return message.send(this).catch(consol... | Do not try to eat up request errors with catch as this will break rejection chain | mdibaiee_node-telegram-api | train |
bdd1422ec442c20be7c901d14fcf6399b443a3d9 | diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/controller/FindNonProgressingOperationHandler.java b/domain-management/src/main/java/org/jboss/as/domain/management/controller/FindNonProgressingOperationHandler.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/main/java/org/jboss/a... | [WFCORE-<I>] find-non-progressing-operation should be read-only and runtime-only | wildfly_wildfly-core | train |
d4a4df005f3dfd80fada14dd35cb82dbe97e60b0 | diff --git a/pyscreeze/__init__.py b/pyscreeze/__init__.py
index <HASH>..<HASH> 100644
--- a/pyscreeze/__init__.py
+++ b/pyscreeze/__init__.py
@@ -24,14 +24,15 @@ from PIL import ImageOps
try:
import cv2, numpy
useOpenCV = True
+ RUNNING_CV_2 = cv2.__version__[0] < '3'
except ImportError:
useOpenCV ... | Updated the code to put all checks in the try/except, and reference the useOpenCV variable. | asweigart_pyscreeze | train |
bd57a55cad3067061cc7f412244b745f8fcb7fca | diff --git a/spyder/plugins/ipythonconsole/widgets/client.py b/spyder/plugins/ipythonconsole/widgets/client.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/client.py
+++ b/spyder/plugins/ipythonconsole/widgets/client.py
@@ -594,8 +594,10 @@ class ClientWidget(QWidget, SaveHistoryMixin):
... | IPython Console: Correctly handle multiple restarts due to crashes when running code | spyder-ide_spyder | train |
22e45daefd3a3cd13a5d2e5e1c4e3533582b82dc | diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/FaultRecoveringOutputStream.java b/okhttp/src/main/java/com/squareup/okhttp/internal/FaultRecoveringOutputStream.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/main/java/com/squareup/okhttp/internal/FaultRecoveringOutputStream.java
+++ b/okhttp/src/main/... | Recover from failed flushes and closes too. | square_okhttp | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.