Christian Charukiewicz
Christian Charukiewicz
### Issue I noticed that on some sites, using AutoScroll doesn't really work so well. It appears that the problem is the `scroll-behavior` CSS attribute. The default browser setting is:...
I made a change to the `filterMap` documentation in the `List` module to provide more realistic examples of its use. The old text: > Apply a function that may succeed...
Please review our [Contribution Guidelines](https://github.com/lpil/elm-companies/blob/master/CONTRIBUTING.md) to ensure your changes abides by it. Review your changes and complete the checklist below. - [x] Company name - [x] Company description - [x]...
Today I was working on deploying a `yesod` application and needed to deploy some of the static assets alongside of my compiled Haskell executable. After searching for what approaches others...
I tried running `get-fonts.sh` and found that there was a small bug in the `sed` command that sets the relative path to the font files. There's an extra empty string...
This looks similar to #37. I am using Chromium 57 + Linux. When I load the same SSH-based MySQL configuration that works correctly on my Chromebook Pixel (running ChromeOS), the...
Noticed `minlength` was missing while building some HTML forms. - Adds `minlength` to the list of automatically generated HTML5 combinators in `Util.GenerateHtmlCombinators` - Adds the automatically generated `minlength` functions to...