Ben Albrecht
Ben Albrecht
For anyone else looking, I believe this is the numpy issue on this problem: https://github.com/numpy/numpy/issues/12785
If there is documentation or useful examples of converting any of our existing highlighters, such as Pygments -> Rouge, I'd be happy to take a shot at it myself.
> If there is documentation or useful examples of converting any of our existing highlighters, It looks like there's a guide to follow here: https://www.rubydoc.info/github/rouge-ruby/rouge/file/docs/LexerDevelopment.md
What are the next steps for this issue? I am specifically interested in a WASM-friendly sleep. It looks like there is a working example of this from 3 years ago...
I've requested support for Chapel. > Programming-Idioms is not intended to host code in all languages, only the most widely used languages. While Chapel isn't currently widely used outside of...
Was this included as part of the Nvim v0.8.0 release? I am trying to see if my local version has this change, but didn't see this mentioned in release notes.
I think the issue stems from the pdf having a transparent background to begin with. One solution may be to add an option for drawing a white background behind each...
in case helpful to others, here's a script (for macos) to change pdf backgrounds to white as work-around for this issue: ```sh #!/bin/bash # Usage: ./script.sh # outputs: -whitened.pdf #...
Is the documentation of the `README.md` sufficient, or were you hoping for something like a read-the-docs?