hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
31d67dda439e8ef43a1278b905214f63267e7f62
diff --git a/logging_tree/__init__.py b/logging_tree/__init__.py index <HASH>..<HASH> 100644 --- a/logging_tree/__init__.py +++ b/logging_tree/__init__.py @@ -11,10 +11,11 @@ loggers, filters, and handlers that your application has configured:: >>> logging.getLogger('x.c') >>> from logging_tree import printou...
Resolve issue #4 by displaying "inherited" levels
brandon-rhodes_logging_tree
train
8649c367390740e75f87b14527b8af58f7029cb4
diff --git a/lib/model.js b/lib/model.js index <HASH>..<HASH> 100644 --- a/lib/model.js +++ b/lib/model.js @@ -393,6 +393,7 @@ module.exports = function loadModel( file, callback ) { } function readBinary( file ) { + var MAX_STRING = 100; fs.open(file, 'r', function(status, fd) { // ne...
A word in the vocabulary can be <I> bytes long. Previous versions used the value <I> defined in distance.c
Planeshifter_node-word2vec
train
3752dcda7339b4c70a0d29879f4a7446257803c5
diff --git a/Kwf_js/Ext4/Controller/Form.js b/Kwf_js/Ext4/Controller/Form.js index <HASH>..<HASH> 100644 --- a/Kwf_js/Ext4/Controller/Form.js +++ b/Kwf_js/Ext4/Controller/Form.js @@ -27,7 +27,7 @@ Ext4.define('Kwf.Ext4.Controller.Form', { load: function(row) { if (this.autoLoadComboBoxStores) { - ...
use ext4 each, required if no ext2 is loaded
koala-framework_koala-framework
train
13016d18ca0a92114179ff563b658367f097a496
diff --git a/exchangelib/autodiscover/discovery.py b/exchangelib/autodiscover/discovery.py index <HASH>..<HASH> 100644 --- a/exchangelib/autodiscover/discovery.py +++ b/exchangelib/autodiscover/discovery.py @@ -146,7 +146,7 @@ class Autodiscovery: return domain, self.credentials def _build_response(self...
If EXPR does not have an EWS URL, check EXCH for one before giving up. Fixes #<I>
ecederstrand_exchangelib
train
d1b81ad707f367cb3e66b784c391670e39fdbdae
diff --git a/openquake/hazardlib/contexts.py b/openquake/hazardlib/contexts.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/contexts.py +++ b/openquake/hazardlib/contexts.py @@ -1135,16 +1135,17 @@ def get_mean_stds(gsim, ctx, imts, mags=()): return out[:, 0] if single else out -def get_poes(gsim, src...
Added test for get_poes [ci skip]
gem_oq-engine
train
aec4d70c58ba52d1fc79f0b7a76b6ed3fc9c419f
diff --git a/app/Foundation/Providers/ConfigServiceProvider.php b/app/Foundation/Providers/ConfigServiceProvider.php index <HASH>..<HASH> 100644 --- a/app/Foundation/Providers/ConfigServiceProvider.php +++ b/app/Foundation/Providers/ConfigServiceProvider.php @@ -58,20 +58,24 @@ class ConfigServiceProvider extends Servi...
Document what the configs are setting
CachetHQ_Cachet
train
a2b6b968af185c43acf11851c2069daa8069a5f0
diff --git a/src/Dexie.js b/src/Dexie.js index <HASH>..<HASH> 100644 --- a/src/Dexie.js +++ b/src/Dexie.js @@ -793,7 +793,7 @@ export default function Dexie(dbName, options) { } // Provide arguments to the scope function (for backward compatibility) - v...
Removed use of deprecated Transaction method
dfahlander_Dexie.js
train
3ad36d0cc9e2ed12072d5264346834b3ce473891
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ else: # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_...
added bokeh to install_requires
Neurosim-lab_netpyne
train
8a774e0bec8dbd9f5f1e7f1a6b6ccc2bdecba532
diff --git a/parker/client.py b/parker/client.py index <HASH>..<HASH> 100644 --- a/parker/client.py +++ b/parker/client.py @@ -57,10 +57,7 @@ class Client(object): def get(self, uri, disable_proxy=False): """Return Requests response to GET request.""" - if not disable_proxy: - proxy = ...
Refactor proxy test into conditional expression.
nefarioustim_parker
train
635b9481badf89840c3ab1c996cff0e317bb0cdc
diff --git a/test/stylus_test.rb b/test/stylus_test.rb index <HASH>..<HASH> 100644 --- a/test/stylus_test.rb +++ b/test/stylus_test.rb @@ -1,6 +1,6 @@ require File.expand_path('../test_helper', __FILE__) -class SqwishTest < UnitTest +class StylusTest < UnitTest class App < Sinatra::Base set :root, File.expan...
Oops, fix a harmless typo in tests.
rstacruz_sinatra-assetpack
train
0bb51d14e3668d4b026bd4de6c810a402ab90252
diff --git a/lib/stripe_mock/request_handlers/subscriptions.rb b/lib/stripe_mock/request_handlers/subscriptions.rb index <HASH>..<HASH> 100644 --- a/lib/stripe_mock/request_handlers/subscriptions.rb +++ b/lib/stripe_mock/request_handlers/subscriptions.rb @@ -99,7 +99,7 @@ module StripeMock customer = assert_ex...
Compare the currency of the customer and plan as a string
rebelidealist_stripe-ruby-mock
train
a03817878a6cde7553e604ac61e084f064289759
diff --git a/tests/test_calls.py b/tests/test_calls.py index <HASH>..<HASH> 100644 --- a/tests/test_calls.py +++ b/tests/test_calls.py @@ -89,7 +89,12 @@ def test_file_call(): assert uber_file.data == 'bytes here' -def test_calls_validate(): +def test_calls_validates_required_fields(): + with pytest.raises(...
Test validation of non-ored required fields.
jasonkeene_python-ubersmith
train
da92190dec020196248f99949d68cde0b0f5125d
diff --git a/lib/ffi-gobject/helper.rb b/lib/ffi-gobject/helper.rb index <HASH>..<HASH> 100644 --- a/lib/ffi-gobject/helper.rb +++ b/lib/ffi-gobject/helper.rb @@ -79,7 +79,7 @@ module GObject cast_signal_argument(info, arg) end - return [instance, *extra_arguments, user_data] + return [insta...
Make tests pass with Ruby <I>.
mvz_gir_ffi
train
2d92fd8733ca73487ed5fe9c08d1016d3f25cc9b
diff --git a/post-processor/compress/post-processor_test.go b/post-processor/compress/post-processor_test.go index <HASH>..<HASH> 100644 --- a/post-processor/compress/post-processor_test.go +++ b/post-processor/compress/post-processor_test.go @@ -1,7 +1,9 @@ package compress import ( + "compress/gzip" "fmt" + "io...
Added test case for gzip that expands the data and compares to what we put in
hashicorp_packer
train
d6f9dca40d97fa9b1b7870bda6b2c15e514cd317
diff --git a/src/geo/data-providers/geojson/geojson-data-provider.js b/src/geo/data-providers/geojson/geojson-data-provider.js index <HASH>..<HASH> 100644 --- a/src/geo/data-providers/geojson/geojson-data-provider.js +++ b/src/geo/data-providers/geojson/geojson-data-provider.js @@ -30,7 +30,7 @@ GeoJSONDataProvider.pro...
changes check to allow negative numbers on histogram
CartoDB_carto.js
train
dff45133a989b3f05b05d0b5aff941d2d80f96f0
diff --git a/console/lithium.php b/console/lithium.php index <HASH>..<HASH> 100644 --- a/console/lithium.php +++ b/console/lithium.php @@ -34,11 +34,17 @@ $bootstrap = function() use ($working) { throw new ErrorException($message); } + $resources = sys_get_temp_dir(); + $templates = $resources . '/tmp/cache/temp...
Create the correct file structure in the systems tmp directory
UnionOfRAD_lithium
train
695e7b0c96c8965e357d8389d3b3be087928f0e3
diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py index <HASH>..<HASH> 100644 --- a/src/saml2/__init__.py +++ b/src/saml2/__init__.py @@ -602,7 +602,7 @@ class SamlBase(ExtensionContainer): if assertion is not None: self.set_prefixes(assertion, prefix_map) - ...
Deal with stricter bytes/strings in py3 Several more instances of test failures in python3 caused by incompatible use of bytes vs. strings. Notable difference from other similar patches is that ascii can be used for encoding certificate strings since they are base<I> encoded.
IdentityPython_pysaml2
train
4bb908675c35375a76b19a63c1dca5f0de169f84
diff --git a/app/helpers/chart_helper.rb b/app/helpers/chart_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/chart_helper.rb +++ b/app/helpers/chart_helper.rb @@ -16,9 +16,7 @@ module ChartHelper end def downloads_over_time_chart(versions, days_ago = 90) - rubygem = versions.first.rubygem ...
Remove unused local variable The setting of which was causing a <I> error on the stats page of gems with no versions in the index (i.e. all version yanked). Closes #<I>.
rubygems_rubygems.org
train
3dcae13449fe046f1025c9c63c7b5a16b2a845d6
diff --git a/lib/rules/comma-dangle.js b/lib/rules/comma-dangle.js index <HASH>..<HASH> 100644 --- a/lib/rules/comma-dangle.js +++ b/lib/rules/comma-dangle.js @@ -155,7 +155,7 @@ module.exports = { if (trailingToken.value !== ",") { context.report({ node: lastItem, - ...
Fix: Use the correct location for `comma-dangle` errors (fixes #<I>) (#<I>)
eslint_eslint
train
afc76f0310a5b367189099f998ecae1520aedd26
diff --git a/src/Mpociot/BotMan/BotMan.php b/src/Mpociot/BotMan/BotMan.php index <HASH>..<HASH> 100644 --- a/src/Mpociot/BotMan/BotMan.php +++ b/src/Mpociot/BotMan/BotMan.php @@ -238,7 +238,7 @@ class BotMan if (is_null($driver)) { $drivers = DriverManager::getConfiguredDrivers($this->config); ...
Allow loading of drivers with fully qualified class names. Fixes issue #<I>
botman_botman
train
0f5a60b44d83f13a9028756a29283c7ba97468ae
diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py index <HASH>..<HASH> 100644 --- a/glances/outputs/glances_curses.py +++ b/glances/outputs/glances_curses.py @@ -383,7 +383,9 @@ class glancesCurses: x = display_x continue # Do not display o...
Add new arg to display splitted line inside plugins
nicolargo_glances
train
a462097ead3f7ba63bd6853f777b168b30df5c82
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ node-gelf - Graylog2 client library for Node.js. Pro - because of code-quality. ## Installation ``` "dependencies": { - "gelf-pro": "~0.8" // see the "releases" section + "gelf-pro": "~0.9" // see the ...
Added timeout to the TCP adapter; gelf.message() does not trigger the callback
kkamkou_node-gelf-pro
train
c065435f5013e48936be28ab70c66ac70f66943e
diff --git a/system/modules/generalDriver/GeneralControllerDefault.php b/system/modules/generalDriver/GeneralControllerDefault.php index <HASH>..<HASH> 100644 --- a/system/modules/generalDriver/GeneralControllerDefault.php +++ b/system/modules/generalDriver/GeneralControllerDefault.php @@ -1026,6 +1026,7 @@ class Gener...
Bugfix, add mode 0 to the delete function.
contao-community-alliance_dc-general
train
15a7d4b99b86d03fb45b6c30ce1c6925b3b624bd
diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index <HASH>..<HASH> 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -58,7 +58,7 @@ ODROID_C1_PLUS = "ODROID_C1_PLUS" ODROID_C2 = "ODROID_C2" FTDI_FT232H ...
Updated <I> Boards detection to be more specific
adafruit_Adafruit_Python_PlatformDetect
train
5ef70ce99fd6e5503e6d8f0aeda64dada7ffdd6f
diff --git a/plugin/geomajas-plugin-caching/caching/src/test/java/org/geomajas/plugin/caching/step/GetFeaturesInvalidateUpdateTest.java b/plugin/geomajas-plugin-caching/caching/src/test/java/org/geomajas/plugin/caching/step/GetFeaturesInvalidateUpdateTest.java index <HASH>..<HASH> 100644 --- a/plugin/geomajas-plugin-ca...
GBE-<I>: removed duplicate clone method
geomajas_geomajas-project-server
train
25976f1e712c7cde110b343cd5c338b67483d5e2
diff --git a/pygccxml/parser/__init__.py b/pygccxml/parser/__init__.py index <HASH>..<HASH> 100644 --- a/pygccxml/parser/__init__.py +++ b/pygccxml/parser/__init__.py @@ -6,11 +6,8 @@ """Parser sub-package. """ -from .config import gccxml_configuration_t from .config import xml_generator_configuration_t -from .con...
Remove deprecated gccxml configurations from config.py These were deprecated in <I> and removed for <I>
gccxml_pygccxml
train
d687bf3500f11d1612bff2817f74af71a7e3a871
diff --git a/tests/unit_tests/conftest.py b/tests/unit_tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/unit_tests/conftest.py +++ b/tests/unit_tests/conftest.py @@ -107,6 +107,7 @@ def copy_asset(assets_path) -> Callable: @pytest.fixture(scope="session", autouse=True) def env_teardown(): + wandb.teardo...
Moves service teardown to the end of test (#<I>) fix conftest to teardown in the end of the test
wandb_client
train
30294de956ff537b37f23f02d377c89fd88c7f06
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -49,8 +49,9 @@ Fixed: 'DynamicRinohDistribution' object has no attribute '_normalized_name'``) * In some cases, footnotes referenced in a table were placed on the page preceding the footnote reference. -* Ha...
Handle stylelog/rtc filenames containing a dot in the stem
brechtm_rinohtype
train
465bd62e8413a84a8c79b54a61fb3491cbd17929
diff --git a/c7n/resources/cfn.py b/c7n/resources/cfn.py index <HASH>..<HASH> 100644 --- a/c7n/resources/cfn.py +++ b/c7n/resources/cfn.py @@ -62,13 +62,15 @@ class Delete(BaseAction): permissions = ("cloudformation:DeleteStack",) def process(self, stacks): - with self.executor_factory(max_workers=10...
aws - cfn delete and set-protection retries (#<I>)
cloud-custodian_cloud-custodian
train
43ed370a10a2c054d7b6e92e85cecf712ae232c9
diff --git a/src/p4p/__init__.py b/src/p4p/__init__.py index <HASH>..<HASH> 100644 --- a/src/p4p/__init__.py +++ b/src/p4p/__init__.py @@ -1,5 +1,43 @@ - +import logging from .wrapper import Value, Type -from ._p4p import pvdVersion, pvaVersion, listRefs, Cancelled +from ._p4p import (pvdVersion, pvaVersion, listRefs,...
server/client .cli PVA debugging
mdavidsaver_p4p
train
35f686c464c3e0931113f2b6aec81437c9af53d7
diff --git a/fedmsg/core.py b/fedmsg/core.py index <HASH>..<HASH> 100644 --- a/fedmsg/core.py +++ b/fedmsg/core.py @@ -77,9 +77,7 @@ class FedMsgContext(object): raise IOError("Couldn't find an available endpoint.") else: - # fedmsg is not configured to send any messages - ...
emit a warning if configured without a publisher.
fedora-infra_fedmsg
train
0c0656f95a646756df5caae10734c2e561ff7b56
diff --git a/ryu/topology/switches.py b/ryu/topology/switches.py index <HASH>..<HASH> 100644 --- a/ryu/topology/switches.py +++ b/ryu/topology/switches.py @@ -717,7 +717,6 @@ class Switches(app_manager.RyuApp): # LOG.debug('A port was deleted.' + # '(datapath id = %s, port number = %...
topology/switches: Fix delete port can't immediately remove link. If remove port data from self.port_state first, self.get_port method can't get the port data, this problem will cause link can't immediately be removed. This patch remove port data after get_port and link delete.
osrg_ryu
train
03593c81d41598017f858273244be0142babc99d
diff --git a/documentation/src/main/asciidoc/topics/code_examples/CustomMarshaller.java b/documentation/src/main/asciidoc/topics/code_examples/CustomMarshaller.java index <HASH>..<HASH> 100644 --- a/documentation/src/main/asciidoc/topics/code_examples/CustomMarshaller.java +++ b/documentation/src/main/asciidoc/topics/c...
Fix minor oversight with marshallers doc
infinispan_infinispan
train
79b804ee6ef3f6344b22b5fd334e4af1ae052021
diff --git a/src/Illuminate/Testing/TestResponse.php b/src/Illuminate/Testing/TestResponse.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Testing/TestResponse.php +++ b/src/Illuminate/Testing/TestResponse.php @@ -327,7 +327,7 @@ class TestResponse implements ArrayAccess $expiresAt = Carbon::createFromTim...
assertCookieExpired and assertCookieNotExpired fixes (#<I>)
laravel_framework
train
66c48c2d0eaecb43afa50705d7342d9ea3fe93d1
diff --git a/discord/app_commands/commands.py b/discord/app_commands/commands.py index <HASH>..<HASH> 100644 --- a/discord/app_commands/commands.py +++ b/discord/app_commands/commands.py @@ -682,6 +682,18 @@ class Command(Generic[GroupT, P, T]): if param.autocomplete is None: raise CommandSignatur...
Add support for checks with autocomplete Fixes #<I>
Rapptz_discord.py
train
bbd5d97bb99ed53a2eb62271b30a5dcd98295fad
diff --git a/Generator/Collection/ComponentCollection.php b/Generator/Collection/ComponentCollection.php index <HASH>..<HASH> 100644 --- a/Generator/Collection/ComponentCollection.php +++ b/Generator/Collection/ComponentCollection.php @@ -100,6 +100,16 @@ class ComponentCollection implements \IteratorAggregate { } ...
Added accessors for root ID and child components.
drupal-code-builder_drupal-code-builder
train
ed6053db0556dc249bf184c5032638a6c1d1be41
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -114,6 +114,7 @@ class Configuration implements ConfigurationInterface ->prototype('s...
add access to ImageManager from ProductManager through configuration
vespolina_commerce
train
4fcaf052f0826c92f95f33b27b4fff95eb2bed79
diff --git a/pbs.py b/pbs.py index <HASH>..<HASH> 100644 --- a/pbs.py +++ b/pbs.py @@ -280,7 +280,7 @@ class RunningCommand(object): if bufsize == 1: for line in iter(stream.readline, ""): agg_to.append(line) - if call_fn and fn(line, self.process): ...
passing in RunningCommand instead of the Popen object to the stream callable
amoffat_sh
train
4d432cbdab407bcb55826e39f5efd428cfecc692
diff --git a/debian/changelog b/debian/changelog index <HASH>..<HASH> 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,6 @@ + [Michele Simionato] + * Introduced a magnitude-dependent integration distance + [Robin Gee, Michele Simionato] * Implemented support for sites above the level of the sea ...
Updated the changelog and minor cleanup
gem_oq-engine
train
9085eca707056f95f99cfcb0dd37db21ff148c5c
diff --git a/astrobase/lcproc.py b/astrobase/lcproc.py index <HASH>..<HASH> 100644 --- a/astrobase/lcproc.py +++ b/astrobase/lcproc.py @@ -130,7 +130,7 @@ LCFORM = { read_hatpi_textlc, ['rjd','rjd'], ['iep1','itf1'], - ['ire1','ire3'], + ['ire1','ire1'], False, ...
lcproc: adding support for multiple lc types
waqasbhatti_astrobase
train
9abbcba5e6c0e454bec64e53dd212432e8972b53
diff --git a/tests/testutils/ctx.go b/tests/testutils/ctx.go index <HASH>..<HASH> 100644 --- a/tests/testutils/ctx.go +++ b/tests/testutils/ctx.go @@ -144,6 +144,12 @@ func (ctx *RktRunCtx) Reset() { func (ctx *RktRunCtx) cleanupChildren() error { for _, child := range ctx.children { + if child.Cmd == nil || + ...
tests/ctx: tolerate incomplete child processes
rkt_rkt
train
1c98cfe5c2b3f0a061e30aa78d44ae29a97054a7
diff --git a/lfu_nots.go b/lfu_nots.go index <HASH>..<HASH> 100644 --- a/lfu_nots.go +++ b/lfu_nots.go @@ -166,6 +166,7 @@ func (l *LFUNoTS) incr(ci *cacheItem) { nextPosition = l.frequencyList.InsertAfter(entry, ci.freqElement) } } + nextPosition.Value.(*entry).listEntry[ci] = struct{}{} ci.freqElement = ...
lfu: change unexported struct position in codebase
koding_cache
train
ff1f21873285dae151ab37f8dc3e833b05e8b740
diff --git a/ios/src/playn/ios/IOSGLProgram.java b/ios/src/playn/ios/IOSGLProgram.java index <HASH>..<HASH> 100644 --- a/ios/src/playn/ios/IOSGLProgram.java +++ b/ios/src/playn/ios/IOSGLProgram.java @@ -126,6 +126,18 @@ public class IOSGLProgram implements GLProgram { } @Override + public GLShader.Uniform2fv g...
Added missing getUniform2fv.
threerings_playn
train
84a60359c7fe99b737d2c1d2b7919ef241258f94
diff --git a/h2o-core/src/main/java/hex/Model.java b/h2o-core/src/main/java/hex/Model.java index <HASH>..<HASH> 100755 --- a/h2o-core/src/main/java/hex/Model.java +++ b/h2o-core/src/main/java/hex/Model.java @@ -357,9 +357,8 @@ public abstract class Model<M extends Model<M,P,O>, P extends Model.Parameters, ArrayLi...
Fix for PUBDEV-<I>. Some tests were failing with previous method, so keep track of number of cols converted to NaN.
h2oai_h2o-3
train
df927882d1e2e32eaa02b0dd415b0b0e47c4cd7c
diff --git a/src/main/java/org/pegdown/Extensions.java b/src/main/java/org/pegdown/Extensions.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/pegdown/Extensions.java +++ b/src/main/java/org/pegdown/Extensions.java @@ -146,4 +146,11 @@ public interface Extensions { */ static final int TASKLISTITEMS =...
add ALL_OPTIONALS and ALL_WITH_OPTIONALS extension set.
sirthias_pegdown
train
2db4f71d641019a37d9d6cfad644b34cee0f1dee
diff --git a/nestly/scons.py b/nestly/scons.py index <HASH>..<HASH> 100644 --- a/nestly/scons.py +++ b/nestly/scons.py @@ -127,7 +127,7 @@ class SConsWrap(object): if self.alias_environment: values = [c[key] for _, c in self if c[key]] values = self.alias_environment.Flatten(values) -...
Ignore dictionaries during aliasing
fhcrc_nestly
train
2b1220b59933f5845ee4c2716b6d2ef273b85723
diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyNoXaXid.java b/core/src/main/java/org/infinispan/transaction/tm/DummyNoXaXid.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyNoXaXid.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyNoXaXid.ja...
ISPN-<I> Also DummyNoXaXid needs to provide an hashCode implementation
infinispan_infinispan
train
7ff563296c5e49becd6b292cde044e0de126d216
diff --git a/src/sticky-sidebar.js b/src/sticky-sidebar.js index <HASH>..<HASH> 100644 --- a/src/sticky-sidebar.js +++ b/src/sticky-sidebar.js @@ -429,8 +429,8 @@ const StickySidebar = (() => { let _unit = ('number' === typeof style.inner[key]) ? 'px' : ''; this.sidebarInner.style[key] = style...
Fix replace word of affixed events.
abouolia_sticky-sidebar
train
45728bd53e5de54e279c759d5950973b6bb11016
diff --git a/bundles/BlockManagerBundle/DependencyInjection/NetgenBlockManagerExtension.php b/bundles/BlockManagerBundle/DependencyInjection/NetgenBlockManagerExtension.php index <HASH>..<HASH> 100644 --- a/bundles/BlockManagerBundle/DependencyInjection/NetgenBlockManagerExtension.php +++ b/bundles/BlockManagerBundle/D...
Register item visibility voters for autoconfiguration
netgen-layouts_layouts-core
train
c4e9bb80f23b87f0e4dcf01b5b86d3f5726a45f4
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -264,6 +264,15 @@ func (p *parser) peek(tok Token) bool { return p.tok == tok || (p.tok == LIT && p.val == tokNames[tok]) } +func (p *parser) peekAny(toks ...Token) bool { + for _, tok := range toks { + if p.peek(tok) { ...
Introduce peekAny() This could be merged with peek(), but this helps keep things simple. Also, peek(foo, bar) sounds like it wants to be sequential (i.e. an AND) instead of an OR.
mvdan_sh
train
c2304f8c6ec2b3b4adae5d937ec369233141ce61
diff --git a/lib/logstasher/active_job/log_subscriber.rb b/lib/logstasher/active_job/log_subscriber.rb index <HASH>..<HASH> 100644 --- a/lib/logstasher/active_job/log_subscriber.rb +++ b/lib/logstasher/active_job/log_subscriber.rb @@ -1,7 +1,8 @@ -if ActiveJob::VERSION::MAJOR >= 6 && ActiveJob::VERSION::MINOR >= 1 - r...
Fix potential issue for Rails 7 in require (#<I>) The older condition wouldn't require the newer location for Rails 7 in the future. Caught by @petergoldstein
shadabahmed_logstasher
train
cd73cab6991940805372fa92d1c7b01ff9f81489
diff --git a/graphene_django/converter.py b/graphene_django/converter.py index <HASH>..<HASH> 100644 --- a/graphene_django/converter.py +++ b/graphene_django/converter.py @@ -235,12 +235,12 @@ def convert_postgres_array_to_list(field, registry=None): @convert_django_field.register(HStoreField) @convert_django_field...
converter.py: Fix typo posgres->postgres (#<I>) Fixes typo for HStoreField and RangeField converters.
graphql-python_graphene-django
train
2565c4d4e6874fd5a2e643381ec52a8c75bfd9fc
diff --git a/src/main/java/com/coveros/selenified/application/App.java b/src/main/java/com/coveros/selenified/application/App.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/coveros/selenified/application/App.java +++ b/src/main/java/com/coveros/selenified/application/App.java @@ -625,6 +625,7 @@ public class ...
Some updates for FF to successfully run
Coveros_selenified
train
7a7e1172d7437857dec90eed6ae7083045a619e4
diff --git a/cassandra/cluster.py b/cassandra/cluster.py index <HASH>..<HASH> 100644 --- a/cassandra/cluster.py +++ b/cassandra/cluster.py @@ -1427,7 +1427,7 @@ class Session(object): future = ResponseFuture(self, message, query=None) try: future.send_request() - query_id, colu...
Use session default_timeout waiting on prepare futures PYTHON-<I>; fixes issue where prepare phase can hang indefinitely if peers are unreachable.
datastax_python-driver
train
c61add298d56b5dd37ee0d3cc82ecd0ab8f06994
diff --git a/raven/contrib/flask/__init__.py b/raven/contrib/flask/__init__.py index <HASH>..<HASH> 100644 --- a/raven/contrib/flask/__init__.py +++ b/raven/contrib/flask/__init__.py @@ -30,6 +30,8 @@ def make_client(client_cls, app, dsn=None): project=app.config.get('SENTRY_PROJECT'), site=app.config...
Process string_max_length and list_max_length in Flask client.
getsentry_raven-python
train
e9c9ad1e626eae2952dc6a619620d34234d78bdc
diff --git a/sos/plugins/ipa.py b/sos/plugins/ipa.py index <HASH>..<HASH> 100644 --- a/sos/plugins/ipa.py +++ b/sos/plugins/ipa.py @@ -8,7 +8,7 @@ # # See the LICENSE file in the source distribution for further information. -from sos.plugins import Plugin, RedHatPlugin +from sos.plugins import Plugin, RedHatPlugin,...
[ipa] Collect 'getcert list' only if service certmonger is running During collection of 'getcert list' is started certmonger service. That is not wanted behavior, as result should be 'getcert list' collected only if certmonger is running. Resolves: #<I>
sosreport_sos
train
8bd762ca59f12c2cef2c22f266c36d87ab4d3801
diff --git a/src/Container.php b/src/Container.php index <HASH>..<HASH> 100644 --- a/src/Container.php +++ b/src/Container.php @@ -134,7 +134,10 @@ class Container implements LayoutContainerInterface { return true; } - public function container ($paths) { + public function container ($paths, Array...
ovesight on containers set with paths on LayoutContainer object
ryan-mahoney_Layout
train
520679f91cb18791bd656e74b295e61476102883
diff --git a/pynetlib/device.py b/pynetlib/device.py index <HASH>..<HASH> 100644 --- a/pynetlib/device.py +++ b/pynetlib/device.py @@ -1,5 +1,6 @@ -from utils import execute_command, find_value -from exceptions import ObjectAlreadyExistsException, ObjectNotFoundException +from __future__ import absolute_import +from .u...
Imports compatibility Conflicts: pynetlib/tests/specifications/steps/steps.py
migibert_pynetlib
train
39f3d2a42e2c6ab3ccd6fb646bd0301567583cc1
diff --git a/test_pg13/test_redismodel.py b/test_pg13/test_redismodel.py index <HASH>..<HASH> 100644 --- a/test_pg13/test_redismodel.py +++ b/test_pg13/test_redismodel.py @@ -12,13 +12,16 @@ pytestmark = pytest.mark.travis_skip # ugly: pie-in-the-sky guess to prevent interfering with prod redis data on my laptop TEST...
[test] redismodel derived class in tests moved to fixture for travis support
abe-winter_pg13-py
train
89ee04e8f71b2dd19ad1d7b9ae16c68f33b85389
diff --git a/sos/utilities.py b/sos/utilities.py index <HASH>..<HASH> 100644 --- a/sos/utilities.py +++ b/sos/utilities.py @@ -236,10 +236,20 @@ class TarFileArchive(Archive): self.tarfile.addfile(tar_info, StringIO(content)) def add_string(self, content, dest): + fstat = None + if os....
Preserve permissions and ownership for files stored as strings Files that are stored as strings bypass the permissions code added in commit <I>c<I> since they are added to the archive via add_string(). Add a check to see if a destination exists in the host file system. If it does propagate the permissions to the stor...
sosreport_sos
train
2d760c691e03cb6f4343ca71dbc3d4772139d890
diff --git a/ravendb/documents/commands/crud.py b/ravendb/documents/commands/crud.py index <HASH>..<HASH> 100644 --- a/ravendb/documents/commands/crud.py +++ b/ravendb/documents/commands/crud.py @@ -338,7 +338,7 @@ class GetDocumentsCommand(RavenCommand[GetDocumentsResult]): if is_get: for key i...
RDBC-<I> Escape the key names in load command request url
ravendb_ravendb-python-client
train
3022539386965a29e3a58f19049683f54611ac7a
diff --git a/lib/chord.js b/lib/chord.js index <HASH>..<HASH> 100644 --- a/lib/chord.js +++ b/lib/chord.js @@ -92,18 +92,18 @@ var getIntervals = function (chord) { intervals[3] = ''; } // 9ths - if ((/9/).test(chord)) { - intervals[9] = 'M'; - } if ((/[+#]9/).test(chord)) { intervals[9] = 'au...
Fixed 'add' chords and added more chord tests
jsrmath_sharp11
train
ee9f26ede4ecd2678e1ca32ab117fff575fad9a9
diff --git a/src/com/opera/core/systems/testing/drivers/TestOperaDriverSupplier.java b/src/com/opera/core/systems/testing/drivers/TestOperaDriverSupplier.java index <HASH>..<HASH> 100644 --- a/src/com/opera/core/systems/testing/drivers/TestOperaDriverSupplier.java +++ b/src/com/opera/core/systems/testing/drivers/TestOp...
This is set in OperaDriver#init()
operasoftware_operaprestodriver
train
916961b49cfd42e6e4e57892ec4e03dd59199b28
diff --git a/passpie/cli.py b/passpie/cli.py index <HASH>..<HASH> 100644 --- a/passpie/cli.py +++ b/passpie/cli.py @@ -14,11 +14,11 @@ from .credential import split_fullname, make_fullname from .crypt import Cryptor from .database import Database from .importers import find_importer -from .utils import genpass, get_...
Add version as string to passpie/cli
marcwebbie_passpie
train
de846d45ebe8d0a4274cfc05285f7cdaad442ca9
diff --git a/polyaxon/factories/fixtures.py b/polyaxon/factories/fixtures.py index <HASH>..<HASH> 100644 --- a/polyaxon/factories/fixtures.py +++ b/polyaxon/factories/fixtures.py @@ -236,6 +236,27 @@ exec_experiment_spec_content = """--- exec_experiment_spec_parsed_content = ExperimentSpecification.read(exec_experimen...
Fix issue related to setting artifacts_refs fixes #<I>
polyaxon_polyaxon
train
0219d91996f90a8e5b3ec58ebf38b5ce940d252a
diff --git a/template/app/controller/Classes.js b/template/app/controller/Classes.js index <HASH>..<HASH> 100644 --- a/template/app/controller/Classes.js +++ b/template/app/controller/Classes.js @@ -84,22 +84,22 @@ Ext.define('Docs.controller.Classes', { afterrender: function(cmp) { ...
Refactor class tree logic switching. - Use button instead of div.cls-group - just to have one class less. - Don't do the switching when clicking on already selected button. The old code contained a check for it, but it didn't work as selected and clicked were always different.
senchalabs_jsduck
train
7448070196e2ab59a52069f9c3e4fa4b34ee7f93
diff --git a/definitions/npm/webpack_v4.x.x/flow_v0.104.x-/webpack_v4.x.x.js b/definitions/npm/webpack_v4.x.x/flow_v0.104.x-/webpack_v4.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/webpack_v4.x.x/flow_v0.104.x-/webpack_v4.x.x.js +++ b/definitions/npm/webpack_v4.x.x/flow_v0.104.x-/webpack_v4.x.x.js @@ -14,7 ...
fix(webpack_v4.x.x): fix type error (#<I>)
flow-typed_flow-typed
train
26926433cbb82ee1789622b6f9baf0638907a69e
diff --git a/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/execution/RuntimeEnvironment.java b/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/execution/RuntimeEnvironment.java index <HASH>..<HASH> 100644 --- a/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/execution/RuntimeEnvironme...
Standardized creation of input and output channels in InputGate and OutputGate. Removed linear contains check in InputGate for channels.
apache_flink
train
4ed78671abf9768af2aec4ca61c377fed2e93f5f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,19 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] -### Changed -- [Refactor] switch to an internal replacement for `pkg-up` and `read-pkg-up` (...
[Fix] `no-unresolved`: ignore type-only imports
benmosher_eslint-plugin-import
train
f89fbaf6a7a23494a105f03d0c84b61ed5bba3c5
diff --git a/lib/s3/object.rb b/lib/s3/object.rb index <HASH>..<HASH> 100644 --- a/lib/s3/object.rb +++ b/lib/s3/object.rb @@ -227,11 +227,7 @@ module S3 end def key_valid?(key) - if (key.nil? or key.empty? or key =~ %r#//#) - false - else - true - end + !(key.nil? or key.e...
Double quote is a valid part of key name on Amazon S3
megamsys_radosgw-s3
train
26f61a439663e28b31b36dc713d8188447d39d95
diff --git a/src/lambda/handler-runner/in-process-runner/InProcessRunner.js b/src/lambda/handler-runner/in-process-runner/InProcessRunner.js index <HASH>..<HASH> 100644 --- a/src/lambda/handler-runner/in-process-runner/InProcessRunner.js +++ b/src/lambda/handler-runner/in-process-runner/InProcessRunner.js @@ -48,7 +48,...
refactor: rename variables
dherault_serverless-offline
train
99e77a889e2d27ce5b1401f617765f70c1452bf9
diff --git a/cache/migrate_v2.go b/cache/migrate_v2.go index <HASH>..<HASH> 100644 --- a/cache/migrate_v2.go +++ b/cache/migrate_v2.go @@ -205,19 +205,22 @@ func MigrateV2(ctx context.Context, from, to string, cs content.Store, s snapsho // remove old root labels for _, item := range byID { - if _, err := s.Upda...
cache: avoid snapshot migration on shallow refs
moby_buildkit
train
c7193e01b456c465ace6ce7fcb795e14e6fcaa81
diff --git a/src/Providers/CmsThemeServiceProvider.php b/src/Providers/CmsThemeServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Providers/CmsThemeServiceProvider.php +++ b/src/Providers/CmsThemeServiceProvider.php @@ -24,7 +24,8 @@ class CmsThemeServiceProvider extends ServiceProvider ->registerM...
[Fix] Assets not being published in 'public' file group Aligns with <URL>
czim_laravel-cms-theme
train
483fc3e12176e01d700a82e6fbb6b05e1cddebf2
diff --git a/static/lib/composer.js b/static/lib/composer.js index <HASH>..<HASH> 100644 --- a/static/lib/composer.js +++ b/static/lib/composer.js @@ -385,18 +385,14 @@ define('composer', [ composer.minimize(post_uuid); }); - bodyEl.on('input propertychange', function () { + bodyEl.on('input propertychange',...
refactor: use debounce, makes other actions instant
NodeBB_nodebb-plugin-composer-default
train
db547735670ee2ff7a395075e73739169c3e0754
diff --git a/src/codec/fen.js b/src/codec/fen.js index <HASH>..<HASH> 100644 --- a/src/codec/fen.js +++ b/src/codec/fen.js @@ -31,10 +31,19 @@ export const FEN = { }, get standard() { - return 'rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1'; + return standard; }, + + get standardPosition() { + ret...
test: find the standard position by brute force using fischerandom()
chessfish_chesslib
train
732156d660b89c103037de687da0463411257044
diff --git a/viztricks/convenience.py b/viztricks/convenience.py index <HASH>..<HASH> 100644 --- a/viztricks/convenience.py +++ b/viztricks/convenience.py @@ -7,17 +7,22 @@ __all__ = [ ] -def plot(X, marker='.', title=None, fig=None, ax=None, scatter=False, **kwargs): +def plot(X, marker='.', title=None, fig='curr...
Adding nicer figure control to plot()
perimosocordiae_viztricks
train
0d310d590c310ed6551fb38164379a2465caaa89
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1090,11 +1090,11 @@ module ActionDispatch # [:shallow_pa...
fixes code highlight in shallow_path example
rails_rails
train
404bc1772c1fd4c8193d1d0fe7bfd36b520a3d6c
diff --git a/src/sap.m/src/sap/m/Dialog.js b/src/sap.m/src/sap/m/Dialog.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/Dialog.js +++ b/src/sap.m/src/sap/m/Dialog.js @@ -585,6 +585,9 @@ function( this.fireBeforeOpen(); oPopup.attachOpened(this._handleOpened, this); + // reset scroll fix check + t...
[FIX] sap.m.Dialog: Adjust width when dialog contains long items Do not truncate text of list items inside dialog with vertical scroll when the dialog content width is auto for IE, Edge and Firefox. Change-Id: I<I>accb5a<I>ecfb3c7b<I>f8b<I>ee<I>e BCP: <I>
SAP_openui5
train
709183da1eaadd7918de8deab76a1ea7221f8a26
diff --git a/libraries/Asset.php b/libraries/Asset.php index <HASH>..<HASH> 100644 --- a/libraries/Asset.php +++ b/libraries/Asset.php @@ -477,7 +477,7 @@ class Asset foreach ( $this->css_nails AS $asset ) : - $out .= link_tag( 'vendor/shed/nails/assets/css/' . $asset ) . "\n"; + $out .= link_tag( NAILS_URL ...
Forgot to commit this change, doh
nails_common
train
ed60df4b2c79a214755889e0a1d54008606d48ce
diff --git a/src/Robin/Ntlm/Message/ChallengeMessageDecoder.php b/src/Robin/Ntlm/Message/ChallengeMessageDecoder.php index <HASH>..<HASH> 100644 --- a/src/Robin/Ntlm/Message/ChallengeMessageDecoder.php +++ b/src/Robin/Ntlm/Message/ChallengeMessageDecoder.php @@ -96,7 +96,7 @@ class ChallengeMessageDecoder implements Ch...
Fixing a bug with the challenge length validation
robinpowered_php-ntlm
train
bd69ef55e8b323931372c8950ccf6798100e0909
diff --git a/TODO.md b/TODO.md index <HASH>..<HASH> 100644 --- a/TODO.md +++ b/TODO.md @@ -24,9 +24,9 @@ New Functions ------------- - Add a variant of `join_key_value` that escapes as few characters as possible? - Add an inverse of `load_items3` for writing triples? -- Should there be a variant of `dump` that outpu...
More tests of `dumps`
jwodder_javaproperties
train
e3015e197089290f117c11952369d2e99b1da938
diff --git a/src/Scaffold_Command.php b/src/Scaffold_Command.php index <HASH>..<HASH> 100644 --- a/src/Scaffold_Command.php +++ b/src/Scaffold_Command.php @@ -340,7 +340,7 @@ class Scaffold_Command extends WP_CLI_Command { * : Include stylesheets as SASS. * * [--woocommerce] - * : Include WooCommerce boilerpl...
#<I> adding missing period in comment
wp-cli_scaffold-command
train
e493e01ad54f7b22bc7ffdc9106db269c9756adb
diff --git a/ratcave/mesh.py b/ratcave/mesh.py index <HASH>..<HASH> 100644 --- a/ratcave/mesh.py +++ b/ratcave/mesh.py @@ -45,7 +45,7 @@ class Mesh(mixins.Picklable): drawstyle = {'fill': gl.GL_TRIANGLES, 'line': gl.GL_LINE_LOOP, 'point': gl.GL_POINTS} - def __init__(self, mesh_data, material=gray_material,...
generalized Mesh.material to Mesh.uniforms
ratcave_ratcave
train
cd3ca5337bb9a183f55181b23b8931d229614ca2
diff --git a/lib/active_remote/base.rb b/lib/active_remote/base.rb index <HASH>..<HASH> 100644 --- a/lib/active_remote/base.rb +++ b/lib/active_remote/base.rb @@ -53,4 +53,6 @@ module ActiveRemote @attributes.frozen? end end + + ::ActiveSupport.run_load_hooks(:active_remote, Base) end
Fire active support on load hooks.
liveh2o_active_remote
train
7868759940aff205395bb517727990cb06dd1649
diff --git a/app/database/migrations/2015_01_05_201444_CreateComponentsTable.php b/app/database/migrations/2015_01_05_201444_CreateComponentsTable.php index <HASH>..<HASH> 100644 --- a/app/database/migrations/2015_01_05_201444_CreateComponentsTable.php +++ b/app/database/migrations/2015_01_05_201444_CreateComponentsTab...
Fixes <I> - MySQL <I> compatibility Removed the default field during migrations for text fields Added "required" option on incident message
CachetHQ_Cachet
train
3739da20cff198d0b1a7537490ece77e67d4a3ae
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>org.whiley</groupId> <artifactId>wyc</artifactId> - <version>0.4.1</version> + <version>0.4.2-SNAPSHOT</version> <packaging>jar</packaging> <licenses> diff --git a/src/main/java/wyc/Activato...
Minor tweak; updated version. This updates the version to a temporary SNAPSHOT version number.
Whiley_WhileyCompiler
train
fbc8f62c263a593c1e65506031d2f6ca07caa6dc
diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/calls/CallManagerActor.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/calls/CallManagerActor.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules...
wip(core): Correct notifications in Call Provider
actorapp_actor-platform
train
627c5c77af16148cb75e23e9a04e919c8bd5599f
diff --git a/awkward/array/table.py b/awkward/array/table.py index <HASH>..<HASH> 100644 --- a/awkward/array/table.py +++ b/awkward/array/table.py @@ -259,7 +259,7 @@ class Table(awkward.array.base.AwkwardArray): return out @classmethod - def frompairs(cls, pairs, rowstart): + def frompairs(cls, p...
close security hole and backward incompatibilty in awkward.persist.whitelist handling
scikit-hep_awkward-array
train
5f7a0b2b1d981fdae11a4b82775049ff359386e8
diff --git a/lib/8583.js b/lib/8583.js index <HASH>..<HASH> 100644 --- a/lib/8583.js +++ b/lib/8583.js @@ -9,7 +9,7 @@ const {validateSpecialFields, detectSpecial} = require('./specialFields/tools'); class Main { // ***tested*** - constructor(object, customFormats) { + constructor(object, customFormats, require...
Enable call of config file for required fields
zemuldo_iso_8583
train
f76a62b5b1938de5de49af3ce51af005ee35f134
diff --git a/src/Statements/CreateStatement.php b/src/Statements/CreateStatement.php index <HASH>..<HASH> 100644 --- a/src/Statements/CreateStatement.php +++ b/src/Statements/CreateStatement.php @@ -53,6 +53,9 @@ class CreateStatement extends Statement 'EVENT' => 6, 'FUNCTION' ...
Fix index type is not recognized by parser, Issue#<I>
phpmyadmin_sql-parser
train
3c8b45667e666df36cee72149279a516642ce87c
diff --git a/core/src/main/java/cucumber/runtime/MethodFormat.java b/core/src/main/java/cucumber/runtime/MethodFormat.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/cucumber/runtime/MethodFormat.java +++ b/core/src/main/java/cucumber/runtime/MethodFormat.java @@ -12,6 +12,7 @@ import java.util.regex.Pattern;...
[Core] use precompiled PACKAGE_PATTERN in MethodFormat
cucumber_cucumber-jvm
train
bb5b091782e7de11d63b12e5f821ea22099cf57c
diff --git a/middleware/client.js b/middleware/client.js index <HASH>..<HASH> 100644 --- a/middleware/client.js +++ b/middleware/client.js @@ -1,3 +1,4 @@ +import fetch from 'unfetch'; import { createClient as createSdkClient } from '@commercetools/sdk-client'; import { createHttpMiddleware as createSdkHttpMiddleware...
refactor(sdk): update middleware creation to pass fetch
commercetools_merchant-center-application-kit
train
82b772f7837790271b1342f51f43476389174581
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='lifxlan', - version='0.2', + version='0.2.1', description='API for local communication with LIFX devices over a LAN.', url='http://github.com/mc...
<I> for IP addr support
mclarkk_lifxlan
train
efe6467edb14ea19c41bbab578174a2455bb8f33
diff --git a/box-content-sdk/src/main/java/com/box/androidsdk/content/auth/BoxAuthentication.java b/box-content-sdk/src/main/java/com/box/androidsdk/content/auth/BoxAuthentication.java index <HASH>..<HASH> 100644 --- a/box-content-sdk/src/main/java/com/box/androidsdk/content/auth/BoxAuthentication.java +++ b/box-conten...
Misc. fix for app user.
box_box-android-sdk
train
33cbca3c75df1579fbffffa90c8674fd66167c17
diff --git a/edtf/parser/parser_classes.py b/edtf/parser/parser_classes.py index <HASH>..<HASH> 100644 --- a/edtf/parser/parser_classes.py +++ b/edtf/parser/parser_classes.py @@ -84,10 +84,18 @@ class EDTFObject(object): is_uncertain = property(get_is_uncertain, set_is_uncertain) def lower_fuzzy(self): - ...
Fix lower/upper fuzzy values for outlier date values Avoid performing fuzzifying calculations on parsed date values that exactly match Python's `date.min` or `date.max` values, since these represent lower/ upper bounds on the dates we can represent rather than real date values that should be fuzzed.
ixc_python-edtf
train
0008b630f8bd6c5dbeb96fd0f097dd15c22ffaf4
diff --git a/lib/puppet/provider/nameservice/directoryservice.rb b/lib/puppet/provider/nameservice/directoryservice.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/nameservice/directoryservice.rb +++ b/lib/puppet/provider/nameservice/directoryservice.rb @@ -235,11 +235,12 @@ class DirectoryService < Puppet::Pr...
(#<I>) Directoryservice provider will fail in future OS releases This commit removes a case statement in the get_exec_pramble and single_report methods. In its place is an if statement that will cause Puppet to fail if its being run on an OS X system with a version < <I>. This if-statement will also allow Puppet to ...
puppetlabs_puppet
train
adc750f5c1f7438e016a51cfd0a0f9536aaf9db9
diff --git a/views/js/runner/runner.js b/views/js/runner/runner.js index <HASH>..<HASH> 100644 --- a/views/js/runner/runner.js +++ b/views/js/runner/runner.js @@ -178,7 +178,8 @@ define([ plugins[plugin.getName()] = plugin; }); - pluginRun('install') + ...
Add a step to load persistent states in the runner init
oat-sa_extension-tao-test
train
f695d1f9f0ad2af3c9888dc1e630f6ae0eeaafe8
diff --git a/lib/webmock/http_lib_adapters/net_http_response.rb b/lib/webmock/http_lib_adapters/net_http_response.rb index <HASH>..<HASH> 100644 --- a/lib/webmock/http_lib_adapters/net_http_response.rb +++ b/lib/webmock/http_lib_adapters/net_http_response.rb @@ -15,8 +15,8 @@ module Net module WebMockHTTPResponse ...
Correctly checking if a variable is defined in Net::WebMockHTTPResponse
bblimke_webmock
train
f1cdecaf9bee8c78483f30db1e17aea455c9344b
diff --git a/src/data/nest.js b/src/data/nest.js index <HASH>..<HASH> 100644 --- a/src/data/nest.js +++ b/src/data/nest.js @@ -57,7 +57,7 @@ d3plus.data.nest = function(vars,flat_data,levels,grouped) { to_return[nest_key] = nest_obj for (key in vars.data.keys) { - if (vars.id.nestin...
fixed problem when nesting values where the first entry has a zero for value
alexandersimoes_d3plus
train
b4657a57961f157e554d6d5ca085228a90fc41a1
diff --git a/graphene/__init__.py b/graphene/__init__.py index <HASH>..<HASH> 100644 --- a/graphene/__init__.py +++ b/graphene/__init__.py @@ -36,7 +36,8 @@ if not __SETUP__: is_node, ClientIDMutation, Connection, - ConnectionField + ConnectionField, + PageInfo ) ...
Added PageInfo to graphene exports
graphql-python_graphene
train