Tomáš Chmelík

Results 4 issues of Tomáš Chmelík

## Bug Report ### What is the current behavior? When installing 9.23.0 version of this library the styles.css is no longer part of files installed into node_modules. ![image](https://github.com/bvaughn/react-virtualized/assets/56677221/7b52f8f8-3808-4fdd-be64-eb1596eba316) For example...

### Issue description Pipenv doesn't consider required python version from Pipfile (installed in pyenv) when creating virtual environment. I have following python versions installed in pyenv: - 3.7.4 - 3.8.10...

Type: Enhancement :bulb:
Type: Regression
Type: Vendored Dependencies

`deepObserve` observes everything deeply even if property is decorated by `@observable.ref` or `@observable.shallow`. ```typescript import {observable, makeObserable} from 'mobx' import {deepObserve} from 'mobx-utils' class Entity { @observable.ref byRef?: Entity @observable...

According to the AWS documentation there should be "SecretArn" attribute on DBCluster resource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#aws-resource-rds-dbcluster-return-values It is a bit worrisome that its description is "Property description not available." but shouldn't this...