Tv

Results 377 comments of Tv

I mean "stdlib or bust" in the sense that if there's a good chance fuzzing becomes part of the standard toolchain, independent development to "make it prettier" (switching repo locations,...

I just stumbled back to this (sorry for not doing much more than a drive-by omgponies request), and gave it some more thought. C. seems impractical and/or impossible. B. is...

Another ddmin implementation, seemingly written around the same time: https://godoc.org/github.com/dominikh/go-quickcheck

I just recently re-encrypted a bunch of files to change recipients from yubikey1+yubikey2+passphrase to yubikey1+yubikey2+different_passphrase (because I lost the previous recovery passphrase). Writing the shell script to loop through them,...

The really nasty consequence of this is that gotoc can't set the generated Go package name. ``` option go_package = "foo"; ```

https://github.com/golang/go/issues/12278 is closed and as a [comment](https://github.com/golang/go/issues/12278#issuecomment-165834020) there suggests, godepgraph works with `vendor/` if built with Go 1.6.

Yeah. Though I can't help but wonder what would happen if one treats the output format of a number a "sticky" property as values are passed through computation, with combining...

I just triggered this too. What *is* the correct way to put a host definition in a separate file, while passing the flake inputs to it?

Oh, this is the first I hear of `specialArgs`. Was trying to solve it with just Nix knowledge, and didn't even think a Colmena feature would be needed. For anyone...

Stringer has no error return, so it shouldn't be refusing. It'd be trivial to change MarshalJSON to handle the undefined values, and only delegate to Stringer for the known good...