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

Making decrypt accessible #19

Open
emitanaka opened this issue Apr 20, 2022 · 3 comments
Open

Making decrypt accessible #19

emitanaka opened this issue Apr 20, 2022 · 3 comments

Comments

@emitanaka
Copy link
Contributor

At the moment the decryption of lineup() is printed as a message and it's hard to capture it programmatically. I wonder perhaps saving this to .Last.value or some special function to extract it will be useful? (Or maybe there is one already?)

@dicook
Copy link
Owner

dicook commented Jul 5, 2022

Yes, it's been an issue. We had looked at this before but there wasn't a good way to do this.

The best approach is to generate the position outside of the lineup function, and pass it in with the pos argument.

@emitanaka
Copy link
Contributor Author

You can just add it as an attribute to the object.

@dicook
Copy link
Owner

dicook commented Jul 5, 2022

Ok, want to do the pull request

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

2 participants