eri
eri
This is an issue for me too. In the meantime, there's a hacky workaround using feedkeys (replace `vim.fn[...]()` with it): ``` vim.fn.feedkeys(vim.api.nvim_replace_termcodes(vim.fn["codeium#Accept"](), true, true, true), "") ```
I tested the changes locally and they seem to be going in a great direction. It fixes the problem I was having in https://github.com/servo/servo/issues/31416#issuecomment-1987275602 with the `onloadedmetadata` event firing before...
I have been working with this a bit and thanks to your diff and a tad of poking around trying to understand how tags in html get read by the...
Awesome, I'll try to get the final two tests passing and cleaning up everything a bit. Thanks!
Huh I think we are failing test 4 (the one when changing the src) because of #31415, since after some manual debugging, the sizes do seem to be changing but...
I'm going to copy this here since now the big pr is split into multiple ones, and it can be helpful so people looking to fix new warnings can know...
With this last prs we are a bit closer to cleaning the clippy warnings. These should include every warning that is not part of `script`, excluding the same error type...
I had no idea that annotations on the PR existed, they look perfect for this! I can try to work something out with them, it would be so nice to...
Is there an easy way of testing Github Actions? I'm thinking of making a hard copy (not just a fork) of the repository and make test prs there. However, having...
Thank you!! I'll give those a try :D