Eric Bussieres
Eric Bussieres
Originally, it was a PR from @thomashunziker. See #116
In PebbleEngine Builder, you can set `literalDecimalTreatedAsInteger` to true if you want that behavior
@cjbrooks12 Actually, it's possible to override what is in CoreExtension. You can override everything except binary and unary operators. I just made a test case and it's working perfectly
We should also disable the special "_context" variables when globalScoping is set to true. Need to adjust also pebble-spring
Yeah exactly, and here too https://github.com/PebbleTemplates/pebble/blob/master/pebble-spring/pebble-spring6/src/main/java/io/pebbletemplates/spring/extension/function/bindingresult/BaseBindingResultFunction.java#L44 https://github.com/PebbleTemplates/pebble/blob/master/pebble-spring/pebble-spring5/src/main/java/io/pebbletemplates/spring/extension/function/bindingresult/BaseBindingResultFunction.java#L44
Please submit a valid test case demonstrating your issue
Well I generated a self signed certificate and I use it in command line instead of using the default one `stubby -d endpoints.yml -l localhost -w -c src/mock/tls/cert.pem -k src/mock/tls/key.pem...
Not sure what's the problem. Feel free to submit a PR if needed. Installation guide page is here https://github.com/PebbleTemplates/pebble/blob/master/docs/src/orchid/resources/wiki/guide/installation.md
Can you add some unit tests ?