Nico Schlömer

Results 241 issues of Nico Schlömer

awesome-lists require a table of contents to be present although a toc already autogenerated for every readme by github itself: Example from https://github.com/nschloe/awesome-scientific-computing: ![screenshot](https://user-images.githubusercontent.com/181628/118638781-7b55bc00-b7d7-11eb-947f-9e8a7ae9c9d6.png) I'd suggest to make an explicit...

https://arxiv.org/pdf/1401.0248.pdf

https://github.com/nschloe/dmsh/issues/65

![f](https://user-images.githubusercontent.com/181628/108591723-6c8f7280-736a-11eb-811f-a391ff316e0f.png)

https://en.wikipedia.org/wiki/Altitude_(triangle)#Orthocenter

When taking `p.screenshot()`s with pyvista, one usually has wide margins, e.g., ![srgb-gamut-slice-cielab](https://user-images.githubusercontent.com/181628/130812408-7930974e-c07f-4ff7-8a51-2a359324d7be.png) How to remove those? ([matplotlib has `bbox_inches="tight"` for this purpose.](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html))

Ever thought about making z5 available on pypi?

enhancement
help wanted

Modern Python projects define their build requirements in `pyproject.toml`, e.g., ```toml [build-system] requires = [ "setuptools>=42", "wheel", ] build-backend = "setuptools.build_meta" ``` It'd be nice addition of pyminifier could be...

[@penrose/core](https://www.npmjs.com/package/@penrose/core) provides ``` @penrose/core/build/dist/penrose.min.js ``` It's useful for developers to provide an unminified version as well.