Alexander Wolf
Alexander Wolf
During my work on `AppSettingsModal` I've noticed that keyboard navigation through the form is not supported yet. I think it's needed to have a more native ux. **Describe the solution...
I think it would be nice to have theming support so the user can change between different themes. I would start with a light (default) & dark theme - later...
It would be good to have an indicator in the dependency list that shows dependencies that are not up-to-date e.g. by adding a yellow dot close to the dependency. Philip...
**Describe the bug** Project creation fails with-out an error message because of an old node version (see screenshot below). I have to update my VM ware node version. **To Reproduce**...
At the moment, tests inside Guppy are running once and the user need to re-run manually. As @joshwcomeau mentioned in a [comment](https://github.com/joshwcomeau/guppy/blob/master/src/sagas/task.saga.js#L176) that's a temporary hack. It was a good...
**Describe the bug** After merging #292 we will have a new bug that's introduced by Next.js. Next.js is adding a long-running task called `start` which is not properly handled by...
**Describe the bug** During my work on #292 I've noticed that Next.js is adding a script with the name `start` which is used for a different purpose. It is not...
At the moment, we're having no component tests and that makes it difficult to make the coverage diff/patch of codecov pass. We're having pretty good coverage at reducers & sagas...
**Related Issue:** #323 **Summary:** Exporting to Codesandbox working in branch `export-to-codesandbox`. Just the mentioned issue with the image not fixed yet in Codesandbox. I have to check what's wrong with...
Maybe related to #33 & #327 because these require paralleling. **Is your feature request related to a problem? Please describe.** If the user is starting any blocking action like creating...