Keith Cirkel
Keith Cirkel
@nkbt can you try using the parallelshell in #30 and see if that works any better for you?
I think your setup might be a red herring because parallelshell should not be affecting files and folders, the error you get is coming from eslint, not parallelshell: ``` fs.js:691...
I wonder if Custom Attributes (https://github.com/WICG/webcomponents/issues/1029) would solve for your usecase?
Hey friends, I've deployed a fix on GitHub.com, this should no longer be an issue.
This will be because [popovers](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover) are enabled on the browser you’re running (either via `dom.elements.popover.enabled` in `about:config` or by running the 122 beta I think). The solution in this case...
@dudicoco https://github.com/philc/vimium/pull/4436 this starts off a fix, I can't pursue it any further but it offers the basic principles needed to get a working fix for this issue.
Can you please explain why `` isn't sufficient here?
I added it regarding https://github.com/w3c/csswg-drafts/pull/8213#discussion_r1478885668 but that has since been resolved. Apologies for the noise.
> BTW, as seen in [WICG/webcomponents#809](https://github.com/WICG/webcomponents/issues/809), it is a popuplar request for the standard to include a lifecycle callback once children are available, but so far there has been no...
Hm, we had Travis running in a cron job, but I guess the service is no longer running properly. Migrating to GitHub Actions might be worthwhile now.