Oleg Nikitin

Results 26 comments of Oleg Nikitin

I think I encountered the same problem: cannot clone private repo. Created a personal access token: ![Screenshot from 2022-07-12 15-19-59](https://user-images.githubusercontent.com/91423563/178488545-4019bdb2-a329-43c9-8a23-be62ba633905.png) Got the error: ![Screenshot from 2022-07-12 15-20-14](https://user-images.githubusercontent.com/91423563/178488586-f1d8b812-e452-447e-88e2-3ad1e3c7d226.png) UPDATE: after I...

Encountered the same bug in "Select Files" and "Select Directory" dialogs while preparing the commit. "Select Directory", before clicking on the tree or after clicking on "Path": ![Screenshot from 2022-07-12...

I believe that Birdtray uses [its own icon](https://github.com/gyunaev/birdtray/blob/7261ff0c139b98cf7cf9a1c8727ab74dee82756d/src/res/birdtray.svg) by default. You can change the tray icon in the app's settings. To change the desktop icon to anything else, you must...

I've created this: https://github.com/AsriFox/gnuradio-integration It's not on a marketplace yet, but you can download VSIX from releases and install it. It's basically a thin wrapper around the CLI, and some...

Update: in addition to modtool functionality through the command palette, a tree view was added that displays blocks in the OOT module. The extension should be compatible with custom installation...

Hopefully. Version 0.3.4 PR is already merged. Releases on the marketplace are handled by @IvanNovak1004 for now, but they said they are planning to transfer ownership.

Version 0.3.4 is now released on the [marketplace](https://marketplace.visualstudio.com/items?itemName=ivannovak1004.gnuradio-integration)! You should be able to install it from VSCode. Would love to hear your feedback.

Can confirm the theme issue. Disabling "Draw center" for Tree's "BG" style in the theme fixed the problem. ![Theme-Tree](https://user-images.githubusercontent.com/91423563/205357232-dc852bb6-b07d-45bd-9e56-bd94d03e3e1c.png) ![Theme-Location](https://user-images.githubusercontent.com/91423563/205357226-1d1a22c5-39b3-4e1c-b3d4-30eeb30b2c13.png) Disabling "Draw center" in ContentesBG-dark, however, did not help.

> * [ ] Running on Wayland: `qt.qpa.wayland: Wayland does not support QWindow::requestActivate()` @haakov Where exactly does this occur? I can't reproduce this in GNOME Wayland (Ubuntu 22.04LTS VM), Plasma...

I can reproduce the `qt.qpa.wayland` bug in weston (Arch), GNOME 42.9 (Ubuntu 22.04LTS VM) and GNOME 45.2 (Fedora 39 VM). However, I can't reproduce it in Hyprland, cage (Arch) or...