Štefan Baebler

Results 115 comments of Štefan Baebler
trafficstars

This was fixed in * https://github.com/vitessio/vitess/pull/16599 Fix confirmed in * https://github.com/Homebrew/homebrew-core/pull/195900

There were some changes in the routing patterns according to https://tip.golang.org/doc/go1.23#nethttppkgnethttp > The patterns used by [ServeMux](https://tip.golang.org/pkg/net/http#ServeMux) now allow one or more spaces or tabs after the method name. Previously,...

Croatia has a very similar problem, see * https://github.com/openaddresses/openaddresses/pull/7172 Which could be fixed by adding to conform: ````json "postal_city": { "function": "regexp", "field": "alternativeIdentifier", "pattern": "(?:\\S [0-9]{5} )(.*)$" }, ````

A new release [0.4.38](https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.38) was released yesterday, including fixes for all currently publicly known security issues. See https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.38

Error: `../libtool: line 1733: x86_64-linux-musl-ar: command not found`

Thanks for the workaround. I don't need to run it just for myself, I encountered this problem when trying to build it with upcoming Go 1.23 and giving you a...

Was this fixed in recent https://github.com/qjfoidnh/BaiduPCS-Go/commit/a1d664808c4c60c348f51f9ed3726c4c27faec25 and just needs a release?

A new release [0.4.38](https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.38) was released yesterday, including fixes for all CVEs listed above, namely: * CVE-2025-27144 in #241 * CVE-2025-22870 in #245 * CVE-2025-22872 in #251 ...and all other...

An attempt was made in * https://github.com/grpc-ecosystem/grpc-health-probe/pull/192 but was reverted in https://github.com/grpc-ecosystem/grpc-health-probe/commit/56bf299df42fc67643eaf636cd388f0c830aad1c.