Moka Schitta
Moka Schitta
On windows, when I select my password store folder, QtPass mixes unix and windows style separators which results in being unable to delete passwords from the store. When I freshly...
### I've searched open & closed issues for similar requests Yes ### Package name glsl-language-server ### Package homepage https://github.com/svenstaro/glsl-language-server ### Languages glsl ### How is this package distributed? github
Hello, When trying to annotate a function inside a `struct` or `class`, neogen does not work for functions that use an attribute such as: ```cpp class Foo{ [[nodiscard]] bool bar();...
Hello, I am experiencing some weirdness with my setup. I am backing up to an external hdd and it appears to work. The schedule is set to hourly and if...
**Is your feature request related to a problem? Please describe.** Right now `pmp` has limited support for texture coordinates. I.e. seams are preserved during decimation. I'd love to see all...
When compiling with exceptions disabled, I run into the following issue on gcc 12.1.0 using c++17: ``` error: ‘terminate’ is not a member of ‘std’ 73 | std::terminate(); | ^~~~~~~~~...
**Describe the bug** Use `stbtt_PackFontRanges` with more than one range. If the first range generates the missing glyph bitmap (`.notdef`) and you use a character in the second range that...
Hi, I am not sure if I am missing something so please correct me if there already is an easier way to do this. Here's what I want to do:...
Based on the discussion here https://github.com/mokafolio/Tarp/issues/8 it became clear that a way to create flattened linear segments directly through either a public facing `struct` or corresponding API functions will be...
I am currently starting to wrap my head around **Vulkan** and would like to begin working on a backend for Tarp at some point later this year because it appears...