Pavel Perestoronin

Results 76 comments of Pavel Perestoronin

Merged to `master`, to be released in `3.0.0`. Although, `2.1.1` already features the implementation from #94.

Still the same here on Wasmer 3.3.0 whenever I attempt to listen to a socket via Hyper or Rouille: ``` │ 1: failed to instantiate WASI module │ 2: Instantiation...

Столкнулся с таким же вопросом в IDEA 12.0.4. После небольшого шаманства вроде как палит: В Project Structure: 1. Modules - "+" - Import Module - `yandexmapkit-android/yandexmapkit-library`. Здесь еще через "+"...

`log_redis_info()` can be patched: ```python with patch("arq.worker.log_redis_info"): # `fakeredis` does not support `INFO` try: yield worker finally: await worker.close() ```