bademux

Results 60 comments of bademux

@thaJeztah formatting and field order. ```bash $ docker buildx imagetools inspect --raw localhost:5000/test > meta_registry.json ``` ```diff diff meta_registry.json meta.json 1,16c1 < { < "schemaVersion": 2, < "mediaType": "application/vnd.docker.distribution.manifest.v2+json", <...

@thaJeztah sorry for being buzzer. Could you please take a look into the case? It seems that now i posted compete info. Thanks!

@thaJeztah "manifest that was pushed got reformatted (pretty-print), instead of preserving the original without whitespace" exactly and it is quite scary behaviour as image signing process is totally broke. Another...

@tonistiigi but dockerd overrides the same (logically, same entries, formatting and order changed) manifest. Shouldn't it compare it by content? upd: @justincormack @thaJeztah sorry for disturbing you any news on...

@abhinayagarwal I have the same issue "Could not find or load main" in 0.0.13 and JFX 19 (JDK17)

I'm currently working on POC codegenerator for [SparkFramework](https://github.com/perwendel/spark). The main idea is a parser shares with consumer ([JavaPoet](https://github.com/square/javapoet) writer in my case) only Model. `Parser` -> `Model` -> `Consumer` By...

@ValZapod thanks for info. Are you saing that all mobile phones incude DVB drivers for several devices? I thought that AndroidDvbDriver reiplements it.

@ValZapod I believe there is misunderstanding. This project Readme stays "The driver is a simplified **user space port of** a subset **of the V4L2 Linux kernel drivers**." My understanding is...

@ValZapod can you kindly reread my message? I bold main part for you From AndroidDvbDriver Readme: "The driver is a simplified **user space port of** a subset **of the V4L2...

@ValZapod Thanks