Jonatan Männchen

Results 84 issues of Jonatan Männchen

This is the same attempt as #126 to solve #122 but it goes one step further and build all available bob images. Would love your feedback on this as well.

Trying out to build all images using [bob](https://github.com/hexpm/bob). This could help a lot with #122 This is a WIP state where I was trying out to build all images currently...

**This PR addresses** No issue **Open questions** - Could also be changed to `~> 1.0` or `>= 1.0.4 and ~> 1.0` **Checklist** - Tests added - Coverage increases or stays...

**This PR addresses** - runs `mix format` (separate commit) - #103 **Open questions** None **Checklist** - [x] Tests added - [x] Coverage increases or stays the same: `same` - [x]...

**If this is a feature request, why do we need it?** - We are using this library to generate CSVs for user-generated input and transmitting them to another party. (Which...

The grid / row height calculation is off in Chrome. Codepen: https://codepen.io/maennchen/pen/xavrgj Screenshot Chrome (69): ![screenshot 2018-09-26 at 11 45 28](https://user-images.githubusercontent.com/333918/46072088-c2ec2d00-c181-11e8-92fb-0d7d123f710c.jpg) Screenshot Expected: ![screenshot 2018-09-26 at 11 45 44](https://user-images.githubusercontent.com/333918/46072101-caabd180-c181-11e8-8cf9-39eefd25e457.jpg) Correct...

Is this package still maintained? Otherwise it'd be good to hand it off to someone else or deprecate the package entirely. For a package like this it is vital that...

enhancement
feeback needed

I just wanted to ask about the maintenance status of this project: Is this library still actively maintained? Otherwise, I would offer to further maintain this project.

Resolves the following compile warning: ``` warning: Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs) lib/plug_checkup/options.ex:96: PlugCheckup.Options.validate_json_encoder!/1 ``` Since the function `Code.ensure_compiled/1` is only available...