Alessandro Pezzoni

Results 15 comments of Alessandro Pezzoni

@Trollwut You can use the PKGBUILD below. I don't want to maintain an AUR package, however, because I'm not using `as-tree` since `tree` satisfies my needs (see #11). ```bash #...

I'm having the same problem on ArchLinux when compiling the package from the [AUR](https://aur.archlinux.org/packages/connman-ui-git/). The configuration script fails with ``` checking for GTK... no configure: error: gtk+ >= 3.0 is...

@NikosEfthias Since it's not included in your configuration snippet, what is the definition of that `on_attach` function? I suspect it might not be calling `lsp-status`'s own `on_attach`.

@zeertzjq I'm not sure what this repo's policy is on it, but please remember that you can put all of your suggestions in the same review. If nothing else, that...

> I know that there are some protocols that other terminals use for rendering images on Wayland, I will look into how to implement those into ctpv. If it helps,...

By the looks of it, the AppImage is no longer self contained. On my ArchLinux system it fails to run with a different error: ``` $ Onivim2.AppImage --nofork --debug /tmp/.mount_OnivimSEERJQ/usr/bin/Oni2_editor:...

I don't think this requires support at the extension level. With the [`gh auth login`](https://cli.github.com/manual/gh_auth_login) command you can already log into a GHE account and securely store the credentials, so...

Fair enough. Unfortunately right now I am unable to submit a PR due to my employment contract, but if/when I clear it with my employer I am happy to open...

FWIW, I was able to compile the neorg TS parser under MacOS Monterey version 12.5.1 using gcc 12. Attempting to compile with clang, on the other hand, fails with the...

I compiled it manually and at first I thought it succeeded, even if more quickly than I would have expected, and then I noticed that `automake` was missing... ``` ./autogen.sh:...