David Himmelstrup

Results 138 issues of David Himmelstrup

See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip-path#Usage_notes and https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape This is a low priority issue for me.

This PR removes the 'Element' data-type and instead has non-drawable nodes embedded directly in the SVG tree. The primary benefit is that you can create any image as a Tree...

All elements can have an ID but not all elements may have drawing attributes.

Width, height, rx and ry should default to 'auto' rather than '0'. It happens often that 'auto' computes to '0' but it's not always the case. This PR contains breaking...

It would be useful for reanimate[1] if Graphics.Svg.NamedColors was exported. Would you accept such as PR? [1] https://github.com/Lemmih/reanimate

Changes: - The `Criterion::can_plot` function has been removed. - The `Criterion::bench_function_over_inputs` function has been removed. - The `Criterion::bench_functions` function has been removed. - The `Criterion::bench` function has been removed. -...

What should be in criterion-0.4 and criterion-0.5? Few things are set in stone so submit your comments and ideas. # Version 0.4: - [x] Remove all deprecated functions. - [x]...

Would it be possible to run `daemons` on Windows?

**Describe the bug** Running this code fails with 'RuntimeError: unreachable': ``` {-# LANGUAGE PackageImports #-} module Main where import Graphics.SvgTree import Graphics.SvgTree.Printer import "lens" Control.Lens main :: IO () main...

**Summary of changes** Changes introduced in this pull request: - Add script for initializing a service that automatically uploads calibnet snapshots to Digital Ocean and reports failures to slack. -...