Matthew Wright
Matthew Wright
Catch JS errors in compiled code and use source-maps to get the KRL line and excerpt i.e. calling a function that is not defined, or having a "native" module throw...
`c_array.filter(function(v,k){"label"==k | "their_did"==k})` Gives an error pointing to the `|` character and says `expected }` A more helpful message would be `Unexpected | operator, did you mean || ?`
Allow a pico to specify rules on it's incoming event queue. - timeout i.e. if an event takes to long, stop working on it, raise an error - length limit...
For example, @b1conrad wanted to write this ``` rule sovrin_do_sum { select when sovrin new_sum numbers re#([^,]*)#g setting(numbers) foreach numbers setting(addend) ... } ``` Since it's trying to match all,...
Make a setting so it's easier to create rounded corners when rotoscoping.
Ability to opt-in to keyframing the effect settings i.e. glow size and brightness.
- [ ] ability to preview soundtrack while editing - [ ] ability to add sound layers, set starting and stopping positions (both on video and sound track) - [...