Michel Engelen

Results 31 issues of Michel Engelen

#### Summary removes the feature flag from the model and the default value as well #### Ticket Link [MM-45935](https://mattermost.atlassian.net/browse/MM-45935) #### Release Note ```release-note NONE ```

2: Dev Review
Do Not Merge
release-note-none

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). --- This action will send a message to the #announcements channel on our discord server when...

core
scope: code-infra

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). --- adds an action to add a comment on closed issues and also changes the `closeComment`...

core
scope: code-infra

I think exporting it this way is not gonna work because: 1. This component `GridColumnUnsortedIcon` is a slot and differently exists for [material](https://github.com/mui/mui-x/blob/e5d35580b78f5b8bb97ebf0cab2a3775f015418a/packages/grid/x-data-grid/src/material/icons/GridColumnUnsortedIcon.tsx#L6-L8) and [joy](https://github.com/mui/mui-x/blob/e5d35580b78f5b8bb97ebf0cab2a3775f015418a/packages/grid/x-data-grid/src/joy/icons.tsx#L289-L291) design systems. 2. Since this...

component: data grid
recipe

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). --- I noticed that the link in the issues templates leads to the default issue search,...

core
enhancement
scope: infra

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). --- Since users who did not make it public that they belong to the org still...

scope: infra

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened The panel "Issue Response Rate within SLA [Last Month]" in...

type/bug
severity/p2

- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). --- adjusted the value in the code example to represent what is shown in the...

docs
component: data grid
feature: Filtering

### Steps to reproduce Link to live example: [export webworker demo](https://v6.mui.com/x/react-data-grid/export/#using-a-web-worker) Steps: 1. try to export to print 2. demo hangs and eventually breaks ### Current behavior Demo breaks ###...

bug 🐛
component: data grid
feature: Export

The overloaded `startOf` function did call the `tz` function again which resulted in a duplicate subtraction of the timezone offset. Simply removing it did yield the correct values in all...