oxyc

Results 45 comments of oxyc

Also as I'm fixing the _bug_ where the `ansible.cfg` isn't taken into account at all currently, I thought it was better to introduce a new `ansible.debug.cfg` vs `ansible.cfg` setup so...

I'll reopen this and work on the docs (soon!)

If someone already uses [`khd`](https://github.com/koekeishiya/khd) as a hotkey daemon (it's brilliant), you can also use it to remap caps-lock. ``` - capslock : khd -p "- escape" ```

I hesitated too, but now there's no going back :D https://twitter.com/geerlingguy/status/859526910229041154 ``` # re-map/disable quit shortcut cmd - q [ Firefox, iTerm2, Google Chrome ] : khd -p "cmd -...

Quick update on `khd` for others reading. Seems it's been more or less abandoned in favor of `skhd` which doesnt support capslock and application specific mappings.

You can also use: ```js window._wpLoadBlockEditor.then(() => { unregisterBlockStyle(...); }); ```

I'm running it fine by overriding the SageServiceProvider and not [binding the template filters](https://github.com/roots/acorn/blob/4d902cc6fca9134b97a6b95ccdbe9ae05a1d1575/src/Roots/Acorn/Sage/SageServiceProvider.php#L31-L32), so that all templates are in FSE. Running it with WooCommerce

To me it makes sense to not the bind the filters in the first place. I have no php templates in my theme since I opted in to FSE. I...

Hi, I saw your comment that this fix caused some other issues https://discourse.roots.io/t/generoi-sage-woocommerce-header-footer-in-layout/26514/7 Unlikely that I will look into it at the moment but if you work on it and...

Awesome! Thanks for the tip. At some point when I have time over again I'll switch over to your role 👍