Gary Oberbrunner
Gary Oberbrunner
### Act version act version 0.2.34 ### Feature description I'd like to debug a github actions problem that only happens when using a cache. Is it possible to use the...
###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description I did `yarn add --dev live-server` followed by `npx live-server` but I get this error: ``` env: node\r: No...
I install eglot via straight, and it's been working fine for a long time, until I just updated to the latest emacs master branch and pulled all the latest straight...
I'd like to have some of my `` pull from `public/`, but others from `assets/photos`. I see I can configure it globally, but is there any way to specify a...
### Environment details * M1 Macbook Pro * MacOS Sonoma 14.2.1 * conan 2.1.0 * python 3.11.5 ### Steps to reproduce Run conan initially. It will generate a `~/.conan2/settings.yml` with...
I get this error: `Error: Unable to locate executable file: lsb_release ` when it's trying to do this: ``` /usr/bin/docker exec e293caa31043d6a32d7423f647ae3185b4671dc6abaf24070a41bf7a4e0c77cb sh -c "cat /etc/*release | grep ^ID" ```...
I just tried to use this cool project -- I'm writing some Vue with typescript. But I couldn't make it work because of missing dependencies. I started with: ``` yarn...
I understand if you don't select an engine, it uses Math.random(). Would it be possible to have a mode that uses the best engine for the currently running environment instead,...
I need to talk with a socket.io server -- it it possible to use gevent-socketio as a client, connecting to a websocket on a server and then exchanging realtime messages?
My server emits a message when a client connects, "authenticate". The client should respond. But with socketIO-client, if I connect and then wait, I never get the "authenticate" message even...