Tomas Sedovic

Results 44 comments of Tomas Sedovic

Sure! I'd prefer if someone actually opened a pull request though. My time these days is extremely limited :-(. If you or the author or anyone else wants to do...

I've written this a few months ago. It's a very rudimentary bash completion -- all it supports is completing tag names and values for `tmsu tag`. It doesn't handle values...

Ah, thanks I didn't know that! Really appreciate this info. Wikipedia has some details on Widevine as well: https://en.wikipedia.org/wiki/Widevine This is quite unfortunate, I was under the impression that unlike...

Sorry, I'm not sure :-(. There's `OUT_DIR` which is [accessible in Cargo build scripts](https://doc.rust-lang.org/cargo/reference/environment-variables.html), but I don't know how to get one for a dependency (which is what you want...

Yeah absolutely. Would you be open to putting up a pull request at some point? I'd prefer to have it in the readme (or a separate file linked from there...

Sorry for the delay in replying! I've been able to reproduce this on Linux with Rust `rustc 1.48.0 (7eac88abb 2020-11-16)` as well: ``` $ cargo run --example samples thread 'main'...

For what it's worth, I've been unable to reproduce this on my own Linux (Fedora 30) setup with the `SDL2-2.0.10-1.fc30.x86_64` and `SDL2-devel-2.0.10-1.fc30.x86_64` packages. Tried the following code (adapted form the...

Note, I'm mostly posting this here in hopes that someone else might be willing&able to investigate. I will not be able to do so for quite some time, sorry! :-(

Hey @dobrite, thanks for the suggestion and sorry for the very late reply. I'd like the tutorial to be mostly standalone (other than what's absolutely necessary, i.e. tcod, rand and...

Yep, looks like it! Would you mind opening a pull request? That snippet looks good to me.