Max Hoffmann
Max Hoffmann
With the release of Rails 7 using `dartsass-rails` is now officially recommended instead of using webpacker or sprockets to bundle Sass. Therefore updating the gem to the latest version would...
FYI: adding the latest version via bundler’s Gemfile worked for me **inside `Gemfile`:** ``` git 'https://github.com/foundation/foundation-emails', tag: 'v2.4.0' do gem "foundation_emails", "~> 2.4" end ``` then run `bundle install`
@distantnative I wouldn’t mind learning to switch between them as long as the documentation is accurate and they work. I was just surprised that they don’t, since these have been...
Same happens for me. For 0.1 I downloaded the model manually via the browser and put it in the appropriate directory. Would be great if the new version could link...
This is the PR where Astro support is being worked on: https://github.com/zed-industries/zed/pull/6896
@extrawurst Is there any way to tell gitui that it should log which themes it loads and in which folder it looks? This would really help debugging this on my...
@extrawurst unfortunately yes. there are no entries in the log file about loading a config. `echo $HOME` and `echo ~` return the correct path
I’m running into the same bug. This remains a problem with version `0.7.34`
Oh no, I also just realized this feature is missing in Zed. It’s very handy in JS to fold all cases of a switch statement, since these don’t show up...
Hey @philipmarnef! Yes, we’ve also noticed that the only way to make images work locally is disabling the plugin there. If you know a way to make this work in...