Toby Zerner

Results 33 issues of Toby Zerner

It'd be great to be able to support the following features outlined in the JSON:API v1.1 spec: - Top-level `describedby` link ([spec](https://jsonapi.org/format/1.1/#document-top-level)) - Link objects ([spec](https://jsonapi.org/format/1.1/#auto-id--link-objects)) - JSON:API object `ext`...

help wanted

Simpler, 2-3x faster, and doesn't violate the LSP like the old serializer-based API (#115). Still to come: * [x] Rewrite tests * [x] Redo error handling * [x] Finalize meta/links...

*tobscure/json-api* is very a non-specific name, it doesn't really tell you what the library *does*. In #121 I've said I want to keep the scope of this library quite narrow...

Thanks for your great work on this library! Is it possible to have a HEX picker including the alpha channel, resulting in 4-byte outputs like `#aabbccff`? I don't see it...

Hi @web-padawan, I wanted to get the ball rolling on #69. Haven't done anything with tests but the basic functionality has been ported from react-colorful. Feel free to take it...

### What problem does this feature solve? An event modifier to support `passive` events was added in #5132. In the last couple of years, browsers have adopted the `passive` behavior...

feature request

If you remove an existing `` element and append a new one in the same tick, this error is logged to the console: ``` Uncaught (in promise) DOMException: Failed to...

bug

This PR adds a new docs site powered by [VitePress](https://vitepress.dev). The docs become part of the source repo, rather than in a separate repo, which is easier for users to...

Hey @jrmajor, thanks again for your amazing work on this library. Almost 2 years ago I began my own fluent-php implementation, which was basically a 1:1 port of the JS...

enhancement

Parsing Fluent files is expensive and would benefit from caching between requests. Is there a recommended approach for this?