Nik

Results 12 comments of Nik

I was also wondering this same thing..

Odd, I'm really not sure why Whisper's files are giving you an error upon import. Tho I'm not sure if/how Anaconda might impact things..

Yup, this happens to every dev snapshot I've tried after OpenSCAD-2023.12.28.ai17902-x86_64.AppImage, that was the last one that still kept it's Editor background setting.

Does anyone know a way to fix this? I tried using the version @stevealexr uploaded (my system has qt5ct installed), but no luck, should I try doing those 5 steps...

> I can reproduce the effect on Debian/Testing with the `vertex-object-*` experimental features disabled. Me too, I can confirm this! With those settings disabled, if I hit F6-Render, then edit...

I don't suppose this might be a similar issue.. As these glitches happen regardless of which features I turn on/off.. When I'm using a library called PolyGear, if I start...

This is also a HUGE issue for me in Linux. No matter what I do, I cannot get the window-background to use Dark Mode. The last version that had a...

Oh also, I'm less certain about this bug, but I think line 13: https://github.com/eliasffyksen/MiniSnakes/blob/62a50443043321613b6b58f50b48145f18b61869/MiniSnakes.py#L13 Should be: ```py if (snake[tuple(pos_next)] > 1).any(): ``` That way, the snake can move where the...

Well, I've actually considered doing that in the past.. Although at the time, I figured it'd be a little tricky to do with my code, tho probably possible, and could...