Luiz Carvalho
Luiz Carvalho
Hi! I'm currently studying DNS lookups and I got myself wondering if the resolver crate has support for the Happy Eyeballs Resolution delay: > The algorithm proceeds as follows: if...
**Is your feature request related to a problem? Please describe.** Sometimes a typo is committed when declaring a feature, and I don't get feedback until I try compiling the project....
In light of problems I faced when error handling a back-end agnostic code, I've came up with an interface that lets the user figure out what kind of error the...
**Is your feature request related to a problem? Please describe.** I've been adding support for SQLx to an error handling crate and I got stuck when processing database errors because...
Kernel `5.13` added support for multi-shot polling by setting `IORING_POLL_ADD_MULTI` in the SQE `len` field. As per https://man.archlinux.org/man/io_uring_enter.2.en#IORING_OP_POLL_ADD: > If IORING_POLL_ADD_MULTI is set in the SQE len field, then the...
Adds a naive implementation of variable name completion for the current scope. Please judge! This was put together in about 1 hour of getting to know the codebase, I have...
O comando abre infinitas possibilidades para futuros problemas de segurança https://github.com/eduardo-mior/System/blob/0210abb3898a595e6a522fb27d27a1d38b54ab13/src/rush/comandos/ComandoSystem.java#L763
I've received a lot of complaints throughout the last year about some broken or mysterious functionalities and bugs. This lib was once considered archived, but I have some free time...
Flags will follow the same logic as flags in CLI programs, prefixed with `--` or `-` for the shorthand. Example usage: `/mute SaiintBrisson -s --color=RED` I'm thinking of creating a...
I've been facing a bug with Sentry Trace where concurrent spans end up wrongly nested. At first, I thought this was some strange autogrouping bug and event sent a feedback...