Dan Smith
Dan Smith
AutoHotkey_L v1.1.13.00 would not run this file without a space surrounding each decimal
Have you considered enabling/disabling the DocumentStore option on per-field basis? I'm adding elasticlunr to my blog now and was thinking of indexing the entire post content (while my blog is...
https://github.com/rmbolger/Posh-ACME/releases/tag/v4.0.0-alpha
If the certificate was updated, but the script failed to install or restart FMS (which is a common scenario) I should suggest the user to run the command again with...
> Error: 10904 (No applicable files for this operation) Likely, this means the files were already open, but research it first.
Under certain circumstances, all credentials disappear from Credential Manager after using this script. I have been unable to consistently reproduce this issue, but it did happen multiple times in various...
This doesn't actually happen, though; it just returns an empty string. An empty string is probably enough since a json null value will be returned as "json:null" (might want to...
``` jsonO ( jsonOp ( "ts" ; Get ( CurrentTimestamp ) ) ) // = { "ts":9/24/2015 7:29:01 PM } ``` it should return: ``` { "ts":"9/24/2015 7:29:01 PM" }...
It should either return an empty string, or an error (I'm not sure which, yet). It seems like it's trying to process it and reaching FM's recursion limits.
There is a temporary method in place for this, and a comment in the code, along with an idea for an alternative method. https://github.com/dansmith65/FileMaker-JSON-Functions/blob/26ab18216e13a357c428697ae89d360906a6926f/Functions/z_jsonParseSupport1.fmfn#L689