hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
930cf2de635b408d1cb0058154cc92233347f460
diff --git a/lionengine-game-platform/src/main/java/com/b3dgs/lionengine/game/platform/entity/EntityPlatform.java b/lionengine-game-platform/src/main/java/com/b3dgs/lionengine/game/platform/entity/EntityPlatform.java index <HASH>..<HASH> 100644 --- a/lionengine-game-platform/src/main/java/com/b3dgs/lionengine/game/plat...
#<I>: Collision detection bug fixed.
b3dgs_lionengine
train
21281f3de7ba3608572c3772a603de9719cc6929
diff --git a/lib/geoengineer/cli/terraform_commands.rb b/lib/geoengineer/cli/terraform_commands.rb index <HASH>..<HASH> 100644 --- a/lib/geoengineer/cli/terraform_commands.rb +++ b/lib/geoengineer/cli/terraform_commands.rb @@ -2,7 +2,7 @@ # TerraformCommands provides command line terraform commands # +plan+ and +appl...
Show original plan output While we take this new plan output for a test ride, we want to make sure we aren't omitting any important information about the plan. To that end, show the original plan output (labelled accordingly) so we can verify things work as expected for a few weeks.
coinbase_geoengineer
train
427375b16f416be07158c7d7e6a90d54c6f14374
diff --git a/be/lib.py b/be/lib.py index <HASH>..<HASH> 100644 --- a/be/lib.py +++ b/be/lib.py @@ -57,7 +57,7 @@ def parent(): parent = psutil.Process(os.getpid()).parent() - basename = os.path.basename(parent) + basename = os.path.basename(parent.exe()) if "be" in basename: ...
Attempting to solve #<I>
mottosso_be
train
f81a82477d13a0cffca1e8ae52c7febd81a20a22
diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -28,6 +28,8 @@ /** Require {@link eventslib.php} */ require_once($CFG->libdir . '/eventslib.php'); +/** Require {@link calendar/lib.php} */ +require_once($CFG->dirroot . '/calendar/lib.php')...
mod-quiz MDL-<I> converted deprecated calendar event methods
moodle_moodle
train
90589f43e5653183ce9d7e03934daa865182a7a3
diff --git a/class-library.php b/class-library.php index <HASH>..<HASH> 100644 --- a/class-library.php +++ b/class-library.php @@ -234,9 +234,6 @@ class CareLib { 'layouts', 'sidebar', ); - if ( current_theme_supports( 'theme-layouts' ) ) { - $classes[] = 'layouts'; - } if ( is_admin() ) { $classe...
Removed theme support checks from default classes
cipherdevgroup_carelib
train
ab9373f77715e2798c9c3700c8905d4003e3519a
diff --git a/bin.js b/bin.js index <HASH>..<HASH> 100755 --- a/bin.js +++ b/bin.js @@ -4,4 +4,5 @@ let args = process.argv args.splice(0,2) console.log(await clevis(...args)) + process.exit(0) ///when using socket web3 it hangs open, let's force it close when we are done })() diff --git a/commands/new.js b/c...
allow 'clevis new' to generate a mnemonic and for process closed when web3 is held open with hd wallet socket
austintgriffith_clevis
train
f6590f8c05acf2ed3d59a09e719986a5966c5b0a
diff --git a/src/methods/users.js b/src/methods/users.js index <HASH>..<HASH> 100644 --- a/src/methods/users.js +++ b/src/methods/users.js @@ -20,7 +20,7 @@ export default function users(): Object { }); }, - likes: (username: string, page: number, perPage: number) => { + likes: (username: string, pa...
Add default page and perPage values to user likes
unsplash_unsplash-js
train
0fa83e3a98c79f00e1f603d3e1ed580de698aebb
diff --git a/ppb/camera.py b/ppb/camera.py index <HASH>..<HASH> 100644 --- a/ppb/camera.py +++ b/ppb/camera.py @@ -16,6 +16,20 @@ from ppb.sprites import RectangleShapeMixin from ppb.sprites import Sprite +def _sprite_has_rectangular_region(sprite): + """ + A replacement function for the ugly compound in spr...
Adds support for non-rectangular sprites to Camera.sprite_in_view.
ppb_pursuedpybear
train
384c45733768e9dcad2df413d8abbe5cf020e97e
diff --git a/symfit/core/argument.py b/symfit/core/argument.py index <HASH>..<HASH> 100644 --- a/symfit/core/argument.py +++ b/symfit/core/argument.py @@ -1,4 +1,5 @@ import numbers +import warnings from sympy.core.symbol import Symbol @@ -22,8 +23,15 @@ class Argument(Symbol): assumptions['real'] = True...
Throw warning when no name is provided to a symbol.
tBuLi_symfit
train
f2e624e635e696a1cdd43e1fff64938a232ec17b
diff --git a/MatchMakingLobby/Match/Plugin.php b/MatchMakingLobby/Match/Plugin.php index <HASH>..<HASH> 100644 --- a/MatchMakingLobby/Match/Plugin.php +++ b/MatchMakingLobby/Match/Plugin.php @@ -404,6 +404,7 @@ class Plugin extends \ManiaLive\PluginHandler\Plugin function onEndMatch($rankings, $winnerTeamOrMap) ...
get Scores at the end of the Maps and Match change some loggers
maniaplanet_matchmaking-lobby
train
e8c545e909951c2ca586e1c659dbfca88b6a3ec6
diff --git a/routing/router.go b/routing/router.go index <HASH>..<HASH> 100644 --- a/routing/router.go +++ b/routing/router.go @@ -3,7 +3,6 @@ package routing import ( "bytes" "fmt" - "runtime" "sync" "sync/atomic" "time" @@ -914,7 +913,7 @@ func (r *ChannelRouter) networkHandler() { // We'll use this va...
routing/router: increase validation barrier size to <I> This allows for a <I> different persistent operations to proceed concurrently. Now that we are batching operations at the db level, the average number of outstanding requests will be higher since the commit latency has increased. To compensate, we allow for more ...
lightningnetwork_lnd
train
09afd85fe410b7d0250d0ac59eff88107352d9e5
diff --git a/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/JavascriptLibrary.java b/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/JavascriptLibrary.java index <HASH>..<HASH> 100644 --- a/selenium/src/java/org/openqa/selenium/internal/seleniumemulation/JavascriptLibrary.java +++ b/s...
SimonStewart: Fxing the atom-related errors in the selenium emulation r<I>
SeleniumHQ_selenium
train
d986da0da9ec36a8b90b705c2bca7fa01ca43230
diff --git a/src/Illuminate/Routing/Router.php b/src/Illuminate/Routing/Router.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Routing/Router.php +++ b/src/Illuminate/Routing/Router.php @@ -705,11 +705,13 @@ class Router implements BindingRegistrar, RegistrarContract */ public function gatherRouteMiddle...
Calculate controller middleware before excluding middleware. (#<I>) To do so, you can call `withoutMiddleware` in the constructor
laravel_framework
train
9b9f278e191af2cb5a09d9b81b3123868d813671
diff --git a/src/Template.js b/src/Template.js index <HASH>..<HASH> 100644 --- a/src/Template.js +++ b/src/Template.js @@ -1,8 +1,6 @@ "use strict"; import handlebars from 'handlebars/runtime'; -import layouts from 'handlebars-layouts'; -handlebars.registerHelper(layouts(handlebars)); function Template(hbs) { ...
remove handlebars-layout update export, now has handlebars/runtime export
GrabarzUndPartner_gp-module-base
train
0e5ea06cf3ad31b551476c2f6abc8bdbaf0275ab
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Fixed error with empty results in Ruby 2.7 - Fixed deprecation warnings in Ruby 2.7 +- Deprecated positional arguments for time zone and range ## 4.2.0 (2019-10-28) diff --git a/lib/grou...
Deprecated positional arguments for time zone and range
ankane_groupdate
train
024ae332cd788774bc3e864ec2ef25134e2454e8
diff --git a/packages/cqmd/src/cli.js b/packages/cqmd/src/cli.js index <HASH>..<HASH> 100755 --- a/packages/cqmd/src/cli.js +++ b/packages/cqmd/src/cli.js @@ -67,7 +67,11 @@ let argv = yargs let [filename] = argv._; argv.absoluteFilePath = filename ? path.resolve(filename) : null; -argv.path = argv.path || path.dir...
feat(cqmd): run on first pass, catch errors
fullstackio_cq
train
140b35534d4a9f54fd863242892801a777d8d6e1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ except: setup( name='ibmiotf', - version="0.3.5", + version="0.4.0", author='David Parker', author_email='parkerda@uk.ibm.com', package_dir={'': 'src'}, diff --git a/src/ibmiotf/__in...
Prepare for <I> release Hopefully a proper <I> release isn't too far off now ...
ibm-watson-iot_iot-python
train
6b367d9cdf3046a9f99b10273a49184510a32c35
diff --git a/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java b/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java index <HASH>..<HASH> 100644 --- a/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java +++ b/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java @@ -95,7 +95,6 @@ public ...
fix: handle onNotification event from click on notification when the android app is dead.
aerogear_aerogear-cordova-push
train
624e6dc11a9ee21dd67525ecacdd94f4d30807e2
diff --git a/oide/apps/filebrowser/tests/python/test_posixfs.py b/oide/apps/filebrowser/tests/python/test_posixfs.py index <HASH>..<HASH> 100644 --- a/oide/apps/filebrowser/tests/python/test_posixfs.py +++ b/oide/apps/filebrowser/tests/python/test_posixfs.py @@ -5,12 +5,18 @@ import shutil import mock from stat impor...
Integrated settings loader with PosixFS tests.
SandstoneHPC_sandstone-ide
train
c396e8aed0af7f11894b999f4f027bcb68756be5
diff --git a/cms_lab_publications/admin.py b/cms_lab_publications/admin.py index <HASH>..<HASH> 100644 --- a/cms_lab_publications/admin.py +++ b/cms_lab_publications/admin.py @@ -1,5 +1,6 @@ from django.contrib import admin from django.contrib.contenttypes.admin import GenericTabularInline +from django.db.models impo...
Show (and sort by) 'number of publications' for records in Publication Set Admin
mfcovington_djangocms-lab-publications
train
be97ef90993b973f0748fa29c339415cdc37706f
diff --git a/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/KeyColumnValueStoreTest.java b/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/KeyColumnValueStoreTest.java index <HASH>..<HASH> 100644 --- a/titan-test/src/main/java/com/thinkaurelius/titan/diskstorage/KeyColumnValueStoreTest.java +...
resurect part of the scanTest
thinkaurelius_titan
train
b33b1326a7a5e48751d320446de3dfe412def012
diff --git a/nodeconductor/openstack/template.py b/nodeconductor/openstack/template.py index <HASH>..<HASH> 100644 --- a/nodeconductor/openstack/template.py +++ b/nodeconductor/openstack/template.py @@ -62,8 +62,8 @@ class InstanceProvisionTemplateForm(TemplateForm): child=NestedHyperlinkedRelatedField( ...
Add field tracker to quota model - nc-<I>
opennode_waldur-core
train
42ac1e5b94d5ff14e248e88715019e13db5cb503
diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php index <HASH>..<HASH> 100644 --- a/tests/ValidatorTest.php +++ b/tests/ValidatorTest.php @@ -763,10 +763,11 @@ class ValidatorTest extends TestCase { ->assignTo(new class implements IAssignable { public $data = []; - ...
fixup the declaration of IAssignable in ValidatorTest
x2ts_x2ts
train
df3e01b3b30c0d8eb225eb5577e770e7ed2bba38
diff --git a/test_runner.py b/test_runner.py index <HASH>..<HASH> 100755 --- a/test_runner.py +++ b/test_runner.py @@ -33,7 +33,7 @@ from collections import namedtuple from subprocess import check_call, PIPE, Popen """ List of tested libraries """ -TESTS = [ +TESTS = ( 'fresco', 'fresco-okhttp', 'gli...
Pass CPU to test runner script.
facebook_fresco
train
9a3ed353dc734fd80a107ac2051e7d7188f48e0b
diff --git a/server/src/main/java/io/druid/segment/realtime/RealtimeMetricsMonitor.java b/server/src/main/java/io/druid/segment/realtime/RealtimeMetricsMonitor.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/druid/segment/realtime/RealtimeMetricsMonitor.java +++ b/server/src/main/java/io/druid/segment/re...
Have a more meaningful message when events are dropped or unparseable
apache_incubator-druid
train
cc71038aafbcbcd6890c387a4c73fb8025ff6438
diff --git a/lib/pagify/helpers/abstract.rb b/lib/pagify/helpers/abstract.rb index <HASH>..<HASH> 100644 --- a/lib/pagify/helpers/abstract.rb +++ b/lib/pagify/helpers/abstract.rb @@ -24,21 +24,9 @@ module Pagify size = pager.size return [] if page < 1 || page > size - # caculate index - ...
updated html generator algorithm. added corresponded test.
godfat_pagify
train
df6f2aeb5cedca48ceefcdf7737a2f832e8cc01c
diff --git a/test/com/google/javascript/jscomp/InlineAndCollapsePropertiesTest.java b/test/com/google/javascript/jscomp/InlineAndCollapsePropertiesTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/InlineAndCollapsePropertiesTest.java +++ b/test/com/google/javascript/jscomp/InlineAndCollapseP...
Add repro for bug caused by CollapseProperties not handling destructuring. ------------- Created by MOE: <URL>
google_closure-compiler
train
3a6701c85f5878141ac9bf1fbd7034031feea979
diff --git a/pkg/kubelet/cadvisor/cadvisor_linux.go b/pkg/kubelet/cadvisor/cadvisor_linux.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/cadvisor/cadvisor_linux.go +++ b/pkg/kubelet/cadvisor/cadvisor_linux.go @@ -64,12 +64,9 @@ func New(port uint) (Interface, error) { Manager: m, } - // Export the HTTP endpoin...
Ensure container metrics are registered with prometheus even without cadvisor http server Fixes #<I>
kubernetes_kubernetes
train
a3ab769f22bfcd11d12eef52d2e0ae555b0e9610
diff --git a/fluent_contents/templatetags/placeholder_tags.py b/fluent_contents/templatetags/placeholder_tags.py index <HASH>..<HASH> 100644 --- a/fluent_contents/templatetags/placeholder_tags.py +++ b/fluent_contents/templatetags/placeholder_tags.py @@ -71,6 +71,8 @@ def page_placeholder(parser, token): {% ...
templatetags/page_placeholder: allow 'page' variable to be left out. If it's named 'page' (very common), there is no need to repeat that. It also makes compatibility with django-fluent-pages easier, otherwise an additional templatetag wrapper library would have been useful.
django-fluent_django-fluent-contents
train
4a93c0821f59c6d5dcf473f03925b4a5e7b1fcac
diff --git a/lib/jim/version_parser.rb b/lib/jim/version_parser.rb index <HASH>..<HASH> 100644 --- a/lib/jim/version_parser.rb +++ b/lib/jim/version_parser.rb @@ -12,9 +12,8 @@ module Jim f.gsub!(/#{extension}$/, '') end - name, after_name, delimiter, version = f.scan(/^([a-z\.\-\_]+)(([\.\-\_\s...
Special case for version parser, versions starting with v
quirkey_jim
train
21bd171579c19f5c8ff74b7c0c2a772703f0057b
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -2,6 +2,6 @@ from __future__ import unicode_literals -__version__ = '15.08.0.dev307' -_dev_no = '307' -_commit = 'ae58ec6' +__version__ = '15.08.0.dev308' +_dev_...
Improved metadata copying when converting to JPEG
jim-easterbrook_Photini
train
576338aefea19a1933580097295c01d857f80c16
diff --git a/cloudconfig/cloudinit/renderscript_test.go b/cloudconfig/cloudinit/renderscript_test.go index <HASH>..<HASH> 100644 --- a/cloudconfig/cloudinit/renderscript_test.go +++ b/cloudconfig/cloudinit/renderscript_test.go @@ -122,7 +122,7 @@ func checkIff(checker gc.Checker, condition bool) gc.Checker { return g...
Update renderscript test to use the correct case for Dpkg::Options
juju_juju
train
0dfcc3adac972d71004a5573462541198ab064e7
diff --git a/examples/energy.rb b/examples/energy.rb index <HASH>..<HASH> 100644 --- a/examples/energy.rb +++ b/examples/energy.rb @@ -15,6 +15,16 @@ module Turbine # | \--- sh_elec <- fd_elec <- lv <- mv <- hv <- coal plant | # | \--- elec_import | # +-...
adding abbreviations to energy example
quintel_turbine
train
82c1f9273f269df8732fc27ac7a8645072eabf08
diff --git a/src/main/java/hex/glm/GLM2.java b/src/main/java/hex/glm/GLM2.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/glm/GLM2.java +++ b/src/main/java/hex/glm/GLM2.java @@ -462,7 +462,8 @@ public class GLM2 extends Job.ModelJobWithoutClassificationField { //pass } toEnum = family ...
GLM fix: throw IAE in case there are no predictor columns and no intercept.
h2oai_h2o-2
train
2adc13edeac8c96d031e7ad6b7250a5795367c8c
diff --git a/feature.go b/feature.go index <HASH>..<HASH> 100644 --- a/feature.go +++ b/feature.go @@ -6,7 +6,7 @@ import ( // A Feature corresponds to GeoJSON feature object type Feature struct { - ID json.Number `json:"id,omitempty"` + ID interface{} `json:"id,omitempty"` ...
Feature.ID -> interface{} An ID can be either a string or a number. In order to support both marshalling and unmarshalling of those types changing ID to a generic interface type. This is consistent with how properties are handled.
paulmach_go.geojson
train
50027dd1ab4ac33fd5e0f2320b6013fd2d875bd3
diff --git a/bin/generate_cluster_xml.py b/bin/generate_cluster_xml.py index <HASH>..<HASH> 100755 --- a/bin/generate_cluster_xml.py +++ b/bin/generate_cluster_xml.py @@ -97,10 +97,11 @@ genType.add_argument('--seed', type=int, default=rseed, dest='seed', args = parser.parse_args() # Check if the input file exists ...
Make nodes option working again for generate_cluster_xml.py Option -n or --nodes is broken since d<I>a<I>e<I>f3f<I>d<I> when the input file check was added.
voldemort_voldemort
train
3883cc6b1c7d8dae828ab912e05a2a470776d5da
diff --git a/classes/PodsInit.php b/classes/PodsInit.php index <HASH>..<HASH> 100644 --- a/classes/PodsInit.php +++ b/classes/PodsInit.php @@ -1286,6 +1286,10 @@ class PodsInit { $save_transient = ! did_action( 'pods_init' ) && ( doing_action( 'init' ) || did_action( 'init' ) ); + if ( $save_transient ) { + P...
Do an enqueue() when we need to
pods-framework_pods
train
af35f91d25b8d4f4ed5c5fccd5ab181b53343c31
diff --git a/tests/test_automated_analysis.py b/tests/test_automated_analysis.py index <HASH>..<HASH> 100644 --- a/tests/test_automated_analysis.py +++ b/tests/test_automated_analysis.py @@ -24,18 +24,32 @@ def test_workdir(): class AutomatedAnalysisTest(unittest.TestCase): """Setup a full automated analysis and ...
Download and install required test files on demand from s3 buckets
bcbio_bcbio-nextgen
train
37f01102a116360008e167c046648238296848e8
diff --git a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/Calendar.js b/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/Calendar.js index <HASH>..<HASH> 100644 --- a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/Calendar.js +++ b/scripts/src/main/javascript/org/hisrc/js...
Issue #<I>. Just a few TODO comments.
highsource_jsonix
train
4a7eb9b8fc727fda478d4ea767316daa371ab4a9
diff --git a/entry_types/scrolled/package/src/contentElements/textBlock/editor.js b/entry_types/scrolled/package/src/contentElements/textBlock/editor.js index <HASH>..<HASH> 100644 --- a/entry_types/scrolled/package/src/contentElements/textBlock/editor.js +++ b/entry_types/scrolled/package/src/contentElements/textBlock...
Fix error when merging empty text blocks When deleting a content element that sits between two text blocks that have not yet been edited, `merge` needs to handle configurations that do not contain `value` properties. REDMINE-<I>
codevise_pageflow
train
40a1bffe246016f6e66c5fe9ad974c3e444c01ef
diff --git a/packages/core/renderers/renderer-hyperhtml.js b/packages/core/renderers/renderer-hyperhtml.js index <HASH>..<HASH> 100644 --- a/packages/core/renderers/renderer-hyperhtml.js +++ b/packages/core/renderers/renderer-hyperhtml.js @@ -37,7 +37,6 @@ export function BoltComponent(Base = HTMLElement) { th...
fix: remove double connecting event getting fired on every component
bolt-design-system_bolt
train
86343d54f7c36aa59d883599b1806b7a0df6a4dd
diff --git a/tests/test_client.py b/tests/test_client.py index <HASH>..<HASH> 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1,13 +1,21 @@ import unittest from twilio.rest import TwilioRestClient from twilio.rest import resources - +from mock import patch, Mock class RestClientTest(unittest.Test...
Fixing Issues #<I> and #<I>
twilio_twilio-python
train
6f7b998dfbc80dc0e85ae82ca052ede3181c037f
diff --git a/src/Baum/Node.php b/src/Baum/Node.php index <HASH>..<HASH> 100644 --- a/src/Baum/Node.php +++ b/src/Baum/Node.php @@ -589,6 +589,33 @@ abstract class Node extends Model { } /** + * Alias for moveToRightOf + * + * @return \Baum\Node + */ + public function makeNextSiblingOf($node) { + ret...
Add some sibling movement alias functions.
etrepat_baum
train
2cf0e0e017632481ec195b67ce91e03996bb5735
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,7 @@ var http = require('http') var child = require('child_process') var findPort = require('find-port') var ansi = require('ansi-html-stream') +var replaceStream = require('replacestream') var opts = require('op...
replaced black colors with whites in ansi mode. replaces \n with <br> in ansi mode
kessler_node-bcat
train
dca3985a0823c82ccf8c8fb06bc928780c49a66d
diff --git a/lib/grape/api.rb b/lib/grape/api.rb index <HASH>..<HASH> 100644 --- a/lib/grape/api.rb +++ b/lib/grape/api.rb @@ -48,6 +48,10 @@ module Grape new_format ? set(:default_format, new_format.to_sym) : settings[:default_format] end + def http_basic(&block) + block_given? ? se...
Adds http_basic to API
ruby-grape_grape
train
5dd9db024e525177b34199d374fcffb3ca4aafb8
diff --git a/test/test_rake_clean.rb b/test/test_rake_clean.rb index <HASH>..<HASH> 100644 --- a/test/test_rake_clean.rb +++ b/test/test_rake_clean.rb @@ -4,7 +4,7 @@ require "rake/clean" class TestRakeClean < Rake::TestCase # :nodoc: def test_clean - if RUBY_ENGINE == 'truffleruby' and RUBY_ENGINE_VERSION == ...
Improve version check in test_rake_clean.rb
ruby_rake
train
ef3b5e98d042b142d7870e7a1479a44214be4182
diff --git a/assess_add_cloud.py b/assess_add_cloud.py index <HASH>..<HASH> 100755 --- a/assess_add_cloud.py +++ b/assess_add_cloud.py @@ -24,18 +24,21 @@ from utility import ( class CloudMismatch(JujuAssertionError): + """The clouds did not match in some way.""" def __init__(self): super(CloudM...
Clean-up and docs.
juju_juju
train
8e5e1f273c9631c5bfe94f1aaf617bacf592ebb9
diff --git a/lib/threshold/event_filter.rb b/lib/threshold/event_filter.rb index <HASH>..<HASH> 100644 --- a/lib/threshold/event_filter.rb +++ b/lib/threshold/event_filter.rb @@ -73,11 +73,13 @@ module Threshold def to_s if self.valid? - if @comment.length < 2 - "event_filter gen_id #{@gid},...
r->g event_filter tests
shadowbq_snort-thresholds
train
472d32f1f9a73fe4537b32e7aa0ca719bfea2cf9
diff --git a/liquibase-core/src/main/java/liquibase/hub/HubUpdater.java b/liquibase-core/src/main/java/liquibase/hub/HubUpdater.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/hub/HubUpdater.java +++ b/liquibase-core/src/main/java/liquibase/hub/HubUpdater.java @@ -137,7 +137,7 @@ public cl...
DAT-<I> Refactor operation event type
liquibase_liquibase
train
16838c30b6185d5d81cd6efdeb76384173083b25
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): return f.read() setup(name='pyTelegramBotAPI', - version='2.0.5', + version='2.1.0', description='Python Telegram bot api. ', long_description=readme(), aut...
Update version. Change log: - Added the field emoji to the Sticker. - Added the field forward_from_chat to the Message object for messages forwarded from channels.
eternnoir_pyTelegramBotAPI
train
9fef6b17a0a86b3059b347b30388d2ce788c6ec9
diff --git a/src/main/java/org/robolectric/shadows/ShadowBitmapFactory.java b/src/main/java/org/robolectric/shadows/ShadowBitmapFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/robolectric/shadows/ShadowBitmapFactory.java +++ b/src/main/java/org/robolectric/shadows/ShadowBitmapFactory.java @@ -13,6 +13,...
Extracting the real size of images in streams
robolectric_robolectric
train
c500aba6646f4744dba72817a9ee62bd02aea756
diff --git a/src/drawer.js b/src/drawer.js index <HASH>..<HASH> 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -41,8 +41,25 @@ WaveSurfer.Drawer = { handleEvent: function (e) { e.preventDefault(); + var bbox = this.wrapper.getBoundingClientRect(); - return ((e.clientX - bbox.left + th...
Fix click-to-seek for audios which are not spanning the entire canvas (#<I>)
katspaugh_wavesurfer.js
train
0c1cf7315a8bfff9887583cf78fe66e346ab7f23
diff --git a/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryTests.java b/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryTests.java index <HASH>..<HASH> 100644 --- a/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurati...
Fix assertion to use AssertJ
spring-projects_spring-boot
train
a74a03b333618d5b75c4db15a48a2477c926f701
diff --git a/test/functional/ios/driver_test.rb b/test/functional/ios/driver_test.rb index <HASH>..<HASH> 100644 --- a/test/functional/ios/driver_test.rb +++ b/test/functional/ios/driver_test.rb @@ -116,6 +116,9 @@ class AppiumLibCoreTest @@driver.find_element(:accessibility_id, 'General').click @@dri...
test: relax a bit (#<I>) * relax a bit * add wait a bit * update test for ios <I> * update * fix rubocop
appium_ruby_lib_core
train
bb2c6d8807c43540bff0eda09ff6569c6c2fb04b
diff --git a/Collection.php b/Collection.php index <HASH>..<HASH> 100755 --- a/Collection.php +++ b/Collection.php @@ -433,7 +433,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate * Get the values of a given key. * * @param string $value - * @param string $k...
Fixed pluck and lists phpdoc
illuminate_support
train
89e83e94ada08bfdc61213491159815c1a918196
diff --git a/src/js/evented.js b/src/js/evented.js index <HASH>..<HASH> 100644 --- a/src/js/evented.js +++ b/src/js/evented.js @@ -1,15 +1,13 @@ -export class Evented { - constructor(/* options = {}*/) { - // TODO: do we need this empty constructor? - } +import _ from 'lodash'; +export class Evented { on(even...
Reduce Evented complexity (#<I>) * Reduce Evented complexity * Remove more complexity
shipshapecode_shepherd
train
d639d5c796574826cb2afba42548e0fb81830077
diff --git a/tests/test_utils.py b/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -40,17 +40,15 @@ class UtilsTest(unittest.TestCase): invalid_dir = os.path.join(self._current_dir, "/a/b/c") self.assertRaises(ValueError, p.write_to_output_file, i...
disable test for protected dirs on Windows
s_preprocessor
train
aad4c9cab1e3f28f5a4df61cbe3d01974f93410a
diff --git a/src/Kisma/Core/Interfaces/HttpMethod.php b/src/Kisma/Core/Interfaces/HttpMethod.php index <HASH>..<HASH> 100644 --- a/src/Kisma/Core/Interfaces/HttpMethod.php +++ b/src/Kisma/Core/Interfaces/HttpMethod.php @@ -33,45 +33,102 @@ interface HttpMethod /** * @var string */ + const GET = 'GET'; + /** + ...
Changed constants to uppercase.
lucifurious_kisma
train
2920fa0a8a35b773bbf97cc7cf08df513694365f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import quantulum setup( name='quantulum', packages=['quantulum'], - data_files=[('quantulum/resources', ['quantulum/resources/clf.pickle', 'quantulum/resources/units.json', 'quantulum/resources/ent...
Fix: package_data in setup.py.
marcolagi_quantulum
train
a4c488ae5c2e125616efad5a722f3dfd8a9bc450
diff --git a/highcharts/version.py b/highcharts/version.py index <HASH>..<HASH> 100644 --- a/highcharts/version.py +++ b/highcharts/version.py @@ -1,7 +1,7 @@ version_info = ( "0", "4", - "1" + "2" ) __version__ = '.'.join(map(str, version_info))
Bumped version (<I>)
kyper-data_python-highcharts
train
d6c5642b279d36725d9bc818e6bdc68f32595c8a
diff --git a/lib/minimalist_authentication/sessions.rb b/lib/minimalist_authentication/sessions.rb index <HASH>..<HASH> 100644 --- a/lib/minimalist_authentication/sessions.rb +++ b/lib/minimalist_authentication/sessions.rb @@ -44,7 +44,18 @@ module MinimalistAuthentication end def after_authentication_succe...
check for blank email and verification at login
wwidea_minimalist_authentication
train
2842f27ffd6f40945adbbc1c6f195ce4d8c6cb9a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( author='William Hayes, David Chen', author_email='', license='Apache', - packages=['bel_lang'], + packages=setuptools.find_packages(), include_package_data=True, install_requi...
missing subdirs from pip install
belbio_bel
train
6ffdf5bdc6209de231af2cfa8bd415a055c472cb
diff --git a/sprd/entity/ConcreteElement.js b/sprd/entity/ConcreteElement.js index <HASH>..<HASH> 100644 --- a/sprd/entity/ConcreteElement.js +++ b/sprd/entity/ConcreteElement.js @@ -36,6 +36,20 @@ define(["js/data/Entity", "sprd/model/Product", "sprd/model/Article", "sprd/enti return null; }, +...
added getSize and getAppearance methods
spreadshirt_rAppid.js-sprd
train
c1a50ec752ba122b336f127f3b0c06511b1f1ba0
diff --git a/lib/modules/apostrophe-schemas/index.js b/lib/modules/apostrophe-schemas/index.js index <HASH>..<HASH> 100644 --- a/lib/modules/apostrophe-schemas/index.js +++ b/lib/modules/apostrophe-schemas/index.js @@ -515,30 +515,33 @@ module.exports = { self.converters.form.joinByArray = function(req, data, name...
fixed ancient bug that produced a property called "undefined" in any object with an array join
apostrophecms_apostrophe
train
e47545f64e89117e43f5bbe6696f7a6da51c6c6c
diff --git a/src/visualizers/panels/HFSMViz/HFSMVizPanel.js b/src/visualizers/panels/HFSMViz/HFSMVizPanel.js index <HASH>..<HASH> 100644 --- a/src/visualizers/panels/HFSMViz/HFSMVizPanel.js +++ b/src/visualizers/panels/HFSMViz/HFSMVizPanel.js @@ -74,6 +74,21 @@ define([ this.widget.onWidgetContainerResize(widt...
viz now tells part browser which children types are available to create, telling it that all children types are available.
finger563_webgme-hfsm
train
6731eb46b528cd31c811d600d038e469b425b9cb
diff --git a/src/model/inline.js b/src/model/inline.js index <HASH>..<HASH> 100644 --- a/src/model/inline.js +++ b/src/model/inline.js @@ -110,12 +110,13 @@ transform.define("setType", function(doc, params) { }) function clearMarkup(node) { - node.content = node.content.slice() - for (var i = 0; i < node.content....
Prevent all non-text nodes from being put in a code block
ProseMirror_prosemirror-markdown
train
ccf6cab8f1d91a8fe4a3b9f72229343f2b2875f6
diff --git a/ledger/ledger.py b/ledger/ledger.py index <HASH>..<HASH> 100644 --- a/ledger/ledger.py +++ b/ledger/ledger.py @@ -1,10 +1,10 @@ import base64 import logging +import os import time from collections import OrderedDict from ledger.compact_merkle_tree import CompactMerkleTree -from ledger.stores.memory_...
[SOV-<I>] fixed no new line at the end of pool txn file issue
hyperledger-archives_indy-ledger
train
183b4535b53af6ee6682c8d6d4ff42168dd83d76
diff --git a/dynash/version.py b/dynash/version.py index <HASH>..<HASH> 100644 --- a/dynash/version.py +++ b/dynash/version.py @@ -1 +1 @@ -__version__ = '0.9.6' +__version__ = '0.9.7' diff --git a/dynash2/dynash2.py b/dynash2/dynash2.py index <HASH>..<HASH> 100755 --- a/dynash2/dynash2.py +++ b/dynash2/dynash2.py @@ -...
Fix for pip install (we need to use the full path to the file)
raff_dynash
train
6dd51449af92ec20954852693915ac7a95bfbda9
diff --git a/test/ResponseMapperUTest.php b/test/ResponseMapperUTest.php index <HASH>..<HASH> 100644 --- a/test/ResponseMapperUTest.php +++ b/test/ResponseMapperUTest.php @@ -74,7 +74,10 @@ class ResponseMapperUTest extends \PHPUnit_Framework_TestCase ], self::PAYMENT_METHODS => [ ...
#3 implementing response mapper for PayPal
wirecard_paymentSDK-php
train
1434ec79e66cd4d5748f56b63c9bc3333e5b3afb
diff --git a/anoncreds/protocol/issuer_key.py b/anoncreds/protocol/issuer_key.py index <HASH>..<HASH> 100644 --- a/anoncreds/protocol/issuer_key.py +++ b/anoncreds/protocol/issuer_key.py @@ -22,13 +22,13 @@ class IssuerKey: self.Z = Z @classmethod - def fromKeys(cls, keys): - N = strToCharmInt...
making de-serialization configurable
hyperledger-archives_indy-anoncreds
train
924dc82fda382c7bbd9656a1ad0ebf5e16859617
diff --git a/brigade/core/helpers/__init__.py b/brigade/core/helpers/__init__.py index <HASH>..<HASH> 100644 --- a/brigade/core/helpers/__init__.py +++ b/brigade/core/helpers/__init__.py @@ -1,5 +1,8 @@ def merge_two_dicts(x, y): - z = x.copy() + try: + z = x.copy() + except AttributeError: + z ...
if first object is a host get expanded_data
nornir-automation_nornir
train
640d5452e4564fec635a3421f05562231da740ba
diff --git a/salt/cloud/clouds/scaleway.py b/salt/cloud/clouds/scaleway.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/scaleway.py +++ b/salt/cloud/clouds/scaleway.py @@ -20,7 +20,6 @@ the cloud configuration at ``/etc/salt/cloud.providers`` or token: be8fd96b-04eb-4d39-b6ba-a9edbcf17f12 driver: s...
Use internal http.query library for HTTP requests
saltstack_salt
train
f9e5470be3465cf7cf4c96af038cc5c1ef0ba5e0
diff --git a/config/config-api/src/com/thoughtworks/go/config/BasicPipelineConfigs.java b/config/config-api/src/com/thoughtworks/go/config/BasicPipelineConfigs.java index <HASH>..<HASH> 100644 --- a/config/config-api/src/com/thoughtworks/go/config/BasicPipelineConfigs.java +++ b/config/config-api/src/com/thoughtworks/g...
#<I> PipelineConfigs does not have to be Serializable only BasicPipelineConfigs is serialized
gocd_gocd
train
c2b57be6e93b03cd2e05781fbad902d508d389ff
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Supported statistics/indicators are: - RSI: relative strength index - KDJ: Stochastic oscillator - Bolling: including upper band and lower band. -- MACD: moving average convergence divergence. Inc...
Correct MACDH calculation and adds warning about change. Fixes #<I>
jealous_stockstats
train
be8fc5a6db7d91df0f7d735a31c2522e8020667b
diff --git a/denovonear/transcript.py b/denovonear/transcript.py index <HASH>..<HASH> 100755 --- a/denovonear/transcript.py +++ b/denovonear/transcript.py @@ -52,14 +52,6 @@ class Transcript(SequenceMethods): # when adding the CDS coordinates for the transcript. if exon_ranges == []: if l...
fixed bug in single exon genes lacking exon coordinates
jeremymcrae_denovonear
train
0f21775fdebbb03f81f66a77013d84c27913ea8b
diff --git a/examples/userstream.php b/examples/userstream.php index <HASH>..<HASH> 100644 --- a/examples/userstream.php +++ b/examples/userstream.php @@ -32,7 +32,12 @@ function my_streaming_callback($data, $length, $metrics) { require '../tmhOAuth.php'; require '../tmhUtilities.php'; -$tmhOAuth = new tmhOAuth(); ...
Missing configuration setup for the userstream example
themattharris_tmhOAuth
train
bf9258bcdcd03b52a92bce4cbe674dacfd8c25ee
diff --git a/py/h2o_exec.py b/py/h2o_exec.py index <HASH>..<HASH> 100644 --- a/py/h2o_exec.py +++ b/py/h2o_exec.py @@ -192,7 +192,7 @@ def exec_expr_list_rand(lenNodes, exprList, keyX, print "Trial #", trial, "completed\n" def exec_expr_list_across_cols(lenNodes, exprList, keyX, - minCol=0, maxCol=54, t...
clean up some spaces. shouldn't change anything
h2oai_h2o-2
train
97075646cf6af8f51f8033b50688489aa2a6eaed
diff --git a/facebook.py b/facebook.py index <HASH>..<HASH> 100755 --- a/facebook.py +++ b/facebook.py @@ -38,16 +38,7 @@ import hashlib import hmac import base64 import requests - -# Find a JSON parser -try: - import simplejson as json -except ImportError: - try: - from django.utils import simplejson a...
Simple json module import. Fixes #<I>. We now just use the built-in json module, instead of mucking around with simplejson. This commit also removes the _parse_json shim.
mobolic_facebook-sdk
train
cfe6eb863d70dd2e26a94118d435877cbed52fee
diff --git a/bcbio/pipeline/qcsummary.py b/bcbio/pipeline/qcsummary.py index <HASH>..<HASH> 100644 --- a/bcbio/pipeline/qcsummary.py +++ b/bcbio/pipeline/qcsummary.py @@ -443,12 +443,12 @@ def _run_fastqc(bam_file, data, fastqc_out): do.run(cl, "FastQC: %s" % data["name"][-1]) tx_fastq...
Save zipped reports for fastqc. Fixes #<I>
bcbio_bcbio-nextgen
train
8ab9ffad3e93700d8999ac65a9bdaae46e43883f
diff --git a/lib/rules/sotd/supersedable.js b/lib/rules/sotd/supersedable.js index <HASH>..<HASH> 100644 --- a/lib/rules/sotd/supersedable.js +++ b/lib/rules/sotd/supersedable.js @@ -24,17 +24,17 @@ exports.check = function (sr, done) { return true; } }); - if (!em) em = so...
Fix app crashed situation (#<I>)
w3c_specberus
train
3ad5c3e16fb2596bd5992ce66999641165c1480a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -38,6 +38,7 @@ function Limon (input, options) { options = input input = null } + lazy.use(this) this.options = lazy.utils.isObject(options) ? options : {} this.plugins = lazy.utils.arrayify(this.options....
use `use-ware` lib for the plugins
postcore_limon
train
c196d8ed136a5d3d32cad3f44f10fb4d45fb5ab9
diff --git a/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java b/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java index <HASH>..<HASH> 100644 --- a/messaging/src/main/java/org/cloudiator/messaging/services/ProcessService.java +++ b/messaging/src/main/java/org/clo...
add process status query, improvements in logging
cloudiator_common
train
91983368dae10d42a735b5addabb7e76649a973a
diff --git a/backoff.py b/backoff.py index <HASH>..<HASH> 100644 --- a/backoff.py +++ b/backoff.py @@ -97,11 +97,20 @@ import operator import logging import random import time +import sys # Use module-specific logger with a default null handler. logger = logging.getLogger(__name__) -logger.addHandler(logging.N...
Adding support for python<I> NullHandler was introduced in logging module from <I> on so we need to implement this ourselves for <I> as documented in <URL>
litl_backoff
train
e6a8b463499661e811fcf1fc4663f54e8934714c
diff --git a/lib/combinators.js b/lib/combinators.js index <HASH>..<HASH> 100644 --- a/lib/combinators.js +++ b/lib/combinators.js @@ -385,7 +385,7 @@ module.exports = _core => { } } else { - if (consumed) { + if (opRes.consume...
:bug: Fix wrong property access
susisu_loquat-combinators
train
44b3c6e996fb23131cdc737604d545a81ccbf9a4
diff --git a/modules/Router.js b/modules/Router.js index <HASH>..<HASH> 100644 --- a/modules/Router.js +++ b/modules/Router.js @@ -1,5 +1,6 @@ import createHashHistory from 'history/lib/createHashHistory' import useQueries from 'history/lib/useQueries' +import invariant from 'invariant' import React from 'react' ...
Throw instead of silently failing with history v3 (#<I>)
ReactTraining_react-router
train
6f625f4e74de231484695a1607bc869b6ba4bfcc
diff --git a/wafer/schedule/admin.py b/wafer/schedule/admin.py index <HASH>..<HASH> 100644 --- a/wafer/schedule/admin.py +++ b/wafer/schedule/admin.py @@ -9,6 +9,8 @@ from django.utils.encoding import force_text from django.utils.translation import ugettext as _ from django import forms +from easy_select2 import Se...
Use select2 to choose scheduleitems
CTPUG_wafer
train
8290d0aa57a4a4fdc9aefb040604de811fd04ed2
diff --git a/src/main/java/net/openhft/chronicle/network/cluster/ClusterContext.java b/src/main/java/net/openhft/chronicle/network/cluster/ClusterContext.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/network/cluster/ClusterContext.java +++ b/src/main/java/net/openhft/chronicle/network/clust...
Cleanup closeables. Work on #<I>
OpenHFT_Chronicle-Network
train
cba6d1dcaee769f1cf7e6dd383d49a70a68b3e59
diff --git a/src/RocknRoot/StrayFw/Database/Postgres/Schema.php b/src/RocknRoot/StrayFw/Database/Postgres/Schema.php index <HASH>..<HASH> 100644 --- a/src/RocknRoot/StrayFw/Database/Postgres/Schema.php +++ b/src/RocknRoot/StrayFw/Database/Postgres/Schema.php @@ -71,6 +71,8 @@ class Schema extends ProviderSchema *...
fix #<I> SQL data building
RocknRoot_strayFw
train
c36f9821b6efb352081882ff677928445d833cba
diff --git a/agrona/src/main/java/org/agrona/concurrent/DynamicCompositeAgent.java b/agrona/src/main/java/org/agrona/concurrent/DynamicCompositeAgent.java index <HASH>..<HASH> 100644 --- a/agrona/src/main/java/org/agrona/concurrent/DynamicCompositeAgent.java +++ b/agrona/src/main/java/org/agrona/concurrent/DynamicCompo...
[Java] Add tri-state tracking to DynamicCompositeAgent.
real-logic_agrona
train
83b852e73e8bef1e823f745523f6b10ec110bf24
diff --git a/pixel.js b/pixel.js index <HASH>..<HASH> 100644 --- a/pixel.js +++ b/pixel.js @@ -31,7 +31,6 @@ function measure(c, params) /** * @param {object} data imported from .json (from Pixel-Editor) * @param {RenderSheet} sheet - rendersheet for rendering pixel sprite - * @param {object} callbacks * @param ...
finally settled on a way to add to rendersheet
davidfig_pixel
train
2faab35ec137cb0056f2928fa10c0ca3313c6400
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ setup( author='Fernando Nogueira', author_email="fmfnogueira@gmail.com", description='Bayesian Optimization package', + long_description='A Python implementation of global optimization with gauss...
Add long_description to README This will stop the [PyPI page](<URL>) looking bare with "The author of this package has not provided a project description."
fmfn_BayesianOptimization
train
5b09945d10a57fdcfd88edb79b590a5ac4db45ce
diff --git a/src/RegexpMaster.php b/src/RegexpMaster.php index <HASH>..<HASH> 100644 --- a/src/RegexpMaster.php +++ b/src/RegexpMaster.php @@ -779,8 +779,18 @@ class RegexpMaster throw new RuntimeException('Could not find matching pattern start for right parenthesis at pos ' . $pos); } + /** + * ...
Capture and record the content of a subpattern
s9e_TextFormatter
train
59776e02df21c0618e0ac31db8465c31d71cc823
diff --git a/confuse.py b/confuse.py index <HASH>..<HASH> 100644 --- a/confuse.py +++ b/confuse.py @@ -892,7 +892,10 @@ class Configuration(RootView): # Resolve default source location. We do this ahead of time to # avoid unexpected problems if the working directory changes. - self._package_p...
Revert switch to appname in package_path
sampsyo_confuse
train
de86b2e81666a47a7232c751e21f35bb0d59b5e2
diff --git a/spec/models/config_spec.rb b/spec/models/config_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/config_spec.rb +++ b/spec/models/config_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe Toppings::Config do - describe "at initialization" do + context "as a container for attributes" do ...
adding some specs for the default conf parsing
toppings_toppings
train
cfbd4a526d206aaa2a91e7e954b0822db4f3c951
diff --git a/closure/goog/editor/field.js b/closure/goog/editor/field.js index <HASH>..<HASH> 100644 --- a/closure/goog/editor/field.js +++ b/closure/goog/editor/field.js @@ -1404,24 +1404,23 @@ goog.editor.Field.prototype.maybeStartSelectionChangeTimer_ = function(e) { goog.editor.Field.prototype.handleKeyboardShortc...
Modify closure field.js to handle Alt-Shift keyboard shortcut. Other Alt keyboard shortcuts will not be handled. TESTED=Verified Alt-Shift proceeds without return and other Alt keyboard shortcuts are returned right away. RELNOTES:For goog.editor enable Alt-Shift keyboard shortcuts. ------------- Created by MOE: <URL...
google_closure-library
train
e293b3a963f68ed7215cae47e0ab5c847e296d37
diff --git a/mcash/mapi_client/backends/urlfetch.py b/mcash/mapi_client/backends/urlfetch.py index <HASH>..<HASH> 100644 --- a/mcash/mapi_client/backends/urlfetch.py +++ b/mcash/mapi_client/backends/urlfetch.py @@ -8,15 +8,9 @@ __all__ = ["UrlFetchFramework"] class UrlFetchFramework(object): def dispatch_reques...
Serialize before passing to request backend
mcash_merchant-api-python-sdk
train
5b711e818aa4c6213c4b0ed0e80518747c86d76d
diff --git a/lib/celluloid/supervision_group.rb b/lib/celluloid/supervision_group.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid/supervision_group.rb +++ b/lib/celluloid/supervision_group.rb @@ -44,9 +44,13 @@ module Celluloid end # Register a pool of actors to be launched on group startup - de...
Added second parameter to SupervisionGroup.pool method to pass options hash (e.g. the :as option to register the pool in the Celluloid::Actor[] directory).
celluloid_celluloid
train
44864120c0255ce9a247c3a60b54e19d0ce5afaa
diff --git a/src/misc.js b/src/misc.js index <HASH>..<HASH> 100644 --- a/src/misc.js +++ b/src/misc.js @@ -117,6 +117,46 @@ }; })(jQuery); +// auto numbering +(function ($, undefined) { + "use strict"; + var span = document.createElement('SPAN'); + span.className = "jstree-numbering"; + + $.jstree.defaults.numberi...
added numbering plugin (could be slow on large trees)
vakata_jstree
train
ebeb92e0c8de0c2d429c4ef12d99284005ae4103
diff --git a/lxd/network/network_utils.go b/lxd/network/network_utils.go index <HASH>..<HASH> 100644 --- a/lxd/network/network_utils.go +++ b/lxd/network/network_utils.go @@ -30,6 +30,7 @@ import ( "github.com/lxc/lxd/shared" "github.com/lxc/lxd/shared/api" "github.com/lxc/lxd/shared/logger" + "github.com/lxc/lxd...
lxd/network/network/utils: Adds UsedBy function and unexports related functions not used elsewhere
lxc_lxd
train
afbd9a0870f44c7bdd881528106102eb0c25356a
diff --git a/packages/babel-runtime/scripts/build-dist.js b/packages/babel-runtime/scripts/build-dist.js index <HASH>..<HASH> 100644 --- a/packages/babel-runtime/scripts/build-dist.js +++ b/packages/babel-runtime/scripts/build-dist.js @@ -1,10 +1,10 @@ var outputFile = require("output-file-sync"); -var transform = re...
fix babel-runtime dist require locations
babel_babel
train