MagicD

Results 5 comments of MagicD

Same as @julmot here. I clearly see the usefulness to quickly traverse a finite known list with the plugin. But what about dynamic list of suggestions base on the input...

I was using workerize but came to workly because of the clean and simple interface. Unfortunately ES6 import unreliable support was a deal breaker for my use case. Will check...

+1 trying to migrate to stencil one but without any solution or solid workaround we are stuck. my own investigation leads to node-sass VS dart-sass encoding handling differences. Is there...

Not sure this will solve the overall issue here but here is how I've handled mine. I was getting as a build log _StyleSassPlugin loadDiagnostic, TypeError: Cannot read property 'charAt'...

I've had the same problem and couldn't figure out how to directly use a function as parameter. Found a workaround though that may help you keep your code DRY. ```javascript...