Jason Miller
Jason Miller
Not sure if you want a separate issue for this, but as mentioned on IRC, alacritty seems to ignore the aspect property in fontconfig. To reproduce, add something like the...
While there is a control sequence for alternative font selection, I don't believe it's widely supported. That being said, alacritty does appear to use the system font utilities for unicode...
I have a local patch similar to what @mako4 suggests, but with one modification. it specifies that special character substitutions still apply; otherwise asciidoctor will pass-through special html characters into...
@jgm no, you can't escape backslashes, which means the `CODE` part of `pass:c[CODE]` may not end with a backslash *sigh*.
Also, I somehow missed this (maybe it's a new addition?), but this works in asciidoctor only: ``` {blank}{empty}{sp}{nbsp}{zwsp}{wj}{apos}{quot}{lsquo}{rsquo}{ldquo}{rdquo}{deg}{plus}{brvbar}{vbar}{amp}{lt}{gt}{startsb}{endsb}{caret}{asterisk}{tilde}{backslash}{backtick}{two-colons}{two-semicolons}{cpp}{pp} ``` Output from asciidoctor: ```  ​⁠'"‘’“”°+¦|&[]^*~\`::;;C++++ ```
My current workaround for this is probably not appropriate for upstreaming, as it only works around the specific issue I encounter; it handles the correct form (string-as-bool) the same way...
I have a similar issue; I tried out line-noise for a shell implementation. If I want coloured prompts, the escape-codes end up being included in the length calculation. A simpler,...
I've made a modified linenoise that lets you specify the width yourself, so it's extra work for the application, but at least possible; I've been using it for about 3...
I saw the issue originally with SLIME, and diagnosed by running `lin/bin/sbcl` with a working directory of the portacle root. I originally diagnosed this on NixOS, but it can be...
Nevertheless if you remove the system libz, sbcl fails to launch in portacle.