hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8abe3addf98363126890931a599191f7a2ae7f12
diff --git a/src/adapterMoz.js b/src/adapterMoz.js index <HASH>..<HASH> 100644 --- a/src/adapterMoz.js +++ b/src/adapterMoz.js @@ -4,10 +4,12 @@ this.dance = danceInstance; this.audio = new Audio(); this.loaded = false; + window.test = this; + this.max = []; }; adapter.prototype = { - in...
Match adapters a bit more, WebKit now works
jsantell_dancer.js
train
a246876cbff589215be65b72dd641d2196f2666c
diff --git a/parsl/executors/high_throughput/interchange.py b/parsl/executors/high_throughput/interchange.py index <HASH>..<HASH> 100644 --- a/parsl/executors/high_throughput/interchange.py +++ b/parsl/executors/high_throughput/interchange.py @@ -122,7 +122,7 @@ class Interchange(object): self.command_channel....
Fixing XOR when exponent was expected
Parsl_parsl
train
1d46e34ace177f471889ad92cfa78ebebaa89b29
diff --git a/gatspy/periodic/lomb_scargle_fast.py b/gatspy/periodic/lomb_scargle_fast.py index <HASH>..<HASH> 100644 --- a/gatspy/periodic/lomb_scargle_fast.py +++ b/gatspy/periodic/lomb_scargle_fast.py @@ -63,18 +63,25 @@ def extirpolate(x, y, N=None, M=4): if N is None: N = int(np.max(x) + 0.5 * M + 1) ...
BUG: update extirpolate to work with integer inputs
astroML_gatspy
train
42a877f962818809c5a15d1e477a2ec292ba336b
diff --git a/hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java b/hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfig.java +++ b/hazelcast/src/main/java/com/hazelcast/config/CacheSimpleConfi...
Default eviction policy is LRU
hazelcast_hazelcast
train
1dfa25e0f6f729ac5aae536b857faf0745cec8aa
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If you are not familiar with [Backbone.Select][], you should [have a look there] [Backbone][] and [Backbone.Select][] are the only dependencies. Include backbone.cycle.js after [Backbone][] and [Backbone....
Fleshed out package.json for npm installs; updated build
hashchange_backbone.cycle
train
f90103443965777e93de3dc51bd7d361072f282b
diff --git a/aws/resource_aws_iam_server_certificate.go b/aws/resource_aws_iam_server_certificate.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_iam_server_certificate.go +++ b/aws/resource_aws_iam_server_certificate.go @@ -5,11 +5,13 @@ import ( "encoding/hex" "fmt" "log" + "regexp" "strings" "time" ...
Add logs for iam server certificate delete conflict (#<I>) * Query elb API for load balancer arn causing delete conflict - For IAM server certificate. * Use regex for lb name. * Edits for #<I>
terraform-providers_terraform-provider-aws
train
2f85525a15f90b16c38650f0110d7a328d67ae79
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,13 +6,15 @@ Version 0.6.2 To be released. +- Added ``is_optional_type()`` to ensure optional type includes ``None`` type. + Version 0.6.1 ------------- Released on December 9, 2017. -- Made `nirum....
Ensure optional type include `None` type
nirum-lang_nirum-python
train
a64aa757ae57a6d247e6a2b56192a95a8643e949
diff --git a/client/my-sites/customer-home/translations/woo-upsell-banner.js b/client/my-sites/customer-home/translations/woo-upsell-banner.js index <HASH>..<HASH> 100644 --- a/client/my-sites/customer-home/translations/woo-upsell-banner.js +++ b/client/my-sites/customer-home/translations/woo-upsell-banner.js @@ -4,3 +...
Add initial translations for updated Woo landing page (#<I>)
Automattic_wp-calypso
train
80bbf0764c6fbe165ba9bc8dd04269a4056d199f
diff --git a/utils/src/main/java/io/atomix/utils/TimestampPrinter.java b/utils/src/main/java/io/atomix/utils/TimestampPrinter.java index <HASH>..<HASH> 100644 --- a/utils/src/main/java/io/atomix/utils/TimestampPrinter.java +++ b/utils/src/main/java/io/atomix/utils/TimestampPrinter.java @@ -15,8 +15,10 @@ */ package ...
Replace bad usage of SimpleDateFormat with threadsafe java 8 DateTimeFormatter.
atomix_atomix
train
b3eac4b5918332a1ebfb37828b792fce6cd3a343
diff --git a/dss-api.yml b/dss-api.yml index <HASH>..<HASH> 100644 --- a/dss-api.yml +++ b/dss-api.yml @@ -188,7 +188,16 @@ paths: default: description: Unexpected error schema: - $ref: '#/definitions/Error' + allOf: + - $ref: '#/definitions/Error' + ...
switch the /files not found message to the standard message format. (#<I>) Added a test for the error reporting.
HumanCellAtlas_cloud-blobstore
train
0504555c7de87f31bdbf83c885a82013b6db6309
diff --git a/inputscope/listener.py b/inputscope/listener.py index <HASH>..<HASH> 100644 --- a/inputscope/listener.py +++ b/inputscope/listener.py @@ -4,7 +4,7 @@ Mouse and keyboard listener, logs events to database. @author Erki Suurjaak @created 06.04.2015 -@modified 06.05.2015 +@modified 07.05...
Fixed keyboard combos not being stored.
suurjaak_InputScope
train
75584423b2c4f3af72a5d4f58956b4695afa9036
diff --git a/tests/test_proxy.py b/tests/test_proxy.py index <HASH>..<HASH> 100644 --- a/tests/test_proxy.py +++ b/tests/test_proxy.py @@ -12,6 +12,7 @@ from testfixtures import log_capture from wakatime.compat import u from wakatime.constants import API_ERROR, SUCCESS from wakatime.packages.requests.models import R...
test ntlm proxy used after requests exception
wakatime_wakatime
train
0778ff3ec21ba96da9b7d4635c26e9cf6f09502d
diff --git a/lib/ohai/system.rb b/lib/ohai/system.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/system.rb +++ b/lib/ohai/system.rb @@ -29,6 +29,7 @@ require "ohai/provides_map" require "ohai/hints" require "mixlib/shellout" require "ohai/config" +require "ffi_yajl" module Ohai class System
Add missing require ffi_yajl in System class This is used several times in this class, but not required.
chef_ohai
train
ce219ad5e11c9965c01111e9a761f920cb419d84
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 @@ -122,6 +122,8 @@ def check_schedule(): class ScheduleItemAdminForm(forms.ModelForm): class Meta: model = ScheduleItem + fields = ('slots', 'venu...
Add explicit fields to forms to silence <I> complaint
CTPUG_wafer
train
945d2e457e00df897a2270337ad8dcd9f8662023
diff --git a/wayback-core/src/main/java/org/archive/wayback/archivalurl/ArchivalUrlReplayRenderer.java b/wayback-core/src/main/java/org/archive/wayback/archivalurl/ArchivalUrlReplayRenderer.java index <HASH>..<HASH> 100644 --- a/wayback-core/src/main/java/org/archive/wayback/archivalurl/ArchivalUrlReplayRenderer.java +...
FEATURE: added get/setResult() to UIQueryResults. This is set by HTMLPage when including JSP files in replayed documents via ArchivalURL mode git-svn-id: <URL>
iipc_openwayback
train
039eebaad69ed0ed7a6ebfb22c3dddbc8b54d0d5
diff --git a/jawa/core/cf.py b/jawa/core/cf.py index <HASH>..<HASH> 100644 --- a/jawa/core/cf.py +++ b/jawa/core/cf.py @@ -14,6 +14,10 @@ class ClassFile(object): """ def __init__(self, io=None): self.constants = const.ConstantPool() + self._interfaces = [] + self._super = None + ...
Defaults, version as a property.
TkTech_Jawa
train
2fc44b25c053d517ffa3e99133be30ddafe45137
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http...
Fix multiple compiles of insert and update (#7) Due to how null, boolean, and expression values were handled in INSERT and UPDATE queries, compiling the same query multiple times would result in different results. Fixes #6
shadowhand_latitude
train
ada62dd75b07cedab472e834964f4c3ecaca0239
diff --git a/src/main/java/org/dita/dost/reader/GenListModuleReader.java b/src/main/java/org/dita/dost/reader/GenListModuleReader.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dita/dost/reader/GenListModuleReader.java +++ b/src/main/java/org/dita/dost/reader/GenListModuleReader.java @@ -1343,22 +1343,24 @@ p...
Fix topichead with chunk and copy-to #<I>
dita-ot_dita-ot
train
83c34de515e249ede7bc942c1fa4c6b6ac8de7fb
diff --git a/cli/command/service/logs.go b/cli/command/service/logs.go index <HASH>..<HASH> 100644 --- a/cli/command/service/logs.go +++ b/cli/command/service/logs.go @@ -23,11 +23,10 @@ import ( type logsOptions struct { noResolve bool noTrunc bool - noIDs bool + noTaskIDs bool follow bool since...
Fixed concerns, updated, and rebased PR.
moby_moby
train
00bc83ef63a9eaf8f0cca4c98efcde1e217f9f60
diff --git a/src/AndroidProject.js b/src/AndroidProject.js index <HASH>..<HASH> 100644 --- a/src/AndroidProject.js +++ b/src/AndroidProject.js @@ -26,12 +26,12 @@ AndroidProject.prototype = Project; * @function fillTemplates * @param {String} packageId Qualified package name. * @param {String} apiTarget Android A...
AndroidProject: Refactor to prepare for Crosswalk downloader/zip import
crosswalk-project_crosswalk-app-tools
train
1591ade4d06cd6b4e0f226f2ea75282c42c33187
diff --git a/tornado/ioloop.py b/tornado/ioloop.py index <HASH>..<HASH> 100644 --- a/tornado/ioloop.py +++ b/tornado/ioloop.py @@ -686,19 +686,16 @@ class PollIOLoop(IOLoop): try: while True: - poll_timeout = _POLL_TIMEOUT - # Prevent IO event starvation by delayi...
Improve callback scheduling. Collect all timeouts to be run before running any of them; this prevents starvation when a slow callback reschedules itself. Call time() again before setting poll_timeout to avoid scheduling anomalies with slow callbacks. Closes #<I>.
tornadoweb_tornado
train
51b0fc192dbd489204d356e343b38584d2a41455
diff --git a/lib/coral_core/util/data.rb b/lib/coral_core/util/data.rb index <HASH>..<HASH> 100644 --- a/lib/coral_core/util/data.rb +++ b/lib/coral_core/util/data.rb @@ -103,49 +103,25 @@ class Data #--- def self.parse_json(json_text) - output = '' - begin - output = MultiJson.load(json_text) - ...
Removing some silent exception handling in conversion utilities and adding rm_keys and subset methods to the data utility class.
coralnexus_corl
train
8605f5a6fc5cb936b2e274cf2228daa64ea0af18
diff --git a/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py b/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py index <HASH>..<HASH> 100644 --- a/gremlin-python/src/main/jython/tests/structure/io/test_graphsonV3d0.py +++ b/gremlin-python/src/main/jython/tests/structure/io/te...
Removed python test assertion with dates that is not passing consistently CTR
apache_tinkerpop
train
2d383bc3d9a96760f6c748916b4cdab14296be0e
diff --git a/tests/types/test_datetime.py b/tests/types/test_datetime.py index <HASH>..<HASH> 100644 --- a/tests/types/test_datetime.py +++ b/tests/types/test_datetime.py @@ -91,3 +91,18 @@ def test_to_daydate(input, expected): def test_pack_timestamp(input, expected): assert types.Timestamp.prepare(input) ==...
Add tests for packing of date and time type.
SAP_PyHDB
train
634a09571100baecc70f16820dcfd6ff4841da80
diff --git a/ghost/admin/assets/lib/uploader.js b/ghost/admin/assets/lib/uploader.js index <HASH>..<HASH> 100644 --- a/ghost/admin/assets/lib/uploader.js +++ b/ghost/admin/assets/lib/uploader.js @@ -237,6 +237,13 @@ UploadUi = function ($dropzone, settings) { } else { this.initWithImage();...
Ensure Post Image Uploader Reset Closes #<I> - The PSM does not reset on a transition from editor (existing post) to editor (new post). If the existing post had a cover image, the image uploader would not be reset during the transition and appear slightly broken in the editor for the new post. - In this PR: A referen...
TryGhost_Ghost
train
b225f6d6075c1d161efb42bfc93d75c5b6cc23d2
diff --git a/lib/oneview-sdk/resource/api200/volume_template.rb b/lib/oneview-sdk/resource/api200/volume_template.rb index <HASH>..<HASH> 100644 --- a/lib/oneview-sdk/resource/api200/volume_template.rb +++ b/lib/oneview-sdk/resource/api200/volume_template.rb @@ -16,6 +16,7 @@ module OneviewSDK # Volume template re...
Adjusting create and delete methods in the volume template resource
HewlettPackard_oneview-sdk-ruby
train
8cb773f14461a560352684b31720b4878f84852e
diff --git a/lib/imap/backup/configuration/store.rb b/lib/imap/backup/configuration/store.rb index <HASH>..<HASH> 100644 --- a/lib/imap/backup/configuration/store.rb +++ b/lib/imap/backup/configuration/store.rb @@ -8,8 +8,7 @@ module Imap::Backup class Configuration::Store CONFIGURATION_DIRECTORY = File.expand_...
Refactor: don't do work in the constructor
joeyates_imap-backup
train
7beb372175a086c49008dcb2cef1bf2ff5e1e74a
diff --git a/qutepart/sideareas.py b/qutepart/sideareas.py index <HASH>..<HASH> 100644 --- a/qutepart/sideareas.py +++ b/qutepart/sideareas.py @@ -66,8 +66,8 @@ class LineNumberArea(QWidget): Qt.AlignRight, number) if boundingRect.height() >= singleBlockHeight * 2: # ...
python <I> compatibility: fix another float-to-int conversion (and change the gutter color to be less jarring)
andreikop_qutepart
train
1d1f54332c0eaf12fd695533afcf4651fa04a653
diff --git a/src/android/SecureStorage.java b/src/android/SecureStorage.java index <HASH>..<HASH> 100644 --- a/src/android/SecureStorage.java +++ b/src/android/SecureStorage.java @@ -21,11 +21,21 @@ public class SecureStorage extends CordovaPlugin { private String ALIAS; private int SUPPORTS_NATIVE_AES; - ...
Use properly the callbackContext for secureDevice, so that callbacks fire after the settings are set. Contributed by @demanik
Crypho_cordova-plugin-secure-storage
train
d1a2952675ea5e3030fd8bb11e4ffa57b0911062
diff --git a/operator-api/view-model/src/main/java/io/motown/operatorapi/viewmodel/ChargingStationEventListener.java b/operator-api/view-model/src/main/java/io/motown/operatorapi/viewmodel/ChargingStationEventListener.java index <HASH>..<HASH> 100644 --- a/operator-api/view-model/src/main/java/io/motown/operatorapi/vie...
Timestamps in Operator APIs ChargingStation entity are now generated in the entity
motown-io_motown
train
d41f97f2e049934ffb0a34b8e5c6ad80bc5344e4
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -140,7 +140,7 @@ function processParameter(param,op,path,index,openapi,options) { var consumes = ((op && op.consumes)||[]).concat(openapi.consumes||[]); consumes = consumes.filter(common.uniqueOnly); - if (param.$ref) { ...
converter; always test type of $ref
wework_speccy
train
4f01255f0aa81e26c4119d260550d8e1c6fced3e
diff --git a/model/Node.js b/model/Node.js index <HASH>..<HASH> 100644 --- a/model/Node.js +++ b/model/Node.js @@ -212,7 +212,8 @@ function _compileSchema(schema) { function _compileDefintion(definition) { let result = definition if (isArray(definition.type) && definition.type[0] !== "array") { - definition.t...
Allow multiple target types for arrays.
substance_substance
train
49991144ee87d788dde4ab210c455f598b1cdd3d
diff --git a/vertx-db2-client/src/main/java/io/vertx/db2client/impl/drda/CodePoint.java b/vertx-db2-client/src/main/java/io/vertx/db2client/impl/drda/CodePoint.java index <HASH>..<HASH> 100644 --- a/vertx-db2-client/src/main/java/io/vertx/db2client/impl/drda/CodePoint.java +++ b/vertx-db2-client/src/main/java/io/vertx/...
Adding and handling QRYBLKFCT codepoint (0x<I>F)
reactiverse_reactive-pg-client
train
47a2124ad7bb7e41b6805cfa101af406b0b74080
diff --git a/lib/basepanel.py b/lib/basepanel.py index <HASH>..<HASH> 100644 --- a/lib/basepanel.py +++ b/lib/basepanel.py @@ -177,7 +177,7 @@ class BasePanel(wx.Panel): ofile = ofile.replace(c, '_') ofile = ofile + '.png' - + orig_dir = os.path.abspath(os.curdir) dlg = wx.FileDi...
save_figure returns to originial working directory
newville_wxmplot
train
3235aef8b4614c8d5ddaea019089ac40cafa2df4
diff --git a/lib/socket-mgr.js b/lib/socket-mgr.js index <HASH>..<HASH> 100644 --- a/lib/socket-mgr.js +++ b/lib/socket-mgr.js @@ -133,7 +133,6 @@ function emitDataToProxy(req, chunk, fromClient, ignore) { if (isHide(req) || req._emittedClosed) { return; } - req._emittedClosed = true; proxy.emit('frame',...
fix: unable to fully display tunnel request data problem
avwo_whistle
train
42f239545466d9fed331c20ce277cd78562dbd53
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ === 1.67.X === +- Fixed unicode issue in html to plain text converter - Re-arranged send_email function to make a proper use of cc and bcc options - Allow html in help texts - fixed loggi...
Fixed unicode issue in html to plain text converter
bitlabstudio_django-libs
train
52f29d392d378dbcd2dbaf72823e730590eb0830
diff --git a/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb b/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb index <HASH>..<HASH> 100644 --- a/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb +++ b/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb @@ -10,6 +10,17 @@ module Snapshot UI.verbos...
Set ConnectHardwareKeyboard to false for all simulators. Issue #<I>. (#<I>)
fastlane_fastlane
train
9c404418bae5e05a0b278e7a11ad253441c4d57c
diff --git a/plugin/exo/Installation/Updater/Updater090000.php b/plugin/exo/Installation/Updater/Updater090000.php index <HASH>..<HASH> 100644 --- a/plugin/exo/Installation/Updater/Updater090000.php +++ b/plugin/exo/Installation/Updater/Updater090000.php @@ -287,7 +287,7 @@ class Updater090000 $found = null; ...
[ExoBundle] fixes answers migration (#<I>)
claroline_Distribution
train
00e14d574caadac6d8c54f17c339a59cb10f5888
diff --git a/lib/components/viewers/stop-viewer.js b/lib/components/viewers/stop-viewer.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/stop-viewer.js +++ b/lib/components/viewers/stop-viewer.js @@ -424,22 +424,30 @@ function getFormattedStopTime (stopTime, homeTimezone, soonText = 'Due', timeFor const...
refactor(stop-viewer): refactor calc to determine stop time render This refactor now handles stop times that are set to arrive <I> hours or more after the start of the service day. It also fixes a bug in how the seconds until departure calculation was being handled.
opentripplanner_otp-react-redux
train
7ed1e84762c4e5ca8afa22416f6e73187509f4f9
diff --git a/hazelcast/src/test/java/com/hazelcast/internal/partition/MigrationInvocationsSafetyTest.java b/hazelcast/src/test/java/com/hazelcast/internal/partition/MigrationInvocationsSafetyTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/internal/partition/MigrationInvocationsSafetyTe...
Fix MigrationInvocationsSafetyTest failure In migrationCommit_shouldBeRetried_whenTargetNotResponds test, the master node should wait until the destination node commits the cluster state change. Otherwise, migrations could fail due to the cluster state of the destination node, leading to duplicate "before migration" e...
hazelcast_hazelcast
train
71c42345ebd78537e08986c637aa28d103723dd7
diff --git a/app/search_builders/deposit_search_builder.rb b/app/search_builders/deposit_search_builder.rb index <HASH>..<HASH> 100644 --- a/app/search_builders/deposit_search_builder.rb +++ b/app/search_builders/deposit_search_builder.rb @@ -1,6 +1,7 @@ class DepositSearchBuilder < ::SearchBuilder # includes the d...
Filter for works using CurationConcerns::WorkRelation This allows us to support more works besides GenericWork
samvera_hyrax
train
4727d5b8490438869d9f90edb2ebdbf8acce5032
diff --git a/p2p/host/relay/autorelay.go b/p2p/host/relay/autorelay.go index <HASH>..<HASH> 100644 --- a/p2p/host/relay/autorelay.go +++ b/p2p/host/relay/autorelay.go @@ -282,7 +282,7 @@ func (ar *AutoRelay) relayAddrs(addrs []ma.Multiaddr) []ma.Multiaddr { return addrs } - raddrs := make([]ma.Multiaddr, 0, len(...
don't preallocate result array, we don't know how long it will be
libp2p_go-libp2p
train
b3c9efd017a6d7979fff5222b60d0ab84937644f
diff --git a/django_th/settings.py b/django_th/settings.py index <HASH>..<HASH> 100644 --- a/django_th/settings.py +++ b/django_th/settings.py @@ -267,7 +267,9 @@ CACHES = { } }, } - +DJANGO_TH = { + 'paginate_by': 5, +} TH_SERVICES = ( # comment the line to disable the service you dont want ...
put 'paginate_by' in the settings
push-things_django-th
train
0443d9b9167811d4716b1b5032aebc863d44dea6
diff --git a/src/source/swisstopo.js b/src/source/swisstopo.js index <HASH>..<HASH> 100644 --- a/src/source/swisstopo.js +++ b/src/source/swisstopo.js @@ -113,7 +113,8 @@ exports = function(options) { style: 'default', matrixSet: projectionCode, format, - tileGrid: tilegrid + tileGrid: tilegrid, + ...
Add support for crossOrigin option
camptocamp_ngeo
train
565b750afe849f4ca949cb20c7e1ba6b304b173e
diff --git a/examples/circuit_failure_rates.py b/examples/circuit_failure_rates.py index <HASH>..<HASH> 100644 --- a/examples/circuit_failure_rates.py +++ b/examples/circuit_failure_rates.py @@ -75,11 +75,15 @@ class CircuitFailureWatcher(txtorcon.CircuitListenerMixin): def circuit_built(self, circuit): ...
Use build_flags to ignore ONEHOP_TUNNEL circuits, and don't count reason=MEASUREMENT_FAILED circuit failures for circuit_failure_rates.py
meejah_txtorcon
train
24344e34ea8c6cd6f138d3f6da70a09cf914e99c
diff --git a/src/main/java/com/thinkaurelius/titan/graphdb/configuration/GraphDatabaseConfiguration.java b/src/main/java/com/thinkaurelius/titan/graphdb/configuration/GraphDatabaseConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/thinkaurelius/titan/graphdb/configuration/GraphDatabaseConfiguration....
Increased block size to 1M again
thinkaurelius_titan
train
53a4b107b834bed338192324afb1c1af1247289c
diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java b/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java index <HASH>..<HASH> 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxPublish.ja...
fix #<I> Tweak FluxPublish dispose to clear the existing connection This commit tweaks the dispose of `FluxPublish` so that it clears the existing connection and avoids sending a `CancellationException` to `Subscribers` that would come in in the meantime (as part of a new connection). This is a backport of #<I> (comm...
reactor_reactor-core
train
765c20c31039d1ef8c87ac09cf60ef75b22c2721
diff --git a/lib/rubylog/builtins/logic.rb b/lib/rubylog/builtins/logic.rb index <HASH>..<HASH> 100644 --- a/lib/rubylog/builtins/logic.rb +++ b/lib/rubylog/builtins/logic.rb @@ -33,7 +33,10 @@ Rubylog do # Succeeds if +a+ does not succeed. def false a - a.prove { return } + # catch cuts + ca...
catching cuts in .false
cie_rubylog
train
5e9fb1cff2b0a373c7086b347b82112469d55043
diff --git a/src/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/AbstractMTree.java b/src/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/AbstractMTree.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/AbstractMTree.java +++ b/src/de/lmu/ifi/dbs/elki/index/tree...
Bug fix for batchNN, thank you, Georg, for finding.
elki-project_elki
train
ee71880388a671825aec70f6092cdfc674add9d3
diff --git a/lib/ethel/adapters/memory/reader.rb b/lib/ethel/adapters/memory/reader.rb index <HASH>..<HASH> 100644 --- a/lib/ethel/adapters/memory/reader.rb +++ b/lib/ethel/adapters/memory/reader.rb @@ -4,29 +4,46 @@ module Ethel class Reader < ::Ethel::Reader def initialize(options) @data = ...
Handle nils better in Memory::Reader, allow specifying field types
coupler_ethel
train
544d812c243cf463b067d7016655b06515d2cf4f
diff --git a/example/main.go b/example/main.go index <HASH>..<HASH> 100644 --- a/example/main.go +++ b/example/main.go @@ -7,14 +7,16 @@ import ( "os" "time" - "github.com/aws/aws-sdk-go/aws/defaults" + "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/cloudwatchlogs" "github.com/ejho...
Updated for new version of aws-go-sdk
ejholmes_cloudwatch
train
8a368606ac0004954c8f79f0a566a1ad4d3bc08e
diff --git a/src/ScaleProxy.js b/src/ScaleProxy.js index <HASH>..<HASH> 100644 --- a/src/ScaleProxy.js +++ b/src/ScaleProxy.js @@ -74,12 +74,21 @@ export default class ScaleProxy { const newDefault = d3Scale[this.scaleType](); + // helper to get prettier stringified values + function stringifyValue(value...
Generated code uses spaces after commas in arrays #6
pbeshai_d3-scale-interactive
train
e124781115ad19c6abbd29ab550b969a66dbb21e
diff --git a/lib/PHPCfg/Op/Expr/Include_.php b/lib/PHPCfg/Op/Expr/Include_.php index <HASH>..<HASH> 100755 --- a/lib/PHPCfg/Op/Expr/Include_.php +++ b/lib/PHPCfg/Op/Expr/Include_.php @@ -14,7 +14,7 @@ use PhpCfg\Operand; class Include_ extends Expr { const TYPE_INCLUDE = 1; - const TYPE_INCLUDE_OPNCE = 2; + ...
TYPE_INCLUDE_OPNCE ->TYPE_INCLUDE_ONCE (#<I>)
ircmaxell_php-cfg
train
8deb06e6192d9c7d958c53524ddf813fafc927ae
diff --git a/addons/after/slack_addon/__init__.py b/addons/after/slack_addon/__init__.py index <HASH>..<HASH> 100644 --- a/addons/after/slack_addon/__init__.py +++ b/addons/after/slack_addon/__init__.py @@ -59,6 +59,6 @@ def exec(report: Report, config_dict: dict, output_summary: OutputSummary): "icon_url"...
:skull: Fix bug that it is failured to send to slack if text includes non ascii code
tadashi-aikawa_jumeaux
train
6c34d1012cd284107128f8ce1291e5f1de95a57c
diff --git a/lib/Thelia/Core/Template/Loop/Argument/Argument.php b/lib/Thelia/Core/Template/Loop/Argument/Argument.php index <HASH>..<HASH> 100644 --- a/lib/Thelia/Core/Template/Loop/Argument/Argument.php +++ b/lib/Thelia/Core/Template/Loop/Argument/Argument.php @@ -141,4 +141,17 @@ class Argument $empty ...
Add product page form hook and fix import.php and new Argument helper
thelia_core
train
8106241c1b5367b38cdd918a437d66c85ca3ebf8
diff --git a/assertpy/assertpy.py b/assertpy/assertpy.py index <HASH>..<HASH> 100644 --- a/assertpy/assertpy.py +++ b/assertpy/assertpy.py @@ -161,7 +161,7 @@ class AssertionBuilder(object): def is_type_of(self, some_type): """Asserts that val is of the given type.""" - if type(some_type) is not ...
Adding support for type and instance checking for Abstract Base Classes and other classes that leverage metaclasses. Existing logic enforced that the passed in type or class reference was actually a type by check "type(arg) is type". This does not allow for using asserting type/instance checks against ABCs, collectio...
ActivisionGameScience_assertpy
train
3967b57684ea3a39c286b9bc87e2218fe341f14d
diff --git a/src/fields/jsgrid.field.control.js b/src/fields/jsgrid.field.control.js index <HASH>..<HASH> 100755 --- a/src/fields/jsgrid.field.control.js +++ b/src/fields/jsgrid.field.control.js @@ -4,6 +4,7 @@ function ControlField(config) { Field.call(this, config); + this.includeInDataExport =...
Core: Added initial Data Export feature. Fields: Added default configs to support the Data Exporting functions
tabalinas_jsgrid
train
04776b336cbb1a24177654df8dbc5bfbc71b146b
diff --git a/simuvex/s_options.py b/simuvex/s_options.py index <HASH>..<HASH> 100644 --- a/simuvex/s_options.py +++ b/simuvex/s_options.py @@ -153,5 +153,5 @@ default_options['symbolic'] = common_options | refs | symbolic #| { COMPOSITE_SO default_options['symbolic_norefs'] = common_options | symbolic default_options...
put in the old fastpath for now
angr_angr
train
28828cd8fa67bd4893e978b619118e30ee8f2c1c
diff --git a/src/style/bypass.js b/src/style/bypass.js index <HASH>..<HASH> 100644 --- a/src/style/bypass.js +++ b/src/style/bypass.js @@ -96,9 +96,12 @@ styfn.applyBypass = function( eles, name, value, updateTransitions ){ // only useful in specific cases like animation styfn.overrideBypass = function( eles, name,...
seems to fix second issue re #<I>
cytoscape_cytoscape.js
train
cc934b0b67e4a8a2035e3b1057b68de0ab0dc370
diff --git a/testing/src/main/java/io/grpc/testing/TestUtils.java b/testing/src/main/java/io/grpc/testing/TestUtils.java index <HASH>..<HASH> 100644 --- a/testing/src/main/java/io/grpc/testing/TestUtils.java +++ b/testing/src/main/java/io/grpc/testing/TestUtils.java @@ -31,8 +31,6 @@ package io.grpc.testing; -impo...
testing: Remove accidental cast to char in file IO Also add forgotten close() for the InputStream.
grpc_grpc-java
train
608ee585e2d13f8e3a8847f2ab39d9a6ae5e898e
diff --git a/ginga/util/grc.py b/ginga/util/grc.py index <HASH>..<HASH> 100644 --- a/ginga/util/grc.py +++ b/ginga/util/grc.py @@ -227,10 +227,15 @@ class RemoteServer(object): def stop(self): self.server.shutdown() + # TODO: unfortunate that we have to reach inside the implementation + # ...
Fix for RC plugin, so that restarting server on same port can succeed
ejeschke_ginga
train
df0a2cdd0aa61ccd50c5fcd4bea7f495a8118554
diff --git a/src/Composer/Plugin/PostFileDownloadEvent.php b/src/Composer/Plugin/PostFileDownloadEvent.php index <HASH>..<HASH> 100644 --- a/src/Composer/Plugin/PostFileDownloadEvent.php +++ b/src/Composer/Plugin/PostFileDownloadEvent.php @@ -38,32 +38,41 @@ class PostFileDownloadEvent extends Event private $url; ...
Fire POST_FILE_DOWNLOAD event for metadata fetched by ComposerRepository.
composer_composer
train
6794eeea4fa05c07b3356eb37458980fe07916d9
diff --git a/sitebricks/src/main/java/com/google/sitebricks/binding/MvelRequestBinder.java b/sitebricks/src/main/java/com/google/sitebricks/binding/MvelRequestBinder.java index <HASH>..<HASH> 100644 --- a/sitebricks/src/main/java/com/google/sitebricks/binding/MvelRequestBinder.java +++ b/sitebricks/src/main/java/com/go...
Improved exception reporting in property setters. Thanks to John Patterson. git-svn-id: <URL>
dhanji_sitebricks
train
68b1f79e64a41b794e1dfb0b8272226fb7c6a73f
diff --git a/power-adapters/src/main/java/com/nextfaze/poweradapters/ConcatAdapter.java b/power-adapters/src/main/java/com/nextfaze/poweradapters/ConcatAdapter.java index <HASH>..<HASH> 100644 --- a/power-adapters/src/main/java/com/nextfaze/poweradapters/ConcatAdapter.java +++ b/power-adapters/src/main/java/com/nextfaz...
Ensure ConcatAdapter reports the right item count when no observers are registered
NextFaze_power-adapters
train
49e1bca1f78459da563263aadb5affab32ae0159
diff --git a/lib/rscons/application.rb b/lib/rscons/application.rb index <HASH>..<HASH> 100644 --- a/lib/rscons/application.rb +++ b/lib/rscons/application.rb @@ -167,15 +167,21 @@ module Rscons def uninstall cache = Cache.instance cache.targets(true).each do |target| + cache.remove_target(tar...
uninstall operation should list removed entities in verbose mode - close #<I>
holtrop_rscons
train
25158ee116076b851ff29c57c3a71c3e94cfdb9b
diff --git a/documentjs.js b/documentjs.js index <HASH>..<HASH> 100644 --- a/documentjs.js +++ b/documentjs.js @@ -217,6 +217,7 @@ steal('steal', * * [DocumentJS.tags.test|@test] - link for test cases. * * [DocumentJS.tags.type|@type] - sets the type for the current commented code. * * [DocumentJS.tags.image|@...
Adding steals of new tag.
bitovi_documentjs
train
5503337134bc1d2ee0dea41cf47a0e56bb5505cc
diff --git a/policy/policy.go b/policy/policy.go index <HASH>..<HASH> 100644 --- a/policy/policy.go +++ b/policy/policy.go @@ -51,14 +51,17 @@ const ( func NewPUPolicy( id string, action PUAction, - appACLs, + appACLs IPRuleList, netACLs IPRuleList, - txtags, rxtags TagSelectorList, - identity, annotations *TagS...
fixed: readability of NewPUPolicy prototype
aporeto-inc_trireme-lib
train
4437ef740349bb492921982d8ccf3c48497206df
diff --git a/src/DotsUnited/BundleFu/Bundle.php b/src/DotsUnited/BundleFu/Bundle.php index <HASH>..<HASH> 100644 --- a/src/DotsUnited/BundleFu/Bundle.php +++ b/src/DotsUnited/BundleFu/Bundle.php @@ -124,6 +124,52 @@ class Bundle protected $currentBundleOptions; /** + * Allows to pass options as array. +...
Add method for setting multiple options as array
dotsunited_BundleFu
train
8d854b594c15745fde8603613258d350541f5afe
diff --git a/napalm_ibm/__init__.py b/napalm_ibm/__init__.py index <HASH>..<HASH> 100644 --- a/napalm_ibm/__init__.py +++ b/napalm_ibm/__init__.py @@ -13,3 +13,4 @@ # the License. """napalm_ibm package.""" +from ibm import IBMDriver
Added driver to the basic module so it can be discovered
napalm-automation-community_napalm-ibm
train
3169c5a1e78f4ab272fa8f51ae73655fa538d2d6
diff --git a/lib/Cake/Model/Datasource/Database/Sqlserver.php b/lib/Cake/Model/Datasource/Database/Sqlserver.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Sqlserver.php +++ b/lib/Cake/Model/Datasource/Database/Sqlserver.php @@ -558,6 +558,8 @@ class Sqlserver extends DboSource { public func...
Fixing issues with unicode quoting.
cakephp_cakephp
train
c68339cc4d8972c72bbdaaff4643f8b6c8402112
diff --git a/src/geo/map.js b/src/geo/map.js index <HASH>..<HASH> 100644 --- a/src/geo/map.js +++ b/src/geo/map.js @@ -17,7 +17,7 @@ var Map = Model.extend({ maxZoom: 20, scrollwheel: true, drag: true, - keyboard: true, + keyboard: false, // #cartodb.js/1652 provider: 'leaflet', // enforc...
Disabling keyboard map navigation in order to fix iOS focus problem
CartoDB_carto.js
train
25a661e0c2fef5b8de9e36f8c928f374d23e3b01
diff --git a/consensus/clique/api.go b/consensus/clique/api.go index <HASH>..<HASH> 100644 --- a/consensus/clique/api.go +++ b/consensus/clique/api.go @@ -170,7 +170,7 @@ func (api *API) Status() (*status, error) { signStatus[sealer]++ } return &status{ - InturnPercent: float64((100 * optimals)) / float64(numBl...
consensus/clique: remove redundant pair of parentheses (#<I>)
ethereum_go-ethereum
train
9d72aa7d704fba0115b28a4723c0f97f33f8b62d
diff --git a/impact_functions/flood/flood_building_impact.py b/impact_functions/flood/flood_building_impact.py index <HASH>..<HASH> 100644 --- a/impact_functions/flood/flood_building_impact.py +++ b/impact_functions/flood/flood_building_impact.py @@ -65,7 +65,8 @@ class FloodBuildingImpactFunction(FunctionProvider): ...
Finished flood building function change closing issue #<I>
inasafe_inasafe
train
bb18702a80b9b76d3202da36e793110255efa391
diff --git a/bugsnag-spring/src/main/java/com/bugsnag/SpringBootConfiguration.java b/bugsnag-spring/src/main/java/com/bugsnag/SpringBootConfiguration.java index <HASH>..<HASH> 100644 --- a/bugsnag-spring/src/main/java/com/bugsnag/SpringBootConfiguration.java +++ b/bugsnag-spring/src/main/java/com/bugsnag/SpringBootConf...
feat: record spring boot framework version for errors and sessions
bugsnag_bugsnag-java
train
e34e7672aa2423f22b72ebf53ca94a039f43c38e
diff --git a/assets/src/org/ruboto/ScriptLoader.java b/assets/src/org/ruboto/ScriptLoader.java index <HASH>..<HASH> 100644 --- a/assets/src/org/ruboto/ScriptLoader.java +++ b/assets/src/org/ruboto/ScriptLoader.java @@ -24,7 +24,6 @@ public class ScriptLoader { public static void loadScript(final RubotoComponent co...
* Issue #<I> Display initial progress dialog while activity script is loading. * Removed bad debug statement
ruboto_ruboto
train
8f2ee3cf2dc5b1b0717b84a26bf09e21b246687a
diff --git a/dev/com.ibm.ws.classloading/src/com/ibm/ws/classloading/internal/ClassLoadingServiceImpl.java b/dev/com.ibm.ws.classloading/src/com/ibm/ws/classloading/internal/ClassLoadingServiceImpl.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.classloading/src/com/ibm/ws/classloading/internal/ClassLoadingServic...
Add set and unset methods for GlobalClassloadingConfiguration variable
OpenLiberty_open-liberty
train
f82d10a180081e06330c470f0d53a09e4ae3e938
diff --git a/core/src/main/java/io/undertow/server/handlers/cache/LRUCache.java b/core/src/main/java/io/undertow/server/handlers/cache/LRUCache.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/handlers/cache/LRUCache.java +++ b/core/src/main/java/io/undertow/server/handlers/cache/LRUCache.ja...
Remove SecureHashMap from the LRUCache
undertow-io_undertow
train
c27ea0959b7f4143ce6eb773b039bc4c7094cc70
diff --git a/settings.js b/settings.js index <HASH>..<HASH> 100644 --- a/settings.js +++ b/settings.js @@ -27,7 +27,7 @@ module.exports = { collated: false, prefix: null }, - status: { + statuses: { prototype: { label: "Prototype", ...
refactor(statuses): change 'status' config key to 'statuses'
frctl_fractal
train
476388df8d1af62c44ce485c239ef35b99b1caf3
diff --git a/elasticsearch-dsl/lib/elasticsearch/dsl/search/base_component.rb b/elasticsearch-dsl/lib/elasticsearch/dsl/search/base_component.rb index <HASH>..<HASH> 100644 --- a/elasticsearch-dsl/lib/elasticsearch/dsl/search/base_component.rb +++ b/elasticsearch-dsl/lib/elasticsearch/dsl/search/base_component.rb @@ -5...
[DSL] Changed, that `@args` in BaseComponent is set to empty Hash by default
elastic_elasticsearch-ruby
train
6b36b058535ccf2009dcaa5e1fe0babfdd55cc97
diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js index <HASH>..<HASH> 100644 --- a/lib/handlers/bin.js +++ b/lib/handlers/bin.js @@ -71,6 +71,9 @@ module.exports = Observable.extend({ getBin: function (req, res, next) { this.render(req, res, req.bin); }, + apiGetBin: function (req, res, next) { + r...
API for retrieving a bin by ID and revision
jsbin_jsbin
train
e60bd2428f9208833f817ba02cc6443ca48bc56b
diff --git a/shardingsphere-kernel/shardingsphere-authority/shardingsphere-authority-core/src/main/java/org/apache/shardingsphere/authority/yaml/config/YamlAuthorityUserConfiguration.java b/shardingsphere-kernel/shardingsphere-authority/shardingsphere-authority-core/src/main/java/org/apache/shardingsphere/authority/yam...
Fix the exception when user does not contain @ in the authority configuration. (#<I>)
apache_incubator-shardingsphere
train
6c326d8ea6c7ba03e6e73635789e010804ce2477
diff --git a/bin/phantom.js b/bin/phantom.js index <HASH>..<HASH> 100644 --- a/bin/phantom.js +++ b/bin/phantom.js @@ -17,7 +17,12 @@ page.open(captureUrl, function(status) { } page.onConsoleMessage = function (msg, line, id) { + if (typeof id === "undefined") { + console.log("Error in ether: "+...
Handled error case with phantom runner
AppGyver_steroids-js
train
125e3f3642eb2adfd4c1e0a717d1f9e3bdf8a0b0
diff --git a/salt/returners/mongo_return.py b/salt/returners/mongo_return.py index <HASH>..<HASH> 100644 --- a/salt/returners/mongo_return.py +++ b/salt/returners/mongo_return.py @@ -1,7 +1,7 @@ ''' -Return data to a redis server -This is a VERY simple example for pushing data to a redis server and is not -necessarily...
fix docstring in mongo returner
saltstack_salt
train
c90792428a5dfd34d486ce076d81ba917dcb57f0
diff --git a/examples/javascript/features/step_definitions/fib_steps.js b/examples/javascript/features/step_definitions/fib_steps.js index <HASH>..<HASH> 100644 --- a/examples/javascript/features/step_definitions/fib_steps.js +++ b/examples/javascript/features/step_definitions/fib_steps.js @@ -1,16 +1,28 @@ -fibonacci ...
Now its really running the tests, get the javascript code to actually do what the feature specifies.
cucumber_cucumber-ruby
train
b93027b7733d62382063733e2d87197b1a5900ca
diff --git a/intranet/apps/printing/views.py b/intranet/apps/printing/views.py index <HASH>..<HASH> 100644 --- a/intranet/apps/printing/views.py +++ b/intranet/apps/printing/views.py @@ -6,6 +6,7 @@ import tempfile from typing import List, Optional import magic +from sentry_sdk import add_breadcrumb, capture_except...
refactor(printing): add logging and breadcrumbs; improve error messages
tjcsl_ion
train
a6afb46808a3caa7424c09687d80ed658015c995
diff --git a/addon/mixins/occlusion-collection.js b/addon/mixins/occlusion-collection.js index <HASH>..<HASH> 100644 --- a/addon/mixins/occlusion-collection.js +++ b/addon/mixins/occlusion-collection.js @@ -464,6 +464,10 @@ export default Mixin.create({ const edges = this.get('_edges'); const childComponents ...
fix(geography): don't cycle if we don't have any components
html-next_vertical-collection
train
3fe52316be862c7acdb98bc85850038546cfc80a
diff --git a/tests/TestCase/View/Helper/PanelHelperTest.php b/tests/TestCase/View/Helper/PanelHelperTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/View/Helper/PanelHelperTest.php +++ b/tests/TestCase/View/Helper/PanelHelperTest.php @@ -337,4 +337,90 @@ class PanelHelperTest extends TestCase { $this-...
Add small test for panel group inside panel.
Holt59_cakephp3-bootstrap-helpers
train
8c893205b35170f69d73798b145dee85370be8da
diff --git a/shared/chat/conversation/messages/wrapper/height-retainer/index.native.js b/shared/chat/conversation/messages/wrapper/height-retainer/index.native.js index <HASH>..<HASH> 100644 --- a/shared/chat/conversation/messages/wrapper/height-retainer/index.native.js +++ b/shared/chat/conversation/messages/wrapper/h...
fix crash (#<I>)
keybase_client
train
02b0d022927c3c468952442d8706ffc0f165d177
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@makerdao/makerdao-exchange-integration", - "version": "0.0.15", + "version": "0.0.18", "contributors": [ "Wouter Kampmann <wouter@makerdao.com>", "Sean Brennan <sean@...
Change service export; check for peth before shutting cdp
makerdao_dai.js
train
9cc49b4ab91d1083932b952dec7475c46732b5b5
diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_build_test.go +++ b/integration-cli/docker_cli_build_test.go @@ -2534,7 +2534,7 @@ func (s *DockerSuite) TestBuildDockerignoringBadExclusion(c *check.C) { buil...
builder: have TestBuildDockerignoringBadExclusion pass with buildkit
moby_moby
train
3fadfb4e5938959b811c8739b2da2c28e9ef91d3
diff --git a/polyglot-clients/python/conductor/ConductorWorker.py b/polyglot-clients/python/conductor/ConductorWorker.py index <HASH>..<HASH> 100644 --- a/polyglot-clients/python/conductor/ConductorWorker.py +++ b/polyglot-clients/python/conductor/ConductorWorker.py @@ -114,6 +114,8 @@ class ConductorWorker: ...
Add callbackAfterSeconds for python client
Netflix_conductor
train
ffc62e2bb61a1c70e09d398734f269273a68172a
diff --git a/lib/gulpfile.js.example b/lib/gulpfile.js.example index <HASH>..<HASH> 100644 --- a/lib/gulpfile.js.example +++ b/lib/gulpfile.js.example @@ -34,6 +34,7 @@ const config = { 'staticURL': 'http://cdn.jonnyf.com/duobao' }; +// webpack的配置文件,一般情况下不需要修改 const webpack = { test: /\.js$/, loader:...
替换gulp-webpack包
F-happy_nuts
train
ee0c0223b2ac565a81fc4481e5b0958b191d3e19
diff --git a/lib/omniship/carriers/ups.rb b/lib/omniship/carriers/ups.rb index <HASH>..<HASH> 100644 --- a/lib/omniship/carriers/ups.rb +++ b/lib/omniship/carriers/ups.rb @@ -442,7 +442,7 @@ module Omniship end #RateResponse.new(success, message, Hash.from_xml(response).values.first, :rates => rate_estima...
Added ShipConfirmResponse for returning shipping digest
Digi-Cazter_omniship
train
48303d6eadce6fb818391305825dcc45422cd489
diff --git a/katcp/katcp.py b/katcp/katcp.py index <HASH>..<HASH> 100644 --- a/katcp/katcp.py +++ b/katcp/katcp.py @@ -316,14 +316,16 @@ class DeviceServerMetaclass(type): """Convert a method name to the corresponding command name.""" return name[len(prefix):].replace("_","-") for nam...
Fix check for missing docstring (all functions/methods have a __doc__ attribute, it's just that sometimes it's None). Add test for the docstring check. Also check that request_ and inform_ attributes are callable. git-svn-id: <URL>
ska-sa_katcp-python
train
cfb331959e8b0a344f02ff506e42c809dfc8e031
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,7 @@ module.exports = function(options) { fs.mkdirSync(options.tmp, '0775'); //storing configuration into env - process.env.ezseed = options + process.ezseed = options db(function(){ db = db.db
process.env is for environnement process.ezseed now stores the configuration (may be temporary if I find a better way of sharing configuration accross modules)
ezseed_watcher
train
646b0d69cbccb69c9bbc4d66d52456bcd3226740
diff --git a/latools/objects.py b/latools/objects.py index <HASH>..<HASH> 100644 --- a/latools/objects.py +++ b/latools/objects.py @@ -1879,11 +1879,11 @@ class D(object): while clusters < n_clusters: clusters_last = clusters eps_temp *= 0.95 - db = cl.DBSCA...
Added: - clean_filters
oscarbranson_latools
train
5c8edd4f2ddb473916a9d560267733b15edd0ae4
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,9 +10,11 @@ Unreleased ------------------ Changed - Using libtcod 1.16.0-alpha.1; - - Console blit operations now perform per-cell alpha transparency. - When a renderer fails to load it will now f...
Refactor console_init_root function. Needed an update now that the renderers have been improved.
libtcod_python-tcod
train
0626d2e84b7ad298039444a1ad0153e4b88aba1c
diff --git a/bin/openquake_supervisor b/bin/openquake_supervisor index <HASH>..<HASH> 100755 --- a/bin/openquake_supervisor +++ b/bin/openquake_supervisor @@ -36,6 +36,7 @@ try: except ImportError: setproctitle = lambda title: None + def main(): # pylint: disable=C0111 os.environ['DJANGO_SETTINGS_MODULE'...
Ensure the supervisor queues exists before launching the job
gem_oq-engine
train
6df4662fadbbb5a4575ebdadbaa0dad7c0698df5
diff --git a/bootstrap-wysiwyg.js b/bootstrap-wysiwyg.js index <HASH>..<HASH> 100644 --- a/bootstrap-wysiwyg.js +++ b/bootstrap-wysiwyg.js @@ -1,7 +1,7 @@ /* http://github.com/mindmup/bootstrap-wysiwyg */ /*global jQuery, $, FileReader*/ /*jslint browser:true*/ -jQuery(function ($) { +(function ($) { 'use strict';...
Changed the code to run immediately instead of waiting for the dom to be ready.
steveathon_bootstrap-wysiwyg
train
e84c88552c3f3876ca5dbe576d116e87a7a5839e
diff --git a/modules/citrus-jms/src/test/java/com/consol/citrus/jms/endpoint/JmsTopicSubscriberTest.java b/modules/citrus-jms/src/test/java/com/consol/citrus/jms/endpoint/JmsTopicSubscriberTest.java index <HASH>..<HASH> 100644 --- a/modules/citrus-jms/src/test/java/com/consol/citrus/jms/endpoint/JmsTopicSubscriberTest....
Create a new mock instead of using Mockito.reset(), because it seems that the mock was polluted depending on the test execution order.
citrusframework_citrus
train