Eszartek
Eszartek
- Operating System (Linux/Mac/Windows/iOS/Android): Artix Linux LXDE - Delta Chat Version: 1.32 Linux64 Appimage and/or compiled via AUR, both tested - Expected behavior: DeltaChat opens to message refered in notification...
I was having an issue with JWM not allowing lxpanel to iconify any windows when the window list button is toggled with a left mouse click. Instead, it would just...
Since the new timer code in 7.0.7.10 now uses the Arduino libs for initialization and register setup, there are just two minor adjustments that need to be made for the...
I'm not sure of the usefullness of these words, but it was fun trying to figure them out. stop-task will stop a running task. It's actually a suspend, as you...
Using the following factorial definition as a test: ``` : fac dup 1 = if drop 1 else dup 1- recurse * then ; ``` "5 fac ." returns 20...
Since there are two ways of creating a recursive word, either by including the word "recursive" in the definition or using the word "recurse" as a placeholder for it's own...
### Summary Description I'm using a JCZ Fiber laser. I can see in the code where Meerk40t will read in a cor file for scale and lens correction, but I...