Tyll Weiß
Tyll Weiß
This PR introduces the option that all @PostProcessor decorators can access the result of the controller method. This is useful as one could validate the returned result against a swagger...
# Roadmap to a v3.0.0 of flow-typed I recently took the time to read through the opened issues and as others have already mentioned I also do think that there...
It would be nice if we could enhance the code splitting into one module for the store, and one for the current route. That way we can get more out...
Currently the i18n setup is pretty static, which means that it is not possible to switch the language at runtime, this should be implemented since there might be cases where...
As soon as a user installs a new dependency inside a mono-repo package, yarn will remove the symlinks created by the `flow-mono-cli`. It would be super helpfull if they would...
### Describe the problem: Since we've already got the `create-any-cli` tool setup in the root of the scaffold, it would be nice to have templates to scaffold new node or...
We should switch to HTTPS by default, maybe by integrating LetsEncrypt / [auto-sni](https://github.com/DylanPiercey/auto-sni) or at least a dummy certificate for development.
### Describe the problem: As of now the scaffold does not provide flow support for the jest spec files of reselect selectors. The reason why we haven't added it in...
### Describe the problem: Currently the example feature development docs do not fully reflect the best practices in regards to tests.
### Describe the problem: When creating a new redux-module via `yarn run create` in the root of the mono-repo, it would be nice to not having the manual register process...