Sam Mousa

Results 444 comments of Sam Mousa

This needs manual review since the pipeline is brittle and failing unrelated to this code change.

I'll describe the full feature (in hopes you want to mainstream it ;-)) 1. Page blocks, a survey has a list of page blocks, each has a `name` and `randomizationGroup`...

The example does not work. The link doesn't work, but trying it locally it looks like this: ![Image](https://github.com/user-attachments/assets/709c58df-9a61-4385-b0d2-10a0ac575f83) Note there is no way to add a new option and the...

> However, there are other static global settings that apply to all creator instances. Currently both exist; the reason I made this specific issue is that this feature is a...

I just added it for the first time and it works for me. Maybe it was a temporary service interruption?

What about configuring the sync queue handler? By default you can configure it in your test env so that tasks are handled synchronously, this makes e2e testing easier. If we'd...

> Could you give an example about configuring the sync queue handler? Seems like something you can figure out for yourself.. > Do you mean using the Yii2 Synchronous queue...

> I'm not asking for a technical solution. I am just not sure what a sync queue handler is... unless it means synchronous? Yes, https://www.yiiframework.com/extension/yiisoft/yii2-queue/doc/guide/2.1/en/driver-sync > Having an acceptance test...

I did not even know / remember we had an HTML report, thanks for making me aware, something I'll be using soon for sure. This PR is missing some minor...