Roman Sandu

Results 19 comments of Roman Sandu

I have just noticed that in #13 Lewis Baker states that unifex aims for the possibility of chaining IO operations (presumably with IO_uring) kernel-side. Implementing that is very similar to...

I've actually encountered this issue as well. lldb 11 on ubuntu. Not sure whether replacing non-greedy match with greedy is the proper solution for this.

Losing materials in the process completely actually makes no sense. It's EQUIVALENT exchange, right, right? At least approximately equivalent. You have to get at least something (physical, I mean). Some...

Second this! Another modern-C++ related feature that would be nice is coloring double brackets with the same color, e.g. `[[nodiscard]]` and `decltype((var))` look way too colorful right now.

Bumping this issue, as it also affects the enumerate environment

Same on intel UHD, and libdecor has nothing to do with it, I am able to reproduce it on triangle-vulkan with libdecor disabled. I suspect GLFW maybe be using wayland...

Any progress on this one? I'm using multiroot workspaces for students' homework setup: main root is the course repo that contains tests and cmake files, another one is a student's...

One more issue: the `!defined TRACY_ENABLE` branch of `TracyVulkan.hpp` defines `TracyVkContext` without any respect to `TRACY_VK_USE_SYMBOL_TABLE`. Maybe it should be redefined as a variadic macro when tracy is disabled? Just...