Stephen Wicklund
Stephen Wicklund
In the Readme, there are confusing descriptions of the options. One example: > sizeAttenuation - makes the line width constant regardless distance (1 unit is 1px on screen) (0 -...
It would be nice if the readme had a section comparing this tool with [runlike](https://github.com/lavie/runlike/). At first glance they seem to do about the same thing.
Is there any way to customize the bitrate for the Opus encoding? I'd like to use this library to record speech to a file, however some recordings might be long,...
The readme [contains the following text](https://github.com/yzane/vscode-markdown-pdf#page-break): > ### Page Break > Please use the following to insert a page break. > `` For the primary function, this works fine. However:...
Currently, the readme contains the following text: > A pure-Rust hash table **which preserves (in a limited sense) insertion order**. [...] > [...] **It preserves insertion order (except after removals)**...
### Feature description The live-query feature is impressive, but it appears to be lacking a number of optimizations needed for high scalability. I know that most functionality that's achieved through...
The setup instructions for starting local development is missing a step: https://github.com/mobxjs/mobx-devtools/blob/master/HACKING.md#chrome-extension Instructions listed: 1) run git submodule update --init 2) run yarn 3) run yarn start:chrome 4) Go to...
The `computedFn` function doesn't allow a varying number of arguments, between calls to the function it returns. This is apparently already known, since the function description says: > computedFn(fn) returns...
The file [lib/_frame.js](https://github.com/asvd/jailed/blob/4d26cd264b83faab2737905eb33b6536af880519/lib/_frame.js) contains this code: ``` // mixed content warning in Chrome silently skips worker // initialization without exception, handling this with timeout var fallbackTimeout = setTimeout(function() { worker.terminate();...
It would be nice if the library could _synchronously_ return the source-mapped stack-trace of a "raw" stack-trace. The first time you request the source-mapped stack-trace, of course, it has to...