Honest Charley Bodkin

Results 45 comments of Honest Charley Bodkin

I feel the same about Go. Good luck.

Here is some info on the @types/react 18 upgrade and the breaking change related to the `children` prop: https://solverfox.dev/writing/no-implicit-children/

Thanks for the advice. I have searched on how to extend schematics, but I did it through a search of Nx schematics. Honestly, it's all a bit confusing because Nx...

I too am bumping into this error, but in a different context. I am using a Dockerfile to build my CLI and intentionally do not want or need my Git...

For my use case, I don't version the apps, so just changing the `root` from `.` to `libs` worked: ``` "workspace": { "targets": { "version": { "executor": "@jscutlery/semver:version", "options": {...

@philfreo Thanks for breaking it down for me. I thought there was an intent that I wasn't picking up on. My usecase is this: I want to show users a...

I think I see what you're getting at. It's an anti-pattern to commit dirty data to the model, and in a sense defeats the purpose of having validation schemas in...