Aaron Ng

Results 25 issues of Aaron Ng

### socket: too many open files ### Prerequisites * [ ] Have you tried launching `atom .` from the terminal in your project's directory? * [ ] Have you verified...

help-wanted

Converstion to 3.0 syntax and style.

Would love to hear more from anyone using drfpasswordless in production. Feel free to respond here or hit me up via email.

Update the TokenValidationSerializer information in the Readme to specify that the email or mobile alias must be provided as well.

We need some tests for the new demo users feature.

help wanted

Need tests to verify that VERIFY (`CallbackToken.TOKEN_TYPE_VERIFY`) and AUTH (`CallbackToken.TOKEN_TYPE_AUTH`) tokens cannot be used interchangeably.

help wanted

I'm using JetAdmin for managing a REST API I've built in Golang w/ GORM. For some reason, the ID field (which is type `uuid.UUID`) doesn't show up in the list...

I'm getting this error when trying to create a new Customer with `Customer.get_or_create(subscriber=user)` ``` Keys for idempotent requests can only be used with the same parameters they were first used...

question

Has any new work been done to bring this to the Mac via catalyst? We primarily just want to be able to use the full camera width when running under...

I'm passing in a UUID as a part of my `extra` data and getting this error `Object of type UUID is not JSON serializable`. This seems to be a problem...