Andreas

Results 20 issues of Andreas

I get this message when using `npm install jquery` and then `import $ from "jquery" ` within the CodeKit main js file: > Bundling failed with this error: Name must...

### Bug description My app locale is set to "de", fallback is "de" as well. I usually go blindly through the backend but today I noticed, that there are both...

can't recreate

### Bug description When I try to link to an internal entry, I get the following error: ``` Undefined property: stdClass::$attrs ``` I'm aware that I'm not using the latest...

I'm trying to remove the trailing slashes from the generated urls. This is my current setup: TYPO3 7.6 RealUrl: Latest $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array ( '_DEFAULT' => array ( 'init' =>...

feature request

I'm using the exact same code for `config/captcha.php` in two projects. Yet in one project, the captcha is being cut every time, while the other one looks perfect every time....

I've seen a few issues here regarding this, but non specified the following use-case: We're currently having 3 languages, with English as default, German secondary etc... **For most pages we'd...

We have a multi-domain setup wiht a VHS languageMenu: ``` {lang.label} ``` Unfortunately, the url outputted only uses the current url and appends /de, /en or /no when switching languages....

I'm opening a modal from a function on page load if a condition is met. **Blade template:** ``` @if ($user->subscription?->latest_webhook == 'waiting') @push('scripts') setTimeout(function() { Livewire.emit('openModal', 'subscription-webhook-status'); }, 800); @endpush...

Currently, I require these files for the webhooks: ``` require_once 'typo3conf/ext/products/Classes/Coinbase/src/ApiClient.php'; require_once 'typo3conf/ext/products/Classes/Coinbase/src/Util.php'; require_once 'typo3conf/ext/products/Classes/Coinbase/src/Webhook.php'; use CoinbaseCommerce\ApiClient; use CoinbaseCommerce\Resources\Event; use CoinbaseCommerce\Webhook; ``` But right now I end up with the...

While still playing around with this, I stumbled upon this weird behaviour: https://www.loom.com/share/d085d76e9caf422f8d365e407f3a44a0 Basically, when storing the content without making any changes, the content returns `null`. You can see that...