Alex Hildebrand

Results 8 issues of Alex Hildebrand

The validation layers throw lots of VKStructureType warnings at me when using different structs. Here is an example: > vkCreateDescriptorSetLayout: pCreateInfo->pNext chain includes a structure with unexpected VkStructureType VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO; Allowed...

It would be great if ImGui.net would integrate Implot as well. Similar to cimgui there is already a c-api wrapper for implot: https://github.com/cimgui/cimplot

During debugging of the case when timeout elapses while polling I found a strange behaviour: In https://github.com/zeromq/clrzmq4/blob/e5471f96b8db833ccc5df5e4e99b25291718f191/ZPollItems.Win32.cs#L79 the result of zmq_poll is compared to -1. If it's not -1 the...

The InvokeAsync methods in the C# liquid template is modified to that the type template parameter is used correctly. This PR fixes #51.

Currently the generated C# hub methods do not use the type template parameters for hub methods with return types. Because of this the return type of InvokeAsync is Task instead...

This is just a first test how to build separate DLLs for cimplot, cimnodes and cimguizmo. Only tested cimplot until now. Not sure how you would integrate it.

### Component systemd-journald ### Is your feature request related to a problem? Please describe I am writing a systemd journal log sink for the Quill log library. The formatting and...

RFE 🎁
journal

I am implementing a sink logging to the systemd journal using sd_journal_send(). In general this works, but not surprisingly the timestamps between quill and systemd journal differ. Does anyone have...

question