reibitto
reibitto
Perhaps the error message could say something like "Cannot validate runtime value at compile-time. Use `make` instead." or something to that effect so that it directs users to the right...
For Linux, the config @jamesward posted worked as is for me. When I tried to build a native image for macOS (without Docker or anything like that), I got the...
Oh wow, I also tested this on native Windows and it worked! Setting up the Windows environment for Graal native-image is a little tricky ([refer to this](https://www.graalvm.org/reference-manual/native-image/#prerequisites-for-using-native-image-on-windows)), but I didn't...
Oh, that makes sense. You were using `sbt-native-image`, not `sbt-native-packager`, right? `sbt-native-image` doesn't support Docker.
@ithinkicancode That's weird because I don't think quill even uses netty. If it's complaining about netty, then the problem might be coming from zio-http. But you're saying it only happens...
I was looking for this too. If it's still not quite production-ready, perhaps a release candidate would be an alright solution in the meantime? That would allow people to test...
I didn't know how far to take this. I see things like `+:` are also defined on `NonEmptyLazyList` directly, so those could be modified too... but plain `LazyList` does not...
I think once you open the browser window, there will be a callback/redirect indicating whether the user clicked "Allow" or "Decline". If they clicked "Allow", then I think Google will...
Will have to keep in mind that shortcuts are probably not feasible (or very limited) for the CLI client. This feature is more for the emulated terminal.
This should be working now for both the Swing and SWT terminals. The only one left is the plain CLI terminal. But as I mentioned before, the CLI client is...