Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
5e71b0ff9e
Added containsIgnoreCase() as shortcut for findIgnoreCase() != end().
0e1964ba25
Logging: made LogMessage contain a string view instead of const char*, added BufferSink, changed message parameter of formatted parameter to be string instead of const char*.
7d4c782b0f
Made MixinMemoryView constructor private and only callable by its implementation.
4a3895c0ad
Some minor fixes/adjustments for coroutines.
561a92d557
ImRaid: added TextUnformatted() for string_views; added hovering/clicking and some more minor improvements to data tables; fixed signature of c_MessageBox and added c_MessageBoxText.
071b2c323b
Lua: Added another ignored warning to fix compilation with MSVC.
94d960d49c
ImGui: Added user_config option for supplying a user-defined configuration file (see IMGUI_USER_CONFIG). Added misc/cpp to include path so imgui_stdlib.h can be easily included.