chriscoomber

Results 26 comments of chriscoomber

Also, what's the difference between the server here and the one given by https://github.com/JetBrains/kotlin-web-demo? Edit: nevermind, I see now that kotlin-playground calls that the "old" server.

Also, is `Add Kotless and remove aws-serverless-container =)` a very cryptic instruction or a TODO message?

I don't think I used SAM. I just did: - `gradlew buildLambda` - Upload to S3 the zip file in build/distributions/ via https://s3.console.aws.amazon.com/s3/ - Create function from https://eu-west-2.console.aws.amazon.com/lambda/home?region=eu-west-2#/functions - Author...

OK so I tried using an Elastic Load Balancer instead of an API gateway as the trigger, and it started working. (I used the load balancer I created before to...

OK thanks for the help. I've managed to get it working with Docker on aws ECS instead of aws Lambda, so this isn't high priority for me (though Lambda feels...

By the way thanks for the help, and for creating this server. I now have some nice documentation going on in github pages. (Still a WIP: https://chriscoomber.github.io/manydice/)

I'm seeing this currently with https://jitpack.io/#CanHub/Android-Image-Cropper e.g. https://jitpack.io/com/github/Canato/Android-Image-Cropper/3.0.0/Android-Image-Cropper-3.0.0.pom asks me for username and password, despite this being a public repo.

I quite like the interface of `Lazy` though - I want to provide the initializer when I first use it only, not every time I use it. Perhaps that means...

Awesome, thanks for that. That does appear to fix the issues I was seeing, and in fact I was indeed crashing occasionally when running without mutexes before, and it doesn't...

Honestly my knowledge yesterday is about what yours is. All I did was by ear compare some simple piano notes of different velocities against the stock Android MIDI player, which...