BasilYes
BasilYes
Have same issue on 4.3.dev4, curves points appear only if In or Out points location != (0, 0, 0) so need to change it's manually before you can edit it...
> I'm not sure this is a thing we want to expose: it sounds very much like a dev tool to me. So I think the action here is to...
If this [guide](https://ryantm.github.io/nixpkgs/stdenv/stdenv/) correct, to add dependency you just need to specify libraries with `buildInputs = [lib1 lib2];` in config file list off packages can be founded [here](https://search.nixos.org/packages?channel=23.11)
> What steps have you followed to create the GPG key? Does it work with Git CLI? I followed official github guide https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key ` gpg --full-generate-key ` than select RSA...
Just recreate same steps on my laptop (with NixOS unstable and gitnuro 1.3.1) ``` [basilyes@basilyes:~/Documents/Test]$` gpg --full-generate-key gpg (GnuPG) 2.4.1; Copyright (C) 2023 g10 Code GmbH This is free software:...
> I've followed the exact same steps in Archlinux and it works as expected. Could it be NixOS specific? Did it work before the non-flatpak version was broked? Yes, it's...
I just tried it on fresh install (only java-17-openjdk installed, other in default state) fedora 39 on VM (flatpak and .jar both), exact same issue. I was doing step by...
> It seems that the Bouncycastle's wrapper of JGit does not support the newest format. You can use the classic format by removing the content of `~/.gnupg/common.conf` and creating a...