On Fri, 27 Apr 2018, vitalije wrote:
Finally, it seems that you know much more about uA's use cases. Have you ever put something in uA's that isn't json serializable?
I want to try and analyze that more, maybe just by searching my drives for .leo files and passing them through the JSON serialization code in the leo_cloud plugin.
But the two cases I ran into where datetime.datetime in todo.py, retrospectively a poor choice, it caused a boatload of trouble with Python 2/3 pickling issues, and the tags plugin wanted to serialize sets. Both of these cases are fixed now.
I'd be surprised though if I've never used integer keys for example. And maybe Python JSON allows those, even though they're not valid, I'm not sure.
Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
