Hauke B.

Results 35 comments of Hauke B.

hey, yea kind of. I think it can help others to understand what is going on to add some documentation to the classes, functions and methods. Also how the decorator...

If you still think about this, I would suggest only to provide starter templates and simple configurations. The problem that I have with CLIs like react-create-app is that beginners don't...

Don't you run another node? You can simply copy the db from one machine to another. You can also do backups from time to time. Data corruption can always happen,...

yea it is anoying. We run into this from first try because 1st we thought "nice that was easy" but then "oh no, it errors but it does not fail"....

Similar problem here. The (reduced) code looks like this: ``` PackageTreePermittedResponseV2: WithRequired; PackageTreeResponseV2: { id: string; permission: string; } & (components["schemas"]["PackageTreePermittedResponseV2"]); ``` Errors: `TS2502:  PackageTreePermittedResponseV2  is referenced directly or indirectly...