Philippus Baalman

Results 82 comments of Philippus Baalman

Ok, thank you. I tried the `sbt stage`-way of running scala-steward instead of docker, and that's running ok. Not sure if that is helpful information, there's still quite a bit...

The `kid` parameter is not part of JWT is it? See https://tools.ietf.org/html/rfc7519 The link you are referencing is a draft of the spec.

I tried it out this weekend and found some bugs: https://github.com/jasongoodwin/authentikat-jwt/pull/34

5.6.5 is released on maven now.

If it is not supported anymore we can/should remove the "Artifact Dependents"-link on the detail page of projects.

this seems to be related to the `.gitignore` file I have in my template under `/src/main/g8/`. I have the following entries in it: `project/activator-sbt*` - result: 'project'-directory does not get...

Solved for now by adding some exclusion rules in a `.g8ignore` file in the project root.

yes, I found this out reading the test cases: https://github.com/foundweekends/giter8/blob/7be0a57af0b1f9d6dd4f43258b66fd4ea0af32fd/library/src/test/scala/giter8/IntegrationTest.scala#L148

This addition should make sure that uuid's follow [RFC 4122](https://tools.ietf.org/html/rfc4122), have a look at https://github.com/akka/akka-http/pull/2569 and https://github.com/akka/akka-http/pull/2596 for inspiration.

I think this was fixed already? There are still some SLIP references on https://docs.scala-lang.org/sips/sip-submission.html though.