Ezra elias kilty Cooper
Ezra elias kilty Cooper
Perhaps someone can say what the semantics should be: If an object having an `l:onload` handler is added to the DOM, _after_ the first page load, should the onload handler...
Very nice, thank you.
Thanks for the heads up. Looks like it's not released yet, so I guess I can't add it to the CI test automation. I'll try to get ahead of it...
Would plain old function composition suffice? I mean, are you looking just for interface convenience, or something more (like performance, or something else)? At a first blush, I'd think the...
Does that just mean setting git tags on commits so that we know which commit corresponds to which release? If so, that does sound wise...
OK, so there are two reasons why the uriAuthority field currently has to be a Maybe. (a) Because we support parsing both URIs and URI references through the same interface,...
The idea of strongly typing `relativeTo` and `relativeFrom`, to force relative URIs in some places and absolute ones in other places, seemed intriguing, so I mocked it up in this...
OK, I see there's discussion on the GHC bug ticket. I believe there's no action to take on network-uri at the moment, right?
I see the underlying ticket has been closed. @e-desouza Please test again if you can. I'll plan to close this in a few days unless you say there's still something...
IRIs are a distinct thing with a separate spec, and existing users might expect them to fail to parse. So, if we do support this, we should probably do it...