Imran Iqbal
Imran Iqbal
I found that the simplest way around this was to add the [`.eslintignore`](https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file) file to my UI repo with this content: ```ignore # https://github.com/Mogztter/antora-lunr#enable-the-search-component-in-the-ui /src/js/vendor/lunr.js /src/js/vendor/search.js ```
Thanks for sharing your method, @tbugfinder. I was able to use it to dig a little deeper into what else could be possible. Grabbed a portion from my site's `search-index.js`:...
> You have to check ChangeLog and add missing entries there as well @krionbsd Added the changelog file to the commit.
@Ch3LL Thanks for the review and confirmation. > and i see ` - Rendering SLS 'base:redis.common' failed: Jinja variable 'dict object' has no attribute 'pkg_name'` Yes, as a symptom of...
@yuriks Thanks for sharing that. Actually, we've got an active PR that proposes the same thing: * https://github.com/saltstack-formulas/template-formula/pull/186
As @Arc676 rightfully pointed out, my issue #957 is a dupe of this one. So I'm merging here and closing that one.
@mymike00 Thank you for your comment. I'm not exactly sure what the problem is. If there is some specific etiquette that I've gone against, I would appreciate it if you...
@hummlbach > if I understood your dup correctly, you would be interested in implementing this right? Are you still in doubt whether it would be accepted? Judging upon the comment...
> PR #264 made enabling the backend cache the default, but there is an argument for exposing the option while leasing it disabled by default - it is less surprising...