Bernd Prünster

Results 22 comments of Bernd Prünster

I might be able to provide some more context. Using Kotest 5.1.0 on a kotlin multiplatform project, including an Android and an iOS target and `FreeSpec` tests, some of which...

Well, for me, AutoFill does not work within WebApps… nothing shows up to unlock my password database. How'd you get it to work? Any specific settings required? > Android 8...

Thanks! Personally I don't require bolds, so for me it's fixed…

Odd… the original MR has the export added. see: https://github.com/erdtman/cose-js/pull/47/commits/e75fea351d059866c887952ec7efacb2ae4c74a0#diff-02346278010f5099e4be2cae18e3a443e44892be47996d75abf55602e0349b8bR62

FYI: since we depend on it, we've already [wrapped this code and published it on maven central](https://github.com/a-sit-plus/android-attestation). Our main motivation was to make it easily configurable and play well in...

ZXing does not work well with our pipeline. Also, it's really large and we only need a fraction of its functionality. Something smaller and simpler would be a better fit.

This is a tricky subject. We required some workarounds to package it even as a UMD module, which is partially rooted in upstream bugs. See: https://github.com/ehn-dcc-development/hcert-kotlin/blob/ebb66449a3bd215d70cd5f5dcbd5766dcf952121/webpack.config.d/patch.js#L33 We'd very much appreciate...

WASM still fails, because even `runCatching` does not catch a runtimeException for an expected IndexOutOfBoundsException when checking for tags. Help would be much appreachiated.