ChrisLR
ChrisLR
There is also the fact that users will expect to be able to modify lists and dicts as if it was the _Saver equivalent. Currently, even with auto create, the...
Having autocreate off does help lessen performance cost of using these when the default value is appropriate. Such as having 0 for an attribute that is unused until set on...
I see this as a limitation of how the parser is built. It simulates what python would do and treats ' as the start of a literal string. To avoid...
It could also be improved by accepting something like "spider's silk", it does not seem to accept it currently
@Griatch problem here is the quote needs to be treated as a literal char, not as a quote
I can add a check for double-quote and single-quote bools, so you could do similar to python `"spider's silk"` so everything inside is literal, this one currently doesn't work
> > I see this as a limitation of how the parser is built. It simulates what python would do and treats ' as the start of a literal string....
I'm working on it btw, did some refactoring to make the fix easier, should have it working soon.
@Griatch oh it probably is because the ending ) is considered literal because of the stray ' which means it is never closed, and fail. This is an edge case...
Any luck finding a solution? The closest I got so far is to include have a hx-swap-oob delete div preceding the hx-swap-oob beforeend div. It works but the replaced element...