Roger Peppe
Roger Peppe
FWIW in my case I only care about one os/arch combination - I'd just like to be able to run rf at all on the code base I'm working on....
I investigated this a bit. It seems that the reason for the panic is that there is no `target` set [here](https://github.com/rsc/rf/blob/6fb3311e1224f1af9839bdef5161e043863fe93f/refactor/snap.go#L336) which seems to be because there is no package...
Your solution is the same one that I use. One possible alternative might be to provide something like: ``` // SeekLastKey returns an enumerator positioned on the last key/value pair...
I've commented directly on https://github.com/cznic/kv/commit/cf4d15f3e815ff3194eda73daf4b9f929cebfc44 (BTW, why not just make a PR?) Seems reasonable to me but I'm not keen on the API pollution. Thanks for considering the issue.
Here's an example of when if succeeds but should probably fail: https://play.golang.org/p/T2Uict2TvqE I can't reopen the issue because I don't have write access to the repo :)
Yes, that's a reasonable idea. Feel free to submit a PR :) As a workaround, it should be easy to add the namespace after running go2avro by editing the generated...
Thanks for raising this issue. I'm closing this as fixed for now, because the only specific logical type requested (time) is now supported. Please open an issue for each specific...
I've reopened this for discussion of other logical type enhancements.
For the record, here are the possible Avro-specification-defined logical types: ## decimal variable-length { "type": "bytes", "logicalType": "decimal", "precision": 4, "scale": 2 } ## decimal fixed-length { "type": "fixed", "name":...
dot files are now included in the charm as of https://github.com/juju/charm/pull/261, so assuming the charm command is released with that version of the charm package, this should no longer be...