Jesse Ditson
Jesse Ditson
I'm also curious about AWS features in this scenario - is it implied by this issue that there would be a local S3 API available for buckets as well? Or...
I'm actually injecting these at runtime (via a service worker), not during the build - otherwise I would use a global! But in this case, I'm loading the (post-build) script...
This is available as the `--no-modules-global` flag!
Although upon testing it appears that the types do not get named properly if this is used, so there's likely at least a task around aligning those.
Alternatively, since a lot of what my implementation does mirrors the internal parsing, the ability to add formats to `USER_FORMATS` in some way would solve my problem - however, this...
I reproduced this with v3.3.2 in Firefox, and after updating to 3.3.3 it appears to be resolved.
Yes absolutely! Feel free to ignore this until the tests pass too, I should have a moment next week to peek at it!
Curious about this as well. Is strict parsing incompatible with the `default` filter? It seems like they're either mutually exclusive, or the parsing in this implementation is overly strict. I...
Seems like this may also be related to https://github.com/cobalt-org/liquid-rust/issues/477. FWIW it looks like this is also unresolved in the ruby lib, which and liquidjs implements a `lenient_if` to special-case default...
After going through the related material, it seems like the correct thing to do here is to allow using the `default` filter for values that are `Value::Nil`, but not on...