gutschilla / elixir-pdf-generator

Create PDFs with wkhtmltopdf or puppeteer/chromium from Elixir.
MIT License
332 stars 71 forks source link

Remove misc_random dependency #42

Closed hugomaiavieira closed 6 years ago

hugomaiavieira commented 6 years ago

What do you think about embedding the used stuff from misc_random? It just a tiny thing to be an extra dependency and also will avoid the problem on distillery and exrm.

gutschilla commented 6 years ago

Yeah, I could do that. Back then (I think this is almost three years) I struggled with many different targets where I had to check for which Erlang version would support which style random.

gutschilla commented 6 years ago

@hugomaiavieira Feel free and invited to come up with a small PR on this.

gutschilla commented 6 years ago

@hugomaiavieira Released as v0.4.0 – Thanks very much!