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
Hi @willmadison, thanks for the PR! Please also include your changes in the cursor_windows.go file :)
Happy to! I just wasn't sure that a generic writer would be congruent with the proprietary approach taken on the windows side given that io.Writers don't have a file descriptor which can be passed to syscall.Handle. What's the recommendation on how cursor_windows.go should allow for custom io.Writers in that context?
I am also not quite sure how we could do this on Windows. But we need the function SetTarget at least, so that the tests pass and the lib compiles cross-platform. Even if it doesn't do anything. BTW, could you also please add a short description to SetTarget, thanks. Maybe you could also add that setting a different target will not work for Windows 😉
I am also not quite sure how we could do this on Windows. But we need the function SetTarget at least, so that the tests pass and the lib compiles cross-platform. Even if it doesn't do anything. BTW, could you also please add a short description to SetTarget, thanks. Maybe you could also add that setting a different target will not work for Windows wink
Done! Also if you could please add the tag hacktoberfest-accepted to this PR that'd be awesome! Thanks!
Thanks @willmadison! I'd prefer not to add the hacktoberfest-accepted to the repo, as it will stick here forever then. You don't actually need the label anyway. Either the PR gets merged (which it will), or the label is added. Both scenarios will result in a finished Hacktoberfest PR 😄
@MarvinJWendt sorry to be a pest here, but it looks like things may have changed this year so if the PR (not the entire project) isn't opted in it won't get counted by the organizers. So if we could just tag the PR as 'hacktoberfest-accepted` that should suffice (without opting the entire project/repository in)
Sorry! I forgot to opt this repo in. I thought we have the Hacktoberfest topic, as I added it to most of my recent projects, but as it seems not to this one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #5.