B. Bergeron

Results 26 comments of B. Bergeron

Turns out playerctl might be at fault here. MPRIS commands sent with dbus-send are instantaneous, but the same commands sent with playerctl are uncomfortably slow. playerctl sends a DBus `GetAll`...

I have to correct myself; playerctl's `GetAll` requests are actually necessary and serve the purpose of finding which DBUS applications are MediaPlayer2 instances.

I have the same issue. I used [FZEasyMarauderFlash](https://github.com/SkeletonMan03/FZEasyMarauderFlash) to flash my Flipper Zero Wi-Fi module, then ran USB-UART with Baudrate=115200 and left the rest to their default value. I'm on...

@Bananamax Nope, the target numpy version needs python

@Bananamax , > its ok to install Python 3.9 You must use 3.9, 3.8 or 3.7, to be more precise. If by 'conda but with 3.10', you mean that activating...

Here's my configuration (I use venv instead of conda); ``` # Download tortoise-tts git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts # Create and activate a new python environment named 'venv' using python...

I'm looking to run [this notebook](https://colab.research.google.com/github/PygmalionAI/gradio-ui/blob/master/notebooks/GPU.ipynb#scrollTo=hps3qtPLFNBb) which uses koboldai-client, but I have several objections regarding the packaging in general, so I want to run it locally instead. The notebook executes...

Hi, I'm trying to do this (in a bash script): `sqlcmd -U User -S db.local -d "$1" -Q "SELECT * FROM entities" | tee "$1/entities.txt"`

> Tried your latest changes - entrypoint.sh is not mounted in the container. So following your README steps 1:1 results in an error. > > ``` > ✔ Network comfyui_default...

I believe I figured it out. The error message `exec ./entrypoint.sh: no such file or directory` is misleading because `entrypoint.sh` does exist -- but its interpreter does not. With correct...