-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Panic's Nova #518
Comments
Great. I appreciate this. Glad you figured out what I meant, because I obviously left some words out. |
Nova 11 now supports opening files. I just confirmed it works by adding an initializer with following code: if defined?(BetterErrors)
BetterErrors.editor = "nova://open?path=%{file}&line=%{line}"
end Need a PR for this? |
I changed something else and now have a conflict with Rails 7.1, ruby-3.2.0, chruby, gem "dartsass-rails", "~> 0.4.1" |
@MtnBiker that’s a totally unrelated problem, head to Stack Overflow to find a fix for that. |
Can support for Nova
The text was updated successfully, but these errors were encountered: