Mikael Vandmo

Results 7 issues of Mikael Vandmo

AmazonDynamoDBLockClient:955 logger.info("Heartbeat thread recieved interrupt, exiting run() (possibly exiting thread)", e); Prints [dynamodb-lock-client-1] INFO com.amazonaws.services.dynamodbv2.AmazonDynamoDBLockClient - Heartbeat thread recieved interrupt, exiting run() (possibly exiting thread) java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native...

question

Doesn't seem like it is used for anything.

## Checklist - [x ] I've searched for similar issues. - [ x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Download 3.2.1...

bug
new

Had to make this change to make it work with svtplay.se Not sure if it is "standard" dash stuff though.

```scala //> using scala 3.5.1 //> using dep io.circe::circe-literal:0.14.10 import io.circe.literal.* val key = "theKey" println(json"{ $key: 123 }") ``` fails with "class not found". It works after adding `//>...

If I create a profile and add a dependency then the dependency check will fail when that profile is active. Same goes if a profile adds a plugin. The lock...