Steven Arcangeli

Results 21 issues of Steven Arcangeli

When I try to open the summary on a test file in a repo at work, nvim freezes for a very long time. The issue is this line: https://github.com/rcarriga/neotest/blob/aaf2107a0d639935032d60c49a5bdda2de26b4d6/lua/neotest/client/init.lua#L408 The...

Tried the mentioned commit (that specific one) and now it does not crash, but no autocomplete happens either. I am trying the same key to trigger the autocomplete that previously...

This adds the ability to specify additional environment variables to the git commands by passing them into the config: ```lua config = { git = { env = { GIT_CONFIG_NOSYSTEM...

### Your environment Which OS do you use: Ubuntu, though this has also been seen on MacOS Which LSP client (editor/plugin) do you use: Neovim builtin Describe your project (alternative:...

type: bug
component: ghcide
level: easy

### Problem Statement The [launch.json file format](https://code.visualstudio.com/docs/editor/debugging#_launchjson-attributes) allows specifying a `preLaunchTask` and a `postDebugTask`, which will run an asynchronous job before and after the debugging session. At the moment, these...

It has been 9 years since the [first commit](https://github.com/stevearc/pypicloud/commit/01b6ae3a4fa868b76113a57e142f17c299379c3b) in 2013 of the tool that would eventually become pypicloud. It started as a project for the startup I worked for...

Problem: Seeing diagnostic warnings about undefined field when accessing window/buffer/tab scoped variables ```lua vim.w.my_window_var -- Undefined field `my_window_var`. ``` Solution: More correct type definition for `vim.b/w/t` that accounts for the...

WIP branch to merge after https://github.com/neovim/neovim/pull/21681 Still needs - [x] Screenshot - [ ] Automated tests

overseer config ```lua { "stevearc/overseer.nvim", cmd = { "OverseerOpen", "OverseerClose", "OverseerToggle", "OverseerSaveBundle", "OverseerLoadBundle", "OverseerDeleteBundle", "OverseerRunCmd", "OverseerRun", "OverseerInfo", "OverseerBuild", "OverseerQuickAction", "OverseerTaskAction ", "OverseerClearCache", }, opts = { task_list = { default_detail...

bug
P1

The same effect as #24, though possibly a different cause. Every time I do `gpsoauth.perform_master_login()` I receive a `BadAuthentication` error. This happens for a normal password protected account as well...