Evulse

Results 8 comments of Evulse

I think this issue needs to be broken in to 2 parts. 1. Some of the issues are about not having a NOT operator 2. Adding support for parentheses to...

This simplifies the following ``` {% if a and b %} {% unless c %} ... {% endunless %} {% endif %} ``` to be a single line ``` {%...

Yeah these wouldn't be too hard to implement. I also like the `{% include 'jd__function' fn: 'assign' key: 'example.new' value: value %}` syntax as it is probably easier to understand...

Might help someone but I just installed react-dom to the expected version prior to install to avoid it trying to install 18.2.0 ``` npm i [email protected] --save --save-exact``` Edited to...

@MrVico It looks like it's still trying to install `18.2.0` maybe because it's already installed or maybe because it's just because your package file has `^18.0.0` Just go in to...

@ccbrown I guess thats completely possible, I guess it was more to avoid any possible situations of the value being nil. Instead of going through and confirming that nil is...

Actual zip files of themes I think is an easier one as if it fails to load you can pretty much guarantee it was valid code before, so you can...

Additional use case here - https://github.com/golang/go/issues/65555#issuecomment-2837331562