Bojan

Results 78 comments of Bojan

This is already included under Typescript.

Hello, can you try the arm64 builds in [v0.112.0-pre.1](https://github.com/bojand/ghz/releases/tag/v0.112.0-pre.1) and let me know if these binaries work.

Hello, I thought the issue was only related to the `ghz` binary... This is proving to be a little trickier for the `ghz-web` project as it requires `CGO_ENABLED=1`, which fails...

+1. This seriously limits hooks usefulness in 0.3.x.

Hello, yes I would suggest "Legacy" or "Archived" section might be more appropriate in such scenario.

+1. I think this is a good idea. Maybe I am missing something but you would want to know the property path in the validation function. for example a simple...

`doc.getBar()` prints `'bar'` and then **`returns`** `'bar'`. so the return value should be printed. ie. ``` function getBar() { console.log('bar'); return 'bar'; } console.log(getBar()); ``` outputs: ``` bar bar ```

Hello thank you for the PR, can you elaborate some more on the issue this resolved, with perhaps on some steps on how to reproduce. I just want to make...