Glauco Custódio

Results 21 comments of Glauco Custódio

Check https://github.com/glaucocustodio/angular-initial-value/commit/b4cb89061c61deccf6d3869bb90e810752d2714a. Thanks.

Sorry for delay, I couldn't reproduce. Can you provide more details or a piece of code reproducing? Thanks.

As it is in https://github.com/glaucocustodio/angular-initial-value/blob/master/test/example.html, this directive already support select tag, I just tested again and it worked.

I am having a similar issue with `within_iframe`: ```ruby browser.within_frame('foo') do end ``` I just receive `Timed out waiting for frame to be ready`, debugging the code, in method `push_frame(frame_el)`...

To display `02:10:08` instead `2:10:8` you can use this code: ``` javascript format: function(m, s){ var sec = Math.floor((m / 1000) % 60); var min = Math.floor((m / 60000) %...

Hey @jkeen, I would love to see a PR like this on [Tanakai](https://github.com/glaucocustodio/tanakai), my recent fork of Kimurai.

hey @vifreefly, any chance you can review this?

This has been implemented on [Tanakai](https://github.com/glaucocustodio/tanakai), a Kimurai fork.

Hey guys, I would love to see your contributions on [Tanakai](https://github.com/glaucocustodio/tanakai) (Kimurai fork), it already got support to Chrome CDP.