Mohammad Hossein Fattahizadeh

Results 47 comments of Mohammad Hossein Fattahizadeh

All browser except latest firefox version (86) dosnt return these kind of data: :heavy_check_mark: ``` console.log(new Intl.DisplayNames(['fa'], { type: 'region' }).of('IR')); // "ایران" console.log(new Intl.DisplayNames(['fa'], { type: 'language' }).of('fa')); //...

I hope this feature implemented soon. i think this feature is very useful.

This packages is awesome compare to lua/resty php is far better scripting language but need documentation website. Thanks for developing this awesome package btw

about using composer is how php work as embed mode in php, for example we have opcache in fpm layer but not in php cli so, composer show different performance...

@joanhey right but see how about using swoole it's change php world also same as hhvm? i thinks this project need: * suitable organization on github, because i work with...

for validate isCreaditCard seem refactor required. There many bank credit cards around the world that good validator.js cover importat ones. ### Witch one must be implemented? * How to find...

@profnandaa Nope, reference must be delete. need to be discuss. What's you idea about this problem. isLuhn required as base dependency. Need added country/brand based prefix/suffix for Luhn algorithm for...

interface would be something like this: ```ts interface LuhnOptions { patterns: number[] | [number[]]; gaps: number[]; lengths: number[]; } type isLuhn = (str: string, options: LuhnOptions) => boolean; interface CreditCardOptions...

As simple is the nodejs scrapper: https://github.com/IonicaBizau/scrape-it ```bash curl 'http://127.0.0.1:9000/?url=http%3A%2F%2Fwww.example.com' -d '{"title":".header h1","desc":".header h2","avatar":{"selector":".header img","attr":"src"}}' | jq { "title": "Page title", "desc": "This is awesome page.", "avatar": "http://www.example.com/sample.jpg" } ```...