Hoovinator

Results 12 issues of Hoovinator

## Description Response to issue https://github.com/bbc/sqs-consumer/issues/223 Allows 0 integer to be accepted as a valid input - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...

Streams just hang using NodeJS 10x: ```javascript const readStream = new stream.PassThrough(); readStream.end('{"stations":[{"id":1,"name":"somewhere"]}'); readStream.once('readable', () => { oboe(readStream).node('stations.*', station => { // Never iterates }) .done(final => { // Never...

When we use this library (which is great), we still have to add some code to `fs.stat` the file once an `inotify` event occurs. We must do this because larger...

enhancement

I have 3 files, the first two TIF load fine but the last one does not ![image](https://user-images.githubusercontent.com/309006/173158113-c01c209d-b78a-4ee2-8e56-b7fda8cd6f25.png) [visible.zip](https://github.com/geotiffjs/geotiff.js/files/8882542/visible.zip)

Using the example on the main page: ```javascript var mapnik = require('mapnik'); mapnik.register_datasource(path.join(mapnik.settings.paths.input_plugins,'shape.input')); var ds = new mapnik.Datasource({type:'shape',file:'test/data/world_merc.shp'}); var featureset = ds.featureset() var geojson = { "type": "FeatureCollection", "features": [...

I have seen this with several projects reading array buffers and streams that are failing. Seems to be an issue with the underlying stream-source library but can't be 100% sure....

Fresh install from repo Node v8.9.0 ``` VM36 leaflet-src.js:3249 Uncaught Error: Bounds are not valid. at NewClass.fitBounds (VM36 leaflet-src.js:3249) at XMLHttpRequest.request.onload ((index):53) ``` OSX Chrome Version 68.0.3440.84 (Official Build) (64-bit)

As a feature request, it would be great to expose or allow adjustments to these properties for the text: - context.shadowOffsetX - context.shadowOffsetY - context.shadowColor - context.shadowBlur

Allow a call to send a path/row in lieu of a BBox as well as specify sensor (LS4, LS5, LS7, LS8). I built this same exact solution in NodeJS and...