Michael Werner

Results 7 issues of Michael Werner

I try to use this guide https://docs.replicated.com/enterprise/installing-existing-cluster-airgapped Something in the installation process tries to be smart and horribly fails. pushing to registry: ```shell kubectl kots admin-console push-images ~/kotsadm.tar.gz mycompany.de/sdc/gitpod \...

I'm currently working on getting Kotlin work on the [Espruino](https://www.espruino.com/) platform. They use [Ternjs](https://ternjs.net/) for declaring their types. I haven't found a way to convert Ternjs to Typescript. Is support...

support
needs research

I've got of every unsafe dereference `!!`. I hope the default case in RoboMinder is ok.

### Expected Behavior Simple StringSpec should work: ```kotlin class DemoCommandStringTest : StringSpec() { init { val ctx = ApplicationContext.run(Environment.CLI, Environment.TEST) "Hi!" { val baos = ByteArrayOutputStream() System.setOut(PrintStream(baos)) val args =...

There should be a link to the documentation of html builder table/tr/td. I can't find it with google and would make it easier to solve the task.

This PR uses a [multi-stage Docker build](https://docs.docker.com/develop/develop-images/multistage-build/) to greatly reduce the size of the resulting image. size before: 2.3 GiB size now: 611 MiB Additionally i switched the base image...