Mathias Fredriksson
Mathias Fredriksson
Thanks for confirming @FelicianoTech. I'm closing this issue as I don't see anything actionable here for us to do. Feel free to re-open if I missed something.
@vito any chance you could try this change? Does it still produce the same error? https://github.com/coder/websocket/blob/a633a10fb558ad5b93247ca57f45480f643f7ce6/internal/wsjs/wsjs_js.go#L138 to: ```go func (c WebSocket) Close(code int, reason string) (err error) { defer handleJSError(&err,...
@kvizyx hey, and thanks for the proposal. This hasn't been on our radar but it looks useful enough that we could add it. 👍🏻 I see you included `pm.Close()` in...
@kvizyx Honestly, the proposed API is quite alright, just a small naming adjustment and dropping the Close would be a good fit IMO: ```go // PreparedMessage ... type PreparedMessage struct...
Hey @hexdigest. Thanks for the contribution! I'll need to read up on this a bit to give a proper review, so it might take a while. In the meantime, I'm...
@hexdigest is this something you still want to work on?
What kind of use-cases are you considering? Off the top of my head I could see us having something like this: ```go // Match stdlib flate.Writer, add release. type FlateWriter...
> I was thinking about something like this ☝️ maybe with the one minor difference which is putting Release() logic into Close() method of WriteCloser. Yeah, that's honestly better 👍🏻...
FYI @hexdigest I came across today that this library used to integrate `klauspost/compress`, removed in #240. The reason seems to have been that it was too big (#220). I see...
Indeed, Pure is overriding the title you're trying to set. You could add this to your `.zshrc` after `prompt pure` to override the Pure behavior (override with a no-op function)....