Martin Zlámal

Results 30 issues of Martin Zlámal

## 🐛 Bug Report I have the following file: https://github.com/adeira/universe/blob/043ce6f981b6bcb242315e49ff8f2364c211df12/src/abacus-backoffice/src/analytics/QuarterNumberToString.js From what I understood (correct me if I am wrong), not only should FBT extract the months but also what's...

I know this sounds like it's not a problem with this plugin but bear with me. Problematic code: ```js // @flow strict enum Status { Active, Paused, Off, } ```...

> Is anything broken in the current release and needs fixing for ESLint 8? Hi @voxpelli! I have one thing that is broken. The following file is currently not behaving...

Hola! 👋 Thanks for considering this feature request! 🙂 **Is your feature request related to a problem? Please describe.** GraphQL now supports deprecation of input values, see: - specs: https://github.com/graphql/graphql-spec/pull/525,...

enhancement

**Is your feature request related to a problem? Please describe.** This one is very simple. Basically, currently, Juniper prints schemas like so (real [copy-pasted example](https://github.com/adeira/universe/blob/77ae651f38a294888105257a40a37a08cb410fcf/src/abacus/schema.graphql#L226-L241)): ```graphql """ This type should...

enhancement

Hello! I noticed the following strange formatting (pay attention to the `unitAmountCurrency` field how it sits behind the comment): ```graphql input ProductPriceInput { """ The unit amount in centavo to...

bug
blocked

**Is your feature request related to a problem? Please describe.** GraphQL reference implementation has support for `lexicographicSortSchema`: https://github.com/graphql/graphql-js/search?q=lexicographicSortSchema. This is useful when printing the schema. Unfortunately, Juniper doesn't seem to...

enhancement
help wanted
good-first-issue

The goal of this task is to be able to accept orders and online payments in our shop. Everything except the actual payments processing is done by us. Payments are...

I have these changes sitting locally for a very long time, and it's time to offload them. The idea behind the styles rehydration is very simple: we collect all existing...