Jonathan Arns
Jonathan Arns
This is a second, slightly more polished attempt at the PreUpdateBoard extension for the GameMap interface. It implements the proposed changes from [this discussion](https://github.com/BattlesnakeOfficial/feedback/discussions/211) as closely as possible. I have...
Could we add a feature `memory-only` or something like it, to remove RocksDB from the dependency list of the storage crate? It's kind of annoying to install external binary dependencies...
This is just a WIP PR for now, to make the direction of the async API a bit more visible. Please make sure these boxes are checked, before submitting a...
I think it would actually be a very nice API and is a use-case that I currently have. It would just do what a normal ModelViewset would do to each...
This means that using the `append(_)` method might fail to eventually decide the entry.
Fixes an issue where grpcbox ignores errors that are returned from the callback function of a streaming RPC. This happened both on RPCs with streaming and non-streaming output, though the...
This is basically a duplicate of #87, but I am opening a new issue, since the original was closed even though the underlying issue is not solved. I would like...
### Describe the bug Elp reports a syntax error (P1711) in [mockgyver's](https://github.com/klajo/mockgyver) `?WHEN` macro that is used to mock function interfaces in unit tests.  ### To Reproduce** As shown...