Daniel Neades
Daniel Neades
Thank you, much appreciated.
While trying to work around this issue, I noticed that a similar thing happens if I try to have an indented block HTML element (e.g. `...`) in a bullet list....
This bug also occurs against a Ubuntu 18.04 target.
Is anyone else still seeing this problem in Salt 3003.1 (in my case against a Ubuntu 18.04 target)? ``` $ salt --versions Salt Version: Salt: 3003.1 Dependency Versions: cffi: Not...
@sagetherage Given that at least two of us are finding this bug still to be present in 3003.1, please would you reopen this issue? TIA.
@bryceml Thank you for the suggestions, but I’d already taken care of both of those. My `salt-ssh` is installed via `python3 -m pip install` (equivalent to `pip3 install`). For the...
Rather than continue to fight this problem, I have updated my Linux targets to Ubuntu 20.04 LTS so that it will no longer occur. Thus, if I am the only...
@helllamer I’ve been doing this to use default/local fonts: ``` fontFamily :=! "monospace" ``` It’s ugly to have to use the `!` to avoid the warning, but it does work.
@helllamer I hadn’t known that `.attr` was a possibility until I saw your original comment. I think, in this case, that it would be nice if `fontFamily := "something"` were...
I wanted this functionality too, and independently re-invented it as an `unsafeParent` method, very similar to the existing `unsafeRoot` and `unsafeChild` methods. I was going to file a new issue,...