fumnanya

Results 43 comments of fumnanya

@iabeefe i mean, based on the message it probably isn't their fault directly, it's the bit that does the SMS OTP sending that's just,,,not the best searching "twilio nigeria" shows...

@iabeefe sigh, not sure this is getting resolved anytime soon, i even recently tried to use Claude and couldn't register because of phone number problems time for someone to set...

@iabeefe no dice with the beta, though the error message is kinda better ![Screenshot_20241229-195150~2](https://github.com/user-attachments/assets/8d556c35-032b-45c8-a6c2-3e6206638e8d) debug log: https://debuglogs.org/android/7.28.4/208a28bd7830e42217603801816c29aec4ba6a19b12e8d0f63f187a600fece62, same thing (External service failed to send SMS code temporarily due to providerRejected)...

Haven't tested it out, but I saw an abandoned fork that claims Windows compatibility...maybe the diff of changes would help? https://github.com/samuelngs/apple-emoji-linux/compare/ios-15.4...zhdsmy:apple-emoji:ios-15.4

I'm running into this with `nixpkgs-unstable`, and my `flake.lock` is at `dc704e6102e76aad573f63b74c742cd96f8f1e6c`...I'm using Lix though: ``` $ nix --version nix (Lix, like Nix) 2.94.0-dev-pre20251001-f1ef994 System type: aarch64-darwin Additional system types:...

followup: yep, adding in an input: ```diff inputs = { # https://github.com/tgirlcloud/lix-diff/issues/1 nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; nixpkgs-yaak.url = "github:dibenzepin/nixpkgs/yaak-update"; + nixpkgs-linux-builder.url = "github:nixos/nixpkgs/bf32c404263862fdbeb6e5f87a4bcbc6a01af565"; systems.url = "github:nix-systems/default"; ``` and then the following...

i just tried this, i had to use: ```nix security.sudo = { extraRules = [ { groups = [ "colmena" ]; commands = [ { command = "/run/current-system/sw/bin/nix-store --no-gc-warning --realise...

ahh makes sense, i'm on a macbook and pushing to a nixos machine so i've got `buildOnTarget` set to `true`

this can be closed because of #69 right? i'd argue that checking for `null` isn't necessary, and maybe the package can be passed in as an argument that's set to...

How did you install it? by adding it to your packages (environment. or home.)? or using programs.goldwarden.enable? I had to use the latter: https://github.com/quexten/goldwarden/issues/138#issuecomment-2566371742