Koen Kanters
Koen Kanters
@mrmaximas let's continue here for https://gist.github.com/Koenkk/b402cb48a8f88915c92b1d1fa8252db7 (because gists are annoying for communication). I updated https://gist.github.com/Koenkk/b402cb48a8f88915c92b1d1fa8252db7, could you try again?
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
:robot: I have created a release *beep* *boop* --- ## [2.3.1](https://github.com/Koenkk/zigbee2mqtt/compare/2.3.0...2.3.1) (2025-05-04) ### Bug Fixes * **ignore:** Cleanup publish options ([#27226](https://github.com/Koenkk/zigbee2mqtt/issues/27226)) ([b7b92da](https://github.com/Koenkk/zigbee2mqtt/commit/b7b92da8ffbaa25ce5927cb6dbf12f9da593a2e0)) * **ignore:** update zigbee-herdsman-converters to 23.37.0 ([#27300](https://github.com/Koenkk/zigbee2mqtt/issues/27300)) ([ff823db](https://github.com/Koenkk/zigbee2mqtt/commit/ff823dbaf0b9818be83b0e3ba02073b1afcd439d))...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This PR fixes 2 issues: - Incorrect CC2652RB board name in `source/ti/prop_rf/.meta/prop_rf_common.js` which causes these settings to be ignored - The stack common settings overriding the board settings, this causes...
I'm trying to run the Vite Dev server with the [vite-remote](https://github.com/module-federation/vite/tree/main/examples/vite-vite/vite-remote) example on GitHub Codespaces but it doesn't work. This issue is not limited to GitHub Codespaces, it fails whenever...
## Summary & Motivation The Celery executor currently ignores pools for ops. This PR fixes that by passing a `instance_concurrency_context` to `execution_plan.start`. ## How I Tested These Changes Manually by...