Yura Markin

Results 11 issues of Yura Markin

## Description If I change ibus settings with `ibus-setup` settings not apply. ## Budgie version budgie-desktop 10.5 ## Operating system Ubuntu 19.04 ## Steps to reproduce the issue 1. Run...

**Crash Report** If .mypy_cache doesn't exists `mypy .` works, but every next run when .mypy_cache exists give me AttributeError. Master branch has with problem. **Traceback** ``` mypy_reproduce/__init__.py:31: error: Argument 2...

topic-incremental
crash

Hello, How can I get json position(column line?) of error ?

Hello - Added lazy.nvim - Added UpdateRemotePlugins for packer.nvim

Hello, thank you for this colorscheme! But currently if lsp supported semantic tokens it break some part of this colorscheme. Examples LspStart LspStop Currently I added to my config ```lua...

Hello fatal: Fetched in submodule path 'packages/rasterio', but it did not contain fff416c6945b222f265fa268c4d56de34c8091dd. Direct fetching of that commit failed.

I think this useful for use under root and other cases without modify PATH or /etc/sudoers Is it like run `make install` in neovim sources ?

Hello, thank you for great job. I added your driver to [pgbeanch](https://github.com/JMarkin/pgbench/blob/psqlpy/_python/pgbench_python.py#L212-L232) from MagicStack team. And result super different then your. Full report https://public.jmarkin.ru/pgbeanch.html Example result psqlpy slower than all...

Hello, if doesn't use preview method ui module not required. It pr to improve startup time because doesn't require nui module.

Hello, I tried to install by flake on darwin ```nix #input nur.url = github:nix-community/NUR; overlays = [ nur.overlays.default ]; environment.systemPackages = with pkgs; [ patchelf nur.repos.dustinblackman.oatmeal ]; ``` and got...