Partap Davis
Partap Davis
My thoughts... this seems to be a "code style" rule, rather than a "code validity" rule. i.e. you can use any prop name you want and it will work... this...
I've been looking through the code for a while trying to trace from the beginning but I'm lost. Maybe it's the webpack stuff, but there's some unexplained magick going on...
Update... I found a jsbin example in #151 that doesn't display the scrolling behavior. It seems that it is using v1.1.0 of the polyfill rather than v1.2.0. I set the...
Supposedly you should be able to add `electron-webpack-ts` and `electron-webpack-vue` to your project, but I have not been able to get it working yet: https://github.com/electron-userland/electron-webpack/issues/264
I managed to get it working by adding a "magic" file that vue-cli generates for typescript projects: `shims-vue.d.ts`. I'd love it somebody could explain to me exactly what it does,...
@joshcarr I came here to say that. I've never used SVG styles before, but my new project uses d3, and now csslint is bitchy. :)
I'm trying to get this project built on an M1 mac and having a tough time, finding both ppapi and opengl deprecated... Haven't found a way to compile it so...