Jonathan Müller
Jonathan Müller
Exactly, that's why I was asking whether or not it works.
Yes, I am not blaming your library. :) It is better then everything else I have seen in this regard. Good job.
I have the same issue as well.
There is, it can be used to set the theme for GTK applications etc.
You could previously use the tweak tool when running i3, now you can't. I've also noticed that it doesn't apply the changes anymore, i.e. change settings in Gnome, not changed...
It compiles with GCC 13.2.1 for me, and I don't have access to GCC 13.2.0. The error just happens in a unit test for copy elision. I think it's easiest...
Are you including `` (or specifically ``)?
Oh, good catch! Yes, I forgot about scanner when doing that change. I think the correct approach would be to mirror the behavior: remove `.capture` and rename `.capture_token` to `.capture`...
lexy needs to encode the strings in the type system (it internally creates a `type_string` type), once it's in a `std::string_view` `LEXY_KEYWORD` can't get them out of there easily. If...
I was thinking of something like this, the problem is that I can't get the size where I have `???`: https://godbolt.org/z/7zjbfWj96