Mohammed Taher Ghazal
Mohammed Taher Ghazal
### Summary I'm building a markdown editor, & I noticed that when I use the getMarkdown helper, it adds an escaping slash before the [] brackets ### Steps to reproduce...
I added what we discussed in a little more details to the ReadMe. Please take a look, and update however you see fit.
Hey there. I am trying to implement a commenting system with nostr, where I will add several tags to the event to mark for which post it belong, and what...
Hi So I'm using this library in building a React library that is supposed to work in Next.js. As you know in Next.js 13+, you need to have a "use...
[Bitcoin connect](https://github.com/getAlby/bitcoin-connect) could be used to handle tipping on posts & projects instead of the normal way that is currently being used. The main benefit would be allowing users on...
Sometimes, after being on a story page for some time, the connection to the relays might automatically close. So if a user attempts to publish a comment, it won't publish...
This PR depends on #289 So that one must be merge before this one.
Previously, it was not possible to directly delete a user entry from the Users db table, because there are a lot of tables with relations to the user, & you...
`yup` is the package we are using for forms validation, the current version of the package is `0.32` which is 2 years old. There has been a lot of updates...