Daniel Martí
Daniel Martí
This library has [47 `go:linkname` lines](https://github.com/search?q=repo%3Agoccy%2Fgo-json%20linkname&type=code), particularly in https://github.com/goccy/go-json/blob/5e2ae3f23c1db71990844a230a4d11559efe128e/internal/runtime/rtype.go, which I find very surprising for a JSON library. Please transition away from them like Ian says - if the standard...
I encounter a similar issue from time to time; I shut down my machine, and all the units/services stop within a few seconds, but tailscaled stays around for a solid...
> The names. For example, “structlayout”, versus “typelayout”? If we decide that this is a good place for 0-width signal types, some of them (`NoCopy`) aren’t about type layout which...
@ostcar as per the original post, the current behavior is already documented: > The JSON null value unmarshals into an interface, map, pointer, or slice by setting that Go value...
There's also no end to what actions could be implemented. Pagination? Seeing an event's details? Switching to weekly/daily views? All of these are implemented in actual Calendar apps, which is...
SGTM but please deprecate the module in its go.mod as well :)
This has worked for me for many months, for what it's worth - either using the wayland socket alone, or wayland plus fallback-x11. Using wayland plus x11 doesn't quite work,...
FWIW I would definitely recommend following `go vet ./...` and `staticcheck ./...`. There's quite a bit of work to appease staticcheck, but from the sample I chose above, you can...
`gofmt -s` removes redundant syntax, and is a pretty standard thing from upstream Go. Some projects only enforce `gofmt`, but many enforce `gofmt -s` as well, and I honestly don't...
@bnewbold any suggestion on next steps, before this gains merge conflicts?