Christian Edward Jackson-Gruber

Results 154 comments of Christian Edward Jackson-Gruber

We are looking at it, but we have to look at how this affects those who aren't using 5, and aren't in the modules ecosystem. We're open to it, and...

For historical compatibility, if you want to change the historical versions to use `main` it's entirely possible to just regularly sync `master` so that it's always up to date with...

We're hashing out a few of these details ourselves, and I'll be inviting Hassan to our working document (I'll ping you also, Jake). But we have a few options on...

I think the point here is that there be no line at all - to leave all output to the explicit actions of the script developer's code, rather than the...

Any action on this? I'm also willing to maybe put in some time on it, but I am swamped right now coming back from being sick, so I don't know...

Can you not just handle it by passing hte flag on the shebang line? `#!/usr/bin/env kscript --silent` On Wed, 21 Jun 2023 at 22:50, Marcin Kuszczak ***@***.***> wrote: > I...

My recollection when trying --silent was that it didn't show anything about the compilation process, but if the script ended with anything other than exit code zero, it still showed...

Oh cool! Dagger has initial [KSP support](https://dagger.dev/dev-guide/ksp.html). That's news to me. It does present a very tricky aspect, in that dagger still generates java, even when running in KSP. That's...