-
Hi. In a Nunjucks template I have some variables that are functions, that I can invoke to get the final value. For example:
```
{% set pages = getPages() %}
```
The same code in Liquid throws …
-
```
Gem::GemNotFoundException: can't find gem bundler (= 2.4.13) with executable bundle
/usr/local/lib/ruby/site_ruby/3.2.0/rubygems.rb:263:in `find_spec_for_exe'
/usr/local/lib/ruby/site_ruby/…
-
I'm trying to test a liquid for loop where the variables do not exist. I want to render the text without throwing an error but still capture the error list. This is the case I'm testing:
```
Strin…
-
I'm currently implementing a password reset flow, and ran into an issue with the `customerReset` mutation. Firing `customerRecover` sends an email notification, as expected. I modified the email notif…
-
## Issue Description
VA health and non-clinical services may be offered at more than one location for a given health system. Service locations can use the same address as the main facility, another l…
-
# Description
Starting with SteamVR `1.15.X`, overlays (via `IVROverlay` from a game client, **and** the "system" overlay displayed when you hit the "system" button on the index controllers), wobbl…
-
Hello,
I've recently implemented your https://github.com/CycloneDX/cyclonedx-php-library solution to one of my projects (on feature branch https://github.com/llaville/box-manifest/tree/sbom), and n…
-
In the vein of https://github.com/OrchardCMS/OrchardCore/issues/3553, I am starting another website using the traditional CMS model.
* I start with a blank theme.
* Sqlite
* Multi Language websi…
-
-
We need python's random method exposed in liquid to assign a random value to a variable.
Writing a simple custom filter solves the main thing, but in order to do that some variable is required.
Co…