Dimitris Moraitidis

Results 72 comments of Dimitris Moraitidis

@cmedley Ok, having some "require" difficulties with running the produced binary in terraforming/bin, I did the following: Assuming your instructions up to the `bundle exec` command (+ having ran the...

What's the status on this? Can it be merged?

@PettitWesley Steps 1+2 can be merged into one by: ``` aws sts assume-role \ --role-arn arn:aws:sts::${accountToAssumeRole}:role/${role} \ --serial-number arn:aws:iam::${baseAccountThatAssumesRole}:mfa/${username} \ --token-code ${mfa} \ --role-session-name ecs-cli \ ``` Then **AccessKeyId**, **SecretAccessKey**...

@eneshecan The app opens "half-way". Without the hardware acceleration toggle, it stays to this stale screen in the screenshot shown above. I am not sure what you mean by "crash",...

Can't post the logs as of now (see laptop in a month comment above) but I can confirm that it does work ~without any issues~ on a newer t16 laptop,...

@eneshecan haven't checked tbh, have switched back to https://gitlab.com/zerkc/whatsdesk/ which worked back then without issues.

hmm it could be then an Ubuntu 22 specific issue. Thanks for checking

@armanbilge Aha, thanks for the pointer! I would say though, that a better way to resolve this issue is for `setup-scala` to be based on `setup-java` and additionally just install...

Not really. See https://github.com/actions/setup-java/issues/266

I think what would solve our issues, would be a resolution to https://github.com/actions/setup-java/issues/266 The resolution would be one of the following: - revamp this project to extend itself from setup-java,...