Henrik Maier

Results 25 comments of Henrik Maier

Having this feature available would be so useful.

I also like to see optional support for absolute paths. Other ProcessWire modules like EMO add absolute paths like `/site/modules/EmailObfuscation/emo.min.js` to the `$config->scripts` array which currently breaks AIOM when passed...

I added a pull request which supports now recursive Hanna Code tags and this should fix the re-entrance issue as well. Maybe you can apply the changes locally and check...

Support for recursive (= reentrant) Hanna Code tags added as well. Hanna Code now can render partial which again contain Hanna Code tags.

No idea if this fix is even under the radar. There have been a few posts regards issues relating to recursion in the Hanna Code forums, so I believe it...

I think its Ryan's call to adopt the PR or not. At least the commit https://github.com/hwmaier/ProcessHannaCode/commit/da0cc66fb4f54b684e7be7ed1ee53fca95420e38 with the nested support should be added if the other change of the PR...

Very good point. I support this as well. Having those C strings non const is a major nuisance, in particular for C++ users. Our code is cluttered with unnecessary casts...

As this setting relates more to the IDE and configures IDE features (eg compile commands being available to the IDE) I would think this should be controlled by the IDE's...

I like to add that ``` "cmake.configureEnvironment": { "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", }, ``` does not work either for presets.

Ok, so this is by design. I can understand this as you want Cmake yield the same result regardless if launched from VS Code or command line. I think for...