Adam Raźniewski

Results 18 comments of Adam Raźniewski

Isn't it just beause requests.get is not jsonable? You should return .json() so ``` import requests from fastapi.encoders import jsonable_encoder r = requests.get('https://api.github.com/thisodesntexist') jsoned = r.json() jsonable_encoder(jsoned) ``` I don't...

https://github.com/tiangolo/fastapi/blob/master/fastapi/encoders.py#L29 The limitations here are simple - Fastapi couldn't know about all objects and classes in the world The idea about jsonable_encoder is that you should provide jsonable object Response...

Can you resolve conflicts?

Hey, join our discord probably you will get answer faster https://discord.gg/7BfJ9JKQ98

@MirMiz sometimes manufacturer allows to write to 0,0 in order to allow duplicating cards

Oh no! Not a big problem. Thanks for clarifying

Ok okay! I see now how to do it! I was inspecting a websocket also so i can extract all messages from WS, and then apply by this endpoint Cool!

Check this project https://github.com/Razikus/open-balena-dashboard If you want some functionality - raise an issue, or add it by yourself