Herman verschooten

Results 10 issues of Herman verschooten

If you try this ```elixir {:ok, pdf} = Pdf.new pdf |> Pdf.set_font("Helvetica", 8) pdf |> Pdf.text_wrap!({100,100}, {200,200}, "") ``` this results in ``` ** (Enum.EmptyError) empty error (pdf 0.5.0) lib/pdf.ex:490:...

Andrew, Can we expose a `text_width` function? we are converting some reports from Prawn (Ruby) and there you have an option to automatically reduce the font-size to make a larger...

When using `parcel v2`, or `esbuild` the generated JS code, causes the above error when calling `AbsintheSocket.create`. I was after some trial and error able to make it working again...

I have been using exrm_deb in combination with distillery for some time now. I noticed that uploading my .deb file seems to take longer and longer every time, but I...

I have a server that starts on a dynamic port each time. So upon the start I write that port to the correct file under `~/.puma-dev/admin`. puma-dev however does not...

I just made my first grouped BarChart and I immediately noticed an oddity. I have 2 series and I had 1 value in a serie that was below 0. This...

In the code as supplied here, each page needs to have a `toSession` method exposed that essentially just returns the session field out of its model. Why not make this...

I know it's a longshot, but would it be possible to allow selecting a pane in a different session? Perhaps add a specific command to allow this, that then disables...

Hi, I noticed on a number of production servers that there are a number of TCP connection to https://www.iana.org that remain in CLOSE_WAIT. The only code that references www.iana.org seems...

### Describe the bug When trying to add an attachment to be displayed inline, this is added as a regular attachment and as such unavailable. ### Steps to Reproduce the...

bug