Casey W Crites
Casey W Crites
@markns Did you ever get your custom dialect to work? I've followed the steps laid out by @gharris1727, but the dialect refuses to load even though the converters and smts...
After struggling with this for several hours, I realized that the `META-INF/services` file was getting overridden by a dependency that should've been marked as `provided`. For anyone who comes upon...
FYI that I'm still able to reproduce this behavior with version `0.5.0`. I downgraded to `v0.2.1` as mentioned above and things are now working.
I'll see if I can bring it back up today, but from what I remember, it's the exact same message as OP.
here's the exact error message, does look to be the same as OP: ``` Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc...
@gunnarmorling thanks for the quick response! would the workaround then be to pull the repository and build things manually as laid out in the [Creating a Native Executable](https://github.com/kcctl/kcctl?tab=readme-ov-file#creating-a-native-executable) section of...
Yeah, I agree that `init` likely isn't a great place to make network calls. The other two options in my mind (at this moment) seem to be: 1. Lazy load...