Shumaf Lovpache
Shumaf Lovpache
@rezmus , how I can reboot robot? I'm only can reset wifi settings, but it doesn't helps.
@mvicsokolova, shouldn't it be merged? 🤔
@LifeIsStrange I think you should write it on YouTrack
@broadwaylamb, I've split this PR into smaller parts: https://github.com/JetBrains/kotlin/pull/4989 and https://github.com/JetBrains/kotlin/pull/4988
@bibaev review pls
It would be great if the release could be sometime in May
Hello @nektro! I can still reproduce this issue with the following example: ```javascript console.log("Hello via Bun!"); console.log("Start"); // breakpoint const x = Symbol("test"); console.log(x); console.log(x); console.log(x); console.log(x); console.log(x); // breakpoint...