EmilDohne
EmilDohne
Hey, I just wanted to check if theres an update on this in regards to disabling the implicit conversion from enum to int since I am running into the same...
Hey, I am not too familiar with the meson build system myself but I am personally running using ninja 1.11.0 through visual studio. Are you intending on building the wheels...
Hi @waarmond, I just wanted to check in if you were able to get it working?
Partial implementation by implementing sanitizers and Clang as an additional test suite, increasing warning levels is still TBD
Some considerations for MSVC warnings would be these: `/W4 /w44062 /w44165 /w34365 /we4464 /w45263` where `4062` is for a switch misses some enum members. `4165` is for HRESULT being used...
Initial support for this has been added but unfortunately due to issues with GCC and Xcode15 we cannot run the tests as expected failures which `throw std::runtime_error()` instead segfault the...
As I am adding support for this the same issues propagate to the python bindings when using e.g. a ```py try: except RuntimeError: ``` code block as ARM-based macs will...
I'm closing this as this doesn't have anything to do with our code and no other complaints have been raised thus far
Added support for parsing of a descriptor structure (read only for now) which is the basic building block of most adjustment layers as it supports arbitray key-value data storage similar...
Bumped this to 0.6.0 as 0.5.0 is expected to come out soon and I wont be able to finish this by then. This doesn't mean we wont keep developing this...