DeedleFake
DeedleFake
@deanveloper Even just that would allow for, for example, an iterator implementation, though it does require wrapping it in another type because of the lack of extension functions: ```go type...
To fix the nesting, how about the ability to specify a label for a defer, then use the label to specify a scope? In other words, something like ```go func...
> I'm not 100% sure but I don't think we need the comma. I didn't have the comma originally, but it felt inconsistent with a multi-argument `return`. This is a...
It's been about 11 months since the last post in this discussion. Has [golang/freetype](https://www.github.com/golang/freetype) gotten any better since then? Is this more feasible now? I'm working on a project using...
I have not been able to reproduce the problem consistently. It happens a lot, but sometimes it doesn't happen at all. For some bizarre reason, it seems to happen far...
I don't know about an official one, but I threw [one](https://hub.docker.com/r/deedlefake/upspinserver) together really quickly. It's a from scratch image, so it's got nothing in it other than the binary.
> So how is that any less onerous than just running the upspinserver binary under systemd? It depends on the use case. The Docker image that I linked above I'm...
That's a much better idea than what I was planning. I was going to try to replicate the whole situation with a fake `io` package in a temporary `$GOPATH`. That...
Sadly, not that I've found. Haven't looked at it in a while, though.
Should that be `Seed128()` instead? It's allowing you to set 128 bits of the generator's state, not 64.