Kevin Pham
Kevin Pham
This might be a _reach_. And there's script-like ways to get around this, but nonetheless I will present it... **Is your feature request related to a problem? Please describe.** Sometimes,...
**Is your feature request related to a problem? Please describe.** I think it would be good to display choices, with supplementary text underneath (like a description) **Describe the solution you'd...
Is there a combination of settings that will allow this to happen? Currently, if manual mode is OFF, projects are added automatically, but switching to a file (e.g. in a...
Examples of what it might look like after:  Config: ```lua lvim.builtin.project.transform_path = function(path) return vim.fn.fnamemodify(path, ":~") end lvim.builtin.project.transform_name = function(path) return "[client] " .. vim.fn.fnamemodify(path, ":t") end ``` Ideally,...
Hey! Great project. Is there a way to shorten the name displayed on the recent projects menu? I noticed that the default menu is small, and the path to the...
https://github.com/catalyst/moodle-auth_saml2/blob/26b064c/classes/auth.php#L1166-L1178 Currently, if there are any conditions which prevent testing from happening, it returns a generic message as shown below. > In order to use this test, plugin needs to...
Hi, I'm having a small issue which has become quite an annoyance, being that the suggestions will overtake any snippet commands I have, which results in me needing to type...
Good day, I'm interested in adding **Vietnamese** to the list of translations available to the **Core** component but it is not available. https://hosted.weblate.org/projects/liberapay/ After having tried multiple times by requesting...
The default snippet is currently, okay. But it can be so much better, such as by highlighting/bolding the current parameter when the signature helper is activated. I've attempted to do...