Mohammed J.
Mohammed J.
# Description I added a new sharing method, by email. I used the nodemailer module to send emails containing the file that we want to share to other people that...
# Description The user can now import his own folders instead of creating them from scratch. He can also drag and drop his folder in a more easier way. #...
# Description I refactored the files and folders that were in the components folder for a better architecture and also to find regroup the principal themes in their respective folders....
### Description When we share a file with another contact, this contact will find the file shared 2 times in **Shared with me** section. ### What happened? When we share...
Each time I need to access to my address to interact with a realm or package I need to do: ```sh gnokey list ``` and then copy the address. To...
## Description I was following the [Tapas](https://play.gno.land/p/3uwBqP66ekC) tutorial, and when I tried to run it in the playground, I got an error. I figured out that the error occurs when...
Fixes #7193 When running `bun dev github run` without a GitHub Actions event context, the CLI currently fails with an unclear error (`Unsupported event type: undefined`). This PR detects the...
### Description Running `bun dev github run` without a GitHub Actions event context currently fails with: ```sh Unsupported event type: undefined ``` This error is misleading. The real issue is...