Andrea Pierré

Results 43 comments of Andrea Pierré

It looks like this is not an issue anymore with latest versions.

Sorry, I got confused with the title that says _containers_, but the code examples are about copying _datasets_, which _can_ actually be copied from one file to the other. Is...

Hi there, I have the same error message after a few cursor moves in a Magit buffer (happens every time): ![image](https://github.com/doomemacs/doomemacs/assets/6053592/ec405ef5-9024-4b99-90f5-86ccc7706502) After the error has happened, then the cursor and...

I have the exact same problem :slightly_frowning_face:

Not sure what you're trying to do with the `\AtBeginSection{}` command, but I believe you can just use `\usetheme[background=dark]{metropolis}` to get inverted colors. You can do something like that to...

One option could be to change the orange color to green, like [here](https://tex.stackexchange.com/a/96866/64043): `\setbeamercolor{alerted text}{fg=green}`.

Adding the links here for reference: - https://polylux.dev/book/themes/gallery/metropolis.html - https://touying-typ.github.io/touying/docs/themes/metropolis

To give an idea of point n°5 above, the HTML pages of the code coverage report would look something like the following, showing a breakdown of how much each Python...

> I saw that mypy has the ability to generate a type coverage document in a similar way, however, I couldn't find any information for pyright. I'm just mentioning it...

I'm starting to lean towards [Pytest Coverage Comment](https://github.com/marketplace/actions/pytest-coverage-comment) as a good candidate to use in our PRs (solution n°6 in the first post). If there are no strong opinions against...