Markus M. Egger
Markus M. Egger
This would be very much appreciated (y) Also had a corruption issue yesterday and re-creating a page with 140+ monitors is no fun. Especially, which would be stuff for other...
I'm using open source AWX Tower via `awx-operator`/Kubernetes and stumbled upon this first suspecting an `awx-ee` issue (which is indirectly true, since from `22.2.0` on they're using collections `1.14.0+`. I...
The changes are there with one exception: I'm a fan of clean code and encapsulation and MetadataManager() isn't. You know that there are file limits in pyexiv2 of 1 GiB/2...
Well I had only added the metadata class - but tbh I never added the metadata code itself; since I have not had the time to learn properly about EXIF...
Hey @Joly0 , thanks - you should probably switch to my Fansly Downloader NG which I've been using for months myself now: https://github.com/prof79/fansly-downloader-ng This is a bug of sloppy coding...
I'm so sorry, I suppose I've tracked it down: I used docker to check versions and `ps1`/`py` files. Though Ansible just jumped from `2.14.4` to `2.14.5` comparing `awx-ee:22.1.0` to `awx-ee:22.2.0`,...
Well I'm not sure, as I just posted in the other issue thread trying to switch to recommended `psrp` transport, at least for Kerberos I get a `gssapi` Python module...
A more elegant workaround/starting point meanwhile might be this. [SlintPad](https://slintpad.com/?snippet=import+%7B+VerticalBox+%2C+Button%2C+StandardListView%2C+GroupBox%2C+StandardButton%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+MainWindow+inherits+Window+%7B%0A++++width%3A+200px%3B%0A++++height%3A+200px%3B%0A%0A++++popup+%3A%3D+PopupWindow+%7B%0A%0A++++++++close-on-click%3A+false%3B%0A%0A++++++++Rectangle+%7B%0A%0A++++++++++++background%3A+root.background%3B%0A++++++++++++border-color%3A+text.color%3B%0A++++++++++++border-width%3A+1px%3B%0A%0A++++++++++++VerticalLayout+%7B%0A%0A++++++++++++++++padding%3A+16px%3B%0A%0A++++++++++++++++GroupBox+%7B%0A++++++++++++++++++++title%3A+%22Popup%22%3B%0A%0A++++++++++++++++++++VerticalLayout+%7B%0A++++++++++++++++++++++++width%3A+100%25%3B%0A++++++++++++++++++++++++text+%3A%3D+Text+%7B%0A++++++++++++++++++++++++++++text%3A+%22TEST%22%3B%0A++++++++++++++++++++++++%7D%0A++++++++++++++++++++%7D%0A++++++++++++++++%7D%0A%0A++++++++++++++++StandardButton+%7B%0A++++++++++++++++++++kind%3A+ok%3B%0A++++++++++++++++++++clicked+%3D%3E+%7B%0A++++++++++++++++++++++++popup.close%28%29%3B%0A++++++++++++++++++++%7D%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++%7D%0A++++%7D%0A%0A++++VerticalBox+%7B+%0A++++++++StandardListView+%7B+%0A++++++++++++model%3A+%5B%0A++++++++++++++++%7B+text%3A+%22first+row%22+%7D%2C%0A++++++++++++++++%7B+text%3A+%22second+row%22+%7D%2C%0A++++++++++++++++%7B+text%3A+%22third+row%22+%7D%2C%0A++++++++++++%5D%3B%0A++++++++%7D%0A%0A++++++++Button+%7B+%0A++++++++++++text%3A+%22popup%22%3B%0A%0A++++++++++++clicked+%3D%3E+%7B%0A++++++++++++++++popup.show%28%29%3B%0A++++++++++++%7D%0A++++++++%7D%0A++++%7D%0A%7D&style=native)
I second that, MS XAML has `WindowStartupLocation` and other frameworks have their not-too-complicated ways (eg. https://wiki.qt.io/How_to_Center_a_Window_on_the_Screen, https://stackoverflow.com/questions/17908584/how-to-set-the-gtk-window-to-the-center-of-screen). Especially small windows on big screens are a problem. With smaller windows I...
That was a tough act taking several hours, at least an idea of how this might be done. The dynamic `AppWindow` structure and `winit` API changes in-between didn't make things...