David Sanders
David Sanders
**Is your feature request related to a problem? Please describe.** It's possible to intercept schemes (including built-ins like `http:`, `https:`, and `file:`), but doing so requires you to handle all...
Cool site. Seems the usage of `localStorage` is buggy though. In particular, in this line: https://github.com/codebytere/codebytere.github.io/blob/3d5854bea758dfe0266b6ffc4b77a0b03a0cb782/js/shell.js#L42 `localStorage.inHistory` will always evaluate to be `true`. That's because everything put into `localStorage` is...
Indications will deadlock on nRF5 after N indications without any other activity. This is because the current code incorrectly considers indications to use one of the TX buffers, and they...
@sandeepmistry, take a look when you get a chance. I ran into an issue when using Web Bluetooth with Google Chrome, where after a few messages Chrome would send a...
I've seen this a couple of times now, on my local machine and on CI. A subsequent run passes. ``` $ nyc --reporter=lcov --reporter=text-summary jest --config=jest.fast.json FAIL tests/e-remove-spec.js (24.473s) ●...
I've noticed quite a few HTTTP errors when Goma is being used in `cache-only` mode. When doing a build with the test configuration I'm seeing something like 4-6% of Goma...
See electron/electron#26151. Would be nice if `e init` did something about this. Either warning the user, or adding the exclusion automatically (would require running something as Administrator). A little bit...
I think there's several layers to this one, having to do with child processes and all that jazz. Issue is if you use `Ctrl+C` to try to end a `e...
Closes #318.
Soliciting feedback on this one. Got a chicken-and-egg problem and trying to minimize breakage for folks. electron/build-tools-installer#6 landed and adds the long-form `electron-build-tools` which is 'safer' to use for working...