Josh Willing
Josh Willing
Hey, the main issue here is that JS naturally truncates long numbers when parsing JSON. Here's the result of parsing your exact data in the Chrome console: Can you add...
I hear you, I really wish FileMaker hadn't introduced UUIDNumber in the first place. Another possible solution on your end would be to change all the id fields to text...
10-50% performance boost?? I've not seen any improvement in my (perhaps flawed) tests. Can you shoot me a line about how you found that, maybe via DM on the Claris...
Updates: the `colored` crate allocates a `String` as part of `ColoredString` anyway, but less is more so maybe I can avoid allocating before then. Another potential improvement, which would required...
upon further though, i don't think this is feasible given the current API, and would likely be a breaking change. For example, args that take values can be written in...
I think the better approach would be to generate negation flags for the args we want to make negateable. ```bash -d, --docs-dir --no-watch (--no-no-watch?? maybe --watch is better, and treat...
That's an interesting one. I sort of just took it for granted that pasting in formulas wouldn't populate Import.log, but it would be nice to be notified when a formula...
Is there some way to tell FMGofer to always parse, without having to include the parse param in each call?
If I add this, I might also update fm-mock's mockGoferScript to match. Edit: I just noticed that this could make mockGoferScript more annoying to work with, although it might help...
I was almost convinced to merge today but then I realized there are cases where you _want_ FMGofer to perform the final JSON.stringify on your param. Not allowing it to...