micah686

Results 13 comments of micah686

I would also like this. It's quite annoying not being able to resize to look at all of the mismatches at once, especially when comparing.

1) The current version of the `input.Count()` works just fine, even though the `x => ...` would work fine. 2) No, I don't need the .Query, because I just need...

The category issue was caused by me not clearing out the categories from the games. Fixed in 024f76861621c980829fd9cf7c148080a295f375 Should also be fixed in the next release.

Added some testing code with 1f47add17f73588c1c7ee7611ea5559b664a558c Right now, you have to leave the main game grid and come back for it to refresh with the right name. Still needs to...

It's been a while since I worked on the collection code, but without digging into it again: After you add the list of games and press submit, it should bring...

Yeah, I did notice that as well. But, I am trying to resolve multiple issues, so that fix might not get in until later.

I was actually waiting for something like this, where I figure out what characters shouldn't be allowed. I'll work on editing the allowed characters. As for the LE path, I'm...

Ok, this has been fixed in 3c5c7cd62af6ba1be1064b004ccbcbccb6ba6b38. I removed the check for duplicate exe files in the database, and removed the Illegal characters check for Arguments. I might add back...

My thought was to add back some of the old code, but make these changes: - Only allow the same exe file multiple times if the arguments are different. -...

I suppose that could also work. The lock file could also be named something unique, like .jksv_lock to reduce the chances that something uses that file type. Or, there could...