mfg92

Results 9 issues of mfg92

Background: I am currently trying to reproduce an issue that I have with version 3.8.1 (3.7.0 is fine) in a simpler setup than the one I am actually using JG...

bug

**Is your feature request related to a problem? Please describe.** Sometimes it would be nice to enlarge/uncrop an image to improve the composition. Example: Imagine a bird in flight shot,...

This script adds a button 'create thumbnails' to 'selected image[s]' module of darktable's lighttable view. When this button is pressed full sized previews of all selected images are created. Btw.:...

**Describe the bug** We use NextGen Connect on a custom port _28443_. This port is configured in the Administartor launcher, as you can see here: ![grafik](https://user-images.githubusercontent.com/11365250/127648811-994e1717-8fb0-4bcd-aedd-51dc4d95931a.png) After clicking on "launch"...

bug
triaged
Internal-Issue-Created
RS-11231

Avoid crash that occures because the return type of a overriden function returns float instead of int

Hello everyone, Thanks for providing this valuable Godot addon. I'm currently working on a small bridge building game, similar to _Bridge It_ or _Poly Bridge_. For the physics I would...

needs triage

I have noticed that some SVGs are rendered too small when using the _RetainShape_ scaling option. I tried to find out what distinguishes the SVGs that are scaled correctly from...

**Problem description** I often find myself in the following scenario: 1. I crop a photo ![grafik](https://github.com/user-attachments/assets/eb544c2c-a936-41f6-bcd5-7075903a116b) 2. Then I do some retouching to get rid of stuff that was cut...

feature: enhancement
scope: UI

Added `EnumUtils.equalsAny` similar to `StringUtils.equalsAny`. This can help to have shorter, easier to read code. Usage example: ``` if (EnumUtils.equalsAny(myObject.getMyField().getMyEnum(), Vehicle.CAR, Vehicle.TRUCK, Vehicle.MOTORBIKE)) { // do something ... } ```...