David McDonald

Results 14 comments of David McDonald

Just wanted to note here that this functionality is currently restricted to XO admins only.

Is there a way to have the `torepr` function display the scalar mapped value instead of the value itself? Would like to have dates represented as a timestamp instead of...

Thanks! I've been super busy but hopefully I can put the finishing touches on this this weekend.

Is `FieldRawLen` the correct way to decode a blob of binary data, such as in the `Data` type for binary plists? I'm having trouble extracting the data using `toactual` in...

Handling timestamps is tricky. On the one hand, it's tempting to render it as the description by default, since that is the behavior of `plutil` and presents the value clearly...

> Im thinking about releasing 0.0.10 soonish, would be nice to include this. If your busy we can merge and i can try fix the remaning things if you like?...

Should this be `println!` and not `eprintln!`? Personally, I'd rather have this sent to stdout than stderr. Also, for some reason the file list doesn't even output to stderr as-is,...

Is there guidance or a good reference commit somewhere that shows how to add decode options for specific formats?

Thanks for the swift reply and for sharing your notes, I appreciate it. I'll run some experiments and see what I find.

There will likely be a little learning curve around tree-sitter for whoever else helps maintain that, especially [writing queries](https://tree-sitter.github.io/tree-sitter/using-parsers/queries/1-syntax.html), but I can add really thorough comments explaining those, and I'm...