David Cook

Results 169 comments of David Cook

This is a continuation of this thread: https://github.com/mattheworiordan/capybara-screenshot/issues/243

It looks like this warning occurs due to multiple problems. In my case, it is not saving the screenshots as @westonganger suggests above, so that fix doesn't help me. [GalenkoEugene's...

HI @jibees or @mkllnk, this is not yet finished, but it would be great to have someone's eyes over it to make sure we're heading in the right direction. Would...

Hi @mkllnk , I'd like to validate this approach that I've tried for the form, in this commit: https://github.com/openfoodfoundation/openfoodnetwork/pull/9687/commits/ef82335ebafa49a45caff976431c68f87a623574. As I already had the code ready for multiple endpoints, I've...

I'm not very familiar with the codebase, so will need to do a bit of ## Planning/estimating. [DRAFT] Order cycles have a time when `orders_open_at`. Currently there isn't any actions...

More rough notes for self ## Event A new OrderCycleOpeningJob to check every 5 mins for opened order cycles. This can trigger: - existing SubscriptionPlacementJob - a new order cycle...

Hi @lin-d-hop , Maikel has raised a good question about _which_ enterprises for an order cycle should be notified? I had initially assumed that the **co-ordinator** would be notified, but...

Thanks for confirming that Capybara does handle these two forms the same way (at least, it does now). But as Darhazer pointed out, it's still worth having the cop even...

> I noticed that when I access the report page for the first time after clicking a link from the reports list, the backend generates the report even if nothing...

From what I can see, the report class is automatically instantiated, but it's not immediately clear to me how it works. It sounds like you're saying it runs the report...