Matheus Matos
Matheus Matos
Rasa AI has evolved from an open-source NLU engine to a complete dialog management stack. I've moved this item from _NLP (tools, engines, SDKs, frameworks)_ to _SDKs/Frameworks/Libraries_.
I got this error on VSCode and can't compile my project. ``` Could not find a declaration file for module '@gorhom/sticky-item'. 'node_modules/@gorhom/sticky-item/lib/commonjs/index.js' implicitly has an 'any' type. Try `npm i...
Hi, I'm not sure if the code bellow is supported: ```tsx First page Second page ``` I'm testing with `[email protected]` and `[email protected]` on Android. Do you guys have some information...
Hello guys, I would love to having TLD (Top Level Domain) information when getting a Country with `pycountry`. For example: ```python >>> import pycountry >>> brazil = pycountry.countries.get(alpha_3="BRA") >>> brazil.tld...