MaxKless

Results 241 comments of MaxKless
trafficstars

Yikes I'm sorry to hear that :/ I'll check it out today and see if I can repro it. Can you post your `nx report` results. Since it doesn't happen...

I've seen these before but I'm really struggling to reproduce the issue on my windows machine. Could you provide a reproduction repo that I can clone and see the issue...

You could try setting `NX_VERBOSE_LOGGING=true` and run some commands like `nx show projects` that calculate the project graph. Then you should also see the popups. Or is it only ever...

So I couldn't figure out exactly where the issue was in the nx repo but I do have a PR to prevent all these messages: https://github.com/nrwl/nx/pull/28073 Once it's released, let's...

very soon, you should see a beta or canary release within the day. Proper release this week I think

Hey! We just cut a release `19.8.1` that contains this. Can you update and confirm that the issue is gone?

That's nice! Are you on the latest nx console version for webstorm? I just released `1.32.1` which adds `windowsHide` in a couple of places in Nx Console as well. So...

Can you check whether it happens if you remove the vite plugin? Iirc I found some code in vite itself that doesn't use windowsHide

@Tallyb that's a good point. I've update the implementation to handle those cases as well and added unit tests to make sure we don't regress and make it obvious what's...