Elliott Sales de Andrade

Results 144 issues of Elliott Sales de Andrade

Skel templates appear to install to `$(prefix)/etc/skel/templates`. But if `prefix = /usr`, then templates go in `/usr/etc/skel/templates`, which doesn't make much sense. They should be in `/etc`. The simplest part...

Looking at `adios_config.flags.in`, the compiler flag to add an include directory is hard coded as `-I`. Unfortunately, that is not always correct when searching for Fortran modules. See [this autoconf...

My Fedora builds are failing [because of `test_lazy_auto_backend_selection`](https://kojipkgs.fedoraproject.org//work/tasks/8176/88568176/build.log). However, even with c0bbfcf322facdfc7b5ee7767ff8b86d7f5833ad patched in, that test still runs. I tried patching `pytest_collection_modifyitems` to _always_ apply `debugskip`, yet all tests seemed...

### Bug summary When using `Axes.indicate_inset`/`Axes.indicate_inset_zoom`, it may be necessary to increase the size of edges in order to be visible. It is possible to change edge colour with `edgecolor=...`...

Good first issue

### Documentation Link https://matplotlib.org/3.6.0/search.html?q=winter ### Problem From #22669, the pyplot-level colormap setters are no longer documented. Compare search results for [3.5.3](https://matplotlib.org/3.5.3/search.html?q=winter) and [3.6.0](https://matplotlib.org/3.6.0/search.html?q=winter). Top of the list in the former...

Documentation

This requires updating the Sphinx theme (e.g. matplotlib/mpl-third-party#134), but also auditing the plots to make sure they did not break or could be using newer stuff.

It'd be nice to enable this, but it looks like it's crashing due to https://github.com/python/cpython/issues/96046 So this is more of a reminder for later.

The [instructions for dark/light theming](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/light-dark.html#customize-the-css-of-light-and-dark-themes) specify: ```css /* anything related to the light theme */ html[data-theme="light"] { } /* anything related to the dark theme */ html[data-theme="dark"] { } ```...

According to [some sites](https://chipcullen.com/how-to-have-dark-mode-image-that-works-with-user-choice/), there is a way to do themed images with `picture`: ``` ``` I don't know how well this is supported, but maybe this is something that...

Not only has `pylab` been discouraged for a long long time, but using explicit API means there's no need to avoid deprecation warnings (which means you won't miss other deprecation...