Andrew Sutherland
Andrew Sutherland
Also I should note that https://github.com/w3c/ServiceWorker/issues/1512 would potentially decouple scopes from registrations.
In my current reproduction, 1810308 is reported as sad. ``` $ cat /proc/1810308/status cat: /proc/1810308/status: No such file or directory ``` pstree -lpt for the ./mach run invocation: ```...
I should have been more clear too ;) The process is gone. There is no such process in the system anymore. This is the current log that it's spinning on...
It turns out using `RR_LOG=all:debug` is not a reliable way to mitigate things and/or it makes things very, very slow. The following YOLO patch seems to work sufficiently well for...
Thank you!
There's also the issue of artist name versus unique artist id. Arguably since the URI schema already keys artists based on a unique id, the unique id should have primacy...
Sure, feel free to add me. I expect I'll stick to pull requests but I suppose it's handy for me to be able to land things after making any requested...
Looks good in general. For minutae purposes it's probably worth explicitly stating that use of the opaque token in a request is expected to invalidate the token. It's also probably...
## re: LocalStorage is fast localStorage is the most heavily optimized storage subsystem in Firefox out of necessity because synchronously blocking the main-thread of a process on I/O is so...
I understand this issue to now be a proposal to: 1. expose LocalStorage to Workers. 2. add a setAsync() method which also adds durability guarantees to LocalStorage where there currently...