Abdelrahman Essawy

Results 13 comments of Abdelrahman Essawy

@lukePeavey would be great if you can add Arabic, I would be happy to help!

> Hey instead of manually translating them what if we use the Google Translate API or other to translate the desired language from the user before sending the response? I...

> This is most likely an ISO image corruption. Try checksumming the Arch ISO image. I recommend using BLAKE2b, with command `b2sum`. You can find Arch's checksums [here](https://archlinux.org/download/). I had...

@BatuhanW Great!, I will be more than happy to open PR for that, if that's okay.

> but default values should be empty arrays. (Unline what I said in the previous comment.) isn't that a breaking change? users who didn't pass anything before, expects to have...

> > but default values should be empty arrays. (Unline what I said in the previous comment.) > > > > isn't that a breaking change? users who didn't pass...

What fixed it for me that, I had to make file ```\custom\plugins.lua``` and typed inside it : ```lua return {} ```