Jan Pokorný

Results 49 comments of Jan Pokorný

@chrmarti At the bottom are the logs. I have redacted the internal DNS name to `machine.internal.company.com` out of precaution 😅 For completeness, here's my `.ssh/config`: ``` Host machine.internal.company.com HostName machine.internal.company.com...

@chrmarti Well, the Dockerfile is here and you can see it is just Debian with x11-apps, no additional config that could break things: https://github.com/fr3nd/docker-xeyes/blob/master/Dockerfile. Furthermore the issue is the same...

@chrmarti No effect with `"userEnvProbe": "none"`. Also it seems to be the default value anyway, if the docstring is to be trusted.

I suppose this is from https://github.com/smartcrop/smartcrop.py/blob/master/smartcrop.py#L215, which happens when the algorithm can't find any viable crop. I'm not the original creator so idk why precisely that happens, but in this...

This also affects "Image Resizer".

As there are currently no plans to do a portable version (https://github.com/microsoft/PowerToys/issues/598#issuecomment-569778927), I propose creating `powertoys-np` in the https://github.com/TheRandomLabs/scoop-nonportable bucket: https://github.com/TheRandomLabs/scoop-nonportable/issues/154

Thanks @TheRandomLabs for a working non-portable manifest! https://github.com/TheRandomLabs/scoop-nonportable/blob/master/bucket/powertoys-np.json As some toys from PowerToys are usable in the portable mode too, it makes sense to me to leave them in the...

I was thinking about ways to implement this. Scoop does not seem well-suited for an app that basically installs over another app. I can think of two possibilities how to...

@pxgamer Your solution also has a problem with updating -- updating `git` removes the extras. (That's why I mentioned the need for lazy patching.) Looking at it now, keeping two...

@pxgamer I plan on creating the package in the near future (it's the exam period now...). As Scoop itself depends on `git`, you would need to have it installed alongside...