hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b238ddb87672d7a51b78546cc0abed6cb1d4be0b
diff --git a/tests/phpunit/unit/Extensions/BaseExtensionTest.php b/tests/phpunit/unit/Extensions/BaseExtensionTest.php index <HASH>..<HASH> 100644 --- a/tests/phpunit/unit/Extensions/BaseExtensionTest.php +++ b/tests/phpunit/unit/Extensions/BaseExtensionTest.php @@ -11,29 +11,8 @@ use Bolt\Tests\BoltUnitTest; * * @...
[Tests] Have BaseExtensionTest extend the abstract extension class
bolt_bolt
train
fecde5d97f83bddfb312cb5f185027bf06845c2b
diff --git a/src/pybel/io/extras.py b/src/pybel/io/extras.py index <HASH>..<HASH> 100644 --- a/src/pybel/io/extras.py +++ b/src/pybel/io/extras.py @@ -40,7 +40,7 @@ def to_graphml(graph, file): graph.node_to_bel(u), graph.node_to_bel(v), key=key, - relation=data[RELATIO...
Rename attribute in GraphML export
pybel_pybel
train
c5c63ad6eb4bfd562020980efbc0ec25ad1a663a
diff --git a/test/unit/v2.1.0/converter-v21-to-v1.test.js b/test/unit/v2.1.0/converter-v21-to-v1.test.js index <HASH>..<HASH> 100644 --- a/test/unit/v2.1.0/converter-v21-to-v1.test.js +++ b/test/unit/v2.1.0/converter-v21-to-v1.test.js @@ -788,6 +788,61 @@ describe('v2.1.0 to v1.0.0', function () { done...
Test: graphql body transformation for <I> -> v1
postmanlabs_postman-collection-transformer
train
48aef37e3461b97c74bbfa10ffa0c52bc3f547f2
diff --git a/src/main/java/io/lettuce/core/output/StreamReadOutput.java b/src/main/java/io/lettuce/core/output/StreamReadOutput.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/lettuce/core/output/StreamReadOutput.java +++ b/src/main/java/io/lettuce/core/output/StreamReadOutput.java @@ -46,6 +46,8 @@ public clas...
Fix StreamReadOutput when XREADGROUP doesn't report the body #<I> We now correctly decode stream messages that are deleted (i.e. don't return the body).
lettuce-io_lettuce-core
train
06e9a5709b502bbd9f0329dde65197aea24507c6
diff --git a/test/ConfigTestCases.test.js b/test/ConfigTestCases.test.js index <HASH>..<HASH> 100644 --- a/test/ConfigTestCases.test.js +++ b/test/ConfigTestCases.test.js @@ -226,6 +226,7 @@ describe("ConfigTestCases", () => { ); if (exportedTests < filesCount) return done(new Error("No tests exp...
get rid of webpackJsonp global leak
webpack_webpack
train
4103816c2d3bda0c880e88eca9c6ef559a940100
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,11 @@ 0.5.4-dev ========= - * new ``taxit taxid_classified`` that decides if a tax_id is primary and valid (True/False) + * new ``taxit taxid_classified`` decides if a tax_id is primary and valid (True...
will read from stdin if csv file is not present as input arg
fhcrc_taxtastic
train
cebe22b3a091118cb15fc46ff422c2c136e44985
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,11 +4,9 @@ require_once __DIR__ . '/../src/neevo.php'; // Test helper objects autoloader -function NeevoTestAutoload($class){ +spl_autoload_register(function($class){ $path...
Revert 'tests/bootstrap.php' to <I>ff1d5
smasty_Neevo
train
527a2b7cd349a72cb65a970c8ffe0f9a315ec635
diff --git a/pyzotero/zotero.py b/pyzotero/zotero.py index <HASH>..<HASH> 100644 --- a/pyzotero/zotero.py +++ b/pyzotero/zotero.py @@ -141,7 +141,6 @@ def retrieve(func): 'text/plain': 'plain' } fmt = formats.get(self.request.headers['Content-Type'], 'json') - processor = self....
Content processing and write token fixes - More robust content processing by specifically tracking 'tag' requests - API v3 uses Zotero-Write-Token, as opposed to x-Zotero…
urschrei_pyzotero
train
d1c63b14082bd0c261800e1f9770b0d01812aab5
diff --git a/integration-tests/spec/messaging_spec.rb b/integration-tests/spec/messaging_spec.rb index <HASH>..<HASH> 100644 --- a/integration-tests/spec/messaging_spec.rb +++ b/integration-tests/spec/messaging_spec.rb @@ -622,7 +622,7 @@ remote_describe "in-container messaging tests" do end after(:each...
Try to clean up messaging_spec on BuildHive
torquebox_torquebox
train
b6c45d837e535df38069db8040eb80d5588bdb23
diff --git a/lib/fog/openstack/models/compute/host.rb b/lib/fog/openstack/models/compute/host.rb index <HASH>..<HASH> 100644 --- a/lib/fog/openstack/models/compute/host.rb +++ b/lib/fog/openstack/models/compute/host.rb @@ -8,10 +8,11 @@ module Fog class Host < Fog::Model attribute :host_name - ...
service attribute conflicts with the service defined in the parent
fog_fog
train
d57f196112c91f63c2705f6d2f44f7e6a9e592c6
diff --git a/interp/interp_test.go b/interp/interp_test.go index <HASH>..<HASH> 100644 --- a/interp/interp_test.go +++ b/interp/interp_test.go @@ -1516,6 +1516,10 @@ var runTests = []runTest{ "block\n", }, { + "[[ -e /dev/nvme0n1 ]] || { echo block; exit; }; [[ -b /dev/nvme0n1 ]] && echo block; [[ -c /dev/nvme0...
interp: use /dev/nvme0n1 for testing "test -b" too Most modern laptops use NVMe SSDs nowadays, and those block devices tend to appear as nvme0n1 instead of sda. Add a test case for that device path, too. Both test cases have a fallback if the path doesn't exist.
mvdan_sh
train
52b303df5a11c7c3e7b06d2f96aa9c176e322feb
diff --git a/src/pyramid_jwt/__init__.py b/src/pyramid_jwt/__init__.py index <HASH>..<HASH> 100644 --- a/src/pyramid_jwt/__init__.py +++ b/src/pyramid_jwt/__init__.py @@ -93,9 +93,14 @@ def set_jwt_cookie_authentication_policy( json_encoder=None, audience=None, cookie_name=None, - https_only=False, + ...
Creating config file options for every cookie setting
wichert_pyramid_jwt
train
4667b8a47ccd34c00a27ac88e4ac248d0fa5268e
diff --git a/configman/__init__.py b/configman/__init__.py index <HASH>..<HASH> 100644 --- a/configman/__init__.py +++ b/configman/__init__.py @@ -69,11 +69,10 @@ def configuration(*args, **kwargs): """this function just instantiates a ConfigurationManager and returns the configuration dictionary. It accepts...
clearer selection of kwargs on the configuration call
mozilla_configman
train
6349948049205bd12862ca95f9d39aa21f5d6023
diff --git a/lib/extensions/nfc/ext/nfc/platform/android/src/com/rhomobile/nfc/Nfc.java b/lib/extensions/nfc/ext/nfc/platform/android/src/com/rhomobile/nfc/Nfc.java index <HASH>..<HASH> 100644 --- a/lib/extensions/nfc/ext/nfc/platform/android/src/com/rhomobile/nfc/Nfc.java +++ b/lib/extensions/nfc/ext/nfc/platform/andr...
Android: fix NFC extension build for java 7 compiler
rhomobile_rhodes
train
c8c0afb6182c728b9c1d01e6f93f20543481e240
diff --git a/lib/tapestry/version.rb b/lib/tapestry/version.rb index <HASH>..<HASH> 100644 --- a/lib/tapestry/version.rb +++ b/lib/tapestry/version.rb @@ -1,7 +1,7 @@ module Tapestry module_function - VERSION = "0.5.0".freeze + VERSION = "0.6.0".freeze def version """
Release of version <I>.
jeffnyman_tapestry
train
0b427935c68a5b77dc0f7372cbfe6825f0767306
diff --git a/print.js b/print.js index <HASH>..<HASH> 100644 --- a/print.js +++ b/print.js @@ -99,11 +99,22 @@ function print(input, options = {}, name = "", refs = null){ refs.set(input, name); + /** Begin compiling some serious output */ + let output = ""; + let typeName = ""; + + let arrayLike; + let isFunc...
Display named properties in Maps and Sets
Alhadis_Print
train
74f78cf99c512654d60be25b01247f631cfe66b9
diff --git a/lib/chef/resource/hostname.rb b/lib/chef/resource/hostname.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/hostname.rb +++ b/lib/chef/resource/hostname.rb @@ -50,6 +50,10 @@ class Chef description: "An optional property to set the hostname if it differs from the resource block's name.", ...
Added new property fqdn and made sure hosts entry includes the same
chef_chef
train
69b8b40d0d6be251e52ea09857fd1ab3986eed3b
diff --git a/mod/jodd/src/jodd/datetime/format/AbstractFormatter.java b/mod/jodd/src/jodd/datetime/format/AbstractFormatter.java index <HASH>..<HASH> 100644 --- a/mod/jodd/src/jodd/datetime/format/AbstractFormatter.java +++ b/mod/jodd/src/jodd/datetime/format/AbstractFormatter.java @@ -237,4 +237,42 @@ public abstract ...
added usage of isInDayLightTime()
oblac_jodd
train
6eb312490a19cecd6198a803c8574fcb92a52e72
diff --git a/src/main/java/water/util/MRUtils.java b/src/main/java/water/util/MRUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/util/MRUtils.java +++ b/src/main/java/water/util/MRUtils.java @@ -292,6 +292,7 @@ public class MRUtils { /** * Correct probabilities obtained from training on oversampl...
Add reference to oversampling correction math.
h2oai_h2o-2
train
55a279adf44423c103464e35cc6835f4b90464d6
diff --git a/guice/restclient/src/main/java/com/peterphi/std/guice/restclient/resteasy/impl/ResteasyProxyClientFactoryImpl.java b/guice/restclient/src/main/java/com/peterphi/std/guice/restclient/resteasy/impl/ResteasyProxyClientFactoryImpl.java index <HASH>..<HASH> 100644 --- a/guice/restclient/src/main/java/com/peterp...
Improve javadoc on service client auto-binding
petergeneric_stdlib
train
dc1b14f4296190f9e294ec47c9c32e8a5fd2dfc7
diff --git a/arangodb/api.py b/arangodb/api.py index <HASH>..<HASH> 100644 --- a/arangodb/api.py +++ b/arangodb/api.py @@ -350,6 +350,8 @@ class Database(object): kwargs=data ) + Client.instance().set_database(name=name) + return db @classmethod
Now by default a created database will set it's name as default database
saeschdivara_ArangoPy
train
3cabaa734e01ebacab33881824e8b861847a00d6
diff --git a/lib/foodcritic/rake_task.rb b/lib/foodcritic/rake_task.rb index <HASH>..<HASH> 100644 --- a/lib/foodcritic/rake_task.rb +++ b/lib/foodcritic/rake_task.rb @@ -23,7 +23,7 @@ module FoodCritic end def define - desc "Lint Chef cookbooks" + desc "Lint Chef cookbooks" unless ::Rake....
Allow to override description of Rake task Example: desc "Run Foodcritic lint checks" FoodCritic::Rake::LintTask.new
Foodcritic_foodcritic
train
e998d908b213943b5b2d01fc1784786b591340a8
diff --git a/spatialist/vector.py b/spatialist/vector.py index <HASH>..<HASH> 100644 --- a/spatialist/vector.py +++ b/spatialist/vector.py @@ -808,6 +808,9 @@ def intersect(obj1, obj2): if not isinstance(obj1, Vector) or not isinstance(obj2, Vector): raise RuntimeError('both objects must be of type Vector...
[vector.intersect] clone both Vector objects before doing anything
johntruckenbrodt_spatialist
train
1fccbe39e1df4b6c10788a825c4a361624f1feea
diff --git a/src/Http/Request.php b/src/Http/Request.php index <HASH>..<HASH> 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -292,7 +292,7 @@ class Request * * @return string */ - public static function buildQueryString(array $data = null) + public static function buildQueryStri...
Add option to disable url encoding query string.
nirix_radium
train
f484850875c112dc23c8173e1911809e64cf7eb3
diff --git a/pypeerassets/protocol.py b/pypeerassets/protocol.py index <HASH>..<HASH> 100644 --- a/pypeerassets/protocol.py +++ b/pypeerassets/protocol.py @@ -277,6 +277,7 @@ class DeckState: def __init__(self, cards: Generator) -> None: + self.cards = cards self.total = 0 self.burned ...
DeckState: fix _sort_cards
PeerAssets_pypeerassets
train
18413201f490630d8adb0c8792ce9764680de180
diff --git a/py/apigen/htmlgen.py b/py/apigen/htmlgen.py index <HASH>..<HASH> 100644 --- a/py/apigen/htmlgen.py +++ b/py/apigen/htmlgen.py @@ -322,7 +322,9 @@ class ApiPageBuilder(AbstractPageBuilder): H.FunctionDef(localname, argdesc), H.Docstring(docstring or H.em('no docstring available')),...
[svn r<I>] Fixed link (now properly has an href). --HG-- branch : trunk
pytest-dev_pytest
train
814b36a08a60f4159cdcbb1c466a6a0027440b6c
diff --git a/src/JavascriptRenderer.php b/src/JavascriptRenderer.php index <HASH>..<HASH> 100644 --- a/src/JavascriptRenderer.php +++ b/src/JavascriptRenderer.php @@ -63,11 +63,11 @@ class JavascriptRenderer extends BaseJavascriptRenderer $cssRoute = preg_replace('/\Ahttps?:/', '', $cssRoute); $jsRout...
Turbolinks compatibility (#<I>)
barryvdh_laravel-debugbar
train
f4c9986ab024579d0f4748248aef698f38c69f64
diff --git a/as/thrift.js b/as/thrift.js index <HASH>..<HASH> 100644 --- a/as/thrift.js +++ b/as/thrift.js @@ -292,6 +292,7 @@ function send(request, endpoint, outHead, outBody, callback) { } }; +/*eslint-disable max-statements */ TChannelAsThrift.prototype._parse = function parse(opts) { var self = this;...
linting: [as/thrift] comply with max-statements rule
uber_tchannel-node
train
d8468e3bf470c48fe6dcfe9d3a456ffafa1ee40b
diff --git a/generators/php/text.js b/generators/php/text.js index <HASH>..<HASH> 100644 --- a/generators/php/text.js +++ b/generators/php/text.js @@ -226,7 +226,7 @@ Blockly.PHP['text_trim'] = function(block) { Blockly.PHP['text_print'] = function(block) { // Print statement. var argument0 = Blockly.PHP.valueTo...
print statement fix from Neil's comments
LLK_scratch-blocks
train
36801f75fd78e2f8b16894acf4b6dca5d44e82d9
diff --git a/packages/neos-ui-guest-frame/src/initializeGuestFrame.js b/packages/neos-ui-guest-frame/src/initializeGuestFrame.js index <HASH>..<HASH> 100644 --- a/packages/neos-ui-guest-frame/src/initializeGuestFrame.js +++ b/packages/neos-ui-guest-frame/src/initializeGuestFrame.js @@ -6,7 +6,7 @@ import {selectors, ac...
TASK: Listen to click on guest frame document rather than body
neos_neos-ui
train
59ffd7c33c164a7d0253d62a9050b22afa92029a
diff --git a/montblanc/impl/rime/tensorflow/feeders/rime_data_feeder.py b/montblanc/impl/rime/tensorflow/feeders/rime_data_feeder.py index <HASH>..<HASH> 100644 --- a/montblanc/impl/rime/tensorflow/feeders/rime_data_feeder.py +++ b/montblanc/impl/rime/tensorflow/feeders/rime_data_feeder.py @@ -408,7 +408,7 @@ class MSR...
Correct row dimension for primary MS columns We have DATA, FLAG and WEIGHT rows for each timestep, baseline and band.
ska-sa_montblanc
train
d36151daa642dff6ffecac9ba1c72efb1cba0f5c
diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Testing/TestResponse.php +++ b/src/Illuminate/Foundation/Testing/TestResponse.php @@ -192,7 +192,7 @@ class TestResponse extends Response ...
Make decodeResponseJson from protected to public (#<I>)
laravel_framework
train
addbb35a30526a66fe4526169020f731ae601946
diff --git a/heron/tools/tracker/src/python/config.py b/heron/tools/tracker/src/python/config.py index <HASH>..<HASH> 100644 --- a/heron/tools/tracker/src/python/config.py +++ b/heron/tools/tracker/src/python/config.py @@ -50,13 +50,14 @@ class Config: for extra_link in self.configs[EXTRA_LINKS_KEY]: se...
Fix extra.links of heron-tracker (#<I>)
apache_incubator-heron
train
1543422a37904f99b7b7fa4e8d7c2d8e9e2e5bc3
diff --git a/cdk-data/cdk-data-core/src/test/java/com/cloudera/cdk/data/filesystem/TestFileSystemDatasetRepository.java b/cdk-data/cdk-data-core/src/test/java/com/cloudera/cdk/data/filesystem/TestFileSystemDatasetRepository.java index <HASH>..<HASH> 100644 --- a/cdk-data/cdk-data-core/src/test/java/com/cloudera/cdk/dat...
CDK-<I>: Adding FS tests for new repo API methods.
kite-sdk_kite
train
6cdc30afb66b8698d3dd69d2fac4211efb754454
diff --git a/sebastian/core/elements.py b/sebastian/core/elements.py index <HASH>..<HASH> 100644 --- a/sebastian/core/elements.py +++ b/sebastian/core/elements.py @@ -1,4 +1,14 @@ from collections import Iterable +import tempfile +import subprocess as sp +from StringIO import StringIO +try: + from IPython.core.disp...
Output sequence in PNG for iPython Notebook
jtauber_sebastian
train
cd95a374bd38e3e4b1a1c4a1ef906f1099cb93e0
diff --git a/lib/textlint/plugin.rb b/lib/textlint/plugin.rb index <HASH>..<HASH> 100644 --- a/lib/textlint/plugin.rb +++ b/lib/textlint/plugin.rb @@ -12,15 +12,15 @@ module Danger # # You should replace these comments with a public description of your library. # - # @example Run textlint and send as inline c...
Fix for target files are corrected from git status.
Kesin11_danger-textlint
train
f176f20b8e2d20a0069f8b32617396f21d4745eb
diff --git a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java +++ b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java @@ -788,9...
Do not add an empty externs file when no externs have been given ------------- Created by MOE: <URL>
google_closure-compiler
train
03f5f57af03b8fa251dc2a0bbc27960a61fce9ca
diff --git a/activestorage/test/models/attached/many_test.rb b/activestorage/test/models/attached/many_test.rb index <HASH>..<HASH> 100644 --- a/activestorage/test/models/attached/many_test.rb +++ b/activestorage/test/models/attached/many_test.rb @@ -325,12 +325,12 @@ class ActiveStorage::ManyAttachedTest < ActiveSuppo...
Test Attached::Many in Attached::Many test This exact test exists in `one_test.rb`. It was probably overlooked after being copied and pasted.
rails_rails
train
4a0f96d15c904c5006b14b97172f1f75d0aadd43
diff --git a/app/assets/javascripts/auth/users/profiles.js b/app/assets/javascripts/auth/users/profiles.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/auth/users/profiles.js +++ b/app/assets/javascripts/auth/users/profiles.js @@ -3,7 +3,7 @@ $(document).on("click","#get_activities",function(event){ var ...
all options for Auth::Activity.get_in_range now work, move onto integration with collage
wordjelly_Auth
train
2ffac1635a473a45ff14e138b84f06edd11e76ef
diff --git a/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php b/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php +++ b/src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php @@ -503,7 +503,7 ...
Fix self-referencing HasManyThrough existence queries (#<I>)
laravel_framework
train
6008cea67a4306e00e5619f8c5f15986c0490cd5
diff --git a/properties/base/containers.py b/properties/base/containers.py index <HASH>..<HASH> 100644 --- a/properties/base/containers.py +++ b/properties/base/containers.py @@ -180,7 +180,6 @@ class Tuple(basic.Property): def __init__(self, doc, prop, **kwargs): self.prop = prop super(Tuple, se...
Add serialization/deserialization to Dict property
seequent_properties
train
f9715644a644b04c7406ac3913ab488f3b1bec08
diff --git a/src/Illuminate/View/View.php b/src/Illuminate/View/View.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/View/View.php +++ b/src/Illuminate/View/View.php @@ -2,6 +2,7 @@ namespace Illuminate\View; +use Closure; use Exception; use Throwable; use ArrayAccess; @@ -161,6 +162,8 @@ class View implem...
[<I>] Allow passing a Closure to View::share() method (#<I>) * [<I>] Allow passing a Closure to View::share() method Allows you to pass a Closure as the $value parameter to View::share() method. * Fix StyleCI
laravel_framework
train
de959a317c7d57ba596f1bdd5eb02cbf3dd78d21
diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php index <HASH>..<HASH> 100644 --- a/plugins/CorePluginsAdmin/Controller.php +++ b/plugins/CorePluginsAdmin/Controller.php @@ -143,9 +143,8 @@ class Controller extends \Piwik\Controller\Admin $view = $this->configure...
refs #<I> catch possible error while fetching plugins from marketplace
matomo-org_matomo
train
bb52715ae44a5c09bb633f01ae8b8aedb88273a7
diff --git a/lib/escher/auth.rb b/lib/escher/auth.rb index <HASH>..<HASH> 100644 --- a/lib/escher/auth.rb +++ b/lib/escher/auth.rb @@ -38,6 +38,8 @@ module Escher begin authenticate(*args) return true + rescue EscherError + return false rescue return false end
SECURITY-<I>: Specification of the caught exception
emartech_escher-ruby
train
7e628695d78b98f30dc7601af3bfc94f6d323e7f
diff --git a/emk.js b/emk.js index <HASH>..<HASH> 100644 --- a/emk.js +++ b/emk.js @@ -878,8 +878,14 @@ module.exports = async() => { ], run: /* syntax: bash */ ` + # package directory relative to project root + PACKAGE_DIR='build/${s_channel}/package/${si_package}' + + # cop...
fix(emk): .npmrc for links
blake-regalia_graphy.js
train
eaec9140aded97d4c922be6a1d0ac092ccff1531
diff --git a/packages/htmltopdf/src/Report/PdfReport.php b/packages/htmltopdf/src/Report/PdfReport.php index <HASH>..<HASH> 100644 --- a/packages/htmltopdf/src/Report/PdfReport.php +++ b/packages/htmltopdf/src/Report/PdfReport.php @@ -74,7 +74,7 @@ class PdfReport implements ReportInterface * * @param array...
Fix PHPStan level 5 in report package
giansalex_greenter
train
428953db532f3da18e3bd922855a748a51fc3a21
diff --git a/js/cbrowser.js b/js/cbrowser.js index <HASH>..<HASH> 100644 --- a/js/cbrowser.js +++ b/js/cbrowser.js @@ -889,7 +889,10 @@ Browser.prototype.realMakeTier = function(source) { yAtLastReorder = ev.clientY; } - dragLabel.style.left = label.getBoundingClientRect().left + 'px'; dr...
Drag tier-drag labels in the right place regardless of how other elements have been positioned.
dasmoth_dalliance
train
d2e1e17ab507c4f70b5361b5fb1c376bc5a77d09
diff --git a/app/services/person_search.rb b/app/services/person_search.rb index <HASH>..<HASH> 100644 --- a/app/services/person_search.rb +++ b/app/services/person_search.rb @@ -8,24 +8,32 @@ class PersonSearch def perform_search return [] if @query.blank? - name_matches, query_matches, fuzzy_matches = pe...
Return email exact matches in search results Search database for emails that match lowercased search query.
ministryofjustice_peoplefinder
train
b4ab6c1815e51fb7628df1f75838b8420e74ab53
diff --git a/de.tudarmstadt.ukp.wikipedia.datamachine/src/main/java/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.java b/de.tudarmstadt.ukp.wikipedia.datamachine/src/main/java/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.java index <HASH>..<HASH> ...
Added TODO to DISCUSSION_FLAG
dkpro_dkpro-jwpl
train
7c986efcdeb6634ac365cb272d289a624cb5f409
diff --git a/src/d3.flame.js b/src/d3.flame.js index <HASH>..<HASH> 100644 --- a/src/d3.flame.js +++ b/src/d3.flame.js @@ -67,7 +67,7 @@ if (childValues < root.value) { root.children.push( { - "name": null, + "name": "", "value": root.value - chi...
Changing dummy frame names so they don't mess with sorting.
spiermar_d3-flame-graph
train
6815ce0be7febfea9b45643fb6b5e77e610bf0e6
diff --git a/activesupport/lib/active_support/deprecation/constant_accessor.rb b/activesupport/lib/active_support/deprecation/constant_accessor.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/deprecation/constant_accessor.rb +++ b/activesupport/lib/active_support/deprecation/constant_accessor.rb @...
Formatting fix for example code Just cleaning up the formatting of the example code here to format an inline bit of commentary as a comment. Before: ![](<URL>) After: ![](<URL>) [ci skip]
rails_rails
train
cefd25ce9a2fdb37e4deecc743a2c58cafecdf3f
diff --git a/swift_test.go b/swift_test.go index <HASH>..<HASH> 100644 --- a/swift_test.go +++ b/swift_test.go @@ -929,6 +929,49 @@ func TestObjectOpenSeek(t *testing.T) { } } +// Test seeking to the end to find the file size +func TestObjectOpenSeekEnd(t *testing.T) { + file, _, err := c.ObjectOpen(CONTAINER, OBJ...
Add test for seeking to end of file
ncw_swift
train
6d8f6d2d374c029fa35aeda08f449a4bbb0dceb1
diff --git a/spec/controllers/harvest_sources_controller_spec.rb b/spec/controllers/harvest_sources_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/harvest_sources_controller_spec.rb +++ b/spec/controllers/harvest_sources_controller_spec.rb @@ -3,21 +3,18 @@ require 'spec_helper' describe Krikri:...
Fix spec style - Singular factory names - Use 'let' statements to assign factories
dpla_KriKri
train
33e4f82d7c94bb621767df1a5a101882d26bda08
diff --git a/internal/graphicsutil/vertices.go b/internal/graphicsutil/vertices.go index <HASH>..<HASH> 100644 --- a/internal/graphicsutil/vertices.go +++ b/internal/graphicsutil/vertices.go @@ -69,7 +69,9 @@ func QuadVertices(width, height int, sx0, sy0, sx1, sy1 int, a, b, c, d, tx, ty } func quadVerticesImpl(x,...
graphicsutil: Optimization to avoid boundary checks
hajimehoshi_ebiten
train
5bd72238016869079487cfbd0bf6de8739128e56
diff --git a/climlab/dynamics/diffusion.py b/climlab/dynamics/diffusion.py index <HASH>..<HASH> 100644 --- a/climlab/dynamics/diffusion.py +++ b/climlab/dynamics/diffusion.py @@ -4,9 +4,9 @@ Here is an example showing implementation of a vertical diffusion. Example shows that a subprocess can work on just a subset of ...
Fixed broken example code in diffusion.py docstring.
brian-rose_climlab
train
b7f25f61e798952152d0009a7c94398b0ac2886a
diff --git a/components/Notification/components/GenericNotification.js b/components/Notification/components/GenericNotification.js index <HASH>..<HASH> 100644 --- a/components/Notification/components/GenericNotification.js +++ b/components/Notification/components/GenericNotification.js @@ -124,7 +124,7 @@ class Generic...
adds type="button" on generic notification dismiss button. This prevents submitting forms by accident when dismissing notifications if the notification is inside a form tag
cultureamp_cultureamp-style-guide
train
943cff673a90d72f9c7b0567ed24638d9c874571
diff --git a/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php b/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php +++ b/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php @@ -87,7 +87,7 @@ class XmlMappin...
Fixing test expecting a ORM\Mapping exception Those exceptions are now in the Common\Persistence\Mapping namespace
doctrine_orm
train
ad411c4346a085c89be51c6d62c9fa5c491e0508
diff --git a/command/ssh.go b/command/ssh.go index <HASH>..<HASH> 100644 --- a/command/ssh.go +++ b/command/ssh.go @@ -69,5 +69,5 @@ func (copier *DefaultCopier) Execute(dest io.Writer, command string) (err error) err = copier.session.Run(command) } } - return nil + return err }
small fix actually returning the err object
pivotalservices_cfops
train
9cce566901799e4a1325da97d6f17650fcbffba1
diff --git a/galpy/potential_src/TwoPowerTriaxialPotential.py b/galpy/potential_src/TwoPowerTriaxialPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/TwoPowerTriaxialPotential.py +++ b/galpy/potential_src/TwoPowerTriaxialPotential.py @@ -653,18 +653,11 @@ class TriaxialNFWPotential(TwoPowerTriaxialPote...
Use spherical NFW's virial setup for Triaxial's virial setup; test
jobovy_galpy
train
846436f8a0c2aed4c4e8b86cda0153732c3ab410
diff --git a/test/unit/party.model.spec.js b/test/unit/party.model.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/party.model.spec.js +++ b/test/unit/party.model.spec.js @@ -2,6 +2,7 @@ /* dependencies */ const { expect } = require('chai'); +const { areSameObjectId } = require('@lykmapipo/mongoose-common'); c...
test(unit): derive ownership from parent
CodeTanzania_emis-stakeholder
train
4a1bf86faed2a2273c909edaa669f86daf33522d
diff --git a/mod/scorm/view.php b/mod/scorm/view.php index <HASH>..<HASH> 100755 --- a/mod/scorm/view.php +++ b/mod/scorm/view.php @@ -59,7 +59,7 @@ update_module_button($cm->id, $course->id, $strscorm), navmenu($course, $cm)); notice(get_string("activityiscurrentlyhidden")); } else { - ...
Some $ME are now out! And 5 lines have been added because they weren't merged before! Please, check them! Merged from MOODLE_<I>_STABLE
moodle_moodle
train
b16d2beb87d8ef7e99a9d44686475730dee010d7
diff --git a/examples/appengine/example.py b/examples/appengine/example.py index <HASH>..<HASH> 100644 --- a/examples/appengine/example.py +++ b/examples/appengine/example.py @@ -80,7 +80,7 @@ class BaseHandler(webapp2.RequestHandler): user.access_token = cookie["access_token"] ...
bugfix: changed key of id from user to id in the user dict stored in the session
mobolic_facebook-sdk
train
b5973ff132deafee64e36d84adf4a1c71a63359f
diff --git a/src/components/FileUploader/FileUploader-test.js b/src/components/FileUploader/FileUploader-test.js index <HASH>..<HASH> 100644 --- a/src/components/FileUploader/FileUploader-test.js +++ b/src/components/FileUploader/FileUploader-test.js @@ -48,8 +48,8 @@ describe('FileUploaderButton', () => { expec...
fix(FileUploader): use an alternate way to hide pseudo <input> (#<I>) Fixes #<I>.
carbon-design-system_carbon-components
train
c23d7146b51faf99875b89f6476fa5a9150df516
diff --git a/doc/brainstorm.rb b/doc/brainstorm.rb index <HASH>..<HASH> 100644 --- a/doc/brainstorm.rb +++ b/doc/brainstorm.rb @@ -9,6 +9,10 @@ module Foo @punctuation = '!' end + before_launch do |arg| + puts arg if arg + end + having_launched do @msg = 'Done' + self.class....
Demonstrate subshells. Give command-line arguments to before_launch callbacks. Demonstrate this feature.
rossmeissl_bombshell
train
2ef06e8b66182b85615a1df15a83fa1e2f90bfb1
diff --git a/textract/parsers/odt_parser.py b/textract/parsers/odt_parser.py index <HASH>..<HASH> 100644 --- a/textract/parsers/odt_parser.py +++ b/textract/parsers/odt_parser.py @@ -28,21 +28,19 @@ class Parser(BaseParser): def text_to_string(self, element): buff = u"" - if element.tag == self.q...
reorganize text_to_string method
deanmalmgren_textract
train
9fbce12cf31f5521cbac7d2fcc5f4e4aa493993a
diff --git a/views/js/runner/plugins/navigation/next.js b/views/js/runner/plugins/navigation/next.js index <HASH>..<HASH> 100644 --- a/views/js/runner/plugins/navigation/next.js +++ b/views/js/runner/plugins/navigation/next.js @@ -31,10 +31,12 @@ define([ 'taoQtiTest/runner/helpers/messages', 'taoQtiTest/runn...
Fixed issue with item isAnswered detection
oat-sa_extension-tao-testqti
train
aee7bc82f5a9b8158f3b2d94c8a8a7ae3ee0399d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -4,8 +4,8 @@ const tag = require('tagged-template-literals') const trimNewLines = require('trim-newlines') -const indentionRegex = /^ +/ -const allEmpty = /^ +$/ +const indentionRegex = /^\s+/ +const allEmp...
Added triming of any whitespace character
steelbrain_cool-trim
train
9681d4372a081f47c91b78edcd2d8f4407279fcd
diff --git a/lib/jsdom/browser/index.js b/lib/jsdom/browser/index.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/browser/index.js +++ b/lib/jsdom/browser/index.js @@ -103,6 +103,18 @@ exports.createWindow = function(dom, options) { var window = this.console._window = this; + /* Location hash support */ + ...
Adding window.location.hash support to browser / window.
jsdom_jsdom
train
9fde7045aa392feb83f46b46dfa81f75c07af0e6
diff --git a/lib/gemsmith/aids/gem_spec.rb b/lib/gemsmith/aids/gem_spec.rb index <HASH>..<HASH> 100644 --- a/lib/gemsmith/aids/gem_spec.rb +++ b/lib/gemsmith/aids/gem_spec.rb @@ -72,9 +72,8 @@ module Gemsmith attr_reader :file_path, :spec, :shell def validate - unless spec.is_a?(self.class.specif...
Refactored gemspec aid to use guard clause when validating.
bkuhlmann_gemsmith
train
3cc95e33cb3e5cbcc32a301e46c0bab3af991916
diff --git a/src/org/apache/commons/httpclient/HttpMethodBase.java b/src/org/apache/commons/httpclient/HttpMethodBase.java index <HASH>..<HASH> 100644 --- a/src/org/apache/commons/httpclient/HttpMethodBase.java +++ b/src/org/apache/commons/httpclient/HttpMethodBase.java @@ -51,10 +51,12 @@ import org.apache.commons.log...
Issue <I> - Proxy corrupts URL when there are multiple question marks Changed the method HttpMethodBase#generateRequestLine(HttpConnection, String, String, String, String) to always add the "?" char to the request-uri even if already present in the query component.
zaproxy_zaproxy
train
b7ad9beeb5b8b4fbef35f72c6e358d383a122922
diff --git a/js/core/DomElement.js b/js/core/DomElement.js index <HASH>..<HASH> 100644 --- a/js/core/DomElement.js +++ b/js/core/DomElement.js @@ -718,6 +718,8 @@ define(["require", "js/core/EventDispatcher", "js/core/Component", "js/core/Cont ctor: function (domEvent) { this.domEvent = do...
read defaultPrevented form domEvent to encapsulated domevent
rappid_rAppid.js
train
52d96fe5471be60a569701a6d0a0daf07f37541f
diff --git a/spinoff/util/logging.py b/spinoff/util/logging.py index <HASH>..<HASH> 100644 --- a/spinoff/util/logging.py +++ b/spinoff/util/logging.py @@ -134,7 +134,7 @@ def _write(level, *args, **kwargs): if isinstance(logstring, unicode): logstring = logstring.encode('ut...
Only append a colon to logstrings of logged messages if something is being logged
eallik_spinoff
train
cd39202a6328f1d701588bf090b4bfbe0131be7f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-09-21] +### Added +- Ability ...
Prep for <I> release
BradWhittington_django-mailgun
train
d036411da3208c605cbd71e7654804698de451d8
diff --git a/pycrest/eve.py b/pycrest/eve.py index <HASH>..<HASH> 100644 --- a/pycrest/eve.py +++ b/pycrest/eve.py @@ -95,7 +95,7 @@ class DictCache(APICache): class APIConnection(object): - def __init__(self, additional_headers=None, user_agent=None, cache_dir=None): + def __init__(self, additional_headers=...
Allow one to manually supply a caching mechanism.
pycrest_PyCrest
train
d4ba101049c1871524c7abf659cb905f5aec4bae
diff --git a/bin/swf2svg.py b/bin/swf2svg.py index <HASH>..<HASH> 100644 --- a/bin/swf2svg.py +++ b/bin/swf2svg.py @@ -1,6 +1,6 @@ import argparse from swf.movie import SWF -from swf.export import SVGExporter, SingleShapeSVGExporterMixin, FrameSVGExporterMixin +from swf.export import SVGExporter, SingleShapeSVGExport...
Added mixin for exporting object names as classes
timknip_pyswf
train
d8289524e91422a305c22b8cafbfa9cc41ebc355
diff --git a/src/js/cropper.js b/src/js/cropper.js index <HASH>..<HASH> 100644 --- a/src/js/cropper.js +++ b/src/js/cropper.js @@ -106,12 +106,11 @@ class Cropper { const { element, options } = this; - if ( - !options.rotatable - || !options.scalable - || !options.checkOrientation - || !...
fix: set checkOrientation to false when it is unnecessary
fengyuanchen_cropperjs
train
74cc079a5baac9798376743b86cbdfac2fe77094
diff --git a/src/org/jenetics/Arrays.java b/src/org/jenetics/Arrays.java index <HASH>..<HASH> 100644 --- a/src/org/jenetics/Arrays.java +++ b/src/org/jenetics/Arrays.java @@ -25,15 +25,26 @@ package org.jenetics; import java.util.Random; /** + * Utility class concerning arrays. + * * @author <a href="mailto:fran...
Making the Array utility class public.
jenetics_jenetics
train
9e81df0147569434de0895d76caf2d502148cac3
diff --git a/flake8_bandit.py b/flake8_bandit.py index <HASH>..<HASH> 100644 --- a/flake8_bandit.py +++ b/flake8_bandit.py @@ -2,13 +2,21 @@ import ast import pycodestyle +from flake8.options.config import ConfigFileFinder + from bandit.core.config import BanditConfig from bandit.core.meta_ast import BanditMetaAs...
added functionality for 'skips ' and 'tests' in a .bandit config file located anywhere along with current directory path
tylerwince_flake8-bandit
train
507391c722a5247baaf7c8e72ad8a88b7124958b
diff --git a/spec/unit/percheron/actions/create_spec.rb b/spec/unit/percheron/actions/create_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/percheron/actions/create_spec.rb +++ b/spec/unit/percheron/actions/create_spec.rb @@ -126,6 +126,12 @@ describe Percheron::Actions::Create do context 'when a Docker unit ...
Create spec fix, don't hit API
ashmckenzie_percheron
train
16696f8f786c56ac67d3cc8dbc93f328c9696542
diff --git a/sc2/client.py b/sc2/client.py index <HASH>..<HASH> 100644 --- a/sc2/client.py +++ b/sc2/client.py @@ -32,10 +32,10 @@ class Client(Protocol): self.game_step = 8 self._player_id = None self._game_result = None - self._debug_texts = list() - self._debug_lines = list()...
Fix issue when timeout during ws send causes out-of-sync messaging
Dentosal_python-sc2
train
d48db43924c229071ae8163c6b8484852e370ef4
diff --git a/src/main/java/org/zalando/problem/spring/web/advice/HttpStatusAdapter.java b/src/main/java/org/zalando/problem/spring/web/advice/HttpStatusAdapter.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/zalando/problem/spring/web/advice/HttpStatusAdapter.java +++ b/src/main/java/org/zalando/problem/spring...
Removed guava ImmutableList from API
zalando_problem-spring-web
train
e969d42156437ec44a51828538e96846ab9c21bf
diff --git a/libcontainer/integration/exec_test.go b/libcontainer/integration/exec_test.go index <HASH>..<HASH> 100644 --- a/libcontainer/integration/exec_test.go +++ b/libcontainer/integration/exec_test.go @@ -645,11 +645,11 @@ func testPids(t *testing.T, systemd bool) { /bin/true | /bin/true | /bin/true | /bin/true...
libct/int/testPids: logging nits
opencontainers_runc
train
b8d7ca4c592e71ecd806836cad8875ce1996bf6a
diff --git a/yt_array.py b/yt_array.py index <HASH>..<HASH> 100644 --- a/yt_array.py +++ b/yt_array.py @@ -1085,7 +1085,7 @@ class YTArray(np.ndarray): if ret_class is YTQuantity: # This happens if you do ndarray * YTQuantity. Explicitly # casting to YTArray avoids creatin...
Fix API bug in YTArray casting during coercion from YTQuantity --HG-- branch : yt
yt-project_unyt
train
aef38e32d630a2f67c02601418c7d99fb7d26371
diff --git a/core/src/main/java/com/google/common/truth/Platform.java b/core/src/main/java/com/google/common/truth/Platform.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/common/truth/Platform.java +++ b/core/src/main/java/com/google/common/truth/Platform.java @@ -201,6 +201,11 @@ final class Plat...
Add toString method to immutable proto dump object. RELNOTES=n/a PiperOrigin-RevId: <I>
google_truth
train
69c71a98da46f7077ccf44f26ade1b0c8aa5b1d1
diff --git a/xhyve.go b/xhyve.go index <HASH>..<HASH> 100644 --- a/xhyve.go +++ b/xhyve.go @@ -38,10 +38,18 @@ func setTermios(state syscall.Termios) { // on multiple OS threads again by Go's scheduler. //export go_callback_exit func go_callback_exit(status C.int) { + exitStatus := map[int]string{ + 0: "Reset", +...
Adds some additional logging when exiting the VM
hooklift_xhyve
train
afd0b93932373fb18a217d35d04f3330a3d6541e
diff --git a/lib/Pipe/Config.php b/lib/Pipe/Config.php index <HASH>..<HASH> 100644 --- a/lib/Pipe/Config.php +++ b/lib/Pipe/Config.php @@ -12,9 +12,6 @@ class Config extends \ArrayObject "uglify_js" => "\\Pipe\\Compressor\\UglifyJs" ); - var $jsCompression = true; - var $cssCompression = true; - ...
Removed jsCompression and cssCompression flags. Just set either js_compressor or css_compressor.
CHH_pipe
train
e8bc3fb8185a000d9407fa64f435ae2e78214f09
diff --git a/app/Commands/Metric/AddMetricCommand.php b/app/Commands/Metric/AddMetricCommand.php index <HASH>..<HASH> 100644 --- a/app/Commands/Metric/AddMetricCommand.php +++ b/app/Commands/Metric/AddMetricCommand.php @@ -72,10 +72,10 @@ class AddMetricCommand 'suffix' => 'required|string', 'd...
Use integer and between for metric rules
CachetHQ_Cachet
train
48fd51da8942615d0330173752e5d582593b108e
diff --git a/ethertdd/__init__.py b/ethertdd/__init__.py index <HASH>..<HASH> 100644 --- a/ethertdd/__init__.py +++ b/ethertdd/__init__.py @@ -12,7 +12,7 @@ class EvmContract(object): def __init__(self, compiled_abi, compiled_code, name, constructor_args=[], sender=tester.k0, endowment=0, - ...
log_listener is more consistent with PyEthereum.
ethermarket_ethertdd.py
train
f9f9efa32bd9bca116cea8163409a2d5f44818b5
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog for Pylint -------------------- -NOT RELEASED YET -- VERSION +RELEASE DATE -- VERSION * Don't require a docstring for empty modules. Closes issue #261. * Fix a false positive with `to...
Add a new warning for the Python 3 porting checker, 'using-cmp-argument'. This warning is emitted when the `cmp` argument for the `list.sort` or `sorted builtin` is encountered, since it was removed in Python 3. This is part of the issue #<I>.
PyCQA_pylint
train
ee2771ab1a855342089abe5206fc6a5071a6d99e
diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -172,6 +172,7 @@ INSTALLED_APPS = [ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' AUTHENTICATION_BACKENDS = ('openstack_auth.backe...
Use the User model from d-o-a This patch moves us to explicitly using the replacement User model from django-openstack-auth. Change-Id: I<I>b9e0af3dd4c<I>f<I>cb9da<I>ef0bcc<I>e Closes-Bug: <I> Depends-On: I<I>cc5d<I>c<I>e<I>f2ad8c<I>
openstack_horizon
train
b38724296a42ec7dbe1d454a0351bff6d36a4104
diff --git a/pac4j-saml/src/main/java/org/pac4j/saml/credentials/authenticator/SAML2Authenticator.java b/pac4j-saml/src/main/java/org/pac4j/saml/credentials/authenticator/SAML2Authenticator.java index <HASH>..<HASH> 100644 --- a/pac4j-saml/src/main/java/org/pac4j/saml/credentials/authenticator/SAML2Authenticator.java +...
SAML2 Single Logout - More info in logout requests for MS ADFS Added 4 attributes of NameID to the SAML2 profile. SAML2 single logout request will also have them set. Conflicts: pac4j-saml/src/main/java/org/pac4j/saml/credentials/authenticator/SAML2Authenticator.java
pac4j_pac4j
train
1a122f52fddf44cbe21e301cd77633e35eb51de3
diff --git a/lib/Document.js b/lib/Document.js index <HASH>..<HASH> 100644 --- a/lib/Document.js +++ b/lib/Document.js @@ -286,7 +286,8 @@ function DocumentCarrier(model) { return Promise.all(Document.attributesWithSchema(returnObject).map(async (key) => { const value = utils.object.get(returnObject, key); ...
Fixing issue where modifier wouldn’t be called on falsey values
dynamoosejs_dynamoose
train
36a099b062eca8a41c156648da09571cecf23c6f
diff --git a/src/streamlink/plugins/bbciplayer.py b/src/streamlink/plugins/bbciplayer.py index <HASH>..<HASH> 100644 --- a/src/streamlink/plugins/bbciplayer.py +++ b/src/streamlink/plugins/bbciplayer.py @@ -96,8 +96,8 @@ class BBCiPlayer(Plugin): @classmethod def _extract_nonce(cls, http_result): """...
plugins.bbciplayer: fix issue with nonce extraction
streamlink_streamlink
train
f8a607de9649c01f6a5baa6c7cdda12d144414a0
diff --git a/integration/mesos/src/main/java/alluxio/mesos/AlluxioScheduler.java b/integration/mesos/src/main/java/alluxio/mesos/AlluxioScheduler.java index <HASH>..<HASH> 100644 --- a/integration/mesos/src/main/java/alluxio/mesos/AlluxioScheduler.java +++ b/integration/mesos/src/main/java/alluxio/mesos/AlluxioSchedule...
Include worker overhead in Mesos worker memory requirement
Alluxio_alluxio
train
a6f7f8e5b6c1a728274cb05aba3bc7a22687459a
diff --git a/lib/ircnode.js b/lib/ircnode.js index <HASH>..<HASH> 100644 --- a/lib/ircnode.js +++ b/lib/ircnode.js @@ -303,19 +303,67 @@ irc.emitter.on('PRIVMSG', function (data) { global.irc = irc; irc.plugins = []; +function unloadPlugin(filename) { + var ppath = path.join(plugin_dir, filename); + if (ppath.ind...
added dynamic loading for plugins and changed what plugin.exports are expected
totallymike_ircnode
train
212a7bcb9f402d9a22fa534375e13786eee31ec3
diff --git a/regret_buffer.go b/regret_buffer.go index <HASH>..<HASH> 100644 --- a/regret_buffer.go +++ b/regret_buffer.go @@ -30,13 +30,33 @@ type RegretOnceBufferCloser struct { // underlying readCloser, and issued a Regret, we will not close it // again. func (rbc *RegretOnceBufferCloser) Close() error { - if rbc...
RegretOnceBufferCloser support Regret() after Read
elazarl_goproxy
train
574a85e3e0839c3aed330a1d05a95411c6000e0b
diff --git a/walrus/tusks/vedisdb.py b/walrus/tusks/vedisdb.py index <HASH>..<HASH> 100644 --- a/walrus/tusks/vedisdb.py +++ b/walrus/tusks/vedisdb.py @@ -8,19 +8,19 @@ from walrus import * class VedisList(List): def extend(self, value): - return self.database.lpush(self.key, *value) + return self...
Update Vedis integration for Walrus.
coleifer_walrus
train
2676d74be4218dd7c3ab8c6af76e95869e150928
diff --git a/src/Elcodi/CurrencyBundle/Twig/PrintPriceExtension.php b/src/Elcodi/CurrencyBundle/Twig/PrintPriceExtension.php index <HASH>..<HASH> 100644 --- a/src/Elcodi/CurrencyBundle/Twig/PrintPriceExtension.php +++ b/src/Elcodi/CurrencyBundle/Twig/PrintPriceExtension.php @@ -70,7 +70,7 @@ class PrintPriceExtension e...
Update PrintPriceExtension.php Small docblock changes
sottosviluppo_elcodi
train
072d1cd283794fe0e6471237d818504168de4695
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,18 @@ #!/usr/bin/env python -from setuptools import setup, find_packages +from codecs import open + +from setuptools import find_packages, setup + + +with open('README.rst', 'r', 'utf-8') as f: + readme = f.read()...
Fix problems with UTF-8 README.rst
developersociety_django-paginationlinks
train
bbdd20cfeb8da8f5e684f614b7dfab5cfbceca59
diff --git a/activesupport/lib/active_support/core_ext/integer/time.rb b/activesupport/lib/active_support/core_ext/integer/time.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/integer/time.rb +++ b/activesupport/lib/active_support/core_ext/integer/time.rb @@ -17,21 +17,6 @@ class Integer ...
Remove reference to Numeric#from_now, as it is no longer supported
rails_rails
train