Miloslav Trmač

Results 81 issues of Miloslav Trmač

Looking at #1324, #1332, #1379 , it’s not absolutely required but boy it would be _nice_ if we could have the programming language enforce locking invariants - That locks that...

Currently, both `store.Mount` and `store.Unmount` only work with the primary layer store, and lock it for writing: https://github.com/containers/storage/blob/7de6744c9fdc616b44539703c5831ed0f328652c/store.go#L2745 https://github.com/containers/storage/blob/7de6744c9fdc616b44539703c5831ed0f328652c/store.go#L2850 as of e84b2649927d339254fe80bf87aee0ec32a6a9d7 . Meanwhile, `Diff` reads all layer stores, and...

- `storage.Store.Delete(containerID)` and `storage.Store.DeleteContainer` are separate implementations and out of sync; I think the two really should share code. - The `Delete` version removes `$middleDir/$id/userdata` directories, the `DeleteContainer` removes all...

Forwarding a report: I was given an example of French ``` Nous decantons la solution oil depuis 24 heures sejournent une cinquantaine d'embryons (tadpoles of Rana fusca) et dont la...

(Reporting WRT https://lindat.mff.cuni.cz/services/translation/ ): It would be convenient if the front-end could automatically remove hyphenated line breaks, e.g. ``` Ceux-ci survivent, alors que des in- dividus temoins, places dans une...

Try the “easy” way to fix https://github.com/containers/skopeo/pull/2328 . Warning: I don’t know what I am doing. I’m hoping this PR, even before merging, generates images which can be used to...

... to ensure invalid values are rejected. Otherwise Go would allow setting a `Digest` value to arbitrary strings, causing a later panic or other misuse if users forget to call...

**WIP, premature to review.** This should allow re-using on-registry zstd:chunked data on push, instead of re-pushing every time, or making the output not chunked. This includes #2321, I’m filing it...

After policy evaluation is merged (but filing now as a reminder to myself), signature verification in policy evaluation, with its temporary directory creation, will take about a second per case....

kind/feature

Outstanding comments from #160: * Why are we using a `ServerDefault` `tls.Config` in a client? * Why are we applying it only to a single path, not when we override...

kind/feature