cjblomqvist
cjblomqvist
Sorry for bloating the thread, but I really wanted to point how examplary your communication is @LinusBorg - keeping everyone updated on the matter! Very few keep their users updated...
Probably due to the underlying library (material-components-web), which is developed by Google. So not much to do there (except for the first one). It would be nice though if the...
I've been digging some more into this and come to the following conclusion: - It's easy to add windows support. It's just a matter of getting the full path.js from...
See the reference for a workaround.
#44 fixes the lazy-loading issue to the point where you don't have to include it everywhere. I have no idea if chartist is lazy-loadable though, so once you load vue-chartist...
You could probably wrap the chartist tag in a template tag with v-for to achieve the same thing?
See #52 :)
I think this should be re-opened. I previously had (using ASP.NET Core 6): public void ConfigureServices(IServiceCollection services) { services.AddAssemblyTriggers(); } and fixed the same issue by moving to above syntax....
My PR fixes the original issue. We've also had big issues with using above syntax in Azure linux apps (app service) with CPU immediately raising to 100% as soon as...
Will do! Thanks for quick action - very much appreciated! 😊👍