Erwan Loisant
Erwan Loisant
hey, sorry I'm noticing this very late! The conditional part is weird indeed, it's 10 years old code from Paul and I have to idea why it's doing this filtering....
hey @massimosiani and @2chilled , I published v9.2.0 with the PR merged but I'm not sure the publication of the ScalaJS artifacts was successful. Could you take a look and...
The Java kit is a completely different code base, so it's not really surprising. Could you give me some code snippet where you can consistently reproduce the problem?
I see, it's probably in the HttpClient: https://github.com/prismicio/scala-kit/blob/master/src/main/scala/io/prismic/HttpClient.scala
I think `ctx.close()` is supposed to do it but maybe I'm wrong
Hi, I'm fine for the deterministic order, but I don't want to change milliseconds to seconds because it would break existing things and be inconsistent with API in other languages....
yes, we need to do a better job with the NPE in general (not just for `getBoolean`). We're working on a newer version that will improve that.
@arnaudlewis I believe you worked on that?
I didn't know about PSR-6 but it looks like a good idea indeed! I'll take a look at it.
hey 👋 not sure about JWKS, it's the first time I hear about it. You might have to do some custom code around jwt-scala to achieve that.