William Weckl
William Weckl
Here are my routes: ``` this.app.config(['$routeProvider', '$locationProvider', function($routeProvider, $locationProvider) { $routeProvider .when('/', { templateUrl: 'views/site/layouts/layout.html', controller: 'SiteIndexCtrl' }) .when('/login', { templateUrl: 'views/site/layouts/layout.html', controller: 'SignInCtrl' }) ;}]); ``` How can I...
### Environment * Elixir version (elixir -v): 1.7.3 * Arc version (mix deps): 0.11.0 * Arc dependencies when applicable (mix deps): arc_ecto 0.11.0 * Operating system: Ubuntu 18.4 ### Actual...
Hi there, I've saw that has been a while this lib does not get any improvements. Is still maintained? This PR introduced Travis CI config to run in newer elixir...
What did you mean when you put at roadmap "DRY up test suite"? To me, the test suite is good enough.
Newer versions of elixir uses .elixir_ls folder to put dist files and should not be committed.
According to the ios documentation, the parameter content-available was not being sent. https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
After an update of live view dep of my app, I got this error: ``` == Compilation error in file lib/exq_ui_web/views/layout_view.ex == ** (CompileError) lib/exq_ui_web/templates/layout/live.html.heex:1: undefined function live_component/1 (expected ExqUIWeb.LayoutView...
According to the docs, the configuration to change javascript url is liveReloadJsUrl. Unfortunately, no code is using this config. This PR fixes that.
Did not understand how it works. Tried to do POST request and the result is 404. With get request, I'm getting some errors like that: ``` RuntimeError (No resource_class found):...