DrummerHead

Results 6 comments of DrummerHead

@gcanti Does this translation have your blessing? https://github.com/enricopolanski/functional-programming

Thanks for the answer @gcanti (by the way I already have [this article](https://dev.to/gcanti/functional-design-combinators-14pn) on my todo, thanks for all the teaching material you're creating) If you could give it a...

I confirm that using the dev version (installed via `npm install hacksalot/hackmyresume#dev -g`) also shows this issue Using [resume-cli](https://github.com/jsonresume/resume-cli) does not show this issue

@tnrich I just integrated flow using the instructions above and it "just works"

For anyone in the future facing the same problem: A local fix is to run: ``` cd node_modules/ts-to-zod/ npm install ``` After this it will parse JSDoc correctly. Cheers!

You are correct. I have to add this to the cheatsheet. Thanks for noticing and participating!