Rokas Kupstys
Rokas Kupstys
On windows invalid timestamp in metadata is returned. I tracked it down and it turns out `struct_16` and `struct_17` have invalid timestamp type - it should be `c_uint64`. As a...
## **EDIT** Moved to [features/string_view](https://github.com/ocornut/imgui/tree/features/string_view) branch ## WE EXPECT TO MERGE THIS IN 2021 BUT ARE WAITING FOR (1) NEW BINDING GENERATOR (2) INVESTIGATING SWITCHING TO STB_PRINTF IN ORDER TO...
This PR implements a convenience API for reordering of items we discussed in #143. ~~In order to achieve good visuals i added `ImGuiDragDropFlags_AcceptNoBorderPadding` flag which disables expansion of rectangle marking...
Hey, Awesome you pursue this idea! I tried this a while in the past as well, although i tried to make automagic `new` operator for standard nim objects, allocating non-ref...
What do you think about using yaml instead of custom file format for UI? Pros: - Familiar to way more people than tb.txt is - Ability to use existing third...
A useful function would be management of hugepages. Some VMs may use them and some may not. vfio-isolate could read a VM xml, determine how much hugepages are needed (if...
There may be more than one LUKS disk on the system. Be great if they could be suspended/resumed as well. Those disks would be entries in `/etc/crypttab`.
I do agree that borderless fullscreen as a default is OK, but it does not make much sense for windowed apps. How about we do something like this?
https://discord.com/channels/560082228928053258/760627344934830120/1167417650289332264 It is possible to add duplicate resource dirs. Engine will do that automatically when stars align. Note that symlinks/junctions should be taken into account as well.
I made a custom event loop for Dear ImGui. Everything works fine, except i can not find a way to produce any output from within the loop where UI code...