Rob Marrowstone
Rob Marrowstone
For folks who may stumble on this in future... for me this was caused by a mismatch between the Kotlin version I had in IntelliJ (1.6) vs what was set...
~~When the text is _not_ known, the information about SId and import location is also missing.~~ ~~I see. That currently raises an error as well, though we could be returning...
Can't say my C-chops are any better than Matt's, but the changes make sense to me. Thanks!!!
An observation is that the in-memory type of an s-expression is a list. A python tuple _may_ map to a list or a s-exp depending on a flag to the...
Conceptually, IonPy types were designed with the idea that they _are_ the native python type and that the native python can substitute for them. This duck-typing, seems at face value,...
I have completed the work in my workspace and put together a draft PR. It is currently failing to build due to Python 3.6 being past EOL.
We had not been, but I agree we ought to. I will also create a GH issue to cull the custom enum from ion-hash-python. Sorry about that.
Can you clarify that you are or are not using some form of virtual environment? If you had the commands that you used to install and run that would be...
We have seen issues with M1 macs and "emulation mode" specifically: > if somehow pip gets run as arm, but python gets run as x86_64, you get module not found.....
Personally, I find `Facets`, even when used as intended to be confusing. I understand the goal is to encapsulate the implementation, but the indirection is difficult. Specifically, it's really hard...