Philipp Marek
Philipp Marek
Sometimes - one trigger is a space before a newline, but there seem to be others as well - my "document here" in YAML (Dockerfiles, shell scripts, etc.) get "reformatted"...
I'm not entirely sure how/why that error happens, but right now I reproduced by doing `:Kedit node abc` (with a valid node name, of course), opening another buffer for another...
Hi, first of all -- thanks a lot for this plugin! One thing I'm always stumbling over is that when I edit some cluster resource and `Kapply` it, the `metadata.resourceVersion`...
Playing around a bit (and giving myself more powerups ;) I got this: ``` The value 32791 is not of type (SIGNED-BYTE 16). [Condition of type TYPE-ERROR] Restarts: 0: [RETRY]...
I saw the same thing - reduction of runtime by about 50% by using `strtoi` and similar instead of `sscanf`. That's because `sscanf` tries to use locale-data, like thousands-separators and...
It would be great if I could simply share a CSV export directly instead of writing it to storage first.
To be readable by screen readers, PDFs need to include a few tags. `CL-PDF` should support these tags; if they could be inserted automatically by a flag in `WITH-DOCUMENT` or...
`pdf::read-pdf-file` returns a `PDF:DOCUMENT`, but all the metadata fields (author, subject, ...) are empty.
Hi, is there a way to embed only these parts of fonts that are really used? I need two Truetype fonts, but the current behaviour adds about 210kB of unneeded...
This doesn't work: ```lisp (with-document (:author "Föö")) ... ``` The umlauts are written in UTF8 to the PDF; the PDF reference (3.8.1) specifies some UCS16be encoding to be used.