Viliam Kopecký
Viliam Kopecký
### Summary Enums should be exported as values - not only as types. ```ts // this works, but is bad import { type PaymentStatus } from '@stripe/terminal-js/pure' const bad =...
Having `~/.mango-cli/mango.local.yaml`. Priority of configs would be `mango.local.yaml` > `~/.mango-cli/mango.local.yaml` > `mango.yaml` Reason: I like to develop on local https, but browsersync works on http by default. So at the...
maybe by pressing spacebar. Useful when git syncing and it makes a mess.
When renaming fields and entities there are (at least) 2 problems: - Need to manually modify migration file. - Back compatibilty. I got an idea to have `formerlyKnownAs` decorators for...