Aleksei Fedotov

Results 8 comments of Aleksei Fedotov

Unfortunately pytest does not include conftest neigther pytest.ini in its list of frozen packages, so you have to track them manually. For example: ``` resources += [Path("conftest.py").resolve()] resources += [Path("pytest.ini").resolve()]...

I already sent this extension on review. just be patient

I'm having some troubles with mozilla review process. now addon on review, please look at https://addons.mozilla.org/en-US/firefox/addon/habitrpg/

For building Fedora there is already a rpkg spec file: https://github.com/ErikReider/SwayNotificationCenter/blob/main/swaync.rpkg.spec and a copr repo. If you are ok, I could create a Gihub Action to update that copr whenever...

>That would be preferred. Sure, but that is rather difficult, especially for such niche package.

@ErikReider Got really excited about this idea of officially maintained Fedora repo and made a mistake of posting from a wrong account. I've prepared a PR to add Github Action...

sorry, overlooked that configuration.

What if instead of a customized fallback shell you could use the same shell as used by TRAMP. If tramp works on the remote, then you could be sure that...