Eric Vallée

Results 55 comments of Eric Vallée

From the model, intersections are supported (from the top of my head, I don't recall where it is used exactly though): https://github.com/Magnitus-/gogcli/blob/main/manifest/manifest-filter.go#L17 However, what you are looking for here are...

Thanks for the feedback. I was investigating this when implementing the grpc storage. The overhead is greater than it seems because of the repair command which basically reconstructs an internal...

I think optionally including the slug in the folder path in addition to a mandatory id would be a good starting compromise that is faster to implement. An extra complication...

> > A good example is Master of Orion where the original has the slug "master_of_orion_classic" (was probably "master_of_orion" before the remake) and the newer remake has the slug "master_of_orion"...

There are a couple of things I really want to add to the tool (and limited time to do so, so it won't be immediate): 1. A built-in dashboard (similar...

There is the following command though it lacks the granularity you are seeking here for verification: ``` gogcli storage validate ``` Note that complementary to the above command, the following...

> If I am understanding correctly, there are two API endpoints for downloading game files? I am assuming the "newer" endpoint is what GOG Galaxy uses, as it can pause...

The tool may or may not provide what you need here depending on what your exact needs are. 1. If you just need to download some game files that you...

The command line tool was always meant to provide more of a basic building-block composable kind of workflow so it is pretty low-level (conveniently, that decision does make it incredibly...