Laurent Demailly

Results 120 issues of Laurent Demailly

more than just the example in the README maybe swagger.io but ideally without introducing any new dependency in the runtime

Ran `make updatereadme` and `go test -v -bench="." -benchtime=3s -benchmem` on my M1 max laptop Using this to improve and compare fortio's logger perf

Is that a limitation of the OS or my mistake but alt-tab seems to do nothing: ```go kb.Clear() kb.SetKeys(keybd_event.VK_TAB) kb.HasALT(true) err := kb.Launching() ``` Same with .Press() .Release()

for https://github.com/codecov/codecov-action/issues/1284 using https://github.com/fortio/workflows/pull/2

**Description:** Trust the go team releases and have a minimal delay between the go team shipping a new patch release (e.g 1.20.6 to 1.20.7) and that patch becoming available with...

feature request

@christopherL91 commented on [Wed May 31 2017](https://github.com/istio/istio/issues/350) Using the latest istio setup on GKE and can't get the client ip to show up when the request is routed through istio....

area/networking

@carlskii commented on [Thu Jan 11 2018](https://github.com/istio/community/issues/27) Hi I just installed Istio using Docker for Mac with kubernetes. Everything seems to be running, however is running. However, my load-balancers external...

area/enviroments

https://www.rfc-editor.org/rfc/rfc7807

https://github.com/fortio/fortio/actions/runs/9322736091/job/25664415812?pr=927#step:8:232 ``` ================== WARNING: DATA RACE Read at 0x00c0003b6008 by goroutine 13: reflect.Value.String() /opt/hostedtoolcache/go/1.22.3/x64/src/reflect/value.go:2654 +0x617 encoding/json.stringEncoder() /opt/hostedtoolcache/go/1.22.3/x64/src/encoding/json/encode.go:589 +0x56a encoding/json.structEncoder.encode() /opt/hostedtoolcache/go/1.22.3/x64/src/encoding/json/encode.go:704 +0x2bd encoding/json.structEncoder.encode-fm() :1 +0xe4 encoding/json.ptrEncoder.encode() /opt/hostedtoolcache/go/1.22.3/x64/src/encoding/json/encode.go:876 +0x3f1 encoding/json.ptrEncoder.encode-fm() :1 +0x84...

https://learnxinyminutes.com/docs/nim/ ```nim var # Declare (and assign) variables, letter: char = 'n' # with or without type annotations let # Use let to declare and bind variables *once*. legs =...