Tomas Sedovic

Results 44 comments of Tomas Sedovic

Thanks! We're aware of this, but none of the maintainers have the time and energy to work on tcod-rs anymore. This is needed, but it won't happen without someone from...

Hey folks, I'm really sorry but none of the past maintainers of this repo are able to dedicate much time to it (including myself). The good news is that the...

Thanks @BenoitCattie! I understand the desire for this change, but it makes the template much more verbose :-(. What do you think about creating a separate SSH security group with...

This looks good to me and doesn't break anything, but I'd appreciate @markllama's thoughts. Mark, you know RHN better than I do. Are you okay with this going in?

@alexschrod thank you so much for this! It has clearly been a massive effort and I really appreciate you stuck with it! Updating the libtcod version has been requested by...

Ooops! Yes of course, we're under 1.0.0 so there's no need to do a major version bump. I don't know what I was thinking. We should still document breaking changes...

I tried to use enums where the values were exclusive and bitflags where you could genuinely specify multiple options at once. But yeah, I may have missed something and it's...

Hey, sorry for the late reply! Do you mean this tutorial? https://tomassedovic.github.io/roguelike-tutorial/ Yeah it should be in the crate root, i.e. where you have `Cargo.toml` and `src` directory. Good point,...

Thanks, I think so too. Not sure when I'll be able to put the work in, though. So the issues are all up for taking :-).

Ah, good catch, thanks! So I planned to remove the `Copy` trait and do only transformations that compile properly -- that should let us catch any copies that may not...