krskrs

Results 19 comments of krskrs

Hi guys, I ended up here after noticing that with the DatePicker component of React mui/material (which, apart from this glitch, works flawlessly on Preact) I was getting a lot...

UPDATE: It looks like I can't apply the fix locally in my IDE. I tried to change the options starting from the index.ts down to the component where DatePicker is,...

UPDATE 2: on further investigation it looks like it can also be reproduced on REACT! What still remains weird is the codepen I had created which seemed to demonstrate it...

Hi @JoviDeCroock, I opened an issue on their repo (https://github.com/mui/mui-x/issues/6140 ) and they acknowledged the bug, which I was able to restrict to a specific reproducible case, also on React...

this happened to me as well. No clues on how to reproduce it yet, I just saw intellij which was complaining about an exception occurred inside a plugin.

I can add that it doesn't happen while directly using the plugin (I mean after the hotkey is pressed and the various labels for jumping are shown), but it happens...

``` java.lang.Throwable: Assertion failed: Caret model is in its update process. All requests are illegal at this point. at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:220) at com.intellij.openapi.editor.impl.CaretImpl.validateCallContext(CaretImpl.java:616) at com.intellij.openapi.editor.impl.CaretImpl.getVisualPosition(CaretImpl.java:651) at com.intellij.openapi.editor.CaretModel.getVisualPosition(CaretModel.java:122) at com.intellij.openapi.editor.impl.view.EditorSizeManager.calculateTextPreferredWidth(EditorSizeManager.java:404) at com.intellij.openapi.editor.impl.view.EditorSizeManager.getTextPreferredWidth(EditorSizeManager.java:358)...

After the last one I also got the one below, a few minutes after: Inconsistent state ``` java.lang.Throwable at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:127) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:194) at com.intellij.openapi.editor.impl.view.EditorSizeManager.assertValidState(EditorSizeManager.java:653) at com.intellij.openapi.editor.impl.view.EditorSizeManager.calculateTextPreferredWidth(EditorSizeManager.java:400) at com.intellij.openapi.editor.impl.view.EditorSizeManager.getTextPreferredWidth(EditorSizeManager.java:358) at com.intellij.openapi.editor.impl.view.EditorSizeManager.getPreferredSize(EditorSizeManager.java:269)...

Totally agree. Since it looks like this useful tool is still being maintained (there are releases), it would be great if chocolatey package was kept in sync as well! I...

Hi @etiennedi, I do undestand that this is a weird/annoying issue to analyze and debug, but at the same time, I have not a ready standalone script, as we're experiencing...