Luca Spinazzola

Results 262 comments of Luca Spinazzola

@eskatos lmk if you get a chance to try it out

> I just tried and it fails by default parsing a `file:/path/to/image.png` URL which is what I get from other APIs. > If I manually change the URL to `file:///path/to/image.png`...

@eskatos I re-published with support for `file:/` and `file:///` in [kamel-core/src/commonMain/kotlin/io/kamel/core/mapper/Mappers.kt](https://github.com/Kamel-Media/Kamel/blob/fileUrlFetcher/kamel-core%2Fsrc%2FcommonMain%2Fkotlin%2Fio%2Fkamel%2Fcore%2Fmapper%2FMappers.kt) I got rid of assuming a `/` prefix is a file because that would break things when using a...

You want a way to trigger an image to try to reload if it fails?

So you want to load a svg as a placeholder before loading a bitmap?

There isn't out of the box, I'm not sure how much demand there would be for that feature. But you could you could implement your own fetcher to convert the...

Any chance this will be looked into? It looks like switching from moshi and retrofit to kotlinx.serialization and ktor #247 #304 are the only major blockers I see

> Hi @luca992, Thank you for this PR! Are you still interested in finishing it? I believe we're very close to having it done. I'm also not very familiar with...

Another crypto library is using `getRandomValues` here: https://github.com/whyoleg/cryptography-kotlin/blob/main/cryptography-random/src/jsMain/kotlin/CryptographyRandom.js.kt

@HonzaR @ccjernigan finally got the motivation to finish this. I completely removed `kotest`. Turns out none of the tests would run on js, not just `ReadmeExamplesTest` I think I addressed...