David Luposchainsky

Results 45 issues of David Luposchainsky

Hi there, tl;dr: I was wondering whether you would be open to adapting the `prettyprinter` for `optparse-applicative` (instead of `ansi-wl-pprint`). --- # Longer, want to read I recently released a...

Minimize pen hovering globally. Posts by Oleg about optimization might be a good entry point: - [Simulated annealing][sa-oleg] - [Evolvong nondeterminism][end-oleg]; [original paper][end-paper] [sa-oleg]: https://oleg.fi/gists/posts/2020-06-02-simulated-annealing.html [end-oleg]: https://oleg.fi/gists/posts/2020-05-26-evolving-non-determinism.html [end-paper]: http://www.demo.cs.brandeis.edu/papers/END_tech_report.pdf

Enhancement

https://observablehq.com/@mbostock/voronoi-stippling ![image](https://user-images.githubusercontent.com/3020161/171963771-c01d8522-ede0-421d-9e81-d31671c638cf.png)

New feature

- [x] Constrain to bounding box (merged: 64bf0b48307d29f322c2eb0ea399ad5109a5c86c) - [ ] Constrain to inside of geometry - [ ] Non-uniform density

New feature

- [ ] Pathological cases: incident points, edges along edges - [x] One polygon fully inside the other # Resources - [Avraham Margalit: An algorithm for computing the union, intersection...

Enhancement

It’s currently impossible to say »don’t style line numbers at all«, only to recolor it. A setting to use the default terminal font color would be nice.

enhancement

The image links still pointed to the author’s Github account, instead of the local VoronUsers one. # Before > ![image](https://user-images.githubusercontent.com/3020161/201723801-54eb5ff7-d27a-49bc-87cc-7336a8d2bbb5.png) # After (using Github’s preview button) > ![image](https://user-images.githubusercontent.com/3020161/201723742-1e55ee2e-4c3c-4287-a0e2-f62d7c6cd878.png)

In 40861e0a20c4c35cba370ca23cbb48e5b27fab61: ``` pseudoAngle: FAIL (0.03s) *** Failed! Falsified (after 2 tests): NonZeroVec2 (Vec2 (-1.0) 0.0) NonZeroVec2 (Vec2 0.653308615076723 0.9706462362409549) LT /= GT Use --quickcheck-replay=167254 to reproduce. Use -p '/pseudoAngle/'...

Bug

# Missing pieces [The Caseljeau article](https://web.archive.org/web/20180307160123/http://antigrain.com/research/adaptive_bezier/index.html) handles more corner cases than the current implementation in `Geometry.Bezier`, e.g. non-differentiable bends. The missing parts are: - Estimation of Tangent Error - Processing...