I try encoding symbols with DrWatson.jl savename.
The encoding works, but I have troubles getting the NamedTuple back from the encoded string, but only get MethodError on tryparse.
Since, I this is my first use of DrWatson, I think its just that I did not fully get the API yet, rather than a bug and posted this first at discourse.
How do I correctly specify the arguments to savename and parse_savename to make the example work for the example slc NamedTuple?
I am using Julia 1.8.1 and DrWatson v2.9.1.
I try encoding symbols with DrWatson.jl savename. The encoding works, but I have troubles getting the NamedTuple back from the encoded string, but only get MethodError on tryparse.
Since, I this is my first use of DrWatson, I think its just that I did not fully get the API yet, rather than a bug and posted this first at discourse.
How do I correctly specify the arguments to
savename
andparse_savename
to make the example work for the exampleslc
NamedTuple? I am using Julia 1.8.1 and DrWatson v2.9.1.