Louis de Charsonville
Louis de Charsonville
Hello, I think I have a related bug. I am using `elegance.el` and I have `(set-face-font 'default "Roboto Mono Light 13")` but it does not work well and the faces...
@rougier Yes, I've seen your comment there, many thanks, I've used your trick and it's works like a charm !! 🙏 I am using [emacs-plus@28](https://github.com/d12frosted/homebrew-emacs-plus) and I have the issue....
I had the same issue and it seems that it can be fixed by removing the monkey patch on figure and keeping it on `subplots`. ## Version used - Python...
Same error here. I've changed the code in [here](https://github.com/joeyespo/grip/blob/a3f0ab5c8942ac15cf68f790b80c0a43b3a4c71e/grip/renderers.py#L66-L76) to the below and it'working fine: ```python # if self.user_content: url = '{0}/markdown'.format(self.api_url) data = {'text': text, 'mode': 'gfm'} if self.context:...
Hi @jcs090218, thank you for the swift reply. True that it will affect other languages but I think it's harmless as I cannot think of a programming language that would...