Roger Tawa
Roger Tawa
My bad, my earlier description should have been clearer. When I said "type" I meant after pressing Ctrl+P which is the "Go to File..." or "Quick Open" command. I can't...
Yeah that's what I'm doing right now as a workaround. However, `SystemTime` is not localized, it's always UTC. I wonder if it would be better to add `chrono::DateTime` support instead?
That's not the case. serde_json does support `u128`. I persist the same structure to a file as JSON with no issues.
Thanks, adding the "arbitrary_precision" feature to the serde_json dep in my `Cargo.toml` file fixed the runtime error. However, the rendering of the least significant digits is incorrect. For example the...
Sounds good, you can close this issue if you like. I'll keep using my workaround. However, I don't think this is a serde_json issue, I believe it's how Tera uses...
Sorry, my bad, that link is not serde_json issue link. So I'm not sure where the problem is, but things are working for me, so I'm good.
The Mac implementation is not done yet.