Markus Bader

Results 5 issues of Markus Bader

#### What are the changes introduced in this pull request? It is basically PR #7961 but with some changes to make it work with foreman 4.3.0 rc4. It introduces a...

Needs testing
Not yet reviewed
Waiting on contributor

I am facing a crash (exception) when trying to access the `ChatRoom` object of a `Call` via C++ bindings: ```c++ void myFunction() { call->getChatRoom(); } ``` The call itself is...

This issue is caused at load time, thus it is not reproducible in the playground. The code below must be used in a "real" qx project in order to invoke...

bug

The [xls standard](https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-xls/04fa5340-122f-49db-93ea-00cc75501efc) allows to save a decimal number like 1.75 as an integer, multiplied by 100. The current implementation did neither detect this as an integer nor as a...

When creating a formatter with the format "hh:mm", then makeFormatters will not detect the "mm" as minutes, but as months, and will therefore create an incorrect output. For example, the...