basteyy
basteyy
First, you are right, the linked solution is not working under every circumstance. A (more) solid solution would be a creation with flex box. The question is, do we really...
From my understanding, grid is for a different use case. But to be honest: We can use it like that - it's quite a simple solution and grid is supported...
> @basteyy not sure how I missed this, mind rebasing off of v3 and seeing if we can get the checks to pass? Yep
To download a file, you should use a proper library instead of using *just* `file_get_contents`. Think about authentications. From my point of view, it's not purposeful to implement such this...
Is the folder valid? What is the output of the following ```
I drafted the following snipped and run it directly after the body tag: ```js (function () { if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.setAttribute("data-theme", "dark") } else { document.body.removeAttribute("data-theme") }...
The checks are failing because of composer: https://github.com/propelorm/Propel2/runs/7615255384?check_suite_focus=true
> Why are those checks failing Didnt you use latest master as reference? I used latest master. They failed because: ``` Error: dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked...
> Any update on this one? I will update it next week
> ping @basteyy Setting up the local test environment needed time, and I'm struggling with a test case. Thanks for pinging, try to modify the patch end of this week.