Sebastian

Results 25 comments of Sebastian

@gerbsen very interesting dashboard. It doesn't happen to be open source?

oh, found it (https://gitlab.com/gerbsen/corona-dashboard-sachsen)

thanks @NupurM I think however @ialokim and I are not using compose on Android here but rather on desktop OS, particularly macOS in this case (as among the desktop operating...

Here's an example web app using the feature: https://github.com/sebkur/example-web-app Note that it depends on ` classpath 'com.bmuschko:gradle-tomcat-plugin:2.7.0-local'` which needs to be published locally using the changes in this PR.

thanks for your trust @pietervdvn and happy to be onboard here

@piper-magnetic thanks for your fork, very helpful. I was wondering: why did you declare the artifact id as `client-dependencies-g7` with the `g7` suffix? Is this to signal compatibility with Gradle...

Thank you for the clarification

Well, I'm not sure. I thought about implementing the workaround with multiple requests myself in my user code. The funny thing is that I initially didn't think about the `results`...

As explained in the [WIX documentation](https://wixtoolset.org//documentation/manual/v3/wixui/wixui_customizations.html) it is possible to set those images using these options in `main.wxs`, for example like this: ```xml ``` in order for this to work...