Danilo Bürger

Results 25 issues of Danilo Bürger

Is there a particular reason why uuid.Value returns a string instead of a []byte?

When using transform to calculate the hash for the persisted query, the whole query including fragments has to be known. However, both source and ast parameters for transform only contain...

Blurhash imports RCTImageLoader which is part of React-RCTImage. This fixes failing builds with use_frameworks! (cocoapods) enabled.

**Describe the bug** When using `~1⁄2` (u+2044) vs `~½` (u+00bd) the vertical position of the `~` is different. **To Reproduce** Steps to reproduce the behavior: 1. Render `~1⁄2 m ~½`...

design

Kind of like #110 but for arbitrary headers like HSTS or HPKP, etc.

This avoids importing hoist-non-react-statics in the built d.ts file causing errors when using typescript with esModuleInterop = false

Recently `Scope` was introduced which is now needed to use `FluentType.toString`. However, `Scope` is currently not exported. So how can we use `toString` from outside the library without having access...

fluent-bundle

**Intended outcome:** Calling getObservableQueries via the client should not result in warnings if some of the included queries are missing. Calling this method directly is useful to check if a...

Follow up to #78 with the requested change. Also fixes #76 It makes sense not wanting to add workarounds for random engines (like hermes). However, I would argue that this...

## Description Currently its not possible to build arm64 alpine docker images with rover as a npm dependency as this will fail with: ``` [4/4] Building fresh packages... error /srv/node_modules/@apollo/rover:...

feature 🎉