Skip to content
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

Open
MtnBiker opened this issue May 6, 2023 · 4 comments · May be fixed by #522
Open

Support for Panic's Nova #518

MtnBiker opened this issue May 6, 2023 · 4 comments · May be fixed by #522

Comments

@MtnBiker
Copy link

MtnBiker commented May 6, 2023

Can support for Nova

@MtnBiker
Copy link
Author

Great. I appreciate this. Glad you figured out what I meant, because I obviously left some words out.

@goulvench
Copy link

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?

@MtnBiker
Copy link
Author

I changed something else and now have a conflict with "build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules". Can't build with gem 'better_errors'. Get an error:
<internal:~/.rubies/ruby-3.2.0/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in require': cannot load such file -- sassc (LoadError)
from internal:~/.rubies/ruby-3.2.0/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb:37:in require'

Rails 7.1, ruby-3.2.0, chruby, gem "dartsass-rails", "~> 0.4.1"

@goulvench
Copy link

@MtnBiker that’s a totally unrelated problem, head to Stack Overflow to find a fix for that.

goulvench added a commit to goulvench/better_errors that referenced this issue May 21, 2023
@goulvench goulvench linked a pull request May 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@MtnBiker @goulvench and others