Alexey Belozerov

Results 6 comments of Alexey Belozerov

Bump, would be great to have the latest version of platypus at homebrew

As a replacement using [postcss-functions](https://github.com/andyjansson/postcss-functions) plugin with `css-color-function` npm package (which is used under the hood of `postcss-color-function`) Webpack config: ``` var color = require('css-color-function'); ... { loader: 'postcss-loader', options:...

Having the same issue with tests with react 18.3.0. Tried to put `"@testing-library/dom": "10.0.0"` to `overrides` section of package.json, no luck ``` Error: Expected test not to call console.error(). If...

In [this thread](https://github.com/mui/material-ui/issues/35773) MUI dev says 4 level import like `@mui/material/styles/styled` is not supported, so definitely something needs to be updated in `mui-nested-menu` codebase

P/R added: https://github.com/steviebaa/mui-nested-menu/pull/32

Would be great if formula (not cask) is fixed for homebrew to use in CI