Claudio

Results 2 issues of Claudio

During some tests for issue #795, I've done an error creating the browser like: ```go browser := rod.New().Client(l.MustClient()).MustIncognito().MustConnect() ``` instead of the correct way: ```go browser := rod.New().Client(l.MustClient()).MustConnect().MustIncognito() ``` Since...

enhance

Hi, I'm having some issues with the timezone and how they are handled. I've created a small demo repo with the issue [here](https://github.com/claudioquaglia/go-prisma-test). Looks like the timezone, for the example...