Adam Wolf

Results 32 comments of Adam Wolf

Sorry been busy with interview prep, I'll set some time aside to take a read through this on the weekend.

Just came across this issue as I'm having an issue with the same thing currently (I posted it on [StackOverflow](https://stackoverflow.com/questions/75190827/issues-with-style-loader-lazyloading-for-multiple-elements-in-shadow-dom) also). Reading through this I'm a little confused if someone...

@mditullio appreciate the response! I looked through the docs and gave it a try based on them. It didn't seem to work, giving me the error "TypeError: Failed to set...

Just responded on StackOverflow but thank you it works perfectly now!

Hi David, Really appreciate the quick response. I must have been super tired when I submitted the issue because I now realize I'm missing quite a bit from my code...

Could you try commenting out line 348 in your init.lua file: ```lua local capabilities = vim.lsp.protocol.make_client_capabilities() ``` and set line 349 to: ```lua local capabilities = require('cmp_nvim_lsp').default_capabilities() ``` I'm curious...

I'm going to close this issue due to the lack of activity. However, after finals, I may take some time to try and see if I can train my own...

> This is a regular pain point for me as well. @aw1875 Would you consider publishing a package containing [your own changes](https://github.com/jancborchardt/hyperminimal/compare/master...aw1875:hyperminimal:master)? I actually haven't used hyper in quite a...

Just realized I never got back to this. The image recognition model being used has been having issues with a lot of the most recent updates hCaptcha has made. I'm...

That's correct it's just for show. However, I wouldn't be against digging more into the `Input.dispatchMouseEvent` docs to use the generated timestamps in puppeteer if you think it would make...