Leo Wandersleb

Results 170 issues of Leo Wandersleb

nostr so far treats images as solely defined by their URL with no commitment to the actual content. I'm not sure if embedding images in the events themselves is planned...

### Describe the bug In src/service-worker.ts I have the sole line: ``` import { relayPool } from 'nostr-tools' ``` but the bundle (build/service-worker.js) contains: ``` export default Fl(); ``` The...

bug
service worker

I tried to reproduce the app I got from Google Play to make sure it matches the published source code but failed. My findings will be public on [WalletScrutiny](https://walletscrutiny.com/android/org.bitcoin.wallet/). The...

Within textareas bitcoin addresses should not get annotated. I just edited the bitcoin wiki and accidentally got [this](https://en.bitcoin.it/w/index.php?title=Address&action=historysubmit&diff=46222&oldid=46221).

bug

If the address is far down or to the right, it is not possible to see the whole tooltip and especially not the qr-code

bug

https://blockchain.info/popular-addresses appears to "not work" while it might or might work eventually at some point after loading for some more. Stragegies would be to maybe cache results in case the...

bug

bitcoinity initially loads good but then the chart disappears. I didn't put much research into this yet but I think this is due to references in other scripts not finding...

bug

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

The current API with extension by Alby and nos2x: ``` async window.nostr.getPublicKey(): string // returns your public key as hex async window.nostr.signEvent(event): Event // returns the full event object signed...