por Anselmo Battisti | dez 21, 2018 | Sem categoria
Eu e a patroa fomos para Angra curtir um fim de semana! View this post on Instagram Chega de praia, vamos voltar pra casa em Niterói. A post shared by Anselmo Battisti (@battistianselmo) on Dec 16, 2018 at 11:56am PST Fomos de ônibus de linha, a cia que faz a rota...
por Anselmo Battisti | ago 2, 2018 | Sem categoria
Yôga, essa era uma coisa que sempre quis praticar desde moleque mas, como morava em Tupãssi, interior do Paraná, era praticamente impossível! Lá só tinha soja na época! Depois de alguns anos mudei pra Cascavel para fazer a graduação, depois de algum tempo uma amiga...
por Anselmo Battisti | jan 27, 2018 | Sem categoria
I have a data storaged in firestone like this: The members field storage two others fields, admin and viewers, and i need to restrict the read function only to the viewer member, in the rules of my firestone database i did this service cloud.firestore { match...
por Anselmo Battisti | dez 23, 2017 | Sem categoria
You can do a lot of things using emment, but, the very basics like: id, class, id, repetition, nesting and child you can see in the below line. div#nome>p^ul>li*5>a[href=’http://teste’].link{clique aqui $} this line should create a html code like...
por Anselmo Battisti | set 22, 2017 | Sem categoria
To access you laravel’s project running in a virtual machine you can do this trick, run de php artisan serve using the local ip address as the address os the server. Like: php artisan serve –host my_local_ip –port 80 To find your local IP use...
por Anselmo Battisti | fev 7, 2017 | Sem categoria
This error: [Vue warn]: existing instance property “fields” will be overwritten by a computed property with the same name. in our case was caused by the vue-validate package The problem is: both of the packages use the same name “fields”, to...