Niklas Herder

Results 17 comments of Niklas Herder

I'm wondering if this could be failing on user-agent? We have a script that works fine with Okta+Duo, using `User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux 86_64; rv:100.0) Gecko/20100101 Firefox/100.0` Would it...

This works for us: ``` java @Configuration @Slf4j @ConditionalOnAwsCloudEnvironment @EnableContextInstanceData @Import(UtilAutoConfiguration.class) @AutoConfigureAfter(UtilAutoConfiguration.class) public class AwsInstanceConfig { @Value("${server.port:${SERVER_PORT:${PORT:8080}}}") int nonSecurePort; @Value("${management.port:${MANAGEMENT_PORT:${server.port:${SERVER_PORT:${PORT:8080}}}}}") int managementPort; @Value("${eureka.instance.hostname:${EUREKA_INSTANCE_HOSTNAME:}}") String hostname; @Autowired ConfigurableEnvironment env; @Bean public...

Hey @matthewfarwell - I saw you mentioning a workaround, but I can't seem to find what the workaround is? Any pointers would be hugely appreciated! :)

I looked quickly, and it seems the autoconfiguration does not recognize that a method returns a Kotlin lambda, here: https://github.com/spring-cloud/spring-cloud-function/blob/master/spring-cloud-function-kotlin/src/main/java/org/springframework/cloud/function/context/config/KotlinLambdaToFunctionAutoConfiguration.java#L85 `beanDefinition.getType` returns an `EmptyType`, which makes it not match the...

Hi, first of all: thanks for a really cool app! Fantastic to see that I can get the k9s experience also on raw AWS :) I just ran into this...

Not sure if I'm hitting this issue or not, but I'm getting the grey screen at lock but I'm able to return to the desktop when I write my password...

I'm getting hit by this one after the last update I made: it seems some apps fail to put the copied content at the top of the stack, while some...

> [@boundless-forest](https://github.com/boundless-forest) - hope all is well. Just wondering if this is still occurring with the latest release v6.4.1 I just tried the latest release on PopOs 24.04 Wayland, and...

This is probably a better bug to follow: https://youtrack.jetbrains.com/issue/TBX-12552/Toolbox-is-blurry-on-Wayland-fractional-scaling