Jo David
Jo David
**HEMTT Version:** 0.7.3 **Description:** *functions\script_component.ht.hpp* `#include "\{{MAINPREFIX}}\{{PREFIX}}\addons\other\script_component.hpp"` **Steps to reproduce:** * run "hemtt template addon test"
**HEMTT Version:** `0.5.1` (stable) As a user I would like to add 3rd party pbo files to e.g. a separate folder and while building have them copied to the addons...
VSCode 1.36.1 SQF Language v2.0.3 EditorConfig 0.13.0 When creating a new file it happens that editorconfig settings (especially spaces instead tabs) are ignored or rather change to back from spaces...
@GodofMonkeys 2.BI always like to change somting. Like stringtable.xml, inside order of language was changed. `Original: Original, English, Czech, French, German, Italian, Polish, Portuguese, Russian, Spanish` `New: Original, French, Spanish,...
I'm experiencing hydration mismatches.  I'm using the following code: ```vue const drawer = defineModel() ``` when setting the z-index to a fixed value the issue is gone: ```diff const...