Hannes Güdelhöfer
Hannes Güdelhöfer
It would be awesome to be able to configure the width and height of panes. Maybe using percentages? I don't know if this is possible, I can change the width...
Adding an additional `168-bigint` to the `amendments` folder. that contain all currencies in `Currency` format. I am not sure wether this is the right place or even way of doing...
I am currently using stylus in a styled-jsx project, with this plugin to have highlighting in webStorm. I couldn't find a way to set it up, so that webStorm automatically...
This is likely due to the sticker set being deleted. Fixes #113
## Avoid duplicates * [x] Bug is not mentioned in the [FAQ](https://www.coronawarn.app/en/faq/) * [ ] Bug is specific for iOS only, for general issues / questions that apply to iOS...
## Context When selecting `hasNextPage` in `pageInfo` on a `connection`, `hasNextPage` can be set to `false` even though there still being pages left. From my debugging I could find out:...
## Is your feature request related to a problem? We switched von hotjar to posthog. In Hotjar you can block html elements with a `data-hr-masked` attribute on it. In posthog...
See https://github.com/getsentry/sentry-javascript/issues/5906 Sentry expects the `getInitialProps` function to return `{ pageProps: unknown}` to set something on `pageProps`. Currently this HOC, will return `{initialProps: {pageProps: unknown }, ...}`. Which will cause...
**Before you create the issue** Since the 4.0.0 release, using "../.." in `schemaPath` (or in `schema`), doesn't actually grab the schema, and instead just treats it like an empty schema....
We have set the `artifactDirectory` to `src/__generated__/relay`, so we can use other code-generater in sibling folders (`src/__generated__/something` eg). Relay keeps on deleting these files though whenever run it. My guess...