Calvin Lai

Results 24 comments of Calvin Lai

Would love to know if this is in the works or planned. At the moment I have another use case for this: I've added data validation to editor components, which...

I'm actually still seeing this in the latest version of Mockery (1.1.0). With these two demeter chains mocks: ``` $this->braintree->shouldReceive('paymentMethod->find')->once()->andReturn($paymentMethod); $this->braintree->shouldReceive('paymentMethod->delete')->once()->andReturn($deletePaymentMethod); ``` And I get this error: ``` Method Mockery_4__demeter_3b393f512423a027089d4a2438c220aa_paymentMethod::delete()...

@elhigu breaking change sounds right by me. thanks again! Just opened a PR at #68

@janpio i just ran across this same issue. I actually tried to reduce the reproducible test case by using a single unique column, but it still doesn't generate the native...

I may have just figured this out, at least for my specific case. It appears that when using `upsert` as a "find or create", where the `update` field is left...

@janpio I'll open a ticket now, thanks for the response! @ahammouda -- I was able to get around this by just putting a field in the `update` property to update...

@DRoet oops, I never opened one. I ended up switching off of prisma to kysely shortly after this. Feel free to open one though!

I'm interested in solving this issue as well. When trying to capture a popup ad's URL, even though nightmare is set to run with `show: false`, any popup windows that...

They stall on all different jobs. It's never the same one. I've traced through the logic for each of them and there aren't any traces of infinite loops or anything,...