Jay Patel
Jay Patel
FYI, just released https://github.com/jayp0521/mason-nvim-dap.nvim. Still needs some polishing and some functionality is missing
I am not an expert, but based on this package, it does seem like installation does happen using the `go` binary. https://github.com/williamboman/mason.nvim/blob/main/lua/mason-registry/editorconfig-checker/init.lua. Presumably, the reason is because, it is hard...
Sure, up to you The code is pretty simple (ignoring deep copies): ```go func NewSetFromMapKey[T comparable, V any](vals map[T]V) mapset.Set[T] { s := mapset.NewSet[T]() for k := range vals {...
sure, let me fork and give it a shot
> I'm curious what scenarios you end up creating a set of map keys? If you've already got a map, you've effectively got a superset of the normal set functionality......
https://github.com/deckarep/golang-set/issues/90
@deckarep should be good to go
@deckarep any update?
@deckarep gentle reminder