relgames

Results 14 comments of relgames

Found the reason, one of variables was not defined - but it was not indicating it anywhere. Need to display an error message.

Hi, it would be nice to support IPv6 addresses to register ECS tasks in ALB target group (awsvpc mode). Right now, when I tried to enable IPv6 in the target...

It could be specific to MacOS as I just tried with `amazoncorretto:11-alpine` docker and it worked. But, didn't with with openjdk 17 (so not corretto specific).

When I disabled redeploy, it started. Instead of ``` tasks.withType { args = listOf("run", mainVerticleName, "--redeploy=$watchForChange", "--launcher-class=$launcherClassName", "--on-redeploy=$doOnChange") } ``` I used ``` tasks.withType { args = listOf("run", mainVerticleName, "--launcher-class=$launcherClassName")...

Trying to debug, first it failed on slf4j class. Added slf4j-api and logback-classic, now it fails to load `javax/smartcardio/CardPermission` class: ``` forName0:-1, Class (java.lang) [2] forName:467, Class (java.lang) getInstance:844, PolicyFile...

@ViktarStarastsenka Hi, we also use Memory Analyzer a lot. I see this issue is closed, but I'm still not able to find Memory Analyzer in v2.8.0 - perhaps it was...

No, seems like it's still not supported.

This issue happens in 2013.4.0 as well. Anyone knows the last good version where this issue didn't exist?

I can confirm I have the same issue. Automatic Fetch was able to load the schema, but not Refresh Schema. ``` Version: Insomnia 2022.7.5 Build date: 1/19/2023 OS: Darwin x64...

HyperKit supports it already https://github.com/docker/hyperkit/issues/45 And looks like people can already do it https://forums.docker.com/t/support-tap-interface-for-direct-container-access-incl-multi-host/17835 by changing configuration. What are the complications to enable it by default?