Andrey Petrov

Results 143 issues of Andrey Petrov

Minimum bundled artifacts of the Go compiler/runtime that I managed to create a successful build (relative to $GOROOT): ``` bin/ (11M) └── go pkg/ (20M) ├── include │   ├── funcdata.h...

Add a `--stats` flag that prints to STDERR on EOF the stats of the types of methods that were generated during the session (how many of each query type were...

Using github actions for goreleaser, would be nice to do this using github actions too.

help wanted

Current collection is here: https://github.com/shazow/ethspam/blob/07bde8a4893d65670c0138bfab88ada5ea96fc74/queries.go#L105 Also the quality of query generation could probably be improved.

... and possibly more io.\* interfaces. These kinds of interfaces crop up all over Go code and it'd be really useful to have a reusable bridge for them.

- [`type ResponseWriter`](https://godoc.org/net/http#ResponseWriter) - [x] Write - [x] WriteHeader - [ ] Header - [`type Request`](https://godoc.org/net/http#Request) - [x] Method - [x] URL - [x] Host - [ ] Header -...

We got our example working with `go build -buildmode=c-shared` but haven't been able to get it working with the file produced by `go build -buildmode=c-archive`. Would be nice to link...

Would be awesome-possum if there was a database backend that is not Django-dependent. I would suggest using something like SQLAlchemy.

### Component Forge, Cast, Anvil ### Describe the feature you would like Foundry needs to start tagging versioned releases, and providing permanent release assets. Ideally a v1.0 version would be...

T-meta
A-releases

Stand-alone usage examples would be lovely, as godoc snippets or buildable code. :)