Adam Gąsowski
Adam Gąsowski
```shell rm .env* touch .env dotenvx set HELLO World ``` Exits with `Invalid private key` message and `0` status for `^1.20.0`, when file `$HOME/.config/dotenvx/.env` contains `DOTENVX_PRO_USER`.
The [documentation](https://github.com/release-it/release-it/blob/main/docs/recipes/git-cliff.md) suggests using an additional script, but it works for me without it: ```json { "git": { "changelog": "npx git-cliff --unreleased" }, "hooks": { "after:bump": "npx git-cliff --output CHANGELOG.md...
This is not a `release-it` bug, but you might want to keep in mind that this issue can result in strange errors. For some reason my IDE cloned the repo...
`\Payum\Bundle\PayumBundle\PayumBundle` installed in Symfony `bundles.php` but still not working: > Payum\Core\Gateway::addAction(): Argument 1 ($action) must be of type Payum\Core\Action\ActionInterface, string given, called in /var/www/html/vendor/payum/payum/src/Payum/Core/CoreGatewayFactory.php on line 239 Compiler Passes are...
``` TypeError: ceil(): Argument #1 ($num) must be of type int|float, null given in vendor/coreshop/core-shop/src/CoreShop/Component/Core/Inventory/Operator/OrderInventoryOperator.php:64 ``` Where ``` \CoreShop\Component\Core\Inventory\Operator\OrderInventoryOperator::hold ``` ```php $product->setOnHold($product->getOnHold() + (int) ceil($orderItem->getDefaultUnitQuantity())); ``` What: ```phph ceil($orderItem->getDefaultUnitQuantity()) ```...
## Problem Description The website `https://ampcode.com/AGENT.md` now redirects to `https://agents.md`, but the new site appears to have stripped substantial content compared to the original. This wouldn't be concerning if it...
### Which part? Which one? Self-Hosted Backup & Restore ### Description https://develop.sentry.dev/self-hosted/backup/#basic-usage ```shell # If using self-hosted version >= 24.1.0: ./scripts/backup.sh [user | organization | config | global] ``` ###...