diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/Framework/helpers.php b/src/Framework/helpers.php index <HASH>..<HASH> 100644 --- a/src/Framework/helpers.php +++ b/src/Framework/helpers.php @@ -38,6 +38,8 @@ if (!function_exists('dumprr')) { */ function dumprr($value): void { - dump($value, Dumper::ERROR_LOG); + $result...
Switch dumper from error_log to direct writing into php://stderr
diff --git a/src/test/java/com/smartsheet/api/models/format/FormatTest.java b/src/test/java/com/smartsheet/api/models/format/FormatTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/smartsheet/api/models/format/FormatTest.java +++ b/src/test/java/com/smartsheet/api/models/format/FormatTest.java @@ -1,4 +1,24...
Added license to top of java files
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ setup( author='Luis y Anita', author_email='luismasuelli@hotmail.com', description='Python library with quick utilities to make use of in a wide variety of situations', - python_requires='>=3' + ...
Moving to python version <I>+
diff --git a/src/multitail2.py b/src/multitail2.py index <HASH>..<HASH> 100644 --- a/src/multitail2.py +++ b/src/multitail2.py @@ -1,8 +1,9 @@ import time import glob import os +import random -__version__ = "1.0.0" +__version__ = "1.1.0" class TailedFile: _max_buf_size = 1 * 1024 * 1024 # 1mb @@ -121,7 +122...
Reading from files in random order in an attempt to read from all files evenly, preventing one large file from starving the others of reads.
diff --git a/taco-team-build.js b/taco-team-build.js index <HASH>..<HASH> 100644 --- a/taco-team-build.js +++ b/taco-team-build.js @@ -136,7 +136,7 @@ function prepareProject(cordovaPlatforms, args, /* optional */ projectPath) { promise = promise.then(function () { // Build app with platfo...
fix one more issue with displaying args passed to build
diff --git a/lib/carrierwave/storage/roz.rb b/lib/carrierwave/storage/roz.rb index <HASH>..<HASH> 100644 --- a/lib/carrierwave/storage/roz.rb +++ b/lib/carrierwave/storage/roz.rb @@ -46,9 +46,7 @@ module CarrierWave # Backwards compatibility for when we were storing only the filename URI.join(...
Fix issue with duplicate sizes in file name. For example /some/path/small_small_zoidberg.jpg
diff --git a/src/Tenant/Setting.php b/src/Tenant/Setting.php index <HASH>..<HASH> 100644 --- a/src/Tenant/Setting.php +++ b/src/Tenant/Setting.php @@ -99,7 +99,7 @@ class Tenant_Setting extends Pluf_Model 'col' => 'mode, key' ), 'key_idx' => array( - 'type' => '...
Bug fixed: key is a unique index.
diff --git a/configfile.js b/configfile.js index <HASH>..<HASH> 100644 --- a/configfile.js +++ b/configfile.js @@ -57,6 +57,9 @@ cfreader.load_config = function(name, type) { result = cfreader.load_flat_config(name); if (result && type !== 'list') { result = result[0]; + if (/^...
if flat files contain integers, treat them as such
diff --git a/lang/en_US.rb b/lang/en_US.rb index <HASH>..<HASH> 100644 --- a/lang/en_US.rb +++ b/lang/en_US.rb @@ -8,7 +8,7 @@ Localization.define('en_US') do |l| l.store "he_IL", "Hebrew" l.store "it_IT", "Italian" l.store "ja_JP", "Japanese" - l.store "lt_LT", "Lituanian" + l.store "lt_LT", "Lithuanian" ...
missing the h in the lithuanian definition
diff --git a/aioredis/connection.py b/aioredis/connection.py index <HASH>..<HASH> 100644 --- a/aioredis/connection.py +++ b/aioredis/connection.py @@ -161,8 +161,8 @@ class RedisConnection(AbcConnection): self._db = 0 self._closing = False self._closed = False - self._close_waiter = lo...
simplify RedisConnection wait_closed() logic
diff --git a/scss/__init__.py b/scss/__init__.py index <HASH>..<HASH> 100644 --- a/scss/__init__.py +++ b/scss/__init__.py @@ -751,7 +751,7 @@ class Scss(object): @print_timing(2) def Compilation(self, scss_string=None, scss_file=None): if scss_string is not None: - self._scss_files = {'<s...
Added a chunk of code when code comes from string
diff --git a/ChunkSplittingPlugin.js b/ChunkSplittingPlugin.js index <HASH>..<HASH> 100644 --- a/ChunkSplittingPlugin.js +++ b/ChunkSplittingPlugin.js @@ -118,13 +118,13 @@ function extractOriginsOfChunkWithExtractedModules(chunk, reason = 'async common // from CommonsChunkPlugin (async methods): function extractOrig...
fix(plugin): properly iterate chunks inside 'extractOriginsOfChunkWithExtractedModules' and pass additional data to 'getPartName' (#9) - lodash is expecting an Array, but a Set is passed to it, so the iterator is never used and the "async split" string is not added to the chunk origins as expected. - pass set of modu...
diff --git a/pyinfra/__main__.py b/pyinfra/__main__.py index <HASH>..<HASH> 100644 --- a/pyinfra/__main__.py +++ b/pyinfra/__main__.py @@ -11,7 +11,7 @@ Usage: pyinfra -i INVENTORY DEPLOY [-v -vv options] pyinfra -i INVENTORY --run OP ARGS [-v -vv options] pyinfra -i INVENTORY --run COMMAND [-v -vv optio...
Flip back to `-vv` on facts to print output, consistent with deploy.
diff --git a/generators/upgrade/index.js b/generators/upgrade/index.js index <HASH>..<HASH> 100644 --- a/generators/upgrade/index.js +++ b/generators/upgrade/index.js @@ -151,7 +151,7 @@ module.exports = UpgradeGenerator.extend({ if (code !== 0) this.error('Unable to record current code has been ge...
Upgrade submodule doesn't commit on jhipster_upgrade branch from second upgrade Fix #<I>
diff --git a/app_generators/ahn/templates/components/simon_game/lib/simon_game.rb b/app_generators/ahn/templates/components/simon_game/lib/simon_game.rb index <HASH>..<HASH> 100644 --- a/app_generators/ahn/templates/components/simon_game/lib/simon_game.rb +++ b/app_generators/ahn/templates/components/simon_game/lib/sim...
The SimonGame component formerly forgot to reset its number after a failed try. Closes ticket #5. git-svn-id: <URL>
diff --git a/lib/core/seleniumRunner.js b/lib/core/seleniumRunner.js index <HASH>..<HASH> 100644 --- a/lib/core/seleniumRunner.js +++ b/lib/core/seleniumRunner.js @@ -140,8 +140,10 @@ class SeleniumRunner { // watch Jake Archibald on ‘The Event Loop’ https://vimeo.com/254947206 // TODO do we only want to ...
Change the div to white the same way of do with orange (#<I>)
diff --git a/src/Utils.php b/src/Utils.php index <HASH>..<HASH> 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -167,7 +167,7 @@ function getUserDefinedClasses() # TODO optimize $all = get_declared_classes(); return array_filter($all, function($class) { - return (new \ReflectionClass($class))->i...
HHVM fix attempt for wildcards
diff --git a/howdoi/howdoi.py b/howdoi/howdoi.py index <HASH>..<HASH> 100755 --- a/howdoi/howdoi.py +++ b/howdoi/howdoi.py @@ -46,8 +46,10 @@ else: if os.getenv('HOWDOI_DISABLE_SSL'): # Set http instead of https SEARCH_URL = 'http://www.google.com/search?q=site:{0}%20{1}' + VERIFY_SSL_CERTIFICATE = False e...
ignoring ssl certificate when HOWDOI_DISABLE_SSL is set
diff --git a/lxd/container_backup.go b/lxd/container_backup.go index <HASH>..<HASH> 100644 --- a/lxd/container_backup.go +++ b/lxd/container_backup.go @@ -81,10 +81,27 @@ func containerBackupsPost(d *Daemon, r *http.Request) Response { return SmartError(err) } - req := api.ContainerBackupsPost{ - ExpiryDate: ti...
backup: Allow backups to not expire
diff --git a/spec/cliver_spec.rb b/spec/cliver_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cliver_spec.rb +++ b/spec/cliver_spec.rb @@ -15,7 +15,7 @@ describe Cliver do end context 'when dependency is present, but wrong version' do let(:executable) { 'ruby' } - let(:requirements) { ['~>0.1.0'] ...
<I>.x Gem::Requirement vs auto-spacing in specs
diff --git a/user_management/api/tests/test_views.py b/user_management/api/tests/test_views.py index <HASH>..<HASH> 100644 --- a/user_management/api/tests/test_views.py +++ b/user_management/api/tests/test_views.py @@ -23,7 +23,7 @@ TEST_SERVER = 'http://testserver' class TestThrottle(APIRequestTestCase): view_cl...
Test different throttle class to avoid request conflicts
diff --git a/test/player_spec.js b/test/player_spec.js index <HASH>..<HASH> 100644 --- a/test/player_spec.js +++ b/test/player_spec.js @@ -53,8 +53,11 @@ describe('Player', function() { var onError = sinon.spy() player.on(Events.PLAYER_ERROR, onError) player.attachTo(element) - player.core.get...
PlayerSpec test fix Not all playbacks have an error method. Previously this test would fail on firefox, maybe it was using flash there?
diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -72,7 +72,7 @@ def get_media(url, options): options.output = filenamify(title_tag) else: # output is a dire...
Fix automatic filename generation when output is a directory
diff --git a/test/calendar.spec.js b/test/calendar.spec.js index <HASH>..<HASH> 100644 --- a/test/calendar.spec.js +++ b/test/calendar.spec.js @@ -367,12 +367,12 @@ describe('uiCalendar', function () { } }; - spyOn($rootScope,'$apply'); + spyOn($rootScope,'$apply').andCal...
Ensure spied functions contents is executed
diff --git a/km3pipe/tests/test_srv.py b/km3pipe/tests/test_srv.py index <HASH>..<HASH> 100644 --- a/km3pipe/tests/test_srv.py +++ b/km3pipe/tests/test_srv.py @@ -18,5 +18,5 @@ class TestSrvEvent(TestCase): def test_call(self, srv_data_mock): hits = Table({'pos_x': [1, 2], 'pos_y': [3, 4], 'pos_z': [5, 6]...
Add rba url, since it's normally taken from the config
diff --git a/spec/dragonfly/image_magick/plugin_spec.rb b/spec/dragonfly/image_magick/plugin_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dragonfly/image_magick/plugin_spec.rb +++ b/spec/dragonfly/image_magick/plugin_spec.rb @@ -124,7 +124,7 @@ describe "a configured imagemagick app" do describe "identify" do ...
modifying indentify spec to chomp the trailing /n
diff --git a/torf/_torrent.py b/torf/_torrent.py index <HASH>..<HASH> 100644 --- a/torf/_torrent.py +++ b/torf/_torrent.py @@ -714,7 +714,7 @@ class Torrent(): 3. The number of pieces that have been hashed (:class:`int`) 4. The total number of pieces (:class:`int`) - If `callback` ret...
Torrent.generate(): Highlight 'None' properly in docstring
diff --git a/binomial.go b/binomial.go index <HASH>..<HASH> 100644 --- a/binomial.go +++ b/binomial.go @@ -32,31 +32,25 @@ func (bing BinomialGenerator) Binomial(n int64, p float64) int64 { panic(fmt.Sprintf("Invalid parameter n: %d", n)) } - workers := 0 - resChan := make(chan int64) - for n > 0 { - if n > 100...
binomial: simplify for clarity and performance. this also fixes a mistake about a loop iterator variable: <URL>
diff --git a/lib/puppet/indirector/exec.rb b/lib/puppet/indirector/exec.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/exec.rb +++ b/lib/puppet/indirector/exec.rb @@ -39,7 +39,7 @@ class Puppet::Indirector::Exec < Puppet::Indirector::Terminus end if output =~ /\A\s*\Z/ # all whitespace - Pu...
Merge pull request #<I> from jblaine/patch-1 Removed spurious "exec" from a debug string
diff --git a/lib/rvc/modules/vm.rb b/lib/rvc/modules/vm.rb index <HASH>..<HASH> 100644 --- a/lib/rvc/modules/vm.rb +++ b/lib/rvc/modules/vm.rb @@ -88,9 +88,10 @@ def wait_for_shutdown vms, opts end end return if all_off - sleep [opts[:delay], finish_time - Time.now].min + sleep_time = [opts[:dela...
Fixed issue with potential negative sleep value on timeout
diff --git a/core/Email.php b/core/Email.php index <HASH>..<HASH> 100755 --- a/core/Email.php +++ b/core/Email.php @@ -808,7 +808,7 @@ class Email_BounceHandler extends Controller { if(!$duplicateBounce) { $record = new Email_BounceRecord(); - $member = DataObject::get_one( 'Member', "`E...
Add SQL_ prefix in place it was missing. (merge from gsoc branch, r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
diff --git a/website/siteConfig.js b/website/siteConfig.js index <HASH>..<HASH> 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -87,8 +87,8 @@ const users = [ }, { caption: 'Notable', - image: 'https://raw.githubusercontent.com/notable/notable/master/resources/icon/icon.png',...
Notable: update (#<I>) * Added “Notable” to the list of users * Added missing trailing comma * alphabetize the new entry * Notable: updated icon and website url
diff --git a/kitnirc/client.py b/kitnirc/client.py index <HASH>..<HASH> 100644 --- a/kitnirc/client.py +++ b/kitnirc/client.py @@ -338,7 +338,7 @@ class Client(object): if isinstance(incoming, User): self.msg(user, message) else: - self.msg(incoming, "%s: %s" % (user, message))...
Use a user's nick when hilighting, not the hostmask
diff --git a/servers/servertcp.js b/servers/servertcp.js index <HASH>..<HASH> 100644 --- a/servers/servertcp.js +++ b/servers/servertcp.js @@ -322,7 +322,7 @@ function _handleReadMultipleRegisters(requestBuffer, vector, unitID, callback) { if(vector.getMultipleHoldingRegisters.length===4){ vecto...
length of register values is not compared with requested resisters if error is sent in callback
diff --git a/library/SimplePie/Cache/MySQL.php b/library/SimplePie/Cache/MySQL.php index <HASH>..<HASH> 100644 --- a/library/SimplePie/Cache/MySQL.php +++ b/library/SimplePie/Cache/MySQL.php @@ -96,7 +96,22 @@ class SimplePie_Cache_MySQL extends SimplePie_Cache_DB 'prefix' => '', ), ); - $this->options = a...
Fixed URI Parse Merge with Options in MySQL Class (currently inside constructor)
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -22,6 +22,12 @@ test('kind-error:', function () { test.throws(fixture, /Call KindError.*/) done() }) + test('should composed error object be instanceof Error', function (done) { + var err = new KindError() + + ...
test: composed error is instanceof Error
diff --git a/argresolver/resolver.py b/argresolver/resolver.py index <HASH>..<HASH> 100644 --- a/argresolver/resolver.py +++ b/argresolver/resolver.py @@ -254,7 +254,8 @@ class EnvironmentResolver(Resolver): if prefix is not None: lookup = prefix.upper() + '_' + lookup newval = os.environ...
Supresses logging warning when default is present
diff --git a/avatar/util.py b/avatar/util.py index <HASH>..<HASH> 100644 --- a/avatar/util.py +++ b/avatar/util.py @@ -8,8 +8,8 @@ def get_default_avatar_url(): base_url = getattr(settings, 'STATIC_URL', None) if not base_url: base_url = getattr(settings, 'MEDIA_URL', '') - # Don't use base_url if...
The default avatar URL could also start with https.
diff --git a/lib/gakubuchi/template.rb b/lib/gakubuchi/template.rb index <HASH>..<HASH> 100644 --- a/lib/gakubuchi/template.rb +++ b/lib/gakubuchi/template.rb @@ -68,7 +68,8 @@ module Gakubuchi def extract_extname(path) extname = path.extname - extname.empty? ? extname : "#{extract_extname(path.basen...
Fix unexpected extname of localized templates
diff --git a/pkg/clustermesh/config_test.go b/pkg/clustermesh/config_test.go index <HASH>..<HASH> 100644 --- a/pkg/clustermesh/config_test.go +++ b/pkg/clustermesh/config_test.go @@ -55,6 +55,9 @@ func expectNotExist(c *C, cm *ClusterMesh, name string) { func (s *ClusterMeshTestSuite) TestWatchConfigDirectory(c *C) ...
clustermesh: Undo skipKvstoreConnection in unit test Failure to undo the global variable can lead to follow-up unit tests failing that require kvstore interactions. Fixes: <I>b<I>b<I>d ("Inter cluster connectivity (ClusterMesh)")
diff --git a/spec/dummy/app/assets/javascripts/remote_posts.js b/spec/dummy/app/assets/javascripts/remote_posts.js index <HASH>..<HASH> 100644 --- a/spec/dummy/app/assets/javascripts/remote_posts.js +++ b/spec/dummy/app/assets/javascripts/remote_posts.js @@ -2,13 +2,12 @@ $(function(){ var form = $('#new-remote-post...
Fix remote post form on the Dummy app.
diff --git a/lib/generators/decorator/templates/decorator.rb b/lib/generators/decorator/templates/decorator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/decorator/templates/decorator.rb +++ b/lib/generators/decorator/templates/decorator.rb @@ -27,7 +27,7 @@ class <%= class_name %>Decorator < <%= parent_class_nam...
update comment in generator. You'd get an infinite loop with the current one
diff --git a/test/wiredup_test.js b/test/wiredup_test.js index <HASH>..<HASH> 100644 --- a/test/wiredup_test.js +++ b/test/wiredup_test.js @@ -261,6 +261,7 @@ exports.wiredep = { test.equal(typeof returnedObject.css, 'object'); test.equal(typeof returnedObject.less, 'object'); test.equal(typeof returnedO...
Added test for commit bf<I>d<I>f<I>decdb2c<I>d<I>.
diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js index <HASH>..<HASH> 100644 --- a/public/js/editors/panel.js +++ b/public/js/editors/panel.js @@ -1,7 +1,8 @@ /*globals $, CodeMirror, jsbin, jshintEnabled, RSVP */ var $document = $(document), - $source = $('#source'); + $source = $('#sourc...
Fixed switching back to resizable The issue was that there's no splitter on the HTML panel, so it was skipping some key code.
diff --git a/addon/validated-buffer.js b/addon/validated-buffer.js index <HASH>..<HASH> 100644 --- a/addon/validated-buffer.js +++ b/addon/validated-buffer.js @@ -1,11 +1,7 @@ import EmberValidations from 'ember-validations'; import BufferedProxy from 'ember-buffered-proxy/proxy'; -export default function validated...
require the object to have a container property
diff --git a/core/src/main/java/pl/project13/core/log/MessageFormatter.java b/core/src/main/java/pl/project13/core/log/MessageFormatter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/pl/project13/core/log/MessageFormatter.java +++ b/core/src/main/java/pl/project13/core/log/MessageFormatter.java @@ -261,19 +2...
Return of boolean expression should not be wrapped into an if-the-else statement
diff --git a/lib/sidekiq_unique_jobs/version.rb b/lib/sidekiq_unique_jobs/version.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq_unique_jobs/version.rb +++ b/lib/sidekiq_unique_jobs/version.rb @@ -3,5 +3,5 @@ module SidekiqUniqueJobs # # @return [String] the current SidekiqUniqueJobs version - VERSION = "7.1....
Bump sidekiq-unique-jobs to <I>
diff --git a/lib/dnsimple/client/certificates.rb b/lib/dnsimple/client/certificates.rb index <HASH>..<HASH> 100644 --- a/lib/dnsimple/client/certificates.rb +++ b/lib/dnsimple/client/certificates.rb @@ -2,19 +2,19 @@ module Dnsimple class Client module Certificates - # Lists the certificates in the accou...
Correct documentation link and include domain name in params. Closes GH-<I>.
diff --git a/src/js/core/core.js b/src/js/core/core.js index <HASH>..<HASH> 100644 --- a/src/js/core/core.js +++ b/src/js/core/core.js @@ -85,6 +85,8 @@ var modules = {}; + var isBrowser = (typeof window != UNDEFINED && typeof document != UNDEFINED); + var util = { isHostMethod: isHostMe...
Another fix for running outside a browser
diff --git a/tests/test_cookiecutter_generation.py b/tests/test_cookiecutter_generation.py index <HASH>..<HASH> 100644 --- a/tests/test_cookiecutter_generation.py +++ b/tests/test_cookiecutter_generation.py @@ -15,7 +15,7 @@ RE_OBJ = re.compile(PATTERN) def context(): return { 'project_name': 'My Test Pr...
Update test fixture to use project_slug, not repo_name
diff --git a/lib/jekyll/renderer.rb b/lib/jekyll/renderer.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/renderer.rb +++ b/lib/jekyll/renderer.rb @@ -5,11 +5,10 @@ module Jekyll attr_reader :document, :site attr_writer :layouts, :payload - def initialize(site, document, site_payload = nil, layouts: nil)...
Remove layouts named param from Renderer#initialize
diff --git a/lib/core/manager.rb b/lib/core/manager.rb index <HASH>..<HASH> 100644 --- a/lib/core/manager.rb +++ b/lib/core/manager.rb @@ -303,7 +303,11 @@ class Manager existing_instance = get(type, name) if existing_instance - existing_instance.import(config.export) + config.export...
Fixing the reload mechanism in the plugin manager.
diff --git a/tests/dummy/config/deprecation-workflow.js b/tests/dummy/config/deprecation-workflow.js index <HASH>..<HASH> 100644 --- a/tests/dummy/config/deprecation-workflow.js +++ b/tests/dummy/config/deprecation-workflow.js @@ -5,5 +5,7 @@ window.deprecationWorkflow.config = { workflow: [ { handler: "silence...
Ignore some new deprecations
diff --git a/pygerrit/client.py b/pygerrit/client.py index <HASH>..<HASH> 100644 --- a/pygerrit/client.py +++ b/pygerrit/client.py @@ -76,10 +76,9 @@ class GerritClient(object): data = decoder.decode(line) except ValueError, err: raise GerritError("Query returned invalid d...
Only add query result lines to returned data Only add JSON lines in the results if they contain "project". Otherwise the "rowCount" line, and anything else, will be included in the results as an empty Change object. Change-Id: Ia4de4ed<I>c8f5ba<I>f5e<I>dd<I>ff<I>b<I>b<I>
diff --git a/use_generic_stat.go b/use_generic_stat.go index <HASH>..<HASH> 100644 --- a/use_generic_stat.go +++ b/use_generic_stat.go @@ -3,3 +3,8 @@ package times const hasPlatformSpecificStat = false + +// do not use, only here to prevent "undefined" method error. +func platformSpecficStat(name string) (Timespec...
fixed undefined platformSpecificStat for non-windows builds
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -10151,7 +10151,7 @@ const devices = [ exposes: [e.lock(), e.battery()], }, { - zigbeeModel: ['YRD256 TSDB'], + zigbeeModel: ['YRD256 TSDB', 'YRD256L TSDB'], model: 'YRD256HA20...
Adds variant of yale<I> lock (YRD<I>HA<I>BP) (#<I>)
diff --git a/pkg/bpfdebug/drop.go b/pkg/bpfdebug/drop.go index <HASH>..<HASH> 100644 --- a/pkg/bpfdebug/drop.go +++ b/pkg/bpfdebug/drop.go @@ -81,7 +81,7 @@ func dropReason(reason uint8) string { return fmt.Sprintf("%d", reason) } -// DumpInfo https://techcrunch.com/2017/07/12/soundshroud/ +// DumpInfo prints a su...
pkg/bpfdebug: fix errant c/p in DumpInfo func desc Replace typo with comment that describes what DumpInfo function does.
diff --git a/addon/controllers/detail-edit-form.js b/addon/controllers/detail-edit-form.js index <HASH>..<HASH> 100644 --- a/addon/controllers/detail-edit-form.js +++ b/addon/controllers/detail-edit-form.js @@ -198,7 +198,11 @@ export default EditFormController.extend({ flexberryDetailInteractionService.set('m...
Fix detail-edit-form controller transition to edit form
diff --git a/satpy/modifiers/angles.py b/satpy/modifiers/angles.py index <HASH>..<HASH> 100644 --- a/satpy/modifiers/angles.py +++ b/satpy/modifiers/angles.py @@ -251,9 +251,8 @@ def get_angles(data_arr: xr.DataArray) -> tuple[xr.DataArray, xr.DataArray, xr.D Args: data_arr: DataArray to get angles for. I...
Remove satellite_<lat/lon/alt> doc since deprecated
diff --git a/shared/actions/provision.js b/shared/actions/provision.js index <HASH>..<HASH> 100644 --- a/shared/actions/provision.js +++ b/shared/actions/provision.js @@ -365,16 +365,23 @@ class ProvisioningManager { } this._stashedResponse = null this._stashedResponseKey = null - // clear err...
dont nav if we didn't actually cancel anything (#<I>)
diff --git a/sparklingpandas/__init__.py b/sparklingpandas/__init__.py index <HASH>..<HASH> 100644 --- a/sparklingpandas/__init__.py +++ b/sparklingpandas/__init__.py @@ -56,7 +56,7 @@ if 'IS_TEST' not in os.environ and "JARS" not in os.environ: try: jar = filter(lambda path: os.path.exists(path), jars)[0...
Fix error message to not rely on the variable we failed to define.
diff --git a/capture/genBitmaps.js b/capture/genBitmaps.js index <HASH>..<HASH> 100644 --- a/capture/genBitmaps.js +++ b/capture/genBitmaps.js @@ -123,6 +123,10 @@ function processScenario (casper, scenario, scenarioOrVariantLabel, scenarioLabe casper.each(viewports, function (casper, vp, viewportIndex) { thi...
Add cookies to bitmaps after each scenario has run (#<I>) This is awesome -- thanks Shane!!!
diff --git a/pwkit/environments/casa/spwglue.py b/pwkit/environments/casa/spwglue.py index <HASH>..<HASH> 100644 --- a/pwkit/environments/casa/spwglue.py +++ b/pwkit/environments/casa/spwglue.py @@ -183,7 +183,7 @@ class Config (ParseKeywords): # empty - column should be empty (ndim = -1) _spw_match_cols = frozenset...
pwkit/environments/casa/spwglue.py: handle importvla datasets
diff --git a/nodeconductor/core/views.py b/nodeconductor/core/views.py index <HASH>..<HASH> 100644 --- a/nodeconductor/core/views.py +++ b/nodeconductor/core/views.py @@ -280,9 +280,9 @@ class ActionsViewSet(viewsets.ModelViewSet): # check if action is allowed if self.action in getattr(self, 'disabled...
Fix validate_object_action method call - wal-<I>
diff --git a/test-app/runtime/src/main/java/com/tns/Runtime.java b/test-app/runtime/src/main/java/com/tns/Runtime.java index <HASH>..<HASH> 100644 --- a/test-app/runtime/src/main/java/com/tns/Runtime.java +++ b/test-app/runtime/src/main/java/com/tns/Runtime.java @@ -284,7 +284,7 @@ public class Runtime { e...
Remove usage of ASCII encoding
diff --git a/lib/middleman/version.rb b/lib/middleman/version.rb index <HASH>..<HASH> 100644 --- a/lib/middleman/version.rb +++ b/lib/middleman/version.rb @@ -4,7 +4,7 @@ require "rubygems" module Middleman # Current Version # @return [String] - VERSION = "3.0.0.alpha.4" + VERSION = "3.0.0.alpha.5" # Pa...
final <I> alpha, hopefully
diff --git a/src/Response/Api/BaseResponse.php b/src/Response/Api/BaseResponse.php index <HASH>..<HASH> 100644 --- a/src/Response/Api/BaseResponse.php +++ b/src/Response/Api/BaseResponse.php @@ -10,6 +10,7 @@ namespace ZEROSPAM\Framework\SDK\Response\Api; use Carbon\Carbon; use ZEROSPAM\Framework\SDK\Response\Api\H...
perf(Response): Makes response arrayable
diff --git a/lib/go/thrift/framed_transport.go b/lib/go/thrift/framed_transport.go index <HASH>..<HASH> 100644 --- a/lib/go/thrift/framed_transport.go +++ b/lib/go/thrift/framed_transport.go @@ -141,11 +141,13 @@ func (p *TFramedTransport) Flush() error { binary.BigEndian.PutUint32(buf, uint32(size)) _, err := p.tr...
THRIFT-<I> Golang TFramedTransport's writeBuffer increases if writes to transport failed Client: Go
diff --git a/lib/devise/controllers/helpers.rb b/lib/devise/controllers/helpers.rb index <HASH>..<HASH> 100644 --- a/lib/devise/controllers/helpers.rb +++ b/lib/devise/controllers/helpers.rb @@ -97,15 +97,17 @@ module Devise end # Render a view for the specified scope. Turned off by default. - def ...
Allow :controller to be given to render_with_scope.
diff --git a/lib/lol/client.rb b/lib/lol/client.rb index <HASH>..<HASH> 100644 --- a/lib/lol/client.rb +++ b/lib/lol/client.rb @@ -53,6 +53,10 @@ module Lol @static_request ||= StaticRequest.new(api_key, region, cache_store) end + def lol_status + @lol_status ||= LolStatusRequest.new(region, cache...
Add lol_status_request to client
diff --git a/src/Commands/ShowCommand.php b/src/Commands/ShowCommand.php index <HASH>..<HASH> 100644 --- a/src/Commands/ShowCommand.php +++ b/src/Commands/ShowCommand.php @@ -103,13 +103,20 @@ class ShowCommand extends Command } } - // Now that we collected all values that matches the key...
insure console table presents lines in correct order
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ classifiers = ['Development Status :: 3 - Alpha', 'Operating System :: OS Independent'] required = ['numpy>=1.7.1', 'scipy>=0.12.0', 'matplotlib>=1.2.1', - 'Theano>=0.6.1dev'] + ...
Updated Theano dependency to <I>rc5.
diff --git a/lib/jekyll/converters/markdown.rb b/lib/jekyll/converters/markdown.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/converters/markdown.rb +++ b/lib/jekyll/converters/markdown.rb @@ -20,7 +20,7 @@ module Jekyll else $stderr.puts "Invalid Markdown processor: #{@config['markdown']}" ...
New is implied by `raise`, 2nd is the message.
diff --git a/src/Html5FileUploadViewBridge.js b/src/Html5FileUploadViewBridge.js index <HASH>..<HASH> 100644 --- a/src/Html5FileUploadViewBridge.js +++ b/src/Html5FileUploadViewBridge.js @@ -1,8 +1,8 @@ window.rhubarb.vb.create("Html5FileUploadViewBridge", function(parent){ return { - onReady: function (...
Fix to support reRender of hosting parent
diff --git a/tests/integration/states/file.py b/tests/integration/states/file.py index <HASH>..<HASH> 100644 --- a/tests/integration/states/file.py +++ b/tests/integration/states/file.py @@ -413,7 +413,7 @@ class FileTest(integration.ModuleCase): fp.write(src) ret = self.run_state('file.patch', ...
Fix python <I> compat issue in tests
diff --git a/bcbio/pipeline/rnaseq.py b/bcbio/pipeline/rnaseq.py index <HASH>..<HASH> 100644 --- a/bcbio/pipeline/rnaseq.py +++ b/bcbio/pipeline/rnaseq.py @@ -49,9 +49,10 @@ def quantitate_expression_noparallel(samples, run_parallel): """ run transcript quantitation for algorithms that don't run in parallel ...
Look up expression_caller in the dictionary properly.
diff --git a/lib/page/format-properties/format-properties.unit.spec.js b/lib/page/format-properties/format-properties.unit.spec.js index <HASH>..<HASH> 100644 --- a/lib/page/format-properties/format-properties.unit.spec.js +++ b/lib/page/format-properties/format-properties.unit.spec.js @@ -11,9 +11,6 @@ const formatPro...
Remove unnecessary methods from mocked userData object passed to formatProperties tests
diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py index <HASH>..<HASH> 100644 --- a/openquake/engine/engine.py +++ b/openquake/engine/engine.py @@ -146,6 +146,8 @@ def expose_outputs(dstore, owner=getpass.getuser(), status='complete'): if oq.conditional_loss_poes: # expose loss_maps outputs ...
Do not export sourcegroups if there is only one of them [skip hazardlib][demos] Former-commit-id: e<I>eeeb7fabd<I>c<I>bb<I>e<I>
diff --git a/tasks/ant_sfdc.js b/tasks/ant_sfdc.js index <HASH>..<HASH> 100644 --- a/tasks/ant_sfdc.js +++ b/tasks/ant_sfdc.js @@ -85,11 +85,10 @@ module.exports = function(grunt) { args.push(task); grunt.log.debug('ANT CMD: ant ' + args.join(' ')); grunt.log.writeln('Starting ANT ' + task + '...'); - ...
Log ant output to grunt as it's generated Log ant's stdout and stderr output to grunt as it's generated. This allows long deploys to proceed on Travis CI, which kills builds with no output for <I> minutes.
diff --git a/faq-bundle/contao/dca/tl_faq_category.php b/faq-bundle/contao/dca/tl_faq_category.php index <HASH>..<HASH> 100644 --- a/faq-bundle/contao/dca/tl_faq_category.php +++ b/faq-bundle/contao/dca/tl_faq_category.php @@ -68,16 +68,14 @@ $GLOBALS['TL_DCA']['tl_faq_category'] = array ( 'label' ...
[Faq] `[Alt] + [Shift] + click` elements to edit their header data
diff --git a/landsat/utils.py b/landsat/utils.py index <HASH>..<HASH> 100644 --- a/landsat/utils.py +++ b/landsat/utils.py @@ -149,7 +149,11 @@ def convert_to_integer_list(value): """ convert a comma separate string to a list where all values are integers """ if value and isinstance(value, str): - ne...
handle comma for double digit bands
diff --git a/paypal/pro/forms.py b/paypal/pro/forms.py index <HASH>..<HASH> 100644 --- a/paypal/pro/forms.py +++ b/paypal/pro/forms.py @@ -12,13 +12,13 @@ from paypal.utils import warn_untested class PaymentForm(forms.Form): """Form used to process direct payments.""" - firstname = forms.CharField(255, label...
Fixed a Django <I> incompatiblity
diff --git a/app/lib/ServerNodes.java b/app/lib/ServerNodes.java index <HASH>..<HASH> 100644 --- a/app/lib/ServerNodes.java +++ b/app/lib/ServerNodes.java @@ -44,7 +44,7 @@ public class ServerNodes { configuredNodes.put(configuredNode, configuredNode); } - log.info("Creating ServerNodes w...
lower log level to not scare users :)
diff --git a/lib/hemp/version.rb b/lib/hemp/version.rb index <HASH>..<HASH> 100644 --- a/lib/hemp/version.rb +++ b/lib/hemp/version.rb @@ -1,3 +1,3 @@ module Hemp - VERSION = "0.1.0" + VERSION = "1.0.0".freeze end
Changed version information and pushed to Rubygems
diff --git a/base/src/main/java/uk/ac/ebi/atlas/utils/ColourGradient.java b/base/src/main/java/uk/ac/ebi/atlas/utils/ColourGradient.java index <HASH>..<HASH> 100644 --- a/base/src/main/java/uk/ac/ebi/atlas/utils/ColourGradient.java +++ b/base/src/main/java/uk/ac/ebi/atlas/utils/ColourGradient.java @@ -7,7 +7,9 @@ impor...
Fix checking if value is within min and max
diff --git a/lib/ProMotion/classes/Screen.rb b/lib/ProMotion/classes/Screen.rb index <HASH>..<HASH> 100644 --- a/lib/ProMotion/classes/Screen.rb +++ b/lib/ProMotion/classes/Screen.rb @@ -11,6 +11,13 @@ module ProMotion def view return self.view_controller.view end + + def set_attributes(element, arg...
Added a little helper for setting view element properties easily (set_attributes)
diff --git a/nmea.js b/nmea.js index <HASH>..<HASH> 100644 --- a/nmea.js +++ b/nmea.js @@ -91,7 +91,7 @@ exports.parsers = { // $GPGSV,3,1,12, 05,58,322,36, 02,55,032,, 26,50,173,, 04,31,085, var numRecords = (fields.length - 4) / 4, sats = []; - for (var i=1; i < numRecords; i++) ...
Catch the first satellite id in GSV
diff --git a/src/LearnositySdk/Utils/Uuid.php b/src/LearnositySdk/Utils/Uuid.php index <HASH>..<HASH> 100644 --- a/src/LearnositySdk/Utils/Uuid.php +++ b/src/LearnositySdk/Utils/Uuid.php @@ -2,6 +2,7 @@ namespace LearnositySdk\Utils; +// Loads PHP5 polyfill for random_bytes(). See self::uuidv4() declaration for mo...
Fixed issue where uuidv4() wasn't being called
diff --git a/lib/geocoder/lookups/google.rb b/lib/geocoder/lookups/google.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/lookups/google.rb +++ b/lib/geocoder/lookups/google.rb @@ -40,6 +40,12 @@ module Geocoder::Lookup unless (bounds = query.options[:bounds]).nil? params[:bounds] = bounds.map{ |point...
pass region and components to google geocode query url
diff --git a/src/support/forge/api/Import.php b/src/support/forge/api/Import.php index <HASH>..<HASH> 100644 --- a/src/support/forge/api/Import.php +++ b/src/support/forge/api/Import.php @@ -498,7 +498,7 @@ class Import extract($item); $row = []; $row[] = $apiName . "(...
[doc] Add / before enpoints
diff --git a/napalm_logs/listener_proc.py b/napalm_logs/listener_proc.py index <HASH>..<HASH> 100644 --- a/napalm_logs/listener_proc.py +++ b/napalm_logs/listener_proc.py @@ -52,6 +52,8 @@ class NapalmLogsListenerProc(NapalmLogsProc): Setup the transport. ''' listener_class = get_listener(sel...
Fix #<I>: Use the most specific address and port options for the listener
diff --git a/airflow/providers/amazon/aws/hooks/s3.py b/airflow/providers/amazon/aws/hooks/s3.py index <HASH>..<HASH> 100644 --- a/airflow/providers/amazon/aws/hooks/s3.py +++ b/airflow/providers/amazon/aws/hooks/s3.py @@ -514,6 +514,7 @@ class S3Hook(AwsBaseHook): bytes_data = string_data.encode(encoding) ...
Close/Flush byte stream in s3 hook load_string and load_bytes (#<I>)
diff --git a/state/watcher.go b/state/watcher.go index <HASH>..<HASH> 100644 --- a/state/watcher.go +++ b/state/watcher.go @@ -1703,7 +1703,7 @@ func (w *machineInterfacesWatcher) Changes() <-chan struct{} { return w.out } -// initial retrieves the currently know interfaces and stores +// initial retrieves the cur...
Quickly fixed one typo of the last PR. ;)
diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/settings.py b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/settings.py index <HASH>..<HASH> 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/settings.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo...
a comma to much - is no more.
diff --git a/cobra/core/model.py b/cobra/core/model.py index <HASH>..<HASH> 100644 --- a/cobra/core/model.py +++ b/cobra/core/model.py @@ -644,7 +644,7 @@ class Model(Object): def objective(self, value): if isinstance(value, sympy.Basic): value = self.solver.interface.Objective(value, sloppy=...
Fix instance checking for Objective (#<I>)
diff --git a/lib/ReactViews/Map/Panels/SharePanel/BuildShareLink.js b/lib/ReactViews/Map/Panels/SharePanel/BuildShareLink.js index <HASH>..<HASH> 100644 --- a/lib/ReactViews/Map/Panels/SharePanel/BuildShareLink.js +++ b/lib/ReactViews/Map/Panels/SharePanel/BuildShareLink.js @@ -199,7 +199,7 @@ function addViewSettings(...
Fix bug on CatalogGroups without ID Pre-mobx working around model behaviour in ui instead of in model
diff --git a/packages/ember-extension-support/lib/data_adapter.js b/packages/ember-extension-support/lib/data_adapter.js index <HASH>..<HASH> 100644 --- a/packages/ember-extension-support/lib/data_adapter.js +++ b/packages/ember-extension-support/lib/data_adapter.js @@ -302,9 +302,7 @@ export default EmberObject.extend...
Bind the watchModelTypes's release function to `this` so it correctly removes the array observers
diff --git a/spec/controllers/deal_redemptions/admin/redemptions_controller_spec.rb b/spec/controllers/deal_redemptions/admin/redemptions_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/deal_redemptions/admin/redemptions_controller_spec.rb +++ b/spec/controllers/deal_redemptions/admin/redemptions_...
test to make sure redemption is assigned a instance variable in the controller
diff --git a/lib/ffi-gobject/value.rb b/lib/ffi-gobject/value.rb index <HASH>..<HASH> 100644 --- a/lib/ffi-gobject/value.rb +++ b/lib/ffi-gobject/value.rb @@ -18,11 +18,13 @@ module GObject def self.make_finalizer(struct, gtype) proc do ptr = struct.to_ptr - ptr.autorelease = false - ...
Do not free GObject::Value that has been copied
diff --git a/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java b/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java +++ b/core/src/main/java/org/bitcoinj/kits/WalletAppKit.java @@ -131,7 +131,8 @@ public class WalletAppKit...
WAK: add note in javadoc about missing feature.