scsc
scsc
@clarkdo Are you sure we don't want to provide users with the option of standalone updates, at least for `npm` (e.g. as a devTools option if not automatically) where it...
> we may avoid introducing too many nuxt irrelevant features I understand the sentiment, but to reinforce some motivation anyway, I'm still hoping we'll continue on the same trajectory and...
I see, the eslint-config (rule and npm project both named `@nuxtjs/eslint-config-typescript`) already includes eslint-plugin-vue as a dependency (both as npm project and as a `plugin:vue/recommended` rule), so this is just...
I wasn't able to reproduce the issue even from that example. I think it's likely that it has been already fixed by some dependency update. Also you linked the same...
In case we keep this here, as a long-term solution I'd suggest to at least list it somewhere (e.g. in Readme) as part of temporary workarounds, so that it's clear...
Yeah if there are any other motivation like avoiding conflicts of `eslint-plugin-vue` versions with Nuxt modules (which aren't covered by `eslint-config`'s transitive version), then I'd suggest that it could be...
I also just found out that prettier's documentation https://prettier.io/docs/en/options.html#end-of-line explicitly recommends the same setup: "Add `* text=auto eol=lf` to the repo’s `.gitattributes` file." \+ for example, Vuetify uses it: https://github.com/vuetifyjs/vuetify/blob/master/.gitattributes
I implemented the lintfix as part of https://github.com/nuxt/create-nuxt-app/pull/829 together with code style format using prettier. Is this what you were looking for, or do you have some specific requirements? The...
If the Chocolatey version is shipped with auto-updates that are guaranteed to be forward-compatible, then it's probably all good. In that case I'd suggest to make that an **official** statement...
I've forgot to mention that I'm using **Oculus Quest**, so I have no idea if this applies to Rift-S. If this is a well known behavior under different (multi-monitor) setups...