Steven Allen
Steven Allen
I'm experiencing this issue as well and it does go away when I disable saka-key. It ocationally delays website CSS (especially on GitHub) but almost always delays custom stylus userstyles.
That may be the `onbeforeunload` event. However, I'm assuming all the cleanup you have to do relates to the background page (as the actual page is going to be unloaded....
@alexherbo2 FYI, `rel=next/prev/etc...` is in the standard: https://www.w3.org/TR/html5/links.html#sequential-link-types (for what that's worth, anyways).
Ah. Sorry, I assumed you wanted sites to implement this. I agree it would be nice to be able to override commands (really, all commands) for arbitrary websites. However, I...
Hm. Yeah, that would actually be really nice. It's just tricky to specify the syntax given that we support arbitrary string keys.
`:slice("start","end")` is a valid map key (at the moment at least). We could also try defining an escaping system. Really, that might be best as it would allow us to...
Let's be careful not to make this too complicated. We'll have actual IPLD selectors for complicated queries. I only suggested slice queries for arrays because most programming languages can do...
> Well understood and specified. URL escaping is *not* well understood, it's complicated as hell (see https://golang.org/src/net/url/url.go). The rule isn't "forbid `; / ? : @ = &`". Instead, there...
In general, we can make validating properties like this efficient by making a cleaver choice about _where_ we declare the error. However, it _is_ important to design our datastructures with...
Bitswap is easier to implement so most implementations should keep their bitswap implementation. IMO, 1. IPLD should specify a maximum recommended size. 2. Bitswap, Graphsync, etc. should link to this...