Peter DeVita

Results 41 comments of Peter DeVita

Seems that I'm getting rate limited, getting a list of the endpoints that do this would be the next big step. ``` During handling of the above exception, another exception...

Handed back this at a crash on line 151 `metadata = r.json()` ``` 401 Authorization Required 401 Authorization Required< /h1> openresty ```

It would be nice to have per app functionality like Django, I have an application that needs to load apps modularly and having all of the migrations get merged into...

Just ran into this myself, would be nice to see fixed.

I'm still a bit new to Rust but I'd be interested in helping out

Did a little bit of testing to see what would be involved to do this. I think we can use Laravel Socialite for this, I was able to get the...

Stripe SDK is probably too new https://github.com/dj-stripe/dj-stripe/issues/1842 On a related note, is there a plan in place to deprecate Order and update the SDK?

I think I have a solution for this. Let's say we have a django model and ninja schema like so ```python class Book(models.Model): id = models.AutoField(primary_key=True) full_name = models.CharField(max_length=100) author...