Andrii Maksymov
Andrii Maksymov
I want to understand why find references takes so long. My idea understand how the command(gr) is executed. I tried the same command(coc-references) used [coc.nvim](https://github.com/neoclide/coc.nvim) with [coc-pyright](https://github.com/fannheyward/coc-pyright). It works fast....
### Main programming language Rust ### Tutorial title Build a Lua Interpreter in Rust ### Tutorial URL https://wubingzheng.github.io/build-lua-in-rust/en/ ### Category * [ ] 3D Renderer * [ ] Augmented Reality...
Fixes issue https://github.com/qutebrowser/qutebrowser/issues/8246, changes self._widget.setWindowTitle to self.setWindowTitle and adds a test for it. Based on #8292