António Conselheiro

Results 34 comments of 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: ![image](https://github.com/Marfusios/nostr-client/assets/91137293/c76d94ef-d568-4f4f-a913-b49aeb1c79a8) And...

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? ![image](https://github.com/Marfusios/nostr-client/assets/91137293/f3cf54da-c51c-4282-adad-7b2086f9ad84)...

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?