Ng Guoyou

Results 24 issues of Ng Guoyou

Firefox is missing support for [`chrome.downloads.onDeterminingFilename`](https://developer.chrome.com/extensions/downloads#event-onDeterminingFilename). To work around this in Firefox, save-in performs separate requests to * get the filename header `Content-Disposition` via a HTTP HEAD request * download...

firefox

If you're reading this, you're probably a user of save-in. I'm really busy at my day job, but I do have plans for the extension. Progress is expected to be...

Is it possible to close the tab from which something is being downloaded in general? Or to define at which pages the tab should be closed after using Save in?...

Right now it just falls over and dies. https://bugzilla.mozilla.org/show_bug.cgi?id=1318564

blocked upstream
firefox

The `chrome.downloads.onDeterminingFilename` listener is not selecting only downloads started by the user, causing it to sometimes rename downloads unintentionally. * Add option to filter all downloads, default to false

bug
chrome

Add a clause: `autosave: true` and an option to autosave all URLs that match. * Add `webRequest` permissions * Add a listener to listen to all URLs and run them...

feature request

This seems like it will be nice to have.

Right now `make_midi_samples` takes in one instrument, and the next step is for it to take in a HashMap of instruments along with a default. Might be easier if we...

This makes it uglier for the user, but way easier for library development. Right now it's hard to parse closures that return waveform generator closures because `impl Fn(f64) -> f64`...

Right now it's linear, and there is no sustain or release.