Josh Willing
Josh Willing
adds a new `convertLongNumbersToStrings` option to Filemaker.create(). Setting this to true converts long numbers such as those produced by FileMaker's `Get(uuidNumber)` and `Random` functions into strings rather than returning scientific...
This works for me, and accepts either username and password or oAuthIdentifier and oAuthRequestId. I tried it out successfully on my own system, but I wasn't sure if/how to add...
I'm not sure what kind of clipboard access extensions have, but we could use these two libraries for mac and windows: Mac: https://github.com/DanShockley/FmClipTools Win: https://github.com/dansmith65/FileMaker-PowerShell-Clipboard
https://github.com/jwillinghalpern/filemaker-vscode-bundle/blob/55972df3e8426cf14abec3ce70c97a1489dcc20b/syntaxes/FileMaker.tmLanguage#L108 Should say 0-9 instead of 1-9 maybe?
This happens when you type `Get (` because the closing paren appears automatically like `Get ()` and you're cursor is left in between the parentheses. If you then choose one...
Low priority Current: ```rust struct ImportLogLine { timestamp: String, filename: String, code: String, message: String, } ``` But _maybe_: ```rust struct ImportLogLine
specifically around themes
https://docs.rs/enum_dispatch/latest/enum_dispatch/ Just stashing to research. I had trouble with closures being different types based on their captures and this might solve it. ~line 424 lib.rs
Consider using this crate for mac: https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/fn.send_notification.html This supports sounds and clicks out of the box. We _might_ be able to focus the fmrl window on click. And since only...
--no-color arg suppresses separators. It looks like it suppresses other features too, like notifications, but i need to test.