Not Rob Pike
Not Rob Pike
For soft-delete to be valuable, delete/create cycles probably have to be rapid. I understand that the deletion of a big-M "Metric" here is really deletion of a time series, not...
Considering jsonwebtoken has that issue as a [closed:wontfix](https://github.com/Keats/jsonwebtoken/issues/140), and they give an easy solution, I don't see how that's a blocker. For alg `none`, it's a simple base64 decode. Since...
thanks. if i were familiar with rust I'd work up a PR. hopefully someone out there is motivated.
https://github.com/golang-jwt/jwt/blob/v5.0.0/hmac_example_test.go#L26 which generates https://pkg.go.dev/github.com/golang-jwt/jwt/v5#New
@monkey92t I can definitely understand a desire to keep the API simpler, and performant. However this is a go-specific project, is it not? By not using the context deadlines you...
this is the log from the plugin itself (`pluginlog.log`): ``` 2025-04-04 12:21:53.6972|DEBUG|BarRaider.SdTools.Logger|Logger Initialized 2025-04-04 12:21:53.7310|INFO|BarRaider.SdTools.Logger|Starting server ws://127.0.0.1:48969 2025-04-04 12:21:53.7558|INFO|BarRaider.SdTools.Logger|Plugin Loading - 6 Actions Found 2025-04-04 12:21:54.0383|INFO|BarRaider.SdTools.Logger|Plugin version: 5.1.2 2025-04-04 12:21:54.0392|INFO|BarRaider.SdTools.Logger|Connecting...
@bwplotka I'm surprised you'd need thousands of goroutines but I'll take your word for it. Agreed this problem should be incredibly rare in practice and not worth the complexity. I...
There are 2 lint failures. One of them exists in main already and is not due to any change in this PR. The other is introduced because the `now` field...
this isnt a bug in this code. it's in `decks-vscode` https://github.com/nicollasricas/decks-vscode/issues/20