André Luiz

Results 18 comments of André Luiz

I believe the syntax is incorrect, but look at this example... [test -> play.vlang](https://play.vlang.io/?query=489a0119a2)

``` C:\v>v self -prod -autofree -gc none V self compiling (-prod -autofree -gc none -o v2)... V built successfully as executable "v.exe". C:\v>v help Unhandled Exception 0xC0000374 print_backtrace_skipping_top_frames is not...

Bem o único que eu conheço e atualmente consegue buscar pelo nome da rua é o [Viacep (pesquisar de CEP)](https://viacep.com.br/#:~:text=CEP%20com%20Javascript-,Pesquisa%20de%20CEP,-Existem%20necessidades%2C%20por) Mas acaba que não fica muito intuitivo a busca dessa...

Sim, sim. Entendi o que tinha falado. Apontei acima já duas soluções com busca por nomes. Primeira é o [Viacep (pesquisa de CEP)](https://viacep.com.br/#:~:text=CEP%20com%20Javascript-,Pesquisa%20de%20CEP,-Existem%20necessidades%2C%20por). Hoje um dos providers que é usado...

Fiz um teste aqui, ele não é perfeito porque é só POC mesmo 😁 Podem testar aqui: https://replit.com/@ldedev/getcepbynamesojs?v=1

```v ... data := Realtor{ first_name: 'John', last_name: 'Doe', creci: '12345678', cnpj: '12345678901234', cpf: '12345678901', phone: '1234567890', real_state: RealState{ name: 'Teste', cnpj: '12345678901234', address: Address{ street: 'Teste', city: 'Teste', state:...

After fix #21598, this #19326 issue was fixed, but this one works strangely. If address is an array of Address, it reports an error. ``` Running code... Can't run code....

This will be more work, I wrote some pretty bad code 😁 I want to be able to redo it in V, transpiled to JS/WASM.