Timothy Gu

Results 56 issues of Timothy Gu

This module provides an options API with plugins and inline. Document it in README. CC @RobLoach.

See https://github.com/heycam/webidl/pull/936. - `BigInt64Array` and `BigUint64Array` are introduced as keywords. - The `ArrayBufferView` and `BufferSource` aliases now include BigInt64Array and BigUint64Array as part of the union.

Legacy callers will be removed in https://github.com/heycam/webidl/pull/412. No specifications using Bikeshed are using legacy callers.

I'm trying to add support for `data` URLs in [node-fetch](https://github.com/bitinn/node-fetch), which currently has zero dependencies. I would of course like to use this module, but this brings in the whatwg-url...

- [java.net.URI](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/URI.html) - [Galimatias](http://galimatias.mola.io/) (https://github.com/smola/galimatias) - [jurl](https://github.com/anthonynsimon/jurl) Existing Java-to-WebAssembly compilers don't have standard library support.

- https://docs.ruby-lang.org/en/3.0.0/URI.html - Ruby's URI has two parsers: `RFC3986_PARSER` and `DEFAULT_PARSER` (an instance of `URI::RFC2396_Parser`) - https://github.com/sporkmonger/addressable https://runrb.io/ / https://github.com/jasoncharnes/run.rb is cool but seems dead and also doesn't have `require`...