You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that problem - and the work around to re-order the entries and put the date not as first assignment in the entries list
It would be nice to see that fixed.
When structuring a toml file as:
The parser fails with:
{:error, "%Protocol.UndefinedError{description: \"\", protocol: Enumerable, value: ~U[2019-10-16 13:30:00Z]}"}
When I change the order in the table list as such:
The parser is happy. 🙂
Any pointers where I could start looking? (I would like to provide a patch for this)
The text was updated successfully, but these errors were encountered: