You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a need for Cursor while using embedded-io. The current codebase doesn't seem to provide this feature, so I implemented it myself. However, I'm unsure if adding a Cursor to this repository aligns with the project's goals.
Motivation
A Cursor can be useful for navigating through data streams or buffers, and it might benefit other users. I wanted to check if this feature would be a good fit for embedded-io.
Proposal
If this is something you'd consider adding, I can submit a pull request with the implementation. Looking forward to your thoughts!
The text was updated successfully, but these errors were encountered:
Description
I've encountered a need for
Cursor
while usingembedded-io
. The current codebase doesn't seem to provide this feature, so I implemented it myself. However, I'm unsure if adding aCursor
to this repository aligns with the project's goals.Motivation
A
Cursor
can be useful for navigating through data streams or buffers, and it might benefit other users. I wanted to check if this feature would be a good fit forembedded-io
.Proposal
If this is something you'd consider adding, I can submit a pull request with the implementation. Looking forward to your thoughts!
The text was updated successfully, but these errors were encountered: