Elias Gabriel Amaral da Silva

Results 56 comments of Elias Gabriel Amaral da Silva

You need to use a patched chromium for that. Maybe try the undetected-chromedriver replacement, nodriver? https://github.com/ultrafunkamsterdam/nodriver/

Now that's interesting. Do you know why this happens? Why is rayon's threadpool faster in this case?

Note that [I/O ring](https://learn.microsoft.com/en-us/windows/win32/api/ioringapi/) is a Windows API, while io_uring is a Linux API. [A10](https://github.com/Thomasdezeeuw/a10) is a crate for Linux io_uring, not Windows I/O rings. [Here is a comparison between...

@nikomatsakis > I am a bit worried about the choice of `move` keyword here. If `move` isn't the right keyword here, then it isn't the right keyword for `move |x|...

I like both having local settings on `.zed` inside the project (meant to be put on either `.gitignore`, or `.git/info/exclude` if you can't commit the `.gitignore` file) but also have...

> This may be a bit vague, but running an arbitrary logic for conditions in patterns sort of goes against the idea of a "pattern". I think that allowing guards...