Yury Zhuravlev
Yury Zhuravlev
"aciInitShopItems failed..." старая история с испорченым трюмом.
Да - отличная идея. > А как насчёт того чтобы просто добавить ресурсы в репозиторий? Или обязательно нужно покупать игру? При всём уважении, на том свете деньги не понадобятся Мы...
yes, I have the same issue with different images.
Yes, I suppose providing `warning` will be much better than just an error, also it will be possible to indicate about wrong ESM module here https://www.npmjs.com/ (will be helpful for...
Docs in this commit only confuse people, because AMD support drivers update only for enterprise distros. In most cases you should just use rolling release distro (Arch, Gentoo, SUSE) or...
Yeah, sorry about the issue without repro. I will try to make a small example.
@al8n Okey this is repro: ```rust use tokio::time::{sleep, Duration}; use stretto::AsyncCache; #[tokio::main] async fn main() { let cache: AsyncCache = AsyncCache::new(12960, 1e6 as i64, tokio::spawn).unwrap(); for i in 0..10000 {...
I hope you can reproduce my issue.
@al8n, maybe next week I can look into it, but I suppose it's a bug.
Okey, I found why https://github.com/al8n/stretto/blob/main/src/store.rs#L285C29-L285C40 you have no guarantee what `try_cleanup_async` will be invoked strictly each second. I tested it, and just print the current bucket and the current attempt...