Rene K. Mueller
Rene K. Mueller
It's related to that mandoline consider the normal vector in STL, whereas most software (importing & exporting) ignores it. A normal vector in your STL file is likely 0,0,0 -...
I know now the problem, two issues in vector.py: - `def normalize`: it must be `l = self.length()` add "()" - `def __div__` must be changed to `def __truediv__` (python...
I just synced my repo https://github.com/Spiritdude/mandoline-py with many fixes and some [improvements](https://github.com/Spiritdude/mandoline-py/commit/07210a122fad7cf7e7260d9bf0d0f82e3374c1d5); you might like to test it before I make a PR (I'm a newbie with Python, and struggled...
... and a 2nd thought, `File.*()` would also access the SPIFFS fs operations more direct, right now they fail when filename contains '/' as they seem to test existence of...
Even though it expands beyond the scope of nanoGPT, a nanoChatGPT also came to my mind: replace web-site/blog search engine with nanoChatGPT answering questions based on information of a limited...
Another effort at https://open-assistent.io, code at https://github.com/LAION-AI/Open-Assistant
https://github.com/togethercomputer/OpenChatKit
Here the `nf.tag` logger output when accessing `tag` and `tag.dump()`: ``` DEBUG:nfc.tag:trying to activate 106A sdd_res=53692BC9600001 sel_res=00 sens_res=4400 DEBUG:nfc.tag:trying type 2 tag activation for 106A nfctool: 0: Type2Tag ID=53692BC9600001 DEBUG:nfc.tag.tt2:read...
Where would I add the new LUA code of printw/print redirects?
I used `node.output()` in `system-info2.lua` I wrote (more compact and readable), I defined the `_webout(s)` as `node.output(_webout,0)` but it screws up internal state of the httpserver at least, I couldn't...