• 1 Post
  • 6 Comments
Joined 2 years ago
cake
Cake day: December 30th, 2023

help-circle


  • This discussion is 4 month old, but I will post the top comment (49 Upvotes) because it is not so easy to follow that archive link.

    I’m a KeePassXC maintainer. The Copilot PRs are a test drive to speed up the development process. For now, it’s just a playground and most of the PRs are simple fixes for existing issues with very limited reach. None of the PRs are merged without being reviewed, tested, and, if necessary, amended by a human developer. This is how it is now and how it will continue to be should we choose to go on with this. We prefer to be transparent about the use of AI, so we chose to go the PR route. We could have also done it locally and nobody would ever know. That’s probably how most projects work these days. We might publish a blog article soon with some more details.


  • No idea about most of your question, but I think you entered the wrong UUID. nvme0p1 is the name of the partition.

    Use blkid in the Terminal, the output will be something like:

    /dev/sda3: UUID="a7d71686-0a65-4402-b6e6-b58430ef8351" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0ea90c96-1b56-4c51-b07a-02e09285f291"
    /dev/sr0: BLOCK_SIZE="2048" UUID="2020-10-22-14-30-30-00" LABEL="Ubuntu 20.10 amd64" TYPE="iso9660" PTTYPE="PMBR"
    

    This is how a valid UUID looks like: a7d71686-0a65-4402-b6e6-b58430ef8351