António Conselheiro
António Conselheiro
Nice thanphl, it solved for me, I had the same problem here
if is major then 1000 the hack will remove the cents... it's part of a price formatting for viewing
Same error here, works nice yesterday and today launching devcontainer I got the error: "ERROR: failed to solve: Unavailable: error reading from server: EOF" and "ERROR: failed to receive status:...
I tried to make the tool available with docker on localhost to explore a local relay: https://github.com/antonioconselheiro/omegle-nostr/blob/master/relay-debug/Dockerfile.debug But this error launch when I try to run the container:  And...
I don't use
The project in my Dockerfile is this project repo, in a search in the files I found this OpenAPI libs, maybe should I configure something to run the project? ...
same problem here
nice, in private qrcode I'm using an encode that allows me to parameterize which algorithm is being used: ```encrypted:[algorithm]?[args];[cypher]``` **encrypted:** identify the string as encrypted encode **algorithm:** algorithm name **args:**...
Nostr can support a single one algorithm with standardized parameters, this encode helps, if the future demands it, to add new algorithms and parameters keeping backwards compatibility. My suggestion of...
So, NIP49 implementation is the standardized way to solves this?