shurizzle
shurizzle
Same here with a RX2/3
I'm thinking about insert .nlsp-settings as default in local_settigns_root_markers_fallback so you can use it as a marker if you had to manually configure the project. What do you think about...
Spaceship operator () looks ugly too for the same reason.
So it would be a better idea keeping this issue open so people don't open a new issue every time
> I'm not going to open a new PR just yet, but it looks like for a _real_ fix swapping: > > ```c > // original > if (ev->type ==...
@skyjake I believe the commit message for 83d29c1 is incorrect. I only confirmed that it works on Linux; the solution was written by @probablySophie, who has nothing to do with...
This solution patches the executable instead of linking libs that you'll forget to delete ```bash (which patchelf >/dev/null 2>/dev/null || sudo pacman -S --asdeps patchelf) && sudo patchelf --replace-needed libalpm.so.14...
> @shurizzle your solution has the same issues as the symlink: It ends up using a library it was not explicitly linked against and that intentionally had an soname bump...
It would be cool, but at that point, you would need to use different data structures than those in the `http` crate, which, however, are excellent for generalizing the code...
What I'm trying to say is that I wouldn't drop support for the `http` crate, as it was already present in `ureq` 2 (which was already good) and is still...