Results 35 issues of Alexey Pelykh

``` ``` is this something achievable using `@pic`?

enhancement
pending-feedback

Due to https://github.com/google/filament/blob/f1fd96983b0074c082f21f0ecbc6356005619fd0/libs/utils/include/utils/Panic.h#L26 this being true if the compiler supports exceptions https://github.com/google/filament/blob/f1fd96983b0074c082f21f0ecbc6356005619fd0/libs/utils/include/utils/Panic.h#L474 is always resolved to `PANIC_PRECONDITION` instead of `PANIC_LOG` Is that expected behavior? cc @romainguy

enhancement

After `./venv/bin/pip install nba_api`: ``` File "/home/alexey-pelykh/test_nba_api/venv/lib/python3.6/site-packages/nba_api/stats/endpoints/_base.py", line 2, in import numpy as np ModuleNotFoundError: No module named 'numpy' ```

question

Since release of `[email protected]`, there's a ``` warning " > [email protected]" has incorrect peer dependency "redux@^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc". ``` Is `redux-storage` compatible with `[email protected]`?

Current behaviour: 1. Import GLB with separate O/R/M JPEG textures 2. Export GLB 3. Observe growth of file size due to O/R/M textures were packed into single ORM texture and...

enhancement
exporter
Material

Allow reordering of Analytic Account Groups

needs review

These imports seems to be required

``` File "/..../rez/lib/python3.9/site-packages/rezplugins/package_repository/filesystem.py", line 376, in iter_variants num_variants = len(self._data.get("variants", [])) TypeError: object of type 'SourceCode' has no len() ``` **Environment** * OS: macOS * Rez version: 2.106.0 * Rez...

bug

``` RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd ImportError: this version of pandas is incompatible with numpy < 1.20.3 your numpy version is...