Elia Scotto

Results 9 comments of Elia Scotto

On my macOS Monterey 12.4 with M1 I get the following error with your script ``` ➜ build git:(llvm-13.0.0) export CPPFLAGS="-I/opt/homebrew/opt/llvm@13/include" ➜ build git:(llvm-13.0.0) export LDFLAGS="-L/opt/homebrew/opt/llvm@13/lib" ➜ build git:(llvm-13.0.0) export...

@promer94 Hi, thanks for the solution. It seems resolving the case. Just to keep in consideration for the PR, in my case I didn't need to `mutate` the entire list...

The HTML standard[ introduce the possibility](https://www.w3.org/TR/css-text-3/#white-space-property) to avoid multiple whitespace trimming using `white-space` css rule. So the browser is able to render elements keeping multiple whitespaces on the inner text....

Okay, got it. To give you a real use case, notion.so created a wysiwyg editor with only ``. If you copy the content gives you a formatted markdown with multiple...

Thanks for the PR. Korean version looks great. I'm using Netlify that publishes the website for free. I'll keep the PR open in case I need to publish using github...

@harryday123 should be fixed, the variable was not referred to the instance but was supposed global. Try again.

Ah ok. So most of the time when and exception in raised, before having the actual exception I get another one telling me that `nil is not of type cons`...

I need to use the `match-braces` plugin but couldn't find a way to do it. - Tried including the plugin code into `init: ({ Prism }) => {}` configuration but...