Özgün Özerk
Özgün Özerk
## Motivation `tracing-appender` does not have `Rotation` based on size yet. Also, it doesn't have the feature of **keeping the most recent `N` log files** I believe the second feature...
The error is happening for the function `rocksdb::DB::open`. For example, my folder name is `ozgunozerk`, and when I supply this folder to `open` function, it is working as expected. But...
I'm unable to do nested interpolation for vectors. ```rust let types: Vec = vec![ syn::parse_str("u8").unwrap(), syn::parse_str("u16").unwrap(), syn::parse_str("u32").unwrap(), ]; let names: Vec = vec![ syn::parse_str("Hi").unwrap(), syn::parse_str("Hey").unwrap(), syn::parse_str("Yo").unwrap(), ]; ``` and using...
We had identified this bug on the desktop app, here is the issue: https://github.com/subspace/subspace-desktop/issues/240 While debugging today, it seemed to me, the error is originating from rocksDB database's specific open/create...
The error occurred on Desktop App. However, I suspect the issue may be related to monorepo or substrate, and it may make more sense to track it from here. The...
After uninstall/reinstall the desktop app, it would be helpful to have a method callable from backend, which will do a health check on the current plot files and return a...
## Motivation `tracing-appender` does not have `Rotation` based on size yet. Also, it doesn't have the feature of **keeping the most recent `N` log files** I believe the second feature...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
Minimal reproducible error: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a9c27b8a6032ebfbbef9cea1908be5dc In this example, u128/i128 support is already present in serde. Yet, when used with toml, it fails and says u128 is not supported for serialization.
Afaik, the current template sorts the posts w.r.t their `date` field: the earliest is the first, the latest is the last. I want to reverse that order (my latest posts...