Nathan Chase
Nathan Chase
I've also been trying to figure out how to hook into the HTMLImageElement's `complete` property, as that does not seem to be a reactive value bubbled up to ``. https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/complete
HTTP/2 support for Nuxt 3 would be most welcome! Nuxt 2 happily supports it.
Yeah, I get a similar error in VSCode: `'__VLS_ctx.$device' is of type 'unknown'.`
Quill 2 is now in RC, with full release in March: https://github.com/quilljs/quill/issues/3806#issuecomment-1933250524
@briandonahue Is there a possibility of pushing https://github.com/briandonahue/color-thief to npm in the meantime?
> `process.browser` is probably the best choice. Since vuex-cache uses a simple `Map` as store for your actions and I don't think there's a way to use it on both...
@nashwaan I'd like to see several updates to this super-minimal repo: 1) a version running webpack 4 2) a version that supports SSR 3) a version that does both (webpack...
Looks like the following package.json dependencies will result in a working build using webpack 4: ``` { "license": "MIT", "devDependencies": { "aurelia-webpack-plugin": "3.0.0-rc.1", "babel-core": "^6.26.0", "babel-loader": "^v7.1.4", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy":...
Yes! This is what I've been trying to do - just reference a "global_variables.css" file that has my variables, custom-media, mixins, etc. and have webpack/postcss deliver them to all my...
My solution has been to just point to a css file and not use this plugin anymore. Unless you have IE as a requirement, custom properties are fully supported now....