Thom Hos

Results 6 issues of Thom Hos

Using the lang="pug" attribute somehow seems to think the whole document is written in pug. Any plans on updating this, or am I doing something wrong here?

## Expected Behavior When passing { onChange: onChangeHandler } as config options, I expect the onChange to be called everytime something changes. ## Actual Behavior The onChange is called when...

I'm making a custom dropdown with Downshift and Glamorous / Glamor. It's working really well, but I've ran into an issue which only seems to manifest itself when I'm using...

Hello, **Situation** Upon loading the view, I query the API for some data. My charts are using the data from Vuex as input, with empty object as a fallback. **issue**...

I'm not able to make macros and variables work properly in partials that I include. I have an entry file called index.tpl, this includes a module. Inside this module I...

It seems I'm unable to use macro's that have camelcasing. The below doesn't work. If I change it to all lowercase ('contentblock'), it does work. ``` {% include 'macros/content-block.tpl' %}...