Jose C Quintas Jr

Results 53 issues of Jose C Quintas Jr

I have a setup where I use a react-image-crop inside a dialog/modal that is over a react-beautiful-dnd list. Whenever I try to change the crop-area it also activates the drag-and-drop...

When I run `logid` it logs the following error: ```[ERROR] Could not create evdev device: Permission denied``` It works when I use `sudo` though, so I wanted to know if...

This makes the `react-i18next` types aware of the `contextSeparator`, we might want to make it possible to change it later, similar to how we allow changing the `defaultNS`, but for...

help wanted
typescript
pr hold

Would allow for easily adjusting an image without the need to open a graphic editing program. Not sure how it would be implemented since `style` isn't safe, but they could...

## Description Add the option `web-app-id` to allow users to select which of the web apps they want to use. Didn't use `display-name` as that can easily be changed from...

## Description Make `ios-bundle-id` and `macos-bundle-id` NOT mandatory. The only mandatory option being the `platform` one. The code was reworked to generalize getting this kind of platform arguments with specific...

Allow the rhythm function to be called with more than one number in order to set multiple directions in one function for properties like `padding` and `margin`. ```javascript rhythm(1,2,3,4) //'16px...

- [x] Ensure script pushes a tag instead of branch - [x] Added announce merge freeze - [x] Added how to create changelog - [x] Added instruction in case publish...

core

# Initial Proposal - We can use `clip-path: inset()` to easily make round corners - https://caniuse.com/css-clip-path - https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path - Result https://codesandbox.io/p/sandbox/mui-mui-x-x-data-grid-forked-jt6jxh?file=%2Fsrc%2Fdemo.tsx%3A7%2C6 # Docs https://deploy-preview-12834--material-ui-x.netlify.app/x/react-charts/bars/#border-radius resolves #12220 resolves #12947 # Todo...

new feature
component: charts

Currently the charts control the entire highlight model, with only some "configuration" coming out of the `series[].highlightedScope` property. This proposal is to have highlight be controllable by users, so they...

new feature
component: charts