Jay Oster

Results 116 issues of Jay Oster

Rebase for #138 I discovered a bug with filename extension removal in `dot.process` when using additional `.` characters in the filename. Example directory structure: ``` src/video/webgl/glsl/ |-- fragment.glsl.dot `-- vertex.glsl.dot...

2.0.0
enhancement

Because readers and writers are queued independently, read-heavy workloads will starve writers. See [`parking_lot::RwLock`](https://docs.rs/parking_lot/0.10.0/parking_lot/type.RwLock.html) for an example implementation that does not have this starvation problem with exclusive access.

bug

Seems to have been introduced in v0.2.0 :cry:

RC2 was released today. It has 290 commits since 3.0.4, only a small number of them seem to be changes to the backends (x64, arm, ppc, sparc, ...) Those are...

This work has started in a new branch: https://github.com/parasyte/node-capstone/tree/weak I tested it with [`mocha`](http://mochajs.org/) using the `--expose-gc` argument, and `close` was indeed called. I didn't include the mocha tests in...

An overview of the documentation generator is available at: http://blog.kodewerx.org/2014/05/trials-of-documenting-javascript-source.html The current state of docs is quite poor. Most templates are currently empty placeholders.

Render a song like Poseidon with a sample rate of 8,000 and all of the instrument effects will have been crushed away. It doesn't sound the same as rendering at...

bug
help wanted

Play `lovely_drive.snt` and compare the sound of the opening "wind" effect to the same song when played in [sonant-live](https://sonantlive.bitsnbites.eu/tool/).

bug