-
Following up on https://github.com/w3c/ServiceWorker/issues/1026#issuecomment-267568459 there are quite a few times where it would be useful for developers to specifically bypass service workers when …
-
### What is the issue with the MIME Sniffing Standard?
While trying to pass all of [mimesniff/mime-types/parsing.any.html](https://wpt.fyi/results/mimesniff/mime-types/parsing.any.html) in Firefox, I…
-
#### Is your feature request related to a problem?
Often when handling data, you don't know if you handle new data or a record you already have. For instance, if you often fetch a user's data from…
-
Heroku is now facing problems with this.
They do random routing instead of least connection routing, bc. least connection routing would not scale.
So why would that be the case? Probably due to th…
-
**Describe the thing**
We've gone through some robustness improvements lately with the timing of signals/flags/etc in HTTPSpooler, which has helped a lot, but I still timed out 2/96 of the last detec…
-
The idea described in this issue is based on @psarna's idea in his pull request #8098 and #8393. Piotr, if you think my summary of your idea doesn't do it justice, feel free to close this issue and op…
-
Session cookies are not cryptographically signed when I use this store. The cookies are signed if I switch back to cookie store.
ghost updated
2 months ago
-
In order to support the Ordered Array of Formatting Spans ([OAFS][]) model for Rich Text, it's necessary to maintain a list of references into an Automerge.Text object, along with the formatting attri…
-
**Motivation and overview**
The language is a factor of success or failure when it is planned to create a global scale technological ecosystem.
When people understand the benefits of cryptocurre…
-
I have this code that deletes all the records of a `Kind`, commits a new `Model` of that kind, and finally returns all the models of that kind.
```
evento = new Evento ();
Help.ClearAllOfKind(Event…