Mitchell Hanberg

Results 181 comments of Mitchell Hanberg

I updated and go to def works now 👍. > Btw, I tried the builtin LSP but couldn't make the trigger characters work for the completion. Did you setup anything...

Go to definition seems to be working when the current note is in the root of the notebook, but not when the note is in a sub-directory. I noticed this...

My current project uses webpacker and I was able to get premailer-rails to work by copying the stylesheet_pack_tag from the head of our application layout into the head of the...

@full-of-foo did you try using `stylesheet_pack_tag` instead of `stylesheet_link_tag`?

@mcmaddox I have a `app/javascript/packs/mailer.js` that imports a `app/javascript/css/mailer.css`. In my `app/views/layouts/mailer.html.haml` file, i have the following in the `head` tag. ```haml %head %meta(content="text/html; charset=utf-8" http-equiv="Content-Type") = stylesheet_pack_tag 'mailer', media:...

@mcmaddox These are the only config that I have set for mail related things I think ``` # development.rb config.action_mailer.default_url_options = { :host => "localhost:3000" } config.action_mailer.asset_host = "http://localhost:3000" ```

@mcmaddox I'm glad you got it working. For the record, I don't think you're wasting anyone's time 😄.

I'm not sure there is a way. In your case, according to the readme, Goth allows you to a config module with an init callback, which should work with vapor.

@autodidaddict do you mind adding a unit test for these two cases? And also maybe an example scenario in the PR description? I think I understand the precedence problem you're...

@qwexvf can you describe the workflow you'd like to use?