Alexander Christensen

Results 10 issues of Alexander Christensen

### Description Getting a flycheck message "Consider changing `3i-3.fsx` to PascalCase". The filename cannot be translated to PascalCase - doesn't make sense. This is obviously a parse error somewhere. I...

Hi, I tried running the commands to build and run from the README. However, I failed at `v -lib translated p_enemy.v`: ```bash Unknown argument `-lib` ``` And if I just...

Hi, is this the official SOIL repository? My searching online seems to indicate that this is the one with the most stars. The function `SOIL_load_OGL_HDR_texture` does not have documentation for...

Hi, Really nice to see initiative to continue development on the (actually widely used) SOIL library! For the below function: ``` SOIL_load_OGL_HDR_texture ( const char *filename, int fake_HDR_format, int rescale_to_max,...

documentation

Hi, If you are still maintaining this repository: The macro `VK_VERSION_MAJOR` (etc.) has been deprecated. You should use this instead: `VK_API_VERSION_MAJOR` (etc.). Tutorial page: https://harrylovescode.gitbooks.io/vulkan-api/content/chap03/chap03.html Documentation reference: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#extendingvulkan-coreversions-versionnumbers

Hi there :) Apologies for my overly negative title, but I have great difficulty getting this to "just work". I'm on Ubuntu 22, dependencies installed (python3, pip3, pandoc, texlive-full, etc.),...

## Expected Behavior I would like to be able to express a comparison between two `glm::vec3` types (aka. 3d vectors). It's a struct with x,y,z members, and has appropriate overloads...

I'm getting an error every time I start Sublime Text 3 (see the title). This means that I cannot use the autocompletion :'( I have Mono 4.2.3 installed, and have...

Hi, Unless I completely misunderstand how to use the `vulkaninfo` tool on the command line, there's something strange afoot here.. If I run the tool without any arguments, I get...

enhancement
vulkaninfo

Thank you a bunch for writing this module. Since Unreal 5.4 some deprecation has happened, so I wanted to add a note about it. :)