Sascha Desch

Results 58 comments of Sascha Desch
trafficstars

There is also an issue on [pkgs](https://github.com/siderolabs/pkgs/issues/486) already.

There was also a small discussion on slack about firmware updates on talos some time ago. Since messages older than 90 days are hidden on slack here are the (relevant)...

@chayim I am not sure I understand your question, so please excuse if my response doesn't make sense. As I understand it the `PUSH` type in *RESP3* was introduced so...

We are currently working on a POC of using FCOS for IIoT in industrial automation. The device provisioning is currently done via iso images with embedded ignition config and we...

I'd also second that sources should be configurable via `Config` as having to implement `.settings_customise_sources()` is very verbose for simple use cases.

Yes, I agree that this is a special case of "there is this error that I know I want to ignore". For this a plugin that gets called at the...

Even if this were not fragile (at the moment), I wonder to which symbol one would attach such a plugin to, `isinstance` or `Either`?

see also https://github.com/orgs/copier-org/discussions/1380

As I wrote at the beginning of my post, I felt that https://github.com/copier-org/copier/issues/1459 didn't manage to get to the actual issue all that well. It only mentions the current, rather...

@sisp I think you can solve the issue by using a separate "computed value" for deciding whether to render the lockfile or not. ```yaml package_manager: type: str choices: - pip...