Billie Hilton

Results 51 issues of Billie Hilton

The default updateUrl (http://localhost:3123) is blocked by Chrome when testing my site using HTTPS and using the `-K key.pem -C cert.pem` options. ![image](https://cloud.githubusercontent.com/assets/587740/23917147/ca18b4da-08c4-11e7-8284-7919a5fb63e5.png) The websocket connection does work if I...

I've been thinking about it all morning, and I *think* that there's a way to map `async` / `await` semantics onto ` new Duktape.Thread().resume()` / `Duktape.Thread.yield()`. They have similar error-throwing...

es2015

(forked from #1) @hisener: I've started the downloading on the demo page and after some time, the result is: ![screenshot from 2017-04-17 10-41-45](https://cloud.githubusercontent.com/assets/7688949/25082624/adf680f6-235a-11e7-8a67-169d75967fe3.png) And I could not download the file.

bug
help wanted

Would be great to have a unopinionated non-button version too. Maybe it could use [Tether/Drop](http://github.hubspot.com/drop/docs/welcome/) to have an absolutely positioned UI that doesn't interfere with the rest of the page...

enhancement

Obviously, there should be a way for the *user* to super-charge links on 3rd party sites. Maybe a Chrome Extension or a bookmarklet.

enhancement

or Middleware FS. or Hook FS. Or Instrument FS? I can be indecisive. Fixes #196 The goal is a backend that will proxy (wrap) any existing backend, while letting you...

It may take me a while to get to the bottom of this; I've got a WebWorker that works fine with version 1.4.3: ```js importScripts('https://unpkg.com/[email protected]/dist/browserfs.js') BrowserFS.configure({ fs: "IndexedDB", options: {...

bug

This adds a new backend based on the Cache Storage API, which is like the Indexed DB API in that it is an async only API accessible to both window...

Correct me if I'm missing something obvious... but is there not a way to use BrowserFS with an actual file system? My reasoning being that BrowserFS has a number of...

enhancement
PRs accepted

@jvilk I ran into an issue where [this line](https://github.com/jvilk/BrowserFS/blob/f446ad3be16918357cbe6673360a27565d4157d0/scripts/make_http_index.ts#L13) in `/scripts/make_http_index.ts`: ```js // ignore non-essential directories / files if (ignoreFiles.indexOf(file) !== -1 || file[0] === '.') { return; } ```...

enhancement