Michael Völkel
Michael Völkel
Hi, first, thanks for providing a driver here. I have successfully compiled and installed it and added my Canon LBP2900 as a printer. I can send documents to it via...
I have read the question regarding this before: https://github.com/USCiLab/cereal/issues/25. I'm trying to accomplish the same: serialise enums via string, in my case with magic_enum lib. However, I get on macOS...
Hi, this package seems great! By the way, might this by any chance become a GitHub action some time?
Since there are no signals/slots attached to changing a title of a tab, the dropdown that shows all tabs is not updated yet. This commit introduces a function to manually...
When I change the title of some tab, this title is not directly translated into the cached menu that opens upon clicking on the down arrow. I could fix this...
I'd like to have one or multiple custom buttons added to the title widget, probably left to the menu button. It could be put into the title widget but say...
Is there currently any way to have x/y axis label captions? I do not mean the numbers, I mean a label that describes the axis like the text "Months" on...
Hi, I would like to replace some string with another but it does not work. Very simple example, I have some line: int value; and write: :s/(int)/unsigned \1/g The example...
Hi, requirements hard-code Jinja on
I use MacOS Mojave. Running `qmake && make` results in the output "nothing to be done for first". Not sure which additional information might be helpful?