Igor Rekun

Results 5 issues of Igor Rekun

### 🐛 Describe the bug nvJPEG leaks memory and fails with OOM after ~1-2k images. ``` import torch from torchvision.io import read_file, decode_jpeg for i in range(1000): # increase to...

bug
wontfix
module: io

**Is your feature request related to a problem? Please describe.** Axum brings in zlib dependency which could be solved by modifying shell.nix in rust toolchain example like this ``` {...

P3
type: feature request

### Is your proposal related to a problem? There is no ScyllaDB / Cassandra connector available out of the box. ### Describe the solution you'd like Have the connector available...

feature request

[This line](https://github.com/rust-skia/rust-skia/blob/ce61f7808b72e8bf6b2c0e201aa7fab6ee927f7e/skia-safe/src/docs/pdf_document.rs#L260) in pdf_document.rs panics trying to unwrap None value on wasm emscripten target. Are there certain keys related to PDF that are disabled in build configuration?

### Steps to reproduce https://colab.research.google.com/drive/1_XbQ_oq8APHmlJT-1oo_tU4CwCHj4BNZ?usp=sharing Jax remat uses lots of memory when compiled with JIT. Without JIT it works fine. ``` class SimpleLayer(nn.Module): @nn.remat #should decrease memory usage @nn.compact def...

bug
P2 (eventual)