Dominik Ferber
Dominik Ferber
I find myself applying `style={{ transform: "translateY(-3.5%)" }}` to the `svg` tag of the icons regularly to make them visually aligned, so they look better next to text. The percentage...
This originally existed on an unreleased branch in 77bfb6ff3f22167c8655987ff44aaa975bf5f292 but had to be removed as a TypeScript warning appeared on the calling side of `response.cookie(...flagBag.cookie)`: > A spread argument must...
We can reduce the time happykit's first client-side request takes by pre-establishing the connection (`preconnect`) or at least the DNS resolution (`dns-prefetch`). We can do this by having users add...
When using the `queryTimeout` option, the promise returned by `faunaClient.query(xxx, { queryTimeout: 30 })` never resolves. This was my code in a Cloudflare Worker. The promise would simply never resolve....
Logging a response throws, eg `console.log(new Response("yes"))` throws an error. ## Reproduction ### First way to reproduce (longer) 1. Create an Edge API Route 2. Fetch anything 3. Log the...
The current changeset setup still requires a manual release. Would be nice to fix this to release automatically as PRs get merged
First of all, this is extremely educational and allowed me to understand the build output api much better. While following along, I noticed that the demo currently seems broken: The...
I'm trying to build a generic form library on top of ` @expressive/react`. I am imagining a form where some fields are added to the form dynamically, for example when...
Not adding a changeset as this is not worthy of a release. Calls cancel instead of consuming a body to reduce time spent waiting for the body when it's unused.