Vladimir Chebotarev
Vladimir Chebotarev
Follow up for #1606 . Possibly as an example and possibly as a real solution. This code should be pretty fast because at the moment of execution application is already...
Hi. Can we have a possibility to specify relative paths in shims? Like this: ``` path = ../apps//current/app.exe ``` That will allow users to simply move 'scoop' folder from machine...
This fix adds in-memory cache for AC records. Resolves #92
I feel like caching metadata in memory would be super efficient. Is it worth implementing? @buchgr
Progress on #38
This fixes a bug with DNS resolving in some Linux environments given we specified some DNS options. `systemd-resolved` has DNS with IP: 127.0.0.53: ``` $ cat /etc/resolv.conf # This file...
Hi. I would appreciate if you keep underscores in file names in order to have more or less standard names for custom files. Kind regards, Vladimir.
Hi. I'd like to suggest a feature - possibility to specify environment variables right in shim. It will allow to not pollute system variables with application-specific data and make ideally...
Example site was not building in GitLab Pages. This patch fixes that.