angelicochris

Results 9 comments of angelicochris

Any idea when this will be addressed? Not completely sure of why it does it, but I guess it can't be a simple setting to just not do it?

@Kaelum I am not to familiar with ASP.NET Core Web Applications, so I'm curious, what is the purpose of putting the original config files in the bin folder?

Is there a way to add these helpers to the foundation stack to use them? https://github.com/helpers/handlebars-helpers Panini's custom helpers seem to require each helper have it's own .js file while...

Ok, this is going to be a really noob question, but if I have the handlerbars-helpers package installed how do I point my config to those helpers? I shouldn't have...

![image](https://user-images.githubusercontent.com/55987158/90146180-bd386a00-dd4e-11ea-9b59-5db34116612f.png) According to this the helper ends up being the name of the js file. Maybe I can do it by proxy? Include the handlebars-helper in the helpers/myhelper.js file and...

I got this to work inside my own helper.js ``` var fs = require("handlebars-helpers/lib/fs") module.exports = function (dir, filters) { var items = fs.readdir(dir, filters); for (var i = 0;...

Just ran into this myself. The above codepens do not seem to work for me and the solution proposed [here](https://github.com/tinymce/tinymce-vue/issues/48#issuecomment-730715484) doesn't work either.

> According to SiteImprove, the issue seems to be associated with the role="tab" not being a direct child within role="tablist". > > ``` > > ... > ... > ......