JakobDev

Results 238 comments of JakobDev

Its looks like playwright is not really used besides some examples

> Does your `/tmp` happen to be mounted with `noexec`? No ``` [jakob@PC ~]$ mount | grep /tmp tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=2169672k,nr_inodes=1048576,inode64) ``` Other AppImages e.g. the [older...

I'm using Manjaro stable. Please tell me what additional information you need. > Also, please try outside of /tmp as well. That's a misunderstanding. I'm in a directory inside my...

I think we need to tell them user somehow why he can't create a repo

> Pinned issues or pull requests ( Announcements ) This is already possible

There are also repo owner who don't want that users can set labels themself. Your use case sounds very specific.

Why is manual escaping even needed here? 'm not familiar with the codebase, but the subprocess modules (which should be used) of Python does escaping automatic.

With Flatpak you have the guarantee that it works everywhere the same. An AppImage might not work on all Systems depending on how it's packaged. Flatpak also offers a better...

There is only one change to the Code needed (could be put behind a build flag): ```diff diff -ruN a/Source/main.cpp b/Source/main.cpp --- a/Source/main.cpp 2024-06-06 08:22:08.352510825 +0200 +++ b/Source/main.cpp 2024-06-06 09:06:14.217586335...

Sounds good. How will this work? Do you simple enter th epath to a custom executable that takes the same Arguments and has the same Output like legendary or gogdl?