joha2
joha2
In Python there exist generators which serve as finite or infinite data sources. ```Python def finite_generator(): yield "a" yield "b" yield "c" ``` How to use: ```Python >>> s =...
Hey @paulfitz and @aw1231 long time no hear! I hope you're doing well! In the wiki I already asked this question, but to my knowledge we never discussed this: Is...
Heyhey, short time ago I started a thread in the forum (https://forum.freecadweb.org/viewtopic.php?f=22&t=27396) about refactoring an addon (pyrate) such that it is usable with PyPI. The answers were very helpful, but...
* href returned `https://www.youtube.com/...` * the string replacement only replaces `youtube.com` by invidous domain given * this leads to a wrong `www.` in front of some domains * for the...
Hey guys! First of all: Thank you very much for this library! It helped me a lot discovering GA :smile: I think I found a bug, because there is a...
First of all: Implicit CAD and HSlice are awesome! Although I am a Haskell n00b, I think the idea describing CAD geometry via SDFs/implicit functions is quite fascinating. So, thank...
First of all: this is a very nice package! Keep up the good work! I'd like to use gregor in a project together with typed racket. I was able to...
I saw some minor formatting issues while reading the PDF. I just want to share in case you might want/can do anything about it. It's only a minor issue, but...
### Description This is a feature request maybe also in the direction of the arbitrary basis functionality. If I want to do basis independent calculations I usually only use arbitrary...
Dear Martin, thank you for this nice library! I think I found a bug: * kingdon version: 1.2.0 (installed via `pip`) * Python version: 3.10.16 * Operating System: Linux 5.4.0-204-generic...