Alex Russell

Results 58 comments of Alex Russell

I think that a parser-based API would benefit from this by allowing you to register some sort of event handler to know that values of interest were modified.

It may be possible to rework the core of the solver to use `asm.js`, but interacting with it sanely looks like it'll always be an FFI. I wonder if we...

Heya: I'm still pretty early in the profiling. I've been mostly working to get rid of external dependencies 'till now, but it is getting somewhat faster as I find and...

I found some more useless allocations/iteration. It's 8x faster now.

One option I've considered (but haven't implemented) is a placeholder element that grows in height as one accumulates visible sections. The `IntersectionObserver` would allow this to be modified after layout,...

Ok, I've been playing with a solution for my blog that's better in the face of resizing and the like. Here's the rough code, where the document structure of the...

This is 50 non-comment lines, including the CSS, so while I think there might be space for a "please reserve the last seen space for this element" attribute value for...

Hey all, So the [TAG considered this pretty deeply last year](https://www.w3.org/2001/tag/doc/unsanctioned-tracking/). There are many bits of data that browsers already leak and, in general, it's very very difficult to design...

Reopening. `hasPermission()` or similar APIs should be part of every API. That they will someday be covered by a permission API doesn't remove the need for them now, and elongates...

@annevk : I'm ok with `permission()` if it allows us to also add it to the Notification API without blocking on the Permissions API. That said, the naming of `permission()`...