João Antônio

Results 16 comments of João Antônio

@Sladewill Using DB isn't cleaner because it doesnt return the records, only the number of affected rows, plus you have to specify the table too. A simple option to specify...

@jakedolan If i remove the update hook it will keep the last character assigned to Vue prop, it will only be masked on input, try to type something until reach...

The workaround I found was to add a dummy data to the query prop, so when the fetch is finished (loading finished) the prop will be either empty or filled...

You don't really need to watch for changes like the example above. But, for some reason, you need to declare a `ref` var outside the decorator method. So, this will...

> Have the same issue. If remove focusin event from > `['click', 'keyup', 'focusin'].forEach( eventName => document.addEventListener(eventName, this.closeEventListener) );` > The problem is gone. Am i the only who dont...

I had the same issue, this is what I did on Linux, but you can find the equivalent for Windows and it should work. MITMProxy wasn't logging `localhost:4880` for me...

Same to me, its just returning a empty deck, @Lu-Yi-Hsun please can you give us some information about that.

@WMoraes13 Any source of this info?

@WMoraes13 So, is it the end of any type of bot that helps to figure out what the best trade to do?

I'm using Vue and it's not being fired for any platform. Inspecting with Vue Devtools I found out that it's not emitting the event, but rather accepting a prop `ion-change`,...