Piotr Kwiecinski
Piotr Kwiecinski
I reckon collapsible filters may be better choice. They should also be clickable on full width as for now you have to hit text to select them on mobile. I...
@KaranAhlawat the initial was around tree-sitter started here https://github.com/emacs-php/php-ts-mode but it's going to take some time.
@daninus14 org-roam already supports `emacsql-sqlite-builtin`. You can see it here: https://www.orgroam.com/manual.html#How-to-cache You need to add: ``` (setq org-roam-database-connector 'sqlite-builtin) ``` If you use use-package you can try: ``` (use-package org-roam...
The configuration is in compose.yaml now. I've created PR to update readme.
https://experienceleague.adobe.com/docs/commerce-operations/release/notes/security-patches/2-4-6-p1.html this is a known issue: > The nginx.sample file was inadvertently updated with a change that modifies the value of fastcgi_pass from fastcgi_backend to php-fpm:9000. This change can be...
Looks like it was fixed in https://experienceleague.adobe.com/docs/commerce-operations/release/notes/security-patches/2-4-6-p2.html @markshust maybe it's worth bumping defaults to p2?
This is not needed to run multistore. I managed to have running instance with adding a file for mapping a domain to run code: I have a file `store.map.conf` with...
It fails because you're missing part of the required configuration on magento side. You have to run: ``` bin/magento app:config:dump scopes themes ``` This is going to add additional configuration...
You may also want to check this article https://www.michiel-gerritsen.com/deploying-magento-using-deployer-and-github-actions
@magento I am working on this