Balazs Nagy

Results 20 comments of Balazs Nagy

I think the idea I brought up works better, because it creates a file which can be put into version control. Therefore all the settings can be reproduced on setting...

@ryanb I'm thinking about whether permits should be handled by cancan automatically, but so far I believe there should be a way to limit assignments in the controller, which could...

Hmm, I like your authorization from scratch solution much better :) I just realized moving parameter restrictions to the controller was because this kind of control should go to where...

I couldn't test it myself, but I like this PR.

> @julian7 I don't like the name. It sounds like it will get called when someone passes an unknown flag, ex `mycli --unknown-flag` Hmm, reasonable. What about UndefinedFlagHandler?

I'm also wondering whether handling this event via a hook would be more powerful. Like, instead of having `App. EnableStrictLookup` boolean, we could have an `App.UnknownFlagHandler` or something like that....

There are two schools for this. The git command line, or for example, p4, separates gloval and command-local flags. Cobra, which is used in a lot of go CLIs, however,...

I frequently get errors like this. I've added ntp query to my server monitoring (doing every 5 minutes), running on ten-ish machines: https://github.com/julian7/sensu-base-checks/blob/master/cmd/sensu-base-checks/time.go (the code since updated, but released code...

@ewbankkit I couldn't see the `s3://example-bucket/example.zip` format anywhere in the list of supported protocols. If I'm not mistaken, prefixing the URL with `s3::` is just forcing the protocol, and it...

@apparentlymart for the record, here are the S3 endpoint URLs: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region