orbitz
orbitz
Hello, Any luck adding support for MFA, which is X-NE-tf 1? This is a TOTP password login. I'm trying to get this to work with my current employer
Given a configuration file like: ```yaml projects: - path: foo - path: foo/bar ``` The output of breakdown will have multiple entries for `foo/bar` due to the recursive nature. But...
Hello, I know OMEMO support is still in beta, however is it planned to support group chat? This is one feature that I cannot seem to find fully supported in...
I store my org files on dropbox and I encrypt them via gpg, it would be great if org-analyzer could detect this and decrypt the files through gpg before analyzing.
I'm not sure if it compiles elsewhere but I get: /tmp/camlprim076048-c98550.o:(.data+0x1038): undefined reference to `caml_nc_xor_into' /tmp/camlprim076048-c98550.o:(.data+0x1040): undefined reference to `caml_nc_sha512_init' /tmp/camlprim076048-c98550.o:(.data+0x1048): undefined reference to `caml_nc_sha512_update' /tmp/camlprim076048-c98550.o:(.data+0x1050): undefined reference to `caml_nc_sha512_finalize'...
I'm encrypting something in Ocaml and decrypting it in PyCryptodome. In PyCryptodome, the tag is explicitly exposed and passed in for verification and in mirage-crypto it's implicit. See the PyCryptodome...
Has anyone gotten this working on FreeBSD? I've tried the latest milestone and trick it into using the linux configuration, however it fails for expected reasons around loading linux specific...
### OpenTofu Version ```shell No version. ``` ### Use Cases In order to make scripting against OpenTofu files easier, it would be nice to be able to convert a `.tf`...