Grant Skinner
Grant Skinner
This would be totally doable for the JS flavor, but poses problems for flavors that are run on the server. We can't afford the processing to have people running hundreds...
It's worth considering whether there's a use case for a version of this that adjusts automatically if the position of the widget changes (the example above wouldn't).
We have been just dealing with that as a state change, either at the widget level, or via a builder using, for example a ChangeNotifier. Related, there's also some work...
I'm hesitant to bind the interaction to the animation so directly, because there will be cases where you want to animate something other than what was clicked. With the changes...
@esDotDev that's definitely an option too, if you don't mind storing the controller in the local state. It can be even a tiny bit easier (or at least more compact):...
True. The adapter solution is potentially reasonable for "transient" animations where losing state isn't really an issue (ex. hover), but it will lose state if the widget is rebuilt.
Thanks for the reminder. I'll take a look at this in the next little bit. It may be as easy as updating the language config, though I should probably add...
I just pushed updates that add support for dotall and lookbehind. Property Escapes and named groups are going to take a bit more work, because I need to modify some...
Another quick update: pushed support for unicode property escapes. Still need to add named groups & update docs appropriately for all of these features. Update: Named group support is in....
A v3.7.0 build is available for testing on: https://beta.regexr.com This includes support for named capture groups, unicode property escapes, lookbehind, and the dotall flag. Additionally, tooltips for tokens with warnings...