Gerard Rovira

Results 11 issues of Gerard Rovira

_The following examples are based (but no dependent) on [Express router](https://expressjs.com/en/guide/routing.html)._ **Considering the following correct case:** [8.1 When you must use function expressions (as when passing an anonymous function), use...

question

Currently, if an image fails to load because of a network error, page is down etc. the Node is silently inserted but no UI is shown. Ideally, we show some...

good first issue
feature
contribution-week

``` a b ``` Should return ``` a b ``` instead of ` a b `

all-platforms-bug
copy+paste

I think it's important to explain what dirty is, especially since this is a term that's exposed to the user through `markDirty` but also comes up with EditorState and transforms....

documentation
contribution-week

Go to split view, click Excalidraw, the modal shows on both sides. Should only display the result on both sides

all-platforms-bug
collab
excalidraw

OverflowNode was badly configured, this was revealed by https://github.com/facebook/lexical/pull/6025. It is always inline and can't be empty. Surprisingly, the current configuration was passing all tests fine but the video below...

CLA Signed

## LexicalBlockNormalizer (aka NestingEnforcementPlugin) This was probably our first ever formal normalizer after some patches in the HTML `importDOM` functions (it has been internal only for a while). The idea...

CLA Signed

Functions like `removeNode` have had restoreSelection built-in for years now. `removeFromParent` or their callers should do the same. Currently, you can call `insertBefore`, trigger a node removal and the selection...

all-platforms-bug
core