Nate Finch

Results 207 comments of Nate Finch

Seems like the intent is just to support a single user... I was thinking of doing this, too. For example, pointing natefinch.com/lumberjack.v2 to github.com/natefinch/lumberjack (v2 branch) However, you're right that...

I actually don't think so. It's not really this package's responsibility to make sure that the caller's filename is correct. If the filename wouldn't work here, it wouldn't work with...

I could add that code, definitely. Barring that, you can do it yourself: ```go type exitStatus interface { ExitStatus() int } // ExitStatus returns the exit status of the error...

Note that pie supports whatever codec you want for RPC. You just use the *Codec functions (such as StartProviderCodec) and pass in the function that creates the codec, so like...

you can just `go install gnorm.org/gnorm` it won't generate the built-in docs or embed the version info in the binary, but it'll still work just fine. I should probably simplify...

I get it. Thanks. And yes, please file another issue for the other problem. I appreciate it!

FYI, you can use environment variables transparently in gnorm.tom configuration values, so a ConnStr that has -p=$DB_PASSWORD will do the right thing. However, I agree that being able to specify...

definitely think the cli flag would be good, and would love a PR. Maybe -d and --database? unfortunately, -c is already taken. if you could add it to preview and...

I removed the bug label... it was a misclick, but I can't remove the history of what happened (at least, I don't think so). So... skylark is an embedded interpreter...

interesting idea to have a plugin that handles skylark plugins. I like that it keeps the main gnorm code simpler.... but at the same time, it means you now have...