Results 213 issues of Antony Lee

A suggestion: consider providing profiling output in the callgrind format, as there already exists excellent visualizers (e.g., kcachegrind) for it. (I'm writing this same issue to each and every python...

enhancement

Usually I am mostly interested in sorting profiling results by OwnTime or TotalTime, so my workflow with py-spy is nearly always to press 3 or 4 right after launching it....

enhancement

You may be interested by https://github.com/matplotlib/matplotlib/pull/16171?

Currently, running speedscope from the cli (`$ speedscope /path/to/prof`) creates temporary files in /tmp that never get cleaned. Over time one can accumulate quite a few files there. It may...

When compiling a faulty file, e.g. ```md \oops ``` with `:Pandoc pdf`, if the file has e.g. a .pdc extension (one of the default extensions recognized by vim-pandoc as "pandoc's...

Similarly to https://github.com/nschloe/betterbib/issues/102 (arxiv), this is a request to add pubmed (https://pubmed.ncbi.nlm.nih.gov/) as data source. (PubMed, a widely used bibliography database in the life sciences, is not to be confused...

The handout thumbnails don't look very good on github's dark theme: ![s](https://user-images.githubusercontent.com/1322974/167252928-e9024d12-0ea7-4730-9f13-d3cebc3a3137.png)

[OME-TIFF](https://www.openmicroscopy.org/site/support/ome-model/ome-tiff/index.html) is a TIFF format that embeds some microscopy-specific metadata as an XML comment embedded in the TIFF header. Sample data is available at https://www.openmicroscopy.org/site/support/ome-model/ome-tiff/data.html, but PIL fails to open...

TIFF

## Description The values returned by `hessian_matrix(..., sigma=1, use_gaussian_derivative=True)` and `hessian_matrix(..., sigma=1, use_gaussian_derivative=False)` seem to be off by a factor of 2. ## Way to reproduce ```python import numpy as...

See discussion at #6436. I took full advantage of the allowance given at https://github.com/scikit-image/scikit-image/issues/6436#issuecomment-1186134297 to **change the outputs**, as I believe the current implementations are all incorrect in a way...

:fast_forward: Enhancement
:lady_beetle: Bug fix