Laurent Demailly
Laurent Demailly
It'd be awesome if `minimal` would support @media (prefers-color-scheme: light | dark) and/or have an explicit toggle for users and/or have a _config.yaml option Thanks!
Adding a new `jrpc` json rpc client and server library Use it in tests and in rest handler Also changed the returned async objects so they can be used and...
_Originally posted by @ldemailly in https://github.com/fortio/fortio/pull/610#discussion_r937921455_
We do have the debian branch, fpm etc but it never got into official distributions beyond brew ps: given we now require go 1.18 and distros tend to lag that...
Need quite a fair bit of boiler plate code, even with generics to send some struct serialized as json and receive a response back over http This came up during...
https://deps.dev/go/fortio.org%2Ffortio I submitted https://bestpractices.coreinfrastructure.org/en/projects/6054 but somehow it still shows 0/10 on deps.dev
``` ================== WARNING: DATA RACE Read at 0x00c000282f70 by goroutine 39: fortio.org/fortio/fnet.NetCat() /go/src/fortio.org/fortio/fnet/network.go:459 +0x525 fortio.org/fortio/fnet_test.TestTCPEchoServerErrors() /go/src/fortio.org/fortio/fnet/network_test.go:204 +0x3d8 testing.tRunner() /usr/local/go/src/testing/testing.go:1123 +0x202 Previous write at 0x00c000282f70 by goroutine 45: fortio.org/fortio/fnet.NetCat.func1() /go/src/fortio.org/fortio/fnet/network.go:450 +0x90...
fortio has so many features that `-h` or the README.md or the web UI are not making for an easy onboarding or discovery of all it can do and how...
Follow up from $538 [...] So it's not possible to address specifically or enumerate all the multi arch images built (to copy from)? I appreciate greatly the contribution btw! it...