woochica
woochica
The webpack-dev-server can be configured to use custom SSL certificates. Change the default config to look for enviroment variables SSL_CRT_FILE and SSL_KEY_FILE and set them if they exist when using...
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]...
The view functions directly access properties on the model and aren't exposed to the outside therefore it's not possible to replace the built-in view partially nor fully.
NOTE: This commit changes the API for `initModel` and therefore not backward compatible. Enable a multiselect component to be [initialized as single-select](https://github.com/inkuzmin/elm-multiselect/issues/44). In this case: - A user is only...
The provided examples were not compiling due to missing arguments to `initModel` and mismatching module names.
Hi, This is such a fantastic library, thank you for all the work you put into it. I'd like to use it in my project. However in certain cases I...
The last commit was on 25 Feb 2019 to this repo. There are several [contributions pending to be approved](https://github.com/ryannhg/date-format/pulls). I've contacted the owner of the repository by email and tweet...
Calling `(doom-adjust-font-size 1)` repeatedly would keep increase the font size because an increment is passed. When loading themes, the `doom-big-font-mode` minor mode gets loaded again therefore it causes the font...