Pablo Brasero
Pablo Brasero
I'm ok with this, but I think it should be consistent and always be `@resource` (and `@resources` for the plural case). Thoughts, @nickcharlton?
I can confirm that this is an issue at the moment. I installed Zed 20 mins ago with `curl -f https://zed.dev/install.sh | sh`. ``` $ ~/.local/bin/zed -v Zed 0.170.4 –...
Unfortunately still an issue for me: ``` $ zed -v Zed 0.187.9 377a9b61b861a374fac85265f1265ea9f9f95631 – /home/pablobm/.local/zed.app/libexec/zed-editor $ RUST_BACKTRACE=full zed --foreground 2025-05-28T14:49:25+01:00 INFO [zed] ========== starting zed ========== 2025-05-28T14:49:25+01:00 INFO [gpui::platform::linux::x11::client] Compositor...
@dyrnq - Thank you, that worked! My bad for not reading that, then. Although I have to admit that stuff is a bit esoteric for me 😳 @OnorioCatenacci - No,...
@OnorioCatenacci - Correct. I haven't touched a Windows machine in a while.
Should be fixed now on `main` after merging https://github.com/thoughtbot/administrate/pull/2865. Thank you all!
Forgot about this one after the merge of #2397. I have rebased and made a change (converted SCSS to CSS). Not merging just yet as I'm not sure if it'll...
And related PR to remove old asset generators at https://github.com/thoughtbot/administrate/pull/2674, as discussed above.
Just to confirm: this is intended to force contributors to check in any changes to compiled assets, right? In which case, it gets my vote, unless I'm missing a use...
@nickcharlton - Is there anything to do on this issue? Is this about testing with some real Rails 8 apps until we are confident enough that we have this covered?