Dominik Moritz

Results 1544 comments of Dominik Moritz

Unfortunately, I'm pretty swamped right now. But I can suggest a translation I ended up applying by hand: ```ts assert.includeDeepMembers(actual, [...expected]) ``` should become for one expected value ```ts expect(actual).toContainEqual(expected)...

I decided to rename all test variables but still thinn it would be good if this codemod was more robust.

What do you mean by "how to pass this through `script`"?

Are you talking about https://github.com/chjj/tty.js/blob/master/lib/tty.js?

Related: https://github.com/vector-im/element-web/issues/16220

Instead of passing via URL, please use the post message API like Vega Embed does.

I don't see a repro. It's hard to answer.

Can you try before and after https://github.com/react-monaco-editor/react-monaco-editor/pull/212 was merged?

Thanks for the issue report. Do you know this is an issue with Monaco react or just monaco itself?

This is still an issue even after the recent updates.