Tom Wiesing

Results 12 issues of Tom Wiesing

In the following code ( [Playground Link](https://go.dev/play/p/cgvfccCr6X0) ): ```go package main import ( "fmt" "reflect" ) type something struct { x string } func main() { typ := reflect.TypeFor[something]() for...

false-positive

A group of us were starting a replay and we encountered the following client error: ``` TypeError: Failed to find the card state at order: 54 at ve (https://hanab.live/public/js/bundles/main.6440.min.js:24:111714) at...

bug