mo FEAR

Results 12 issues of mo FEAR

**Describe the bug** Usually all power parameters (for example S255) are present at the end of a G0/G1 command. According to specifications, If S parameter is present without G0/G1, it...

enhancement
Marlin FW

... for this great piece of software. I just read a hit-job article about the future of Stability-AI and was nauseated by the hypocrisy. Companies like ClosedML have always been...

I created a shortcut to "lfs" as `/usr/sbin/mount.lfs`. Howeever, it is still only called/triggered by "mount" if I specify "-t lfs" option to mount. It would be ideal if it...

question
automount

I'm using the following image: `MicroPython v1.20.0-206-g33b403dfb-kaki5 on 2023-07-11; ESP32 CAMERA w/SSL (KAKI5) with ESP32` on an AiThinker ESP32-CAM. When listening for incoming UDP packets, if the packet has a...

**Describe the bug** I installed glfw, pyopengl, and the mesa glx and mesa dri packages etc. But no example from the documentation runs. I always get: > AttributeError: type object...

**Is your feature request related to a problem? Please describe.** Often I need a thread to block indefinitely on some operation, such as reading from a Queue, but still need...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes I use buffers/queues as backups for data that might be re-/needed just-in-case. When it is clear it is no...

enhancement
feature request

Please see [this](https://github.com/micropython/micropython/wiki/Build-Troubleshooting#define_const_obj_type).

contents of `/var/lib/dkms/tty0tty/1.41/build/make.log`: ``` DKMS make.log for tty0tty-1.41 for kernel 6.8.0-35-generic (x86_64) Di 4. Jun 15:53:34 CEST 2024 make: Entering directory '/usr/src/linux-headers-6.8.0-35-generic' warning: the compiler differs from the one used...

I'm following the instructions at `https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md`. I think this is a dependency error? I ran cmake with `cmake -DALICEVISION_BUILD_DEPENDENCIES=ON -DCMAKE_INSTALL_PREFIX=$PWD/../install ../AliceVision`. ``` src/libavutil/hwcontext_vulkan.c:362:7: error: ‘VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME’ undeclared here (not in a...