Christian Dietrich
Christian Dietrich
Hi! I'm using the latest HEAD (febb6391e7e6ca8f04adbf2af56ad123defb4d77) with an Debian unstable kernel (Linux obelix 5.10.0-8-amd64 ). And it looks like the driver/the device requires a lot of energy. At least...
```elisp ELISP> (rxt-elisp-to-pcre (rx-to-string '(optional (0+ " ")))) " *?" ELISP> (rx-to-string '(optional (0+ " "))) "\\(?:\\(?: *\\)?\\)" ELISP> ``` `*?` is the non-greedy repeat operator, not the optional +...
The feature wish description: In drawing mode (keybinding 2, 3), I want to be able to draw within the _presentation_ window like I'm able to draw in the Presenter.main_view. Currently,...
For me it is super helpful to see a quantificaton how long I have on the current slide left, if all slides in my presentation would require the same amount...
This enables drawing in the presentation window for me.
As my ledger usage changed over time I had to reorganize my account structure. While this can be done manually, I've written a account rename function. Don't know how this...
### Brief outline of the proposed feature Dear PGF/TikZ developers, thank you for your tremendous work. In my daily work, pgfkeys have proven to be the sanest way to write...
I was fiddling around with plydata, and I wanted to map some non-categorial data columns. For plotine, I often have the problem that I have to rename values to get...
When building LLVM with shared libraries on, the linking process for LLVMRISCVCodeGen fails, as it requires LLVMRISCVAsmPrinter. This was already proposed in #35. However, it was not merged.