Results 48 comments of Dawid Rusnak

@fivenp, what do you think about calling it **"Webhooks"** for the users (or **"Webhooks (CD Events)"**)? They don't need to know what **"CD Events"** means, yet may easily handle it....

Hi! In case of Locust, it's actually [**Services**](https://docs.testkube.io/articles/test-workflows-services#jmeter-with-distributed-remote-workers) that would support the master/slave communication. We don't have Locust example there, but you can get inspired by JMeter example.

Actually, Locust looks a bit different than JMeter - the workers are connecting to the master node, so either the master needs to be started before the workers, or at...

Hi @anirudhpillai! Thank you for the approval. Locally everything seems fine, looks like some jobs are failing though: * [**Build the Docker image with Depot**](https://github.com/PostHog/posthog/actions/runs/15257538086/job/43029726577?pr=32671) - segmentation fault on NPM...

Thank you @anirudhpillai for checking, as I suspected 🙁 Sorry for the unnecessary problem, I thought that the external contributions were working fine. > if you reraise this PR from...

@LeptoFlare, the `AutoComplete` component uses `Paper` underneath for the options list. Depending on what you want to do, I think that you may choose one of these options: **1) Local:...

Unfortunately, I don't think that it may be changed on the MUI side. The default palette is using [static colors](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/createPalette.js) (i.e. `background.paper` is `#121212`), not the theme color dynamically (like...

@michaldudak, it looks like historically there was an idea to use the `grey` palette, but it would affect too many components (https://github.com/mui/material-ui/pull/10015). It's a valid point, both for MUI internals...