Štefan Baebler
Štefan Baebler
> Would also be nice ig the Console/REPL would show e version number of Rye @HFolkertH, this is addressed in * https://github.com/refaktor/rye/pull/540
Fixes https://github.com/daixiang0/gci/issues/217
> Hopefully, [v2.4.2](https://github.com/yahoojapan/NGT/releases/tag/v2.4.2) resolves this issue. Yes, it seems so, see: * https://github.com/Homebrew/homebrew-core/pull/225410
Interestingly, it seems that the timeout does not happen always, eg https://www.posta.si/zasebno-site/_vti_bin/PostaSI/PostOffices/PostOfficesService.svc/PostalOffice/L https://www.posta.si/zasebno-site/_vti_bin/PostaSI/PostOffices/PostOfficesService.svc/PostalOffice/LJU https://www.posta.si/zasebno-site/_vti_bin/PostaSI/PostOffices/PostOfficesService.svc/PostalOffice/LJUBLJANA times out, but https://www.posta.si/zasebno-site/_vti_bin/PostaSI/PostOffices/PostOfficesService.svc/PostalOffice/LJUBNO succeeds. Presumably because the response is too large in some cases for...
The easiest way to screw up the current terminal (iTerm2 with zsh shell) session is to trigger an error, eg by scanning `nonexistent` image: ```bash $ go run github.com/xeol-io/xeol/cmd/xeol@latest nonexistent...
The [log](https://github.com/Homebrew/homebrew-core/actions/runs/17490149768/job/49678261401?pr=236233#step:4:67) from https://github.com/Homebrew/homebrew-core/pull/236233: ``` ==> Testing xeol ==> /home/linuxbrew/.linuxbrew/Cellar/xeol/0.10.8/bin/xeol version ==> /home/linuxbrew/.linuxbrew/Cellar/xeol/0.10.8/bin/xeol db update 2>&1 ==> /home/linuxbrew/.linuxbrew/Cellar/xeol/0.10.8/bin/xeol db status 2>&1 Location: /var/tmp/xeol-test-20250905-13894-fi0ymo/.cache/xeol/db/1 Built: 2025-02-10 03:51:15.519709 +0000 UTC Schema: 1...
Workaround implemented by @daeho-ro in * https://github.com/Homebrew/homebrew-core/pull/238790 The previous homebrew test fix now just improves the test: * https://github.com/Homebrew/homebrew-core/pull/236233
To answer "were we ever vulnerable" Grype would have to run against all previous revisions in git (or other VCS) and scan that, paying special attention to release dates of...
This patch is used downstream in * https://github.com/Homebrew/homebrew-core/pull/241291
Would it be better to rename existing formula to legacy format `[email protected]` and add the new v6 as `knot-resolver.rb` formula?