Connor Osborn
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?