-
Why is the new version file downloaded? If no operation is performed on the file later
Could a flag be added to check if the new version exists?
https://github.com/Tatsh/livecheck/blob/master/live…
-
Livechecks with `:extract_plist` strategy should only be used as a last resort to get version information. This sometimes means downloading very large applications in order to extract version informa…
-
How do you automatically upload the changes that livecheck generates?
Have you thought about the possibility of a flag to commit, del and add new files?
This way it automatically uploads new ebuil…
-
I suppose this is kind of expected, since normally `brew` installs its own dependencies when running some development commands for the first time, but is not allowed to modify the nix store:
```con…
-
### Verification
- [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/…
-
Hello,
I am using faust 0.6.10 on python 3.9.7. I am working in an application and I would like to perform an integration test. I found this doc (https://faust.readthedocs.io/en/latest/userguide/…
-
Hi,
How to reproduce
Ive enabled the Maintenance Live Check for 60 secs interval. But the Maintenance Live Check Message is not showing on the bottom right.
On the command line type php /var/ww…
-
### Verification
- [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/…
-
### What do you want to be added?
I've attempted at doing this following https://docs.brew.sh/Adding-Software-to-Homebrew but have had no luck... hoping some capables one could lend a hand in makin…
kzssc updated
2 weeks ago
-
I've been reviewing the code and I see that there is a use_vercmp flag.
What's the point of not using vercmp? because in the end it is important to correctly determine the versions, otherwise the por…