Alexandru Pisarenco

Results 3 issues of Alexandru Pisarenco

This PR addresses 2 issues: 1. `ResolveOptions` is used in code, but it was only imported when `TYPE_CHECKING`. This caused calls to `attribute.fetch_object_definition()` to fail. 2. Switch from `doc.namespace` and...

Making a build, an compiler error was triggered: > src/file_cache_row.cpp:72:59: error: ‘ceil’ was not declared in this scope Including `cmath` or `math.h` solves the issue.

I have custom "icons" for the dials, that I've made, and they all use a different aspect ratio, so I needed it to work for me. The changes include: -...