Nikita Govorov

Results 30 comments of Nikita Govorov

I'm agree with @johnnyreilly about the need of source maps only under debug mode.

Hi @vjpr, We're working on [Output Inspector](https://wallabyjs.com/docs/intro/output-inspector.html) feature for JetBrains IDEs which we think covers your feature request. Here is a quick teaser: ![jb_output_inspector](https://user-images.githubusercontent.com/129254/132808090-dd571acd-6f5d-491e-809e-e7ef483c81c2.gif) As a temporary workaround you could...

Hi @JohnRigoni, Thank you for the fix! Would it be safe to apply your `RETRO_TAPPING_TIMEOUT` modifications on top of these changes? ```diff diff --git a/quantum/action.c b/quantum/action.c index a39631ba3e..8cada5ce40 100644 ---...

Thanks! Hope the PR and the `RETRO_TAPPING_TIMEOUT` feature will be accepted by the team and merged to `master` soon.

@willmcvay We've added partial support for dockerized apps to the latest version of Console Ninja. Please find more information [here](https://github.com/wallabyjs/console-ninja/issues/192#issuecomment-1706182772).

What does `which yarn` return if you return the setting back to ``` "terminal.integrated.env.linux": { "PATH": "/home/kenan/.console-ninja/.bin:${env:PATH}" } ``` and execute the command in a new integrated terminal session?

It looks like a bug in VS Code, we've deleted the setting in the latest version of Console Ninja extension.

Blocked by https://github.com/microsoft/vscode/issues/178577

@fredizzimo > It's also possible that the support for transparency totally disables that optimization #2529 I can confirm that when `AlphaMode` is set to `DXGI_ALPHA_MODE_PREMULTIPLIED`, independent flip is deactivated. On...

Where have you placed the setting? `C:/Matrix3/src/Presentation/learning-plugin/package.json`?