tenxdeveloper
tenxdeveloper
this library is not supported on mac. need to wrap the stdout like colorama and other libraries do.
## this pr fixes incorrect display inside of the README.md file  ### the issue was happening because of indentation using tabs instead of spaces.
Change Sort section. Update `.OrderBy(i => i);` to `.Order();` Because it fits `listOf(1, 5, 3, 12, 2).sorted()` more
## Added a blog for social media share buttons, my avatar, and a placeholder image. Closes #4022 ## I have thoroughly tested the blog by compiling it and also running...
would love to see a tutorial for this on youtube! looks amazing 😻
you should do some research to make this token generator at least a little accurate. the first part of the tokens are base64 encoded user ids. so if you want...
[wiki](https://en.m.wikipedia.org/wiki/Input_mask) "e.g. When entering into a text box a phone number on a data capture form, in the format "(111) 111 1111" the area code brackets, the space between the...
Give better form examples such as ones with - file upload fields - validation - etc. > pretty good idea #24 People often use multi step forms would be good...
add 2-3 examples in docs, showcasing: - basic tailwind form - more advanced form with ARIA labels and support - custom template with parameter for submit button content.