Nico Schlömer

Results 241 issues of Nico Schlömer

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 python-minifier could be...

I find Mmg tremendously useful, especially its 3D mesh optimization feature. Perhaps it could be made even more useful if more than Gmsh and Medit files would be accepted. Wrapping...

kind: wish
part: I/O

Until recently, the equality sign looked like ![a2](https://user-images.githubusercontent.com/181628/29615981-1fa880a4-8810-11e7-92ba-f6b3b2dbff7f.png) In the recent Source Code Variable release, the upper bar is blurred: ![a1](https://user-images.githubusercontent.com/181628/29615980-1f829eca-8810-11e7-9be3-37276ad03be5.png)

I'm trying to convert a tectonic-generated PDF to SVG using [dvisvgm](https://github.com/mgieseki/dvisvgm). It all works fine except that the background of the SVG is not white, but transparent. dvisvgm's author [advised](https://github.com/mgieseki/dvisvgm/issues/187#issuecomment-1164908306)...

If a quad has one edge with a contour, draw a line from that segment to the quad center. This avoids situations like: ![screenshot](https://user-images.githubusercontent.com/181628/138767006-19855af6-0b2a-48df-a555-4fe0e2a2979d.png)

Might be useful for domains with large differences in cell sizes, see https://github.com/nschloe/dmsh/pull/86#discussion_r702968950.

Some problems occur on the boundary: How to make a non-boundary cell a boundary cell and the other way around etc.