Rob

Results 45 comments of Rob

I just wanted to post this in case it can help anyone. I'm using NativeScript 7 with Angular and TypeScript (but you can also just use regular JavaScript) and I...

I have the same issue on my ESP32 with HardwareSerial ports and the provided example programs!! FYI I am familiar with using this library successfully on Arduino's. I found when...

Ok, I figured it out! Hopefully, this will help someone...Some GPS's like the Neo 6M series and also the one I am using right now that says "16E TTL from...

Why are you using the `[date]` binding at all when you are already using `formControlName`? I would think the `DatePickerField` would get messed up with multiple sources of data. Shouldn't...

Never mind, I see it was fixed in commit 2b3357b 8 months ago with the below: https://github.com/sunscrapers/djoser/blob/b648b07dc2da7dab4c00c1c39af3d6ec53f58eb6/djoser/views.py#L148-L155 But the `djoser` package on PyPi is outdated and has: ```python def perform_update(self,...

Thanks for the heads up. Is there any reason the pypi package doesn't get updated? Last release is from Oct-2020.

I checked my pipenv lock file on a production site and found I have been using commit b648b07dc2da7dab4c00c1c39af3d6ec53f58eb6 so I changed the install url to https://github.com/sunscrapers/djoser.git@b648b07dc2da7dab4c00c1c39af3d6ec53f58eb6 which got my virtual...

Are you sure? It looks like b648b07 is merged but yeah it would prob be better anyway to use the latest commit before the poetry thing. I'll try ede06f2

+1 Being able to use indented syntax in .sass files would be awesome.