Thiago Santos
Thiago Santos
It is possible to pass a list with wildcard domain as valid origins? ```elixir config :cors_plug, origin: ["https://*.example.com", "http://*.example.com"] ```
Some things to do on the next major release. The changes can be made on different branch, can be called `v2` for convenience. Every suggestion needs to be approved, after...
The 2nd version will use SVG's for image rendering, so we're going to introduce a breaking change to the api. We need to add a basic migration guide for people...
Add [Git Hooks](https://git-scm.com/docs/githooks) to prevents bad comments and push. Can be used [husky](https://github.com/typicode/husky).
Integrate with the services and add a fancy badge for each one. - [Travis CI](https://travis-ci.org/) [](https://travis-ci.org/lodash/lodash) - [Coveralls](https://coveralls.io/) [](https://coveralls.io/github/lodash/lodash?branch=master)
I was thinking in use [Karma](http://karma-runner.github.io/1.0/index.html) along with [mocha](http://mochajs.org/), [assert](https://nodejs.org/api/assert.html) and [PhantomJS](http://phantomjs.org/). Cross-browser can be powered by [Sauce Labs](https://saucelabs.com/) through [karma-sauce-launcher](https://github.com/karma-runner/karma-sauce-launcher). And the visual test can be basically a living...
First of all thanks for the awesome library. I'm trying to add templating tags directly inside mjml. According to the docs https://documentation.mjml.io/#mj-raw we can accomplish it using the `mj-raw` tag....
Tem algum canal no slack ou coisa parecida do projeto, onde possamos discutir ideias e o futuro do seotopper?
Criar cli
Seria bem legal se fosse criada uma cli para o projeto, talvez usar o [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) para faz a cli interativa.
Implementation of #234 This is a draft of the implementation, I'm opening to check if the approach makes sense. cc: @teamon ## Proposed solution Use [nimble_options](https://hex.pm/packages/nimble_options) to validate the opts...