Sergey Kozlov

Results 53 comments of Sergey Kozlov

@ferdnyc better late than never :)

@rkazakov @avelino looks like the issue can be closed - the bug was in a module request that was removed many versions ago

Or maybe it's possible to prevent new animations from starting before the previous one has completed?

@justin-schroeder Ideologically, this is the 100% right decision. But the current version is unfortunately inferior to the `@mui` animations, which we want to abandon. First solution that came to mind:...

> **TL;DR:** Run `npx react-codemod` outside your project's directory. If the parent directory is not a git repository, you will need to add the flag `--force` to run `react-codemod`

add `intellij` to `export type Editor = 'vscode' | 'vscode-insiders'` please

jetbrains IDEs partially support URL handling, like this: ``` webstorm://open?file=/Path/To/File.tsx&line=4&column=5 ``` The following schemes are supported: ``` 'webstorm', 'phpstorm', // also occupies 'idea' 'pycharm', 'x-mine', // rubymine 'goland', 'idea', //...

> The localhost server is only active when the IDE is open (which should be the case most of the time) I think it makes sense to add this to...

> I added the possibility to change the default editor in the context menu. It stores the value in localstorage, so the project team can have different IDE preferences. What...

@dunklesToast another dirty thought is to somehow use GET parameters. For example, take initial value from there and put it in LS or window.