Lothar Haeger

Results 11 comments of Lothar Haeger

I saw this in all 1.19.\* builds I tried, also with .373 and an x64 build I dopwnloaded somewhere I cannot remember right now. Workaround: hit the "Maximize" icon, XN...

> Sorry, for now, there will be no support for that. The reasons are: > > 1. case is not good (antenna plug can be turned) Not sure which case...

Yes, yes, yes! So tiring to start every video with that Open Settings, Crop to 16:10, Close Settings dance...

Seems as if setting panscan=1.0 in extended mvp options fixes this. I get the original aspect ratio in regular windows and 16:10 in full screen on my MacBook Pro as...

Also replaced language-specific menu reference with language-independent numbering, so switching to a VM from "vm list" works not only on English macOS.

Check with `ifconfig` if a bridge network in the same IP range already exists. Whenever I see this error, another app e.g. Docker, Fusion, Parallels, OrbStack.. already uses the same...

Alternatively, please add the following two lines to the MANIFEST.MF in the package jar file: ``` Implementation-Title: MapDB Implementation-Version: 3.0.9 ``` so something like ``` public static String getMapDBVersion() {...

And until a proper solution has been implemented, here's a silly workaround: ``` public static String getMapDBVersion() { File mapDBJar = new java.io.File(org.mapdb.DB.class.getProtectionDomain().getCodeSource().getLocation().getPath()); return mapDBJar.getName().replaceFirst("mapdb-(.+)\\.jar","$1"); } ```

@bioharz: Thanks for voicing your opinion (again), I'm sure it will find appropriate consideration. Just to help me better understand: I do not see your name on the list of...

> Am 06.01.2021 um 19:45 schrieb grimnorth : > > Any thoughts on this? Will the computer possibly try to switch to discrete GPU during the installation and get stuck?...