Matthew Kennerly

Results 79 comments of Matthew Kennerly

A fork would definitely be good, but here's a proper Linux build with logging in the meantime. I was going to give you a debug build, but it was too...

@LeSnake04 Although Git/GitHub allow it, I don't think it's a good idea to change the content of a tag for an existing release. One option would be: * I create...

Yeah, that should be feasible. Good idea! There might be cases where not everything is backed up to the cloud (e.g., maybe it backs up saves, but not configuration), but...

Ah, yeah, since Windows doesn't actually enforce the capitalization, it doesn't make sense to enforce it when checking a Windows entry on Linux. I'll see if I can make it...

It turns out that the case sensitivity option in the [glob crate](https://crates.io/crates/glob) is ignored outright (https://github.com/rust-lang-nursery/glob/issues/61), so I would need to use a different crate to fix this. I tried...

Took another look at this. Here's what I found so far: ### [Glob](https://crates.io/crates/glob) v0.3.0 I double checked the behavior of the case sensitivity option, and it seems like it works...

I've forked the Glob crate and just published [Globetter](https://github.com/mtkennerly/globetter), which fixes the case sensitivity option. I'm planning to incorporate this into Ludusavi.

Hi! It's not possible right now, as you surmised, but I would be open to adding this.

Does the Heroic launcher have its own save directory as well? I see that it has some cloud save sync functionality, but if the original local saves are still at...

Thanks for the detailed info! That sounds like it would work.