Chucky Ellison

Results 19 comments of Chucky Ellison

I believe I'm running into the same sort of problem as mausch (although let me know if this belongs on another issue). Right now, if I Ctrl-C my program while...

Based on your feedback, I guess until there's something better I'll just keep a big central list of all the commands I generate, and on exit, I'll cancel them all....

I have this same problem in essentially the same way. FWIW, here's my screenshot: ![image](https://github.com/ClaudeMetz/FactoryPlanner/assets/1285287/7c0e3370-ef4f-45aa-beff-17a9e0a55f2c) Crash happened as soon as I clicked steam in "Ingredients"

Is there anything additional needed to merge this patch? The bug is still happening, and this change fixes the bug. It also includes an automated test reproducing, and verifying the...

> There is a fix in electron [v35.1.4](https://releases.electronjs.org/release/v35.1.4) which for me fixes this bug: > > * Fixed a bug that could cause some maximized windows on Linux to report...

> 7.50.0 does include the patch: https://github.com/signalapp/Signal-Desktop/blob/v7.50.0/package.json#L296 > > However, I can not - and also never could before - reproduce your issue. But I am on Linux anyway. All...

I'm affected by this as well. It is a serious problem, as it basically means I can no longer use signal to talk to people while I walk around. I...

I'm also looking for a way to get around this. To give my use case, I've been using things like ```bash FOO=$(terraform console

So I think a potential workaround is by always using jsonencode (to force the output to be exactly one line) and piping through `tail -n 1`. The warnings seem to...