Tasos Maschalidis
Tasos Maschalidis
Feature request/minor improvement ## Description of problem I have an app that already has one domain with a certificate from letsencrypt. Adding new domains to that app does not automatically...
I created a variant volume price and added the 2x products of that variant to the cart. The price is not affected at all, until I change the item amount...
I was late to realize I would need to run jsonb boolean queries on my typed_store :settings field. I didn't set a coder initially, which seems to result in falling...
Fixes #8621 More context is provided in the original issue and in each commit body.
https://github.com/dokku/dokku/blob/96afb713b7980b08adfe68bb64599b301abfd8cc/plugins/run/internal-functions#L57C3-L59C5 This check introduced in #6576, does not take into account that run:detached will always set DOKKU_DISABLE_TTY. So suggested use of `dokku run:detached [--no-tty|--force-tty] ` is invalid (btw --no-tty here...
Adds the ability to run the search query across all searchable attributes of the resource. This in effect returns the same records that the user would expect to be returned...
Closes #183 **- What I did** Added the ability to skip sleep related to `command_exists docker` check. **- How I did it** Added a relevant flag that skips block of...