futr icon indicating copy to clipboard operation
futr copied to clipboard

nostr client desktop app written in haskell

Results 28 futr issues
Sort by recently updated
recently updated
newest added

"pubkey": https://github.com/prolic/futr/blob/672758c0a654f310b8c5ac6c87a2bcc3e3b696e8/src/Nostr/Event.hs#L94 ``` ghci> kp pk = exportXOnlyPubKey . deriveXOnlyPubKey $ kp ghci> BS.length . Hex.decodeLenient . encodeUtf8 . T.pack $ pk 64 -- or ghci> BS.length . getXOnlyPubKey ....

> The client appImage v.0.0.2 starts off with "Waiting for relay connections to become available... > Check your Internet connection or try to reconnect manually in the Relay Management. Prior...

First attempt, no `ARCH` env: ```bash rpickett@p7560:~/workspace/prolic/futr$ ./devbuild.sh Received ExitFailure 125 when running Raw command: /usr/local/bin/docker run -v /usr/bin/stack:/tmp/stack sha256:35952b7f719f54e281e3037a77419bfb102adfb68ff2e95a6d4f6df9357275e3 /tmp/stack --version linuxdeploy version 1-alpha (git commit ID 1ec9a59), GitHub...

On the "Backup your keys" page I am able to highlight/select the keys but not copy them, neither with CTRL-C nor right click options, so in order to back them...

include developer notes

documentation
enhancement
good first issue

include developer notes

documentation
enhancement
good first issue

- [x] Remove dependency on https://github.com/prolic/secp256k1-schnorr - [x] Add dependency on https://github.com/haskoin/secp256k1-haskell (secp256k1 haskell bindings) - [x] Add dependency on https://github.com/haskell-bitcoin/libsecp256k1-haskell (same, but supports schnorr) - [x] Add dependency on...

enhancement

If a nostr:npub or nostr:nprofile is linked in the feed, or the user visits a random pubkey (via search f.e.), we need to load metadata and show profile data if...

I sent a message to myself with a test account, and it's only delivered to the "preferred relay" I set up for this test account, it has not been delivered...