Makogan
Makogan
I don't think this merits a new issue so I will add it to this thread. As it stands this extension gets confused by vulkan glsl dialects. For example using...
I would like to suggest auctioning off the project and see if someone is willing to become the next maintainer : p. But that's up to you of course.
Are you ok with me posting a link to this on reddit to see if anyone wants to pickup the flag?
FYI https://www.reddit.com/r/vscode/comments/gojcvy/latex_works_utilities_is_no_longer_being/
I compiled the code with GCC in windows using mingw and it works, so this problem is specific to MSVC.
Found the error, the above is not actually an MRE (I thought it was). Turns out it's an issue with returning a value. In my code I originally had this...
Where should I add: from nolearn.decaf import ConvNetFeatures
What seems to have happened is, glm's order of parameters is this: `perspectiveRH_NO(T fovy, T aspect, T zNear, T zFar)` https://github.com/g-truc/glm/blob/b3f87720261d623986f164b2a7f6a0a938430271/glm/ext/matrix_clip_space.inl#L248 Where nalgebra's is: `perspective_rh_no(aspect: T, fovy: T, near: T,...
Very unfortunate situation for something that was preventable by comparing the 2 APIs on the first release but I understand.
All of that is true, and I am not indifferent to the value provided by the nalgebra project. However the absolutely great help that nalgebra is does not unmake the...