David Nussio
David Nussio
fixed in [04fa132](https://github.com/moleculerjs/moleculer/commit/04fa132bdc829b0ff2df2c419db3ca4faa778814)
FYI: I am using a custom KafkaTransport implemented with KafkaJS. It is working, but the CPU usage is really high. There are some issues regarding this. The bad news is...
What do you think about use https://www.npmjs.com/package/@excalidraw/excalidraw instead patched version? Code sandboxbox example https://codesandbox.io/s/excalidraw-ehlz3?fontsize=14&hidenavigation=1&theme=dark
Yes, I understand. I created a PoC and sometimes webview lost focus (?) And excalidraw shortcuts and keyboard doesn't work. It is fix with simple a simple click on icon...
I'm experiencing the same problem with inline variable flickering. It occurs in Java but works in JavaScript. As a workaround, I set `"debug.inlineValues": "off"`.
> Remove the following from your settings : `"editor.wordWrap": "on"` this will fix the issue @maratib workaround is better because is simple to enable/disable with shortcut. @testforstephen 1. start debugging...