Matthew Buckett

Results 46 comments of Matthew Buckett

@ealush What I was trying to support was double selecting the emoji to insert it (tap once to select, tap again to insert (instead of the user having to switch...

Is the plan for this to improve `org.springframework.cloud.aws.context.support.env.AwsCloudEnvironmentCheckUtils` so that it understands the metadata endpoints documented in: https://docs.aws.amazon.com/AmazonECS/latest/userguide/task-metadata-endpoint-fargate.html

I had a look in the AWS v1 SDK (current SDK for Spring Cloud AWS) with https://github.com/aws/aws-sdk-java/search?q=169.254.170&type=code but there doesn't appear (only from 10 minutes looking) to be a way...

Shout out to @davbo for starting this with #127

I'm not sure this is the right fix, as you want `term_id` to be a String so that you can create a course and specify the term using a SIS...

A side note on this is that when the tool doesn't exist you also get logging warnings: ``` 2019-11-14 15:50:55.440 ERROR 44831 --- [ main] edu.ksu.canvas.net.SimpleRestClient : Object not found...

Completely get that it's a best efforts approach (and FWIW think that's the way to go), but I wanted to highlight that if it's not a long running process failing...

I think we are hitting the same issue whereby stack traces aren't getting matched up because of the hibernate proxies not matching, in our case the proxies are: ``` at...

To make the code clearer about what's happening I tend to use the [`.invalid`](https://en.wikipedia.org/wiki/.invalid) top level domain to make it clear that the name is never intended to resolve. So...

@christophstrobl The upstream issue is closed now and it should be fixed in the https://github.com/oracle/graal/milestone/16 release.