Yusuke Inuzuka
Yusuke Inuzuka
@meetmauro You can run tests by `make test` . See [CONTRIBUTING.md](https://github.com/yuin/gopher-lua/blob/master/.github/CONTRIBUTING.md)
I'm sooo busy with work, so sorry for late reply. Please read contribution guidelines and follow the rules. You can not modify generated source directly.
Thanks for your great contribution! You must not change `state.go` directly. As I wrote in the [contribution guideline](https://github.com/yuin/gopher-lua/blob/master/.github/CONTRIBUTING.md), `state.go` is an auto generated file. You should change `_state.go` and then...
I realize the background of this PR, thanks. `gob` is just a PoC. I do not stick to the binary format and 'extreme' performance about dumps, so I think using...
It is a big reason that I am not motivated to `string.dump` . This kind of issues have been repeated before( #111 #65 #57) . I always said "I do...
This PR just seems a workaround for your problem, I can not accept this PR as it is. - `alloc.go` also uses the `unsafe` package. This means that the `appengine`...
I've run into the same issue. To resolve this issue, I've write a new markdown parser that get full compliance with CommonMark[^1]. - [goldmark](https://github.com/yuin/goldmark) It seems that almost users here...
@TotallyInformation I am not a Hugo user and do not know Huge well. So I am not suitable for making new issues on Hugo. Could not you make a new...
@jolheiser Sorry for late reply. I've pushed the v2 branch into this repository. Could you rebase your branch and change PR target branch to the v2. - TODO - merge...
@jolheiser I've updated READMEs and made v2 a default branch. Thanks for your contribution.