Connor Osborn

Results 8 comments of Connor Osborn

I believe you cannot override the `signup` method if you use `ACCOUNT_FORMS[`. The python MRO, results in the `signup` method of the dummy class taking preference. I'm overriding the save...

Config is moved out of nagios definitions. (Do you want command line opts for this?) I added better error handling reporting, 'missing path/missing method/see example'. In terms of the white-space...

@eugenehp With a little function overloading, the return type can be inferred from the arguments. ``` let result1: string = uuid.v4() let result2: number[] = uuid.v4(undefined, [1, 1], undefined) ```...

I filed this after unintentionally posting private content to a public anonymous gist. Fortunately, github quickly removed it (on two occasions now their support has been quick and helpful).

Can you point to a particular site/use case?

I added support for this in my fork a year or more ago. See [here](https://github.com/cdosborn/qpdf/commit/623c07fffffb84bbeaad52b267a4606c3ab538ca). Be ware that I am not a C++ developer, but the change was simple enough.

To add some clarification to my comment in a now closed [thread](https://github.com/ansible/ansible/issues/33835#issuecomment-411565654). I was expecting the name to be printed in ansible output. If it's not printed, I'm not sure...