Allen Wild
Allen Wild
Hey there, I ran into this issue too, and actually fixed it last month in my own fork. (see [this commit](https://github.com/aswild/the_silver_searcher/commit/c1447aea7f655b00d49b4e9355d01f198f5deef7)) It's actually more problematic than just checking the file...
@posborne, would you consider adding a note in meta-rust's readme linking to meta-rust-bin as an alternative? I wasn't aware of meta-rust-bin's existence until I saw this issue today, and it's...
Oh hey, I'm the uploader of the dislocker-noruby AUR package ;) I'm in favor upstreaming this. The current code auto-detects Ruby and doesn't fail without it, but it's nice to...
You don't need a configure script, it's just a flat Makefile. Run "make" and then manually install the `bin/bossa*` binaries to `/usr/local/bin` or wherever else you want to install.
I think wxgtk and readline are the only dependencies, or at least that's all I have in my [Arch PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bossa-git)
The default flash address (for SAMx21 chips) changed from 0x2000 (8k) to 0x0000 in version 1.9. If you need to flash your application at 0x1000 (4k) then you can do...
This is technically a new warning in Binutils 2.39 rather than GCC, but distros tend to update Binutils and GCC together. The new warnings can be disabled by linking with...
Hey Jeffery, I'm honored to be apparently prominent enough to be included here :) I think you've got noble goals and a good plan laid out here; it'd be nice...
As a transitioning ag->rg user, I have a related feature request, and found this issue before opening a new one. I'm trying to find the right invocation for "search \...
I accidentally lied about how `ag` works, filtering based on both file type and an additional regex is something I added in my fork, it doesn't work that way in...