Jay Qi

Results 147 comments of Jay Qi

~Noting here that I had problems with conda-forge on macOS, reported on the feedstock here: https://github.com/conda-forge/pygraphviz-feedstock/issues/17#issue-807848380~ ~When installing both `graphviz` and `pygraphviz` through conda-forge on macOS and Python 3.8.6, it...

We might consider inferring a language from the OS-level locale setting and using that as the default if we support that language. https://docs.python.org/3/library/locale.html#locale.getdefaultlocale

A LaTeX document is just text with special markup, so I think it would be straightforward to create a Jinja2 template. Compiling it into a PDF would require a LaTeX...

Also add `3.10` (note that it needs to be quoted as a string in the GitHub Actions yml)

> I was trying to write a "template class" with a lot of NA fields, which the subclasses would override with useful methods. But probably you're right and it would...

Hi @swails, thank you for the positive feedback! Being able to support PlantUML does sound useful. I'd be interested in seeing your implementation to better understand the complexity, what additional...

Hi, I was following along with PR #38846 which was recently merged, and I wanted to discuss the idea that I repeatedly saw @WillAyd bring up: specifically the idea of...

Hi @krshrimali, ran into this problem as well and was confused until finding this issue. Am I correct in understanding that #1318 fixes this, in terms of providing a more...

Respecting the file-based configuration files like `setup.cfg` and `pyproject.toml` would be useful for: - When collaborating with other people, it's typical to commit those configuration files to the repository. That...

In general, conda-forge feedstocks aren't necessarily maintained by the same people as the package itself. If there's a problem with the conda-forge metadata, you'll want to open an issue on...