Alexander Wolf
Alexander Wolf
I have another idea that I'd like to discuss. I'm not sure if we should remove the auto-close after save because most of the time you'll save and close the...
Yes, sounds good. I like the idea of having toast messages that will auto-hide. For now it's OK to auto-close dialogs on save & show a message about saving afterwards....
I played a bit with the toast messages because I wanted to check how this is working. You can find my code [here](https://codesandbox.io/s/mlw2k0xx9). Just not sure how to do the...
@joshwcomeau I created this codesandbox [here](https://codesandbox.io/s/yvx866qn1). It's a particle effect created with vanilla js inside a SVG with circles. I'm just using `react-cursor-position` to get the mouse position. It's pretty...
Hard to maintain is probably not the right word. I think it's easier to find where to add new action - so it's more a style that helps to add...
👍 A blog post about your Redux philosophy sounds great and is a good way to learn more about Redux. Will you also cover thing like - should everything be...
I researched a bit about Git clients for Javascript and I've found two implementations (but there are probably more): - [js-git](https://github.com/creationix/js-git/) Seems solid but API is not that easy to...
@mathieudutour Thanks, that's looking great and is probably more mature. I also like the api which should be just `await GitProcess.exec([ 'clone' ], pathToRepository)` to clone a repository. So this...
OK, I'm working on this. I think the `.guppy` config file can be added later. I'm adding the project task descriptions to `src/config/project-descriptions.js` - I think it's not needed as...
OK, I think this is ready for a review. I have two smaller things open but it would be great to get a feedback to it. The UI is not...