Tania Allard
Tania Allard
Ok so did some hunting and this was reported in https://github.com/pydata/pydata-sphinx-theme/issues/1081 Which resolved by adding `accessible-pygments` as a full dependency to the theme. I think we could improve the warning...
I am +1 on adding the All contributors bot - I am not sure if this can be automated and a quick search did not return anything immediately. For translations,...
Yes that is the same that keeps failing... Note that since you are using the `s` flag this is being picked up by pre-pended to the imports and other bits...
Per `SyntaxWarning: invalid escape sequence '\S' post_install = """` in the logs there is definitely something odd
Thanks for opening this! I will need some time to review what is being done at PyOpenSci and in `mini18n`, as it seems there are two main things to be...
Yep prettier was looking at more than JS so it's a bit of a pain finding multiple replacements. Husky hooks do feel and install differently than pre-commit hooks since they...
Ok I can look into re-adding some of this next week
> I should mention that there is another way to achieve the same goal of demonstrating both nbsphinx and MyST-NB: I do not think that having one notebook rendered with...
> Ahh, what I meant was is there a simple way of adding automated testing? I am +1 with Peyton here. It is good that we can manually verify (once...
While I can see why `add_conda_prefix_packages.py` could lead to memory growth (and potential issues if the json.load() and its in-mem representations are not handled accordingly, I cannot see a definite...