Matthias Kurz

Results 1122 comments of Matthias Kurz

@GBeushausen I assume this has been fixed, like I commented already. If not, please let us know.

Both `play-[scala|java]-rest-api-example` run in CI and the both issues linked have been fixed. Assuming this issue is as well now.

Postgres 17 will ship even more JSON functions: - https://commitfest.postgresql.org/47/4377/ - More links here: https://github.com/jOOQ/jOOQ/issues/11020#issuecomment-2042258372

Can't use FluentLenium 6.0.0 with latest Selenium 4.18.1: ``` [error] Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/support/events/EventFiringWebDriver [error] at io.fluentlenium.core.FluentDriver.(FluentDriver.java:94) [error] at io.fluentlenium.adapter.IFluentAdapter.initFluent(IFluentAdapter.java:62) [error] at io.fluentlenium.adapter.IFluentAdapter.initFluent(IFluentAdapter.java:70) ``` Needs to be replaced: https://github.com/search?q=repo%3AFluentLenium%2FFluentLenium%20EventFiringWebDriver&type=code This...

A related problem based on the URL path instead of sub-domains: #976

@synthgab Check these two comments, there is probably a simpler way by just editing `storage.js`: https://github.com/mozilla/multi-account-containers/issues/976#issuecomment-353465931 https://github.com/mozilla/multi-account-containers/issues/976#issuecomment-353463998

With sbt 1.8 I get a better error message: ```sh $ sbt --client /home/mkurz/.sdkman/candidates/sbt/1.8.0/bin/sbt: line 222: /home/mkurz/.sdkman/candidates/sbt/1.8.0/bin/sbtn-x86_64-pc-linux: cannot execute binary file: Exec format error /home/mkurz/.sdkman/candidates/sbt/1.8.0/bin/sbt: line 222: /home/mkurz/.sdkman/candidates/sbt/1.8.0/bin/sbtn-x86_64-pc-linux: Success ```...

I build an aarch64 `sbtn` binary locally, but ran into following error: #7095

I am pretty sure this can be closed now that we have * #7110 * #7111 * #7112 so this should hopefully be fixed with next sbt 1.8.1 release.

@azdrojowa123 @eed3si9n Can this be closed now that - #7437 got merged?