Eric Bus
Eric Bus
The container starts up `exim` (the actual SMTP agent) and that process drops root privileges. I guess the only way to fix this would be to add a new user...
Did you ever resolve this issue? I'm currently having the same issue, that the callback is redirecting the user back to the protected route, but the protected route does not...
I think my issue was unrelated. I had multiple instances of the UserManager, because I didn't know it contained 'state' (internal state, not Redux state). After I migrated to the...
In my experience, moving is a hard thing to get right with these kind of nested sets. I haven't used this specific implementation, but normally you're better of rebuilding the...
You can use my code in pull request #101 to build a tree based on a parent/child relation.
This can be accomplished with the current version by adding the `sury` repo 'by hand' (in your own module or profile). In theory, this part could be added to the...
For users not using ONesignal, it would fix it by adding the same check as for pushnami: ```php if(isset($settings['one_signal_support_setting']) && $settings['one_signal_support_setting']==1){ add_action( 'init', array($this,'pwaforwp_onesignal_rewrite' )); } ``` But this should...
Just for the record: the zk-ruby module has the same problem. It seems to be a server side issue For more information, see https://github.com/zk-ruby/zookeeper/pull/54 It does not seem to have...
Doesn't the current ::variable notation work? It seems to do the trick for me: ``
Setting a specific version for ensure works, even if the package is unstable. I guess the problem you're seeing is related to re-installing an existing extension with the same version...