Sebastian Schuberth
Sebastian Schuberth
> So, are you guys aligned (from the mentioned discussion in the developer meeting) that this ticket is about enforcing the file organization scheme? IMO yes. @tsteenbe and @mnonnenmacher can...
> Mind providing a reason why you think the structure should be enforced? - Lookup of a curation for a specific package is much faster. - It avoids multiple curations...
I guess you should initialize `cache` in a blocking way here (and `Dispatchers.Main` is the default anyway), so just use ```kotlin class AnilistQuery { val cache = runBlocking { FileKache(directory...
Is someone actively working on this? @netomi, would have time to fix this up so we can finally get a new release?
The idea for the implementation would be to simply add a `expirationDate` property to the resolution classes and take that property into account in the `matches()` logic, i.e. not match...
> The user has bought a 1-year limited license for the component. Another use-case could be a "review this later" kind of resolution for temporary work-arounds.
@woznik could you give https://github.com/oss-review-toolkit/ort/pull/9263 a try to see if it makes a difference?
> I just used the image ort from today As you can see from its green (instead of purple) state, the PR is not merged yet, so it's not included...
> For what it's worth. I got this working in https://github.com/cowwoc/docker There's also still https://github.com/batect/docker-client, which sadly is not maintained anymore, but follows the very interesting approach of embedding the...
> Anyone see a downside of doing so? Well, that wouldn't work on systems that have the Docker daemon but not the client installed, I guess. But I'm unsure how...