Emad Elsaid
Emad Elsaid
Hello, I wanted to add the feature of resizing the image to certain size while editing, i just didn't know the API for writing this new plugin, would you inform...
When writing a text in arabic the characters are connected as follows : ``` عبد الفتاح السيسي ``` When I tried to use `DrawStringWrapped` it drawn the text in a...
This was discussed on slack https://gophers.slack.com/archives/CM87SNCGM/p1658574692395529 The idea is to make the Layout method more interop with other widgets that needs other widgets as children. # Slack original message: while...
I see the project is using `oasislabs/ed25519` package instead of the Go standard library. I checked the library reame and it seems the aim is to be faster. so is...
Hello, I found about Nostr from the front page of Hacker News today. and I couldn't believe the similarity between Nostr and a project I was working on called Mau...
in the README I noticed this : > It insists on having a chain of updates from a single user, which feels unnecessary to me and something that adds bloat...
An image viewer that can make simple image processing tasks - Resize image - Rotate image - Crop image then download the edited image to machine.
if you are using devtools and a new version has been deployed user should be notified to reload the page (to discard cache of the page), this feature is seen...
a Tool that generates secure passwords with certain criteria : 1. password length 2. includes small characters 3. includes capital characters 4. includes numbers 5. includes special characters 6. avoid...