Creak

Results 189 comments of Creak

So I finally have got time to understand more the issue. First, indeed, `v0.8.0` introduced a regression with the CLI args. ## The issue So the `-c` (or `--commit`) option...

The issue with this solution, is that apparently, before, you could stack options until the code reached a file path, like that: ```sh # show the changes in FILE1 at...

Since I won't be able to fix this issue in a timely manner and that some people are blocked because of it, I am OK with putting back the old...

Thanks for opening an issue, I'll take a look at it whenever I can.

Interesting change! Thanks for the contribution! I'm still locked outside of my personal computer, so everything's a bit slow(er) right now on Diffuse. I'll need to check if this change...

I do have the issue as well on my app: Diffuse (on Fedora 33). Although I have the option [`--socket=fallback-x11`](https://github.com/MightyCreak/diffuse/blob/master/io.github.mightycreak.Diffuse.yml#L8), it works on Wayland, but not on Xorg. Edit: I...

> Any chance to have this merge in the near future? What is missing? Sorry, I simply didn't get the time to address this. I looked at the changes though...

Can you give some examples? From what I see it follows the order in [features.txt](https://gitlab.freedesktop.org/mesa/mesa/blob/main/docs/features.txt)

Yes, it's kinda intentional actually. As you can see [here](https://gitlab.freedesktop.org/mesa/mesa/blob/main/docs/features.txt#L613), the extensions aren't sorted in the original features.txt file and Mesamatrix simply follows the same order. I could sort the...

I'd rather the source being changed upstream instead of arbitrarily change the order in Mesamatrix. I'm not expert enough in 3d drivers programming to know which extensions should be higher...