Hrvoje Nikšić
Hrvoje Nikšić
Sure, that would work - but it's quite unwieldy to define an `Error` struct without additional meaning. Since `Anyhow` is capable of transforming itself into `Box`, I figured that an...
@rossmacarthur That's indeed the reason why `anyhow::Error` doesn't itself implement `std::error::Error`. I was probably not clear enough, but my intention was to ask the more general question: why is there...
> Hashbrown has made improvements That occurred to me, but it is my understanding that the stdlib `HashMap` simply [uses the one from `hashbrown`](https://doc.rust-lang.org/src/std/collections/hash/map.rs.html#6), i.e. that their implementations can't diverge...
Thanks for the report. Here are some steps to debug the issue: * Does htmlize work for you outside of org mode? For example, if you visit a file and...
What mode are you using to display line numbers?
@4goodapp Can you please provide the information which mode you are using? Otherwise I cannot reproduce your issue.
There are two problems here: one that the color is incorrect, and another that the background color is applied just to the text and not to the whole square. For...
@4goodapp Which major mode are you using to edit the `README.md` file? If I visit it in my Emacs, 25.2.2, it is opened in fundamental mode.
Sorry for taking a long time to respond to this. In gfm-mode clicking on a link doesn't seem to work for me, so I'm not sure how it could work...
Is there an easy way to reproduce this issue without access to Mac OS? I've now tried htmlizing a `magit` buffer, and the background color seems to be respected: 