Ricardo Arturo Cabral Mejía
Ricardo Arturo Cabral Mejía
@mattsats looks like the database isn't up. Before starting, make sure you stop everything first: ./scripts/stop then ./scripts/start Make sure you run the scripts from the root of the project...
Thanks @ikuradon for reporting the issue. This will be addressed when tags are saved on their own table.
I'd recommend not using Nostr at all. The protocol is pretty much public.
> Responding to a governmental investigation with "The protocol is pretty much public" will basically confirm that you're violating GDPR and CCPA. The response needs to be "We carefully considered...
> I just tried to debug it with Damus in XCode: I was able to create this RSV1 error within nostream a few times, but I could not find out...
@nQuiz We are going to need more information to understand what is causing the issue. Which payment processor are you using? Can you provide us with a count of the...
There's no delay. Events should show automatically. Check the logs on your docker containers to see if there's an issue.
@zyhhhy the PostgreSQL database port is not exposed by default. You have to edit the docker-compose.yml file and edit the nostream-db section to add the ports. It's not recommended that...
There's a library that allows reading json with comments: https://www.npmjs.com/package/comment-json There's also JSON5. Perhaps it's worth considering these options unless YAML is preferred.