Julius Huck

Results 10 issues of Julius Huck

Hello, is there a way to set the tab width? All my code is indented with 4 spaces, but I did not find an option to set the tab width...

I want to use top level await in my server. When I do so, I get the following error message: `Module format cjs does not support top-level await. Use the...

I created a new expo project and installed react-native-paper and react-native-paper-dropdown. I then added the react-native-paper/babel plugin to the babel config. To test the package, I copied the demo code...

In my date picker component I want to access the validation schema of the form to extract the min and max values for the date directly from the validation schema...

feature request

I want to do this: ```js const mutation = useAuthSignOut(firebaseAuth); useEffect(() => { mutation.mutate(); }, [mutation]); // Can not pass in mutation as a dependency ``` But when I do...

I have a monorepo with yarn workspaces. In the first package I use this library. The second one is a react native expo project that refuses to work, until I...

**Describe the bug** Button or other elements not clickable when behind the progress indicator footer. Please remove the left: 0 property of .renderer-core-form-flow__wrapper .renderer-core-form-flow .renderer-components-form-footer **Screenshots** In the following case...

**Describe the bug** Option key label shrinking on long option text. Please add flex-shrink: 0 or sth else to .multipleChoice__optionKey **Screenshots** ![Screenshot 2024-03-18 at 00 39 54](https://github.com/quillforms/quillforms/assets/41862965/992da9c8-cb24-4e63-b62d-3bda1525a9d9) PS: I also...

## Describe the feature I'm using a json reviver function everywhere, to convert strings to dates. I did not find a koa body parser that supports this reviver function. ##...

enhancement