githubbbie
githubbbie
> [@githubbbie](https://github.com/githubbbie) > > > This is an important issue. > > And this is a comment that adds no useful information but spams [at least 22 users](https://github.com/the-djmaze/snappymail/watchers) with an...
Tried this again with a google workspace account from within a logged in instance and get:  Then that led me to try google workspace account from a logged out...
Ok, this is a feature request then. Lets see if someone else or myself gets to this first. Cheers
> I have no idea whether this change is correct or functional, but it does get rid of the error. Then again, simply commenting out the offending lines also gets...
Agree with everyone here, I've made this my daily driver for passwords and across three nextcloud instances. Have more than 2000 passwords to cleanup after an import, and drag n...
This is very important feature for modern workflows. AGREE
Wow, got further this time: ``` node --max-old-space-size=5168 node_modules/hexo/bin/hexo generate -c 1 ``` ``` Template render error: (unknown path) Error: unexpected end of comment at Object._prettifyError (/hexo/node_modules/nunjucks/src/lib.js:32:11) at Template.render (/hexo/node_modules/nunjucks/src/environment.js:442:21)...
```node --max-old-space-size=8192 node_modules/hexo/bin/hexo generate -c 1``` Same error Template render error: (unknown path) Error: unexpected end of comment at Object._prettifyError (/hexo/node_modules/nunjucks/src/lib.js:32:11) at Template.render (/hexo/node_modules/nunjucks/src/environment.js:442:21) at Environment.renderString (/hexo/node_modules/nunjucks/src/environment.js:313:17) at /hexo/node_modules/hexo/dist/extend/tag.js:206:22 at...
ANDDDD ```time node --max-old-space-size=16384 node_modules/hexo/bin/hexo generate -c 1``` ``` FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html Template render error: (unknown path) Error: unexpected end of comment...