Roman Titov

Results 77 comments of Roman Titov

> I may be missing something If there are actually no reasons to not do it just let me know I'll pop a PR on weekends.

Guys, I've figured a working solution for `/storage/emulated/0/Android/data/com.swordfish.lemuroid/files/roms` access. - [Enable developer mode on the Chromecast][chromecast-dev-mode] - Open developer mode options and enable "USB debugging" - Install ADB (Android Debug...

@PMHendrix Nah, that's sort-of intended. The `/storage/emulated/0/Android/data/com.swordfish.lemuroid/files/roms` part of the `adb push` command is a path on the Chromecast filesystem. And Lemuroid's default ROMs folder is in Chromecast's _internal memory_....

It's possible to [ignore advisories in `.cargo/audit.toml` config file][cargo-audit-ignoring-advisories]. @generall @agourlay [cargo-audit-ignoring-advisories]: https://github.com/RustSec/rustsec/tree/main/cargo-audit#ignoring-advisories

BTW, seems like the wrong advisory is mentioned in the issue title. (:

Draft, because I'm not 100% sure about backward compatibility. Otherwise, changes in the PR should be good. Last two `TODO`s in PR description can be fixed in follow-up PRs. It...

Both `tracing_subscriber::reload` and `tracing_appender` are hot garbage. It might have been a mistake. 🤦‍♀️

@generall @agourlay @timvisee And I think this is also done. Not perfect, but good enough. The only thing left to do is tweak default "on-disk" filters, but that can be...

@generall @timvisee Reworked based on Andrey's changes to #2507. This is much simper now and ready for (hoperfully) final review.

> More of a general question: does this utilize buffering for file writes? That isn't entirely clear to me up until this point (yet). I think we must do so...