André Knörig
André Knörig
First of all thanks for this fine and very useful library. Given that it's surprisingly difficult to make FastAPI/pydantic work seamlessly with MongoDb, this effort is very much welcome! Is...
When trying to use the Link type with FastAPI, the mappings from/to JSON fail and/or cause some serious problems. Consider this simple data structure: ````py class A(Document): name: str class...
I'm using the `Link` type to model a relation to another collection, but when I try to serialize it, it fails with a strange error: ````py ValueError: [TypeError("'_thread.lock' object is...
If it's not `application/json`, some servers will not parse it properly into json (as in my case, the nodejs express.json() middleware) ## Checklist Not all of these might apply to...
- more updated example project settings for vs - only catch mouse events if they are actually used (fixes conflict in some cases) - support collision filtering masks
The API is currently missing a way to make strokes gradually disappear when in "superimposed" mode. As in the [official superimposed demo](https://webdemo.myscript.com/views/cockpit.html), after a few characters it quickly becomes a...
_From @BuildCourage on May 25, 2015 13:27_ _Copied from original issue: fritzing/fritzing-app#3087_
_From @pippo73 on July 27, 2015 7:1_ Hi all, I'm new to fritzing and all the arduino world. I'm trying to find the ethernet shield 2 part, but I cannot...
_From @chrisyokum on June 4, 2015 7:12_ The Raspberry Pi 2 header pin numbers are incorrect. Take a look at http://pi.gadgetoid.com/pinout. In the Fritzing the top-left pin (furthest from the...
They seem to work very similar to the NeoPixels, but are controlled through SPI instead of I2C. So I assume it's a bit of work to support them with node-pixel?