Pavel Zolotarevskiy
Pavel Zolotarevskiy
### Description Currently you have to manually start a takeout session and wrap all of your calls in a InvokeWithTakeout. It would be nice to have a wrapper which streamlines...
# Feature request ## Description Currently holding the quick settings tile opens the Android settings page for IVPN instead of the ivpn app itself, which is much less useful ##...
### Steps to reproduce 1. Play any video 2. While the video is playing, turn on the battery saving mode on your phone (or off if it's already on) ###...
The following link throws an error: https://rutube.ru/video/e84a7b1a4ea7e161364f1eda2118afdb/
When trying to do the following: ```typescript new Graphene.Point({x: 0.5, y: 0.5}) ``` Typescript throws an error: `Expected 0 arguments, but got 1.` However, constructing a point like that works,...
Please publish this plugin to https://luarocks.org/ to make it natively available with [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim). You can find a guide here: https://github.com/nvim-neorocks/sample-luarocks-plugin
It would be awesome to have syntax highlighting for various code languages and other plaintext file types (eg. json)
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Mutter ### WezTerm version 20240811_112922_0ac1e948 ### Did...
### Problem The documentation for [`complete-items`](https://neovim.io/doc/user/insert.html#complete-items) says the following: > The "kind" item uses a single letter to indicate the kind of completion. This may be used to show the...
### Problem Sometimes, vim is able to automatically determine the filetype of a file and highlight it correctly, but `vim.filetype.match` does not detect it ### Steps to reproduce Open a...