Hugo Duksis
Hugo Duksis
DEPRECATION: Using the '{{#each item in model}}' form of the {{#each}} helper ('appname/templates/components/growl-manager.hbs' @ L2:C0) is deprecated. Please use the block param form instead ('{{#each model as |item|}}'). See http://emberjs.com/guides/deprecations/#toc_code-in-code-syntax-for-code-each-code...
First of all thanks for your awesome work! I would like to ask the maintainers what do they think about making the gem more modular, by what I mean splitting...
Hello Jesper, First of all - Thanks for your work! This PR is a suggestion for replacing current TravisCI with github Actions Current issues: * Current readme is pointing to...
I think that having a common language version file for projects is a great idea so how about `.elixir-version`? https://gist.github.com/fnichol/1912050
fixes #11 One possible solution for the warning messages in logs described in #11 following the example of Laravel https://github.com/laravel/framework/issues/15717
After adding `SessionHandlerCookie` to the code my logs got flooded with these messages ``` NOTICE: PHP message: PHP Warning: session_write_close(): Session callback expects true/false return value in Unknown on line...
The framework meta value us not set and not configurable when reporting to rollbar
Even with exact name search and choosing the Lock.app it does not show up on top of the results as it should. This is not the case with other apps...
First of all - thanks for your work! currently `min_coverage` option seems to only be taken into account when using `mix coveralls` and `mix coveralls.html` tasks. https://github.com/parroty/excoveralls/blame/b706b5da6d3a62ff51552059cf57726c6ad104e5/README.md#L426...L427 I would like...