Nick Hammond
Nick Hammond
Please add a test for this demonstrating two different script types.
I'm not very familiar with Gentoo but it sounds like whatever other management tool you're using relies on or can use the /etc/logrotate configuration, is that correct? What would be...
That makes sense to me, let me know if you still want to submit a PR or I can work on it too.
Hey @rwese, thanks for the PR! Defaults/globals for logrotate should actually be placed in `/etc/logrotate.conf` which then includes all of the files in `/etc/logrotate.d`, I don't want to mix those...
@mikker I have what used to be on the `create.html.erb` page as a flash now so the user still sees it if they have flash configured which is pretty standard....
@jordanful It might be simpler to flip a flag on a user and then redirect post sign in to the appropriate place. The other idea that comes to mind is...
@arrowcircle Can you add some more context around how you're calling this? Normally just including the `PasswordlessControllerHelpers` module and then calling `sign_in` should do the trick. https://github.com/mikker/passwordless#registering-new-users
Duplicate of https://github.com/dimitri/pgloader/issues/1312.
I didn't see this mentioned anywhere in the Dokku issues but I just noticed someone's working on [Swarmlet](https://swarmlet.dev/) which I haven't used but looks intriguing. Says it's heavily inspired by...
It looks like this might be possible via [this section that mentions via host and port in their documentation](https://docs.browserless.io/docs/works.html#via-host-and-port), I don't currently use Browserless though.