Danil Uzlov
Danil Uzlov
Is there an option to reset zoom (i.e., enable fitting) when I go to prev/next image? I didn't find any way to do it other than switching fitting by hand....
When window width is small, status bar shows text with shortened file name: `name beginning...name end.ext (1/10) [image resolution (scale)] image size`, to ensure that status bar text fits the...
Disable "Scroll with mouse wheel on zooming" to reproduce. If you zoom in image, so that its size exceeds the size of the program window, top left corner of the...
Status bar contains text `[resolution (scale)] filesize` at its end. When I zoom image, and the image is smaller than the window, scale in the status bar is not updated....
Currently quicktype generates converter function in the following form: ```ts public static toMyClass(json: string): MyClass { return cast(JSON.parse(json), r("MyClass")); } ``` If I already have a JSON object from somewhere...
**Expected behavior** I set linear control method for device X and logarithmic method for device Y. I select `Windows Default` as a primary device to control volume. I expect that...
What is the intended way to get statistics from loadgen? Currently in the [mlperf mobile app](https://github.com/mlcommons/mobile_app_open) we use the `ReportLatencyResults` function to calculate performance from latency. However, recently this function...
Currently when a message has many lines, most of the lines get printed as is, without date, level, fields, caller, etc. Example: ```go ll.Info(`line 1 line 2 line 3`) ```...
Add GUI
I'm using Vivaldi browser, and it for some reason doesn't show the `ON` text above the extension icon, so it's very hard to know if the extension is enabled or...
## Description Change examples to use webhook+annotations instead of patching bare nsc-kernel. ## Issue link https://github.com/networkservicemesh/deployments-k8s/issues/7673 ## How Has This Been Tested? - [ ] Added unit testing to cover...