Isaiah Odhner

Results 272 comments of Isaiah Odhner

> Is the OverlayFS issue that stat is swallowing an error code that it should return? I don't think the statDone one affected me, I was only using readdir (I...

Workaround: can download from https://unpkg.com/browse/jsondiffpatch@latest/dist/

```sh # Uninstall VS Code extension code --uninstall-extension TabNine.tabnine-vscode # Then reload the VS Code Window or make sure VS Code is closed # (so the extension is unloaded and...

I just thought I would report this issue since [this demo](https://codepen.io/sandstedt/pen/MWJNewP?editors=1010) doesn't work for me. I can pan the view, but no curve is displayed: ![image](https://user-images.githubusercontent.com/3630663/186333397-01b110a2-85fd-44bb-907f-db2ea7723505.png) My actual use case...

Same problem in the command history menu.

also to [Internet Intentions](https://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview.html), [Web Hopes, Web Dreams, Web Wills, Web Wants, Web Whimsies, Web Whispers, Web Wonders](http://darobin.github.io/web-wish/), [Web Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise), [`registerProtocolHandler`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler), [`registerContentHandler`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerContentHandler), [Web Activities](https://wiki.mozilla.org/WebAPI/WebActivities) ([deprecated](https://developer.mozilla.org/en-US/docs/Archive/Firefox_OS/API/Web_Activities)), [catapults](https://en.wikipedia.org/wiki/Catapult), or [trebuchets](http://knowyourmeme.com/memes/trebuchets); can it...

Here's an example of transforming a MIDI file, simplified from [midiflip](https://github.com/1j01/midiflip): ```js var MIDIFile = require("midifile"); var MIDIEvents = require("midievents"); var midiFile = new MIDIFile(inputArrayBuffer); for(var track_index = 0; track_index...

The above code links are now [throttle.js](https://github.com/AlekseyMartynov/cafe-content/blob/master/server-node/throttle.js) and [server.js](https://github.com/AlekseyMartynov/cafe-content/blob/master/server-node/server.js) After converting that [to CoffeeScript](https://github.com/1j01/audio-sponge/blob/6280ea9c3f1368eac2d263274430b19626218531/throttle.coffee) I looked at it and realized it probably can't work for me. I'm throttling an audio...