Arseny Kapoulkine
Arseny Kapoulkine
Before this change, a skeleton that was not updated every frame would result in a difference of 2+ between last_change and frame index every frame, which would disable the buffer...
I think it would be helpful to outline my current perspective on `std::string_view`; it is different from what it has been. Doing this in a separate issue to make this...
The guidelines for ETC1S format suggest that the applications should decode to BC7 (if available) with a fallback to BC1 (single-slice) and BC3 (dual-slice). I'm curious, where does this recommendation...
### Summary When the AI agent is editing the currently open file that has some lines wrapped, the wrapping flickers as the edits are performed. ### Description Here's a screencast...
### Summary Repeating the edit action via `.` that contained completion results in completed text added *after* the completion prefix, duplicating it. ### Description Here's a screencast of the reproduction...
When text is completed, new_text contains the entire new completion which replaces the old_text. In Vim mode, pressing . repeats the completion; if InputHandled records the full text and no...
Using templated class static allowed us to avoid function calls even in unoptimized builds, but results in conflicts with Clang's C++20 module implementation when meshoptimizer.h is included in global module...
In some cases the use of global vk* symbols is inconvenient, as it can conflict with vk* functions defined by the loader; generally speaking this should not be required, but...
When glTF-Transform is used to process some input glTF files into an output file, it can overwrite the .bin file used by the sources, yielding them invalid. I'm not sure...
Specification: https://github.com/KhronosGroup/glTF/pull/2517 Since the extension uses the exact same JSON structure as EXT variant, and meshopt decoder automatically decodes v1 attribute blobs and automatically picks up color filters through filter...