parulsingh23
parulsingh23
In elements.js, I'm testing duration as a dateType with the regular expression as ``` /^PT[\d]{1}H/i``` and using ``````. However, the input type is still identified as "date" rather than "duration",...
I was wondering the exact same. Specifically, I noticed that the read.me states utilizing threading with calls to `image_to_text` and `file_to_text` is very quick. For my purpose, I want to...
The style change I made in #631 was to add a grey-overlay onto the Save button in mv-bar if there is no data change, and to remove that grey-overlay if...
Oh I see, you had done that blue glow in response to this issue. My bad, I thought that the blue glow was already present and we wanted to have...
Good point @LeaVerou, I updated the docs with the 'Custom Functions' section right after "Function Calls". Let me know if I should make any changes.
@LeaVerou you can review this change (updated to include example of adding js function to Mavoscript: Mavoscript.Functions.increment = function(param) {return param+1}).
@LeaVerou I updated the function to be a logical xor custom JS function, so you can look over the changes and let me know, thanks!