Arseny Garelyshev

Results 29 issues of Arseny Garelyshev

Spotted this on bar charts, may be related to other types of charts too. By default, click on a legend hides the dataset and it's columns fade away or fade...

enhancement

I needed to write a wrapper around CombinePromises for nextJs `getServerSideProps', and ended up doing this; ```ts //basically, wrapper to use combinePromises and add {props: } around the object. type...

Just as an example, the only mentions of `optimisticData` are ``` const options = { optimisticData: user, rollbackOnError: true } ``` and > optimisticData: data to immediately update the client...

documentation
improvement
area: mutation

![image](https://user-images.githubusercontent.com/17963791/145165218-99575722-d133-4cc6-96cc-d401d4f11e0d.png) ![2](https://user-images.githubusercontent.com/17963791/145165421-6c6dcc80-a1da-4508-a7fc-82a166209c97.gif) This character happens to be used in Next.js build output My Webstorm version is 2021.3, I'm not sure on how to get font version.

unicode request

**Описание бага** Кнопка справа от комментария ничего не делает, скорее всего из-за того что я не залогинен. Если действия не имеют смысла для не залогинненых юзеров, то стоит спрятать кнопку....

feature

Example 3 on https://andarist.github.io/react-textarea-autosize/ ![image](https://user-images.githubusercontent.com/17963791/111310446-e9b6ba80-867e-11eb-9126-91123794d52c.png) It looks fine on Chrome, broken on Firefox 86

### Duplicates - [X] I have searched the existing issues ### Related page https://mui.com/material-ui/customization/default-theme/ ### Kind of issue Other ### Issue description I would like to be able to copy...

docs
enhancement

### Summary I ended up in a situation where doing this: ```tsx ``` would achieve result I want, that's about it. Whilst writing this I thought that I would do...

new feature
waiting for 👍
component: card
package: joy-ui

## Steps to Reproduce 1. Add `"notistack": "^3.0.1",` to package.json 2. run `yarn` ## Current Behavior The following message appears: ``` ➤ YN0002: │ notistack@npm:3.0.1 [02d56] doesn't provide csstype (pc61f1),...

`loc.listingMode()` always returns either "en" or "intl", so `mode === "error"` would never succeed.