Alexander Lohnau
Alexander Lohnau
Great, I will make a release then!
>Hello, it doesn't seem to compile from the install script in the discover store for krunner in KDE6 Oh, I haven't updated it there. > Also, can you please add...
>findByText(/^accept$/i, { role: 'button' }) ✅ I get typescript errors about the key not existing and it does not work as expected. If there was a span inside of the...
[Bug]: Wrong initial window size, when using multiple monitors with different resolution and scaling
I can confirm that this is still an issue with Electron 25.
>Side note: xdotool key ctrl+v still works in some applications (e.g. electron apps). I think that is due to the xwayland stuff ;) >So, lots of possibilities... with a downside...
I have a similar issue, it seems like my http/https proxy setting is ignored. What is also interesting is that I get the error on setup-node before my first step...
>EDIT Could also be a misconfigured proxy, which don't support golang. Hmm, the values are the exact same as the ENV variables I use in a shell and there wget...
>Also it runs outside of the container, so .env and --env are ignored. All relevant variables are provided as ENV vars in the job or using the .env file. The...
>The cmd package would need to install a http client configured to support proxies: e.g. the default go http client That sounds like you could do a patch :D >Can...
I tried out some other ideas and in the end it works in case I am in a shell as sudo. If I were to say "sudo ../act -j myjob",...