Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Provide Cursor Implementation in embedded-io #631

Open
overcat opened this issue Sep 18, 2024 · 0 comments
Open

[Feature Request] Provide Cursor Implementation in embedded-io #631

overcat opened this issue Sep 18, 2024 · 0 comments

Comments

@overcat
Copy link

overcat commented Sep 18, 2024

Description

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant