Neil Calabroso

Results 5 comments of Neil Calabroso

+1 to this. My use case is that my `lib/abilities.ex` needs to be able to support an optional parameter to be able to decide on the authorization definition. Specifically, I...

Dealing with this similar issue as well. Having a user identified by `mysql_native_password` doesn't work as well. ``` mysql --version mysql Ver 8.0.11 for osx10.13 on x86_64 (Homebrew) ``` ```...

+1 to this issue. targeting `/var/log` since the containers should also be compatible with gnu/linux distributions - but ofcourse, osx's `/var` is just a symlink.

Agree to this. I understand how we want to have a plugin that works out of the box. However, explicitly for `View`, I don't think we need the implicit contextual...

Also facing this issue. I've tried replacing postgres with mysql and still the same problem exists. I think this has something to do with how the flask application is handling...