Bernhard Frauendienst
Bernhard Frauendienst
### Background In our repository workflow, we are creating a merge commit of some PRs and pushing it using the naming scheme `refs/deploy-bot/${runId}/merge`. This is then checked out in later...
This has been reported as https://github.com/zigpy/zha-device-handlers/issues/929 which has been closed as stale. It's still relevant, so I'll try to combine my own information with those from that bug report. **Is...
### Reproduction 1. Go to https://stackblitz.com/edit/remix-run-remix-css5co?file=vite.config.ts 2. Open the preview in a new Tab (to see the URL changes) 3. Append `/demoBasename` to end of the the preview URL to...
A recent update of @mui/material changed the [ClickAwayListener](https://github.com/mui/material-ui/blame/e13f1c9e37aa986624dddc44c19325d5bd97f455/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx#L259) to be a named export (within the project), not a default export (from outside of the project). (https://github.com/mui/material-ui/commit/24945d462e03f78a01e26202ce7d35e64456ed12#diff-a583d9ec23bc3ec454a7d0577a5c772c702baf18a9dabc9f635b0546ccfd3fb3) Regardless of whether I...
Since types from @react-email/section are [no longer used](https://github.com/codeskills-dev/responsive-email/commit/434255faa1fd2a6411c298a0edaf60f242caceab), the dependency seems superfluous. The same seems to be true for jsx-email, if I'm not mistaken. Since it is pulling in a...
As suggested by @edmundhung in https://github.com/edmundhung/conform/issues/830#issuecomment-2676301855
### Describe the bug and the expected behavior I'm trying to use `form.validate.getButtonProps` to validate a complete fieldset, i.e. a field that consists only of nested fields. The validation will...
Proposed fix for #828 Here is a sandbox with the same example from above Issue, where this patch is applied, and a second button is added to the task fieldset...
Follow-up on https://github.com/edmundhung/conform/pull/830#issuecomment-2716353327, based on #878 Fixes #828