Christian Würthner

Results 84 comments of Christian Würthner

@artem-zinnatullin Already using v1.1.0, version v1.0.2 was not usable for cloud builds because of the big upload, rsync is perfect for this. I really can recommend using AWS for this.

@PaulWoitaschek your MacBook has only 2 cores (+ 2 hyperthreaded) with little low level caches, you should not compare this to 4 native cores on a server CPU. RAM does...

You can easily do this inside your test, just save below in e.g. `ScreenshotTestExt`: ```Kotlin fun ScreenshotTest.compareScreenshotWrapHeight( name: String, view: View, widthInPx: Int, ) { view.measure( View.MeasureSpec.makeMeasureSpec(widthInPx, View.MeasureSpec.EXACTLY), View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED),...

Hi! Somehow missed this issue, will look into it.

Can you try installing from this URL? Just paste it in the OctoPrint plugin installation dialog where you normally search for plugins :) https://github.com/crysxd/OctoApp-Plugin/archive/release.zip

Closing due to inactivity

That's a much more positive response than I expected :D Let me quickly summarise: - `Force=true` should be removed. I'll dig a bit to see why it's needed - I...

Also, just so everyone is aware. This will break plugins that access the webcam settings from the global settings. I didn't want to bridge the settings here as this creates...

Happy you like the general idea @foosel :) 1. I had "legacy" at first but that's sounds even worse...I then cam up with "classic" but also not quite happy with...

I addressed 2. with 114278ce27c8e6065d892e19e9021c62ffd3d09b but kept it a list in the /api/settings response as there seems no easy way to have an observable map in KO. Not sure if...