Arash Zandi

Results 19 comments of Arash Zandi

lets see how other unofficial forks of telegram are proceeding, like plus messanger ... Please Keep Going On,

supporting play list is vital.

> Thanks for detailed issue Have you tried our videos? I've demonstrated everything visually https://www.youtube.com/@bitplatform/playlists I watched until 5th episode but I do not have "server-swagger" like demo ![image](https://github.com/bitfoundation/bitplatform/assets/10775073/68ad753c-a572-4aec-b3f0-9fe3ff6ebf5f) This...

Thank you, I wish if Bitplatform documentation become updated soon.

Is there any hope?

According to [best-practices-for-repositories#create-a-readme-file](https://docs.github.com/en/repositories/creating-and-managing-repositories/best-practices-for-repositories#create-a-readme-file) and [about-readmes](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes) What if I change all ```readme.md``` files to ```README.md```, edit all links and push in this commit?

This is the full example with (\\\\d): ```html Page Title Test2 const regex = "^14\\d{2}-(([0][1-6]-(0[1-9]|[1-2][0-9]|3[0-1]))|((([0][7-9])|([1][0-2]))-(0[1-9]|[1-2][0-9]|30)))$"; Inputmask({ regex: regex, placeholder: '____-__-__', showMaskOnHover: false, showMaskOnFocus: false }).mask("#theInput"); ``` Based on the regex...