mrixner

Results 82 comments of mrixner

That's quite odd. So in the UniGetUI settings it finds system python, the package install directories are claimed to be in system-wide python's with the "open install location" menu, but...

Does that mean it's working, or you need UniGetUI to elevate Pip commands? If that was the only issue, you can enable the Pip "always admin" setting to give pips...

The concern with doing that has been discussed before, and it's that it opens up the user to right elevation security exploits. If I can I'm thinking about implementing a...

I decided to start working on this, and I was thinking about how to manage different triplets, because you might want libraries in different triplets (for example, for cross-compilation or...

I have a question about how to implement package searching - since most packages can be compiled for any triplet (source), right now I have it so that it simply...

I mentioned a default source in the response; my system has a `VCPKG_DEFAULT_TRIPLET` environment variable to tell vcpkg which source to use by default, and there's already a logic check...

I think that's a great idea. Maybe asking the manager what sources a package can be found in, and then asking the user what source to install the package from?...

Sounds good! I tried to add the setting UI, but while the combo box shows up the setting isn't saved. I'm going to leave it in the pull request, though,...

> And > > > This function is available since SDL 3.2.0. > > Does not bode well for systems using older SDL versions (i.e. pretty much all of them)...

Like building? If you're building, the screensaver is likely inhibited anyway, since you're moving the mouse.