Dániel Boros
Dániel Boros
@emiliobondioli wouldn't excluding all other routes during full static generation break the links to those pages? I'm pretty sure Nuxt is tracking what is a valid path and what is...
Just wanted to say that I made a npm compatible version of the lunr-unicode-normalizer and it seems to be working just fine. Should work in the browser as well, but...
@bulby97 I didn't realize that the wiki I used was using version 1 instead of 2. Thanks for the upgrade.
@tinfoil-knight sorry no, but it was easy to reproduce.
I have the same issue
@epoberezkin I am pretty new with schema/ajv, but how would you make a tuple with one extra optional item (but not more) ? I am getting ```strict mode: "prefixItems" is...
I would like to know this as well. I can't seem to be able to do it. I'm looking for a way to put links to articles in other articles.
I've made a sandbox with nuxt: https://codesandbox.io/s/nuxt-playground-forked-h4lx0 ``` ERROR [Vue warn]: Error in render: "ReferenceError: document is not defined" found in ---> at pages/index.vue at layouts/default.vue ``` Basically browser globals...
In `node-auto-launch` there is this part: ``` if (process.windowsStore) { pathToAutoLaunchedApp = `"explorer.exe" shell:AppsFolder\\${this.appPath}`; } else { pathToAutoLaunchedApp = `"${this.appPath}"`; } ``` Which I do not see at https://github.com/electron/electron/blob/57920e7747f09627f99ed5c27457339aa7c3fe57/shell/browser/browser_win.cc#L630C18-L630C21 Maybe...