Gabriel Sanches
Gabriel Sanches
In order to parse the token you'll need to verify it: ```go import "github.com/gbrlsnchs/jwt/v3" type CustomPayload struct { jwt.Payload Foo string `json:"foo,omitempty"` Bar int `json:"bar,omitempty"` } var hs = jwt.NewHS256([]byte("secret"))...
I, Gabriel Sanches, give permission to license my contributions to gotop under MIT.
For Gruvbox users, I recommend giving the fork [gruvbox-community/gruvbox](https://github.com/gruvbox-community/gruvbox) a try. I think this issue is already solved there, still, this repo doesn't seem to be maintained anymore, whilst that...
Another use case is being able to use https://github.com/iamcco/diagnostic-languageserver to run linter and formatters, thus freeing us from having to use a different plugin for that.
Does someone know where to start? I could try to implement this feature myself.
I was facing the same issue. Changing from `hybrid` to `unified` cgroups mode in `/etc/rc.conf` fixed it.
This would enable using [`diagnostic-languageserver`](https://github.com/iamcco/diagnostic-languageserver) to lint code and also run formatters not supported by LSP servers themselves.
> I was able to open main menu and character select in offline mode, no tinkering outside of using proton experimental. However, the game crashes on character creation @kingpingu I...
When using FZF, I used to use https://github.com/Aloxaf/fzf-tab for such purpose. I think a similar implementation would be a good fit!
I could cross-compile BSD binaries and upload them to each release from here on (automated), however I'm a bit insecure about it because I'm not able to test Pilgo on...