Dominik Krulak
Dominik Krulak
Heard of CRON job and I generally know what it does and I need to run some script in some time intervals. This is my first encounter with setting up...
### Name and Version bitnami/redis:7.0.4-debian-11-r16 ### What steps will reproduce the bug? Upgrading the image from an older version and it seems that the current redis image can't create password...
### Name and Version bitnami/php-fpm:8.1.9-debian-11-r9 ### What steps will reproduce the bug? Just pulled the image from registry. ### What is the expected behavior? _No response_ ### What do you...
## Help request Let's say I choose not to use Let's Encrypt certificate but any other paid certificate for domain. When certification type _Let's Encrypt_ is enabled I see `ssl_trusted_certificate`...
### What happened? ### Description I use Redis session component. This issue relates to my answer at StackExchange [How does Craft CMS handle user's session with Redis](https://craftcms.stackexchange.com/a/39960/2167). Here is excerpt...
`index.html` ``` Text nodeCustom label ``` `test.html` ``` {{ data.label }} ``` `test.js` ``` const data = {id: 'x', label: 'new Label'}; const root = document.getElementById("hydrate"); const view = new...
I have this simple SVG element with a gradient. ``` ``` When rendered, the `svg` element itself gets rendered but the gradient isn't applied. ### Gradient isn't applied example ![Screenshot...