Results 11 comments of Ben Lind

I am also looking for this behavior. Every once in a while I want a typically inline tag to be multiline. Right now I have to hit enter twice, then...

Even simpler: ```vue ``` That also prevents an issue I was seeing where the toggle function was being called twice for a single click.

My problem was my `yarn.lock` was referring to a commit that no longer existed (because it was on a branch that had been rebased). I ran `yarn add my-package#branch` and...

What is the status of this update? I would love to have my queries be saved across sessions so they don't get wiped every time I quit Sequel Pro.

I use emacs-plus via homebrew along with zsh. I had to create a .bash_profile file with this line: ```bash export EA_EDITOR='/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -a "" -c -d $DISPLAY' ```

We are migrating our app from Vue 2 to Vue 3 and are also encountering this warning.

I have the same issue on Sierra 10.12.2 with Messenger 0.1.10. Is there a way to turn off the message notification sound without being able to access the preferences?

@nathonius , I am also seeing this broken with Obsidian v1.5.12 and obsidian-collapse-all v2.1.0. Do you want me to create a new issue, or do you want to reopen this...

I am in the process of upgrading my monorepo from Vue 2 to Vue 3. After reading @thedamon 's answer, I tried `rm -rf node_modules && yarn install`, and that...

I have also noticed this behavior. Since I don't want to have to listen on the hidden.bs.modal event through the document, I have opted to just pass `backdrop: 'static'` to...