Teodor Maxim
Teodor Maxim
When will another version be released? Since the last version important features such as context cancellation have been added, which I believe to be highly beneficial to the users of...
## Summary The problem is as stated in the title: when formatting with this plugin, all line breaks disappear. ## Actual behavior ```svelte import Component from './Component.js' import { onMount...
The error "Function called outside component initialization" is encountered by many, and its cause always is obscure to the developer. This issue is commonly raised on Stackoverflow, Github, and other...
Hi there, If you're using `go-sse` for any kind of project or trying to evaluate whether `go-sse` is the right tool for your project, please let me know here what...
Here's what's planned for v1, listed by priority: - [x] Improve internal parsing API (#6, 1352b29) - [ ] Improve server-side message creation API - [x] A refactor and simplification...
I've been contemplating for a while now this change. At the point of writing this, all code in `go-sse` is lumped in a single package: `sse`. Inside this package there...
The current client API offers a great deal of flexibility: - with an `sse.Client` multiple `Connection`s with the same configuration can be made - there can be multiple event listeners...
Wenn einige Regeln der deutschen Sprache gefolgt würden, könnten die Klammern von einigen Ausdrücken entfernt werden. Zum Beispiel: - [`Der Wahrheitswert ValOpVal ist wahr, wenn (das 2. Element des Kellers)...
Something I have noticed is that the formula you use for determining the Bezier easing percentage isn't valid. The formula finds either the horizontal or vertical coordinate of a point...
Hey, I was searching around for only an SSE events parser - encoder/decoder. This was the only library I could find that isn't ancient - thanks for your work! I'm...