Nate Williams
Nate Williams
@G10h4ck Why are you using the json `string` tag for these fields? Is it needed? I'm getting an error: `getInfo: json: invalid use of ,string struct tag, trying to unmarshal...
I'm facing the same situation now, does anyone have updated information on using beforeunload or some other event listener to do this? Thanks.
Thanks for the idea, I still was unable to get my handling there to trigger. I came up with something that just uses syscall/js manually instead: ``` func BeforeUnload(close func())...
I've started attacking this issue at https://go.dev/cl/564338 and added tests/enabled the usage of `refactor.extract.constant`, `refactor.extract.function`, and `refactor.extract.variable`. One possible issue is that I have not implemented a new type of...
IDK if this will help you, but I had a similar issue and found that the hacky solution only worked if I removed the `!isServer` clause, i.e. not adding an...
@p4u fixed with gofumpt, but I'm not sure why the go module check is failing. I ran go mod tidy and tried upgrading my go version.