Kyra Zimmer
Kyra Zimmer
so that's interesting, i just ran your gtk4 example (just renamed the main function and inserted the debug output calls), and got this:  while what i expect (and get...
ok crazy enough your newest (gtk4 app style) example **did** work for me. just... WHY? we didn't do anything really different in the order of things between that nonworking (previous...
> And for me all is dark, the window header and the window content. yeah that's how all those methods we tried so far should have behaved, but for me...
> I'm unsure whether or not a git submodule constitutes as an inclusion of the project into this project's tree the submodule itself doesn't ship the remote code, but any...
a pretty ugly hack i've discovered (though that'll mess with the stdout formatting, but with `plot` that can be ignored, since that function always seems to return `0` anyway) would...
found a way less hacky (relies on compile time type mangling extracted from `libqalculate` because gcc doesn't have a `__FUNCDNAME__` equivalent, but doesn't require hacking into another process) solution with...
just did that, see mentioned issue above, apparently it's already fixed. that just means we need the "don't endlessly loop when plotting" logic, and wait for an upstream release. maybe...
damnit sorry misclicked :P
i think the only thing missing for this would be to make sure you don't accidentally spawn a new `qalc` while there's already one running. the easiest way would probably...
i'm afraid i don't really have experience with how rofi's menu system works though, i can see in https://github.com/svenstaro/rofi-calc/blob/master/src/calc.c#L445 you're doing something with the "add to history" button (because the...