Danilo Pianini

Results 126 comments of Danilo Pianini

I tried this strategy: ```kotlin class MapOrString private constructor(source: Either

I found a way! Secondary constructors need to be annotated with `@JsonCreator`! This should really be documented...

@angelocroatti it looks like that's the root of our issue...

I'm using reveal.js. Yes I tried to change the viewport. It scales images, but font sizes as well, and text-wise the result is fine, what's in the browser gets reproduced...

So I guess this is something upstream has to fix. Could you open a bug report to them? I'll :+1: it immediately.

ARGH, it's open since sooo long... And they tagged it as "Chromium", so I wonder if it's something that should get opened directly on chromium: https://bugs.chromium.org/p/chromium/issues/list.

@jonathan-g man you really saved my day. I enabled a double generation of my slides in CI, both via decktape and via chromium headless. They seem to work nicely.

# **HIDDEN AS I CHECKED OUT THE WRONG COMMIT** Which component of Kotlin? The only one that is not @1.6 is `kotlinx-coroutines`, could that be the culprit?: ``` $ ./gradlew...

Uhmm... my inspection does not find any Kotlin 1.5 around: `$ ./gradlew dependencyInsight --dependency kotlin --configuration testRuntimeClasspath | grep -P '1\.5\.\d+$'` has no output. Dependency Inspection for Kotlin ``` Type-safe...

Possibly relevant note: this is a Gradle plugin and I am using the Gradle Testkit.