Teodor Maxim
Teodor Maxim
It would be cool if this would also highlight things like Rust's `todo!` macro.
If possible, it would be nice to enable this on a per file-type basis. I'd like to have "text" files, for example, opened directly in Zen Mode, when I open...
I think it's necessary for this to be configurable. Personally I don't enjoy bracket colorization, so I'll look for a way to disable them.
We could have two overloads for `teleport`, to have both nice formatting and optional key: ```ts declare function teleport(data: () => T): T declare function teleport(key: string, data: () =>...
Thank you for the feedback! As an observation, unsubscribing is not actually required for the correctness of the program. It is there to enable the user to stop receiving events...
@slimsag the `sse.ConnectConfig` would have a `Client *http.Client` field. When it comes to mocking the client, I think the canonical way to do it in Go is to actually use...
I understand now. I actually happen not to be very familiar with this pattern – are there some open-source projects which employ it or some libraries that help with creating...
Thank you for the plethora of examples! I find it interesting how in some of them, namely Sourcegraph, Cilium, the implementors of that interface in the respective files actually wrap...
Hi and thank you for raising the issue! I've thought of this before and I've made the assumption that when the slice is reallocated the dequeued elements would be dropped...
A PR would be very welcome! Thank you for your work. EDIT: PR #23 is now open.