vffuunnyy
vffuunnyy
**Problem:** Wsup! If you have 2 drives - llama-fs tries to get the path on the current one. **Solution:** Make a folder selection window.  
Now the program goes through all nested files. For example, every file in `venv` or node_modules, which is not necessary at all, because they belong to a higher directory and...
Please, configure `structlog` for better logging :) I did it myself, like this (not perfect, but at least something): ```python structlog.configure( processors=[ structlog.contextvars.merge_contextvars, structlog.processors.add_log_level, structlog.processors.StackInfoRenderer(), structlog.dev.set_exc_info, structlog.processors.TimeStamper(fmt="%Y-%m-%d %H:%M:%S", utc=False), structlog.dev.ConsoleRenderer(),...
Greetings, I would like to bring up the media_group topic again. I read your replies to other issues on this topic and came to the conclusion that you don't want...
Currently, `river` can terminate TLS on a TCP socket, or listen on a Unix socket without TLS. It does not appear to support terminating TLS on a Unix socket listener....
### Problem Description When launching APK Editor Studio v1.7.1 on Linux using the AppImage, the application crashes with a SIGSEGV (Address boundary error). ### Steps to Reproduce * Download the...