Alexander Grein

Results 24 issues of Alexander Grein

Since brotli is a high effective way to reduce page loading time it should also be part of this docker images. Currently I add this feature in my Dockerfiles with...

### Describe the bug I have a problem with the pagination of a table who get it's content from a provider function, which uses ctx.currentPage and ctx.perPage to limit the...

Type: Question
Status: Answered

# Pull Request ## Related Issues * Resolves #1163 ## Prerequisites Rebuild JS by running `npm run js` inside Build folder. ## Description - Change JS for bootstrap 5 to...

# Bug Report ## Description I get this exception in the frontend when using bootstrap_package 12.0.5 under TYPO3 11 with php 8.1: ``` PHP Runtime Deprecation Notice: Constant FILTER_SANITIZE_STRING is...

bug

# Bug Report ## Description After updating EXT:bootstrap_package from 12.0.3 to 12.0.4 I got performance problems in my TYPO3 backend. Every call takes 2-5 times longer than before. After comparing...

bug
need feedback

# Feature Request Remove jQuery dependency if bootstrap 5 is selected ## Is your feature request related to a problem? Please describe Since bootstrap 5 do not use jQuery anymore,...

feature

Starting "dinghy up" the first time works without problem. If I stop dinghy by typing "dinghy halt" or "dinghy stop" the system stopps also without any issues. But if I...

Because of this problem, all `docker pull` requests fail with this error: ``` Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.0.1:53: server misbehaving ``` When trying...

Normally the command `ct deploy production` needs to be confirmed with entering `y`oder `yes`. If using this command inside a script (to e.g. automate severals typo3 source updates), it would...

This is currently not working and throw an "Command not found" error: ```yaml exec-finish: - type: local command: - "echo 'Hallo'" ``` This instead works: ```yaml exec-finish: - type: local...