James
James
Eg: https://github.com/cantino/mcfly/commit/c995dc2bf3b4c7dc27dfe6d3c1b43c7709f19d48 Seems like some out of tree trained / compiled network... Or can we generate these ourselves??
I'd like to have a sort method that takes UUID's generated with uuidgen -t, and sorts them in order of generation. If two happen to be generated at exactly the...
Add an Fs method that lists the contained Fs if any. It should return the Name() of anything contained in it. Alternatively it could return a list of source Fs...
If there's a way to do this, it's not apparent to me or in the docs, but there doesn't seem to be an obvious way to distinguish between --someflag ""...
## Motivation & Context I have the following code: ``` app := cli.NewApp() app.Name = "myprogramname" ``` I then add a sub command with the name "foo", and in that...
I use https://github.com/spf13/afero/ in a number of ways. I wanted to use https://github.com/src-d/go-git/ with that as the backing filesystem. As a result, I'd have to either switch to this, or...
It's required to run `mkosi` as root. Unfortunately, this means that output in `mkosi.output` and `mkosi.cache` is owned by root at the end and this is a mess. It would...
Hi, I've only had a casual look at this, but as I've been thinking more about data, hiera, and this general topic for https://github.com/purpleidea/mgmt/ I thought I'd ask here before...
Hello! I'm using: `hil.ParseWithPosition` If I pass it: `\${hello}` I get: ` Literal(TypeString, \)Variable(hello) ` Instead of: ` Literal(TypeString, \${hello}) ` Is escaping of $ (dollar sign) supposed to work,...
I couldn't believe it myself, and after a long day of hacking, I finally assumed it was something in etcd's code that was broken instead of mine. Here's a simple...