Jesper We

Results 12 comments of Jesper We

Having the same issue... I'd be happy to assist in debugging if it can be managed somehow. I have HA running in under KVM on an Ubuntu 20 machine. My...

That's available in some specific environments only. Adding a simple guard for the availability of `document` around your initialization would make activity-detector more compatible with SSR independently of stage 3...

I'll just elaborate a bit on the use case I have: In a major project like ours there will be more than one person responsible for account administration. It is...

It's slightly puzzling why there is no action here? 1.4 has been out almost a month now... Maintainer went on honeymoon ;-) ? Maybe some other contributor could pick it...

I am wondering if smpallen99 is still around...? There have been no commits or comments for 3 months???

> The solution is to import the .less files in your pages/_app instead of importing a JS file that imports them: Not quite understanding this. You are saying that the...

Sure, I'll try to show the relevant pieces. The project is huge ;-) next.config.js: ``` const lessToJS = require( 'less-vars-to-js' ) const fs = require( 'fs' ) const path =...

Good catch @akornato ! I could not remove .babelrc completely since it uses other (non-Ant) stuff, but removing the Ant plugin made the above error go away. build runs a...

Yes, this plugin seems to always enable javascript but it somehow it is not working for me. Maybe we are using components that you are not...

> We can't simply disable triggers, since others might be dependent on them. I'm also curious as too how many rows you were deleting in both tests? Adding an index...