Results 22 comments of Alphonse Bendt
trafficstars

also there seems to be a regression regarding https://github.com/Kotlin/kotlinx.html/issues/83 it worked with v0.6.10 but not with 0.6.11 anymore check https://github.com/abendt/kotlin-html-jscript/blob/master/src/test/kotlin/HtmlScriptTest.kt for a demo project

I'd expect it to work because it's OK for the resulting HTML to contain a '&'. On the other hand I understand why it's not working because of the underlying...

@cy6erGn0m from point of view of the browser its ok to have unescaped '&' within e.g. a script tag. here the Dom builder based implementation has issues parsing the content....

@flosell we just upgraded to 0.14.2. However it does not seem to resolve the issue. Directory listing: `build-31 build-32 build-33 build-34 build-35 build-36 build-37 build-38 build-39 build-40 lambdacd730621214759903273 lambdacd-artifacts`

just bought a new Yubikey, just ran into this issue when trying to setup with https://www.docusign.com/. here is the output from `/Applications/Yubico\ Authenticator.app/Contents/MacOS/yubioath-desktop --log-level DEBUG` ``` 2021-03-03T21:11:36+0100 ERROR [yubikey.parse_qr:558] Failed...

we also ran into that issue and created a setup to reproduce the issue: https://github.com/abendt/TestContainersWaitStrategy in our scenario we are restarting the docker compose container programatically to reproduce: run the...

testng 7.6.0 now has JDK11 as minimum requirement: https://github.com/cbeust/testng/blob/master/CHANGES.txt In consequence we are stuck with testng 7.5 https://github.com/FluentLenium/FluentLenium/pull/1568

apparently the released version is not usable with jdk8. think its compiled with target version 11.

spring 6 now has JDK17 as minimum requirement