nullabor icon indicating copy to clipboard operation
nullabor copied to clipboard

Making decrypt accessible

Open emitanaka opened this issue 2 years ago • 3 comments

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?)

emitanaka avatar Apr 20 '22 08:04 emitanaka

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.

dicook avatar Jul 05 '22 09:07 dicook

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

emitanaka avatar Jul 05 '22 10:07 emitanaka

Ok, want to do the pull request

dicook avatar Jul 05 '22 13:07 dicook