Mostafa Emami

Results 16 comments of Mostafa Emami

There are two issues with support of zstd:chuncked specifically with podman client. - podman creates a multi-range http request which depending on different factors could be a big range resulting...

@rhatdan thanks a lot for quick response. Though both pulling/deleting the image fixes the issue, it requires the clients programs to automatically detect the issue and find the culprit image...

@giuseppe thanks for the reply. My suggestion does not entail ignoring addtionalImagesStores entries as image storage rather ignore them as layer store to deduplicate layers of RW storage. So that...

Following your line of thoughts @mtrmac on how many configuration are around the storage sharing and how interactions are unclear, I can see how defining the scope of each feature...

I could only find the following limitations: * The maximum length of a signature is 255. * The maximum depth of container type nesting is 32 array type codes and...

IDK about the time of facelift initial implementation but as Qt5.12 the API covers all requirements. My initial benchmarking doesn't show any regression (as I suspected the overhead in dbus...

We are doing further benchmarking and will include the QDbus type registerations as well. I tried not to break the "interfaces", even though the whole encapsulation is disaster, especially there...

@jacky309 We were following up on dbus limit and for some huge structure the 255 character limit of the signature could be an issue. Although we can switching to old...

Well as you put it the issue is interoperability, we would like to use facelift in combination with other dbus frameworks in other languages. With this PR it is possible...

I will try to summarize all points here: Purpose of PR: Facelift is not a standard dbus framework and hence not interoperable due to following reasons. * Signatures of properties/methods/signals...