Elias Gabriel Amaral da Silva
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...
I think [perseus](https://github.com/framesurge/perseus) also does this (or used to do, not sure)
> The drawbacks are that crate generation is a new kind of workflow which could be unfamiliar to users. I think that crate generation is just fine, and as I...
> To get tonic to add Serialize setup your build.rs like so. I would love something similar to this `.type_attribute()` thing on Cornucopia because I want to derive arbitrary traits....
My understanding is that the even if the current draft went into force, you would need just to send an email to the foundation asking for permission to use the...