Andrea Cappuccio

Results 32 issues of Andrea Cappuccio

Getting this error when saving ``` Error detected while processing BufWritePost Autocommands for "": E5108: Error executing lua vim/shared.lua:0: attempt to index a boolean value stack traceback: vim/shared.lua: in function...

As title implies, I'm getting my diagnostics displayed inconsistently: they randomly appear, sometimes, for no appearent reason, then proceed to disappear as soon as I resume typing.

I'm having a strange problem: the popup containing function signature hints stays open while I'm typing for all parameters but the last one. Last one gets closed as soon as...

enhancement

**By submitting this pull request, I promise I have read the [contribution guidelines](https://github.com/sindresorhus/awesome-nodejs/blob/master/contributing.md) twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that...

### Description When searching for files inside of an small-sized (YMMV) codebase, I've found `live_grep` to slow down and even suddenly stop processing input for a few seconds: ![image](https://user-images.githubusercontent.com/56588510/164023727-07cbffa0-061d-439a-8aae-57568c954ec1.png) ###...

bug
performance

## Description ## Checklist - [x] the pull request title describes what this PR does (not a vague title like `Update index.md`) - [x] the pull request targets the *default*...

### Platform `Linux arch 5.16.16-arch1-1 #1 SMP PREEMPT Mon, 21 Mar 2022 22:59:40 +0000 x86_64 GNU/Linux` ### GPU, drivers, and screen setup Single full hd monitor Using integrated `Intel HD...

I'm trying to setup `microbundle` to provide separate exports for several modules my package is exporting, like this: ```json { "name": "x", "type": "module", "version": "10.0", "author": "y", "license": "MIT",...

question :grey_question:

All of a sudden I've started getting `docker-slim`-related errors during my builds, no matter if I revert to the exact same steps I've followed until the errors started happening. Here...

`--tag` option is not being respected if it contains a commit sha in it ### Example: When running ``` docker-slim build --sensor-ipc-mode proxy --sensor-ipc-endpoint $(docker network inspect bridge -f '{{range...

triage