Dennis Marttinen
Dennis Marttinen
Currently the tests are quite scarce. There could be more more tests, especially for the `Serializer` and the storage system. Automated running of tests is already in place.
Currently if the `DecodeAll(fr)` call fails to decode some element from the frame reader `fr`, it returns the error without consuming the rest of the frames and without closing `fr`....
Currently the storage system still heavily relies on specific `ObjectMeta` fields (e.g. `UID`) for identifying objects, refactor the system to use keys that comply to the `Idenfityable` interface (generating specific...
Currently `serializerEncode` in the patcher is hard-configured to handle patching the manifests as JSON, e.g. https://github.com/weaveworks/libgitops/blob/master/pkg/util/patch/patch.go#L94. This is used by both `Apply` and `ApplyOnFile`. There should either be a way...
`SET_KINEMATIC_POSITION CLEAR=` clears the homing status (resets the axis limits) without turning off motors. This is particularly useful when implementing safe Z homing in `[homing_override]` on printers with multiple independent...
Currently, oneVPL relies on a fixed list of paths and some environment variables for locating its libraries. This caused an issue in OBS Studio, where the install prefix used in...
Enables the user to configure the local repository path/name for `flatpak-builder` instead of hard-coding it as `repo`. This is useful actions workflows that directly export artifacts into a separate, local...
It seems that `sane-airscan` is not able to show the live progress of a scan as it progresses. On both an ET-2650 and an ET-2820, running ``` $ scanimage -d...
When using the MinIO operator to deploy a tenant, the operator-deployed sidecar container keeps crashing on startup: ``` 2024/03/31 22:02:42 sidecar.go:48: Starting Sidecar 2024/03/31 22:03:28 sidecar.go:171: Missing root credentials in...
Currently CAPEI uses a structure reminiscent of `v1alpha1` with APIs from `v1alpha3`. To comply with the [clusterctl provider contract](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html), more controllers need to be implemented (e.g. the bootstrap controller, of...