Amaral Krichman

Results 13 comments of Amaral Krichman

Alright, great. I'm not clear on the font though, should I just use monospace or package JetBrainsMono? Or just leave it as the `pre` directive? Aplogies if it's rather fine-grained...

I was about to open an issue for this as well. I'd be happy to make a PR addressing it if it's okay with the author.

@jibin2706 I was looking at this and realized the `StarterKit` already includes the `HardBreak` plugin. I don't know why they weren't working for me in the first place. They seem...

Cool! I stumbled into a bug when I was tackling this, and it ended up turning into too deep of a rabbithole. I couldn't figure if it was coming from...

I'm having a similar issue, but with strings inside html tags. It's pretty annoying. Is there some sort of workaround that can be applied locally? ![image](https://user-images.githubusercontent.com/39108635/145684699-681d76fb-39c1-47be-a506-5aac0819ab91.png) Something's up with stuff...

I just wanted to update that doing a clean vscode install seems to have fixed my issue. I couldn't backtrack it to something specific though. It wasn't my settings.json nor...

Just dropping by to add a +1 on the issue. In my case, it's truncating the decimals out of the values (1.5em gets turned into 1em, 0.25 to 0 and...

Currently Electron doesn't yet support extensions with Manifest v3. There's a link to the issue in the React repo in #3407. They recommend downloading a v2 version of it.