Ruud Senden

Results 189 comments of Ruud Senden

I'd like to limit the number of generic options. If we implement this functionality, i18n will simply be enabled when outputting to tree format, just like we do for table...

For now, we only support English language anyway, the `fcli config` commands for changing language have been hidden. So, until we implement proper multi-language support, there's no need to work...

Outdated as we no longer support `tree` output format

This is not an issue at this moment, as we're still using an older GraalVM version, but something to keep in mind if we want to upgrade GraalVM.

@wtfacoconut Can you please research whether this is still an issue with the GraalVM version that we're currently using (graalvm-community-jdk-17.0.7)?

Somewhat similar issue applies to Mac binary as well for now, where UPX-compressed binaries will not run on latest MacOS version. At the moment, UPX compression is disabled in `.github/workflows/ci.yml`...

We've now identified a much easier way to handle this; enum's can simply provide a `toString()` method like the following: ```java @Override public String toString() { // Show and accept...

There is an `/api/v1/engineTypes` endpoint available to query available engine types; we'll just need to check whether most/all SSC roles and token types that allow for uploading artifacts also allow...

Also see #369 for general discussion on this topic.