Simon Reisinger

Results 12 issues of Simon Reisinger

When installing the plugin in a `Fastlane.swift` project no return values are provided. ```swift public func emojifyChangelog() { let args: [RubyCommand.Argument] = [] let command = RubyCommand(commandID: "", methodName: "emojify_changelog",...

I know it is possible to provide default values when prompting the user for input. See below: ```swift let level = ask("Choose level: ", type: Int.self) { settings in settings.defaultValue...

Is there any way to check if a user is a bot? There was already a [pull request](https://github.com/allbegray/slack-api/pull/27) but it was closed.

Hi @vehemont. Thank you for this excellent library 😁 Have you considered adding type hints to function parameters, return values, and class attributes? Something along the way like this: ```python...

enhancement

The more complex the services get, the better we should ensure that all the individual components start up and run correctly. If we implement liveness, readiness, and startup probes, Kubernetes...

enhancement

We would like to have playgrounds for Unguard so that users can easily test out the different functionality and see how the microservices work together (similar to the [HipsterShop](https://github.com/GoogleCloudPlatform/microservices-demo) "Open...

enhancement

We're considering adding [pre-commit](https://pre-commit.com/) to our project to help ensure that the code we commit to our repository is high quality. Pre-commit is a tool that allows us to define...

enhancement
good first issue

Right now, the name of the JVM is hardcoded in the [Gradle file](https://github.com/dynatrace-oss/unguard/blob/master/.idea/gradle.xml#L11), which is a problem if your JVM in IntelliJ has a different name. Additionally, changes to the...

enhancement
good first issue

We're using SonarQube to scan our codebase for potential issues and vulnerabilities. However, we have noticed several issues flagged by SonarQube that we need to address.

good first issue

The image sizes that we deploy are too big. With a local cluster, loading them into the cluster already takes minutes. Can this be reduced? Do we possibly include artifacts...

enhancement