Rodrigo Stramantinoli
Rodrigo Stramantinoli
### What are you trying to do? I am trying to use the input with outline appearence, also with prefix and suffix text, but for some reason the input text...
Acho que é bem comum ter que descobrir a localização através do CEP e creio que a gente possa fazer utilizando uma API como a do [ViaCEP](https://viacep.com.br/), por exemplo. Estou...
The website does not support languages more? I was interested to contribute adding portuguese-BR translation.
When I start this project I had just discovered the linux world and I was amazed by snap and the idea of "you can install the same package in any...
Hey, Since the API [ended the support for non-english languages](https://github.com/meetDeveloper/freeDictionaryAPI/issues/102), I'm now looking for alternatives, and this can take a while. I'll close the issue, as soon as I get...
should the application store the default language as a environment var, like in $PATH or just create a file with the default lang, giving us the freedom to hereafter use...
reposting this issue that I reported on the [forum](https://forum.heroiclabs.com/t/sdk-defold-does-not-receive-opcode-on-on-match-data/5326). I get all the data from server, I just do not receive the opcode. ```lua socket.on_match_data(Constants.SOCKET_CONNECTION, function(message) print('opcode', message.match_data.op_code) ---> nil...