Fabian Mettler

Results 48 comments of Fabian Mettler

Would it be possible for you to post an example of what you want to do with it and what the syntax might look like?

With the changes from https://github.com/lxc/terraform-provider-incus/pull/63 it would be possible to do the following after we have released a new version of the provider: ```hcl terraform { required_providers { incus =...

> The actual alacritty builds are also non ppa now: https://github.com/barnumbirr/alacritty-debian I used this repository as a reference to build my own deb package for Helix: https://github.com/maveonair/helix-ppa

> @maveonair will you be looking to get that submitted to debian repos? I am using PopOS and was rather considering to setup a PPA for it since PopOS is...

I created my own PPA for Helix: https://launchpad.net/~maveonair/+archive/ubuntu/helix-editor

> @maveonair I have added your repository to the official documentation that I am currently rewriting / refactoring. > > Please can you confirm this info is correct: > >...

> @maveonair Cheers! I have changed it to the below. If you publish for other versions or distributions please could you ping me to update the docs. Sorry, I forgot...

> @maveonair, could you please also add a helix package for Ubuntu 20.04 to your PPA? @kirillmorozov @David-Else Helix is now also available via my PPA for Ubuntu 20.04 (codename...

> ### Ubuntu PPA Repository for 20.04 LTS (Focal Fossa) and 22.04 LTS (Jammy Jellyfish) > > Helix is available via [Maveonair's PPA](https://launchpad.net/~maveonair/+archive/ubuntu/helix-editor): > > ```shell > sudo add-apt-repository ppa:maveonair/helix-editor...

Could you please try to use the image's fingerprint and post the output: ```hlc resource "incus_instance" "u22" { name = "u22" image = "local:85e9afc8d65b" profiles = ["default"] } ``` ```bash...