Timothy Gu
Timothy Gu
It looks to be a WebKit-specific bug, as I don't see that effect on Firefox or Chrome (on Linux), but do see that in Epiphany (GNOME Web).
> check if code running on node To be clear, Node.js *does* support `Intl` for other languages -- just not by default. It's also possible for the user to point...
> but node should detect this package after I copied this file! The message is a bug on full-icu's side: autodetection has not been implemented in Node.js. See https://github.com/unicode-org/full-icu-npm/issues/6 and...
It also [appears](https://isitblockedinrussia.com/?host=https%3A%2F%2Fhtml.spec.whatwg.org) that the block is active on the IP range `165.227.0.0/16`: ``` NetRange: 165.227.0.0 - 165.227.255.255 CIDR: 165.227.0.0/16 NetName: DIGITALOCEAN-19 NetHandle: NET-165-227-0-0-1 Parent: NET165 (NET-165-0-0-0-0) NetType: Direct Allocation...
Has hosting static files on GitHub Pages been considered? It doesn't sound like it would be too much effort, and we get (essentially) free storage.
travis-ci.com seems to have been down for maintenance.
Also an interesting question would be do we want to add some custom reflection support for CSS attributes? I think it might increase memory usage, but would allow us to...
The spec for resolving `repeat()` as used for getComputedStyle is here: https://drafts.csswg.org/css-grid/#resolved-track-list
With `suppressErrors` option and unknown types (types whose IDL definition is not available), no `require` statements are generated. For better support for interfaces not implemented through webidl2js, see #69.
> what happens to the output? In @danyao's case I assume they add all the IDL fragments into webidl2js even for the interfaces not implemented with webidl2js. If only the...