Nate Finch

Results 207 comments of Nate Finch

I think we need a test where we run mage.ParseAndRun() and pass in a raw args list and see that it does the right thing. Right now, the code in...

Note that this linter directly conflicts with what goimports does for packages like the one denisvmedia posted above. if the package name is literally v1, then goimports will change import...

This is bad for the go community and goes against the recommendations of Effective Go. You can default this to false, and all people will have to do is set...

Hate to promote my stuff on someone else's issues, but stumbled here while googling for go plugins. If you want simple, easy plugins via stdin/stdout, checkout my package: https://github.com/natefinch/pie

hmm.. that's actually a test for a PR. I'm not sure why it's showing up as the main status for the project. I'll have to look into making sure the...

I'll take a look today

Yeah, this was written before that feature. I should definitely add that in. Thanks for reminding me!

Sorry to take so long to get back to you on this. I'm really not a python expert... but I believe the restriction is from the Go RPC library -...

That's certainly something that seems like it should be supported. It wouldn't be hard to add another method that lets you set security attributes when the pipe gets created. I'll...

Thanks for the contributions. I haven't looked at this code in a while, so I'll have to take a little time to look at how your changes fit into the...