Santiago Ferreira
Santiago Ferreira
Add a configuration option to add a startup image ```html ``` Specifications https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW6
See https://msdn.microsoft.com/en-us/library/bg183312(v=vs.85).aspx and https://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx e.g. using meta tags ```html ``` e.g. using browserconfig.xml ```xml #009900 30 1 ``` It would be nice to have an option to turn off the...
(This are some ideas and we're open to suggestions) ## Main goals * Make it easier to maintain * Support fewer versions of ember/ember-cli (just 3.0 and above?) * Remove...
See https://github.com/san650/ember-cli-page-object/pull/348#issuecomment-355786704
For some reason when we generate the docs we're having different parameter orders for some functions. DOC  Function ![screen shot 2016-08-01 at...
Add support for receiving a `Map` or `Keyword` list. ```eex ``` where `my_attrs` is a `Map`.
Do the same as MIX does: https://github.com/elixir-plug/plug/blob/55e57bba8f5184f931eac141dd1fd0e1202934b7/mix.exs#L16-L18