James Mills
James Mills
Can Portus do auth against Gitea vai OAuth? I don't see it supported or mentioned in the docs.
I tried to transpile some C source from [this project](https://github.com/bestouff/genext2fs). Getting this panic: ``` /Users/prologic/tmp/genext2fs # cxgo file genext2fs.c panic: interface conversion: types.Type is types.IntType, not *types.StructType goroutine 1 [running]:...
Please add support for Gogs. I know Gitea has more features, but I personally prefer to run Gogs here.
The following piece of Markdown does not render correctly: Hilariously it doesn't seem to render correctly with Github's own Markdown support in comments either 😂 [foo.md](https://github.com/gomarkdown/markdown/files/7358304/foo.md)
Why have you made the decision to tightly couple the framework to a SQL database? An implementor not only has to satisfy the interface requirements of `app.Application` but also `Database`...
I'm looking at using your library to provide cross-platform (Linux, BSD and Darwin) System Information, but going through the docs and codebase I don't see where `.LoadAverage()` is ever used...
Is it possible to make this plugin `docker plugin install`'able?
Add a `go.mod` and make this library Go mod aware
Be nice to have some shell wrappers: ``` #!bash workon myproject ```
**Describe the bug** The `--help` output for the `vault read` and `vault write` sub-commands are a bit misleading. For example ```console $ vault write --help 2>&1 | head -n 20...