Conversation
Yup, updated. |
|
Here's a thought: What about making the resolution parameter optional? We can infer the res from the length of the digits. I'm raising it here because I'm considering doing something like that for the Python bindings. Another solution would be to not have a resolution parameter at all, and just read from the length of the digits. That's not so different from what, say, |
I would be fine with optional, as long as an explicit mismatch results in an error. It can be useful to have it automatically inferred when using it manually, but including the resolution inside of a batch scripting job so that you can find corrupt input data. |
Makes sense, I like this approach. Updated. |
constructCellto CLI.