John Akre
John Akre
When running Clear on WSL (Windows Subsystem for Linux), Swupd updates print cbm error messages. It looks like cbm_parse_system_kernel is confused by the kernel naming scheme. More information and error...
**Is your feature request related to a problem? Please describe.** When generating an image with missing bundle dependencies, the installer does not clearly identify the missing bundle in its error...
Is your feature request related to a problem? Please describe. The gui/pages/disk_config.go and model/model_ister.go files were disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like...
Is your feature request related to a problem? Please describe. The storage/ops.go, storage/storage.go, storage/storage_test.go files were disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like...
Is your feature request related to a problem? Please describe. The controller/controller.go file was disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like The controller/controller.go...
**Is your feature request related to a problem? Please describe.** There are existing functions that add stack trace support to errors, but many errors do not use them. The `errors.Errorf`...
Resolving content chroots could be parallelized to improve performance.
Currently, MCA does not work with mixes that use content chroots. If MCA has a way to separate files added by packages and file added by content chroots, the content...
When querying an RPM, directories with default permissions are typically implicitly defined (there is no entry, but a directory must be created for files in its path). MCA must be...
When a file is referenced in multiple manifests, multiple identical copies of the file's metadata will exist (hash, name, stat() info). The memory usage could be reduced by storing only...