Tony Brix
Tony Brix
> are these settings just collapsed? These settings would not be visible in the settings ui. > are these settings read-only in the UI and can only be edited through...
> Use an automatically collapsed object to hide the settings, but they can still be shown That is an alternate design that works currently. This PR would hide it completely.
@Arcanemagus Are you able to review #1144 or do you know who can?
I'm not exactly sure what config is causing this. It is part of an internal application for scanning equipment barcodes. It seems to happen sporadically and only on one device...
Here is the config that made the call to `init` fail ```js await Quagga.init({ "numOfWorkers": 4, "frequency": 10, "locator": { "patchSize": "large", "halfSample": false, }, "decoder": { "readers": ["code_39_reader"], },...
After quite a bit of debugging it looks like the issue happens when the `inputStream.target` doesn't have a width or height (because it is not attached to the dom). This...
I queued the call to `init` so if the button is pressed three times in quick succession the first press will call `init` the second press will be queued to...
This would help me out as well. I created PR #34 that adds 3 methods. `req.setTimeout(delay)`: reset the timeout and start from now `req.addTimeout(delay)`: add to the current timeout `req.timeoutLeft()`:...
@maxbrunsfeld if you want to create a pr that would be very helpful.
It looks like [decorateMarkerLayer](https://flight-manual.atom.io/api/v1.8.0/TextEditor/#instance-decorateMarkerLayer) is still experimental in Atom. @maxbrunsfeld do you know when it will be stable?