Jerónimo Albi
Jerónimo Albi
Closing this PR because these changes were merged already in #2792
The update to the blog client tutorial was merged as part of the blog tutorials corrections in #2665. Thank you @dmikey!
It is working for me following these steps: - ignite scaffold chain github.com/username/hello - ignite chain serve - cd vue - npm install - npm run dev - open http://localhost:3000/...
Thank you @SteveDaMonsta 👍 , I will inform about this issue to the documentation team.
@marinhoarthur the tutorial docs were changed so the app is run in development mode. Regarding serving a build I am not sure if there is an [issue](https://github.com/ignite-hq/cli/issues/2503#issuecomment-1130170598) or we just...
Thanks for reporting the issue @lava17 👍 I am wondering if you are running Alpine linux or a distro that uses a variant of some base libraries. Alpine uses musl...
The `text file busy` seems to happen ONLY in Linux, not in macOS, when the contents of a running binary is overwritten by another process before the binary stops running....
I think this issue can be closed. It's been two weeks since the fix was merged and the issue didn't repeat.
I also failed to reproduce the issue: ``` macOS Monterey Version 12.3.1 Chip: Apple M1 Pro ``` I am wondering if it might have something to do with the newer...
> This is a great idea! Would it make sense to keep the documentation about modules in the code or right next to the code to make sure that the...