Ustym Ukhman
Ustym Ukhman
Same issue here in production build with vite. I've added [a comment](https://github.com/styled-components/styled-components/issues/3482#issuecomment-1096404280) in the wrong place, but it's still relevant. One "fix" that worked was to downgrade to `v5.1.1`, so...
Same problem here using Windows 10 and TypeScript. Someone has a workaround, plz? **UPDATE:** By setting custom configuration options in `vue.config.js` like explained [here](https://github.com/SolarLiner/vue-cli-plugin-prerender-spa#custom-configuration) the plugin actually works, exept it...
Hi! I've tested this solution with a three.js canvas as a background, but in my case raindrop color is still black. Could you please check what I've been missing or...
@SardineFish Yep, that worked. Originaly I was using `raindropFx.setBackground()` every frame in my render loop, but I haven't set `preserveDrawingBuffer` to `true` so that's why my test wasn't working. Thanks...
Hi! Yes, the Hot Reloading is one feature that's definitely missing here. I'm not quite sure that's possible with shader files, but I haven't made that much research to be...
I'm closing this one since I've added minification & warning options (multi-shader support) mentioned above. One thing that's left is the "hot reloading" improvement for which there's a dedicated issue...
Hi martinvahi! Sorry for the reeeeeeeally late response, I'm a very lazy person. 😄 You're totally right, I've tested some cheat codes when you've opened this issue an they didn't...
I think I'm having a related issue today. My test was: ``` $green-code: '0, 204, 0'; $green: unquote('rgb(#{$green-code})'); $gray: rgb(33, 33, 33); .test { background-color: rgba($green, 0.5); // This line...
For anyone who's trying to use this awesome library (I ❤️ the way it's structured and the amount of shaders it offers) with [Vite](https://vitejs.dev/), I've put together a simple [plugin](https://github.com/UstymUkhman/vite-plugin-glsl)...
Hi @nickyvanurk ! Thanks for using and staring this template. I think I know what you're saying since I've also faced this issue myself a coule of times, but unfortunatly,...