Érico Nogueira Rolim

Results 83 issues of Érico Nogueira Rolim

Hi! As it stands, most `-sys` crates, together with even `libc`, can't query if an external library contains a certain symbol or not. This makes it so these crates target...

Hi! Many projects turn warnings into errors, which can make using the latest fehler release (necessary if you want to publish on crates.io) a bit unergonomic, as seen in #53,...

Hey there, I loved this project! It's a great interface for gdb, specially the expression evaluation part! However, seeing as you are probably a Rust developer, I don't believe you...

Plus some extra fixes in other commits, which I can split if desired.

Hi! I'm using parent parsers with argparse, but it seems that, when used, the automatic `-h,--help` and `-v,--version` options no longer exist in the "child" parser. ```c int main(int argc,...

EDIT: Ah, happy new year! **Describe the bug you encountered:** When comparing the speed of `fd` with musl vs glibc, they are very comparable with `-j1`, but when the core...

performance

`nwgdmenu` could: - have a working graphical erase button, the current one doesn't seem to do anything - launch the first application in the list if you press return inside...

So, unlike Arch, Void has versioned kernels, which look like `linux-5.4.53_1.efi`, for example, in the case of a UEFI bundle generated by dracut. This means two things in the current...

Having taken a look at the code for logging, I have a few ideas for it: - Introduce a dependency on github.com/mattn/go-isatty for tty detection. So you get colored output...

In this section of the README, we could link to some article / wiki page / something for instructions on how to put the device in Setup Mode, or just...