Luis Riegger
Luis Riegger
Hey, your tool seems to be incompatible with ssh shortcuts. Say, you define an "ssh bookmark" in ~/.ssh/config for the destination folder which has the name "backup", then the SSH...
Currently, `rtoml` converts fields with value `None` to a value of string "null" in the dumped string. Loading the string back in results in a "null" string in python instead...
The following code, exporting and reimporting a timestamp with millisecond precision fails: ```python from datetime import datetime import rtoml t = datetime.fromisoformat("2020-05-25T12:00:01.123450") d = {"t": t} dumped = rtoml.dumps(d) loaded...
### Motivation Proposal: This PR segments the properties and methods in the documentation into direct class properties/methods first, then an “Inherited” subsection with bracketed gray notes on the originating class....