Thomas Lavocat
Thomas Lavocat
Ajout de la traduction sfw trackpoint bitoniau
In osbuild, when the MountManager wants to invoke a mount program (e.g `org.osbuild.ext4`) it generates for it arguments in a JSON format. However, it doesn't do any validation if the...
There are small inconsistency between what a `mount` or a `device` "program" exposes as its JSON api and what is actually sent to it in at runtime. This is not...
Image-info rewrite using `osbuild`'s internals needs a recent version of `osbuild` to work. We need to discuss how to avoid tinting old distributions with a version of `osbuild` that's not...
See https://gitlab.com/redhat/services/products/image-builder/ci/manifest-db/-/jobs/3484838129 ``` rhel_87-aarch64-edge_installer-boot Building only: FAIL: osbuild failed: Traceback (most recent call last): File "/usr/bin/osbuild", line 11, in load_entry_point('osbuild==73', 'console_scripts', 'osbuild')() File "/usr/lib/python3.6/site-packages/osbuild/main_cli.py", line 157, in osbuild_cli manifest.download(object_store, monitor,...
**Is your feature request related to a problem? Please describe.** The product I'm working on is integrating in a federation of React components. See https://github.com/openshift/dynamic-plugin-sdk Which means that I can't...
Hello, I'm looking to use `react-query` and the code gen for a project. I'd like to be able to specify on the fly in my React component the host that...
Add a new option in the Mirror settings to prevent a broker from propagating messages. When working with a topology where 4 nodes are forming a square and where each...
When developing OpenShift Console plugins, having access to React DevTools Profiler is valuable for performance debugging. Currently, plugin developers must build their own development version of the console. ## Proposal...