Philipp A.

Results 411 issues of Philipp A.

This question if there is one still doesn’t seem exhaustively answered: https://github.com/toml-lang/toml/issues/532 prettier-plugin-toml doesn’t seem to be good enough, see #211 The most promising option right now seems to be:...

enhancement

Fixes #212, finally! Works, but is still a draft, since the used hook is currently preliminary: https://github.com/ComPWA/mirrors-taplo/issues/13#issuecomment-1930749688

After switching to Ruff in #147, we basically get a bunch of checks for free (runtime-wise and configuration-wise) We should consider adding more! - [flake8-use-pathlib (`PTH`)](https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth) - [pep8-naming (`N`)](https://beta.ruff.rs/docs/rules/#pep8-naming-n) -...

#100 did this: > - Remove scanpydoc dependency > - Add typed returns custom extension like in scanpy > - Use same autosummary class template as in scvi-tools (single page...

Continuation of the discussion in #106. In summary: 1. Using project metadata in locally checked out Python projects always has the issue that a project installed in development mode (`pip...

Before switching to Ruff in #147, we used [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings), which hasn’t been implemented in Ruff at the time of writing. Me might want to consider a replacement. ```toml rst-roles =...

see https://github.com/theislab/scanpy/issues/1283#issuecomment-645269898 @LuckyMD we should change the tutorials instead of going back, because [louvain is deprecated](https://github.com/vtraag/louvain-igraph/blob/b3a8e6be2c3916e4082e8171a31e8752317e4c5c/src/__init__.py#L63-L66): > This package has been superseded by the `leidenalg` package and will no longer...

enhancement
good first issue

See https://github.com/scverse/scverse-tutorials/blob/main/.github/workflows/execute-nbs.yaml This fixes: - #28 - #36 - #45 - #66 - #74

enhancement

I saw your thread on KDE ideas. It would be awesome to have that! [here](https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma-desktop/applets/taskmanager) is the directory of the task manager

This is a straight translation from R. I’d recommend making this pythonic: - Don’t use mathy variable names or dict parameters. Use expressive names in lower case, especially for the...