SSKK-vivien-oddou

Results 18 issues of SSKK-vivien-oddou

fix for https://github.com/docopt/docopt.cpp/issues/45

Would be nice to have codium support. Idk if it's just a question of publication.

enhancement

`unsigned int16_t g;` result > Internal compiler error: access violation. Attempted to read from address 0x0000000000000008 Qualifiers (static, extern...) don't change the observable behavior. _Fun fact: use a matrix/vector expansion...

bug
crash

code: ``` class B { int b; }; static ::B b = {0}; ``` Effect: ![image](https://user-images.githubusercontent.com/25970839/187426089-44dede47-59d7-4160-9fb1-cd735b7120fe.png)

bug

(reduced to minimum crashing example) code: ``` struct PSInput { }; class SurfaceData_BasePBR { float3 albedo; }; interface ISpecRough { void ApplySpecularAA(); }; class SurfaceData_NewPBR : SurfaceData_BasePBR, ISpecRough { float3...

This change allows for survival of the calling thread in case the connection to the other end doesn't happen.

Hey man thanks a lot for your work, I like the extension, there is no obvious place to send you kudos, so I figured I'd do it here, plus a...

I have this emacs: `GNU Emacs 25.1.1 (x86_64-w64-mingw32)` and I ran `package-refresh-contents` but still... ![image](https://user-images.githubusercontent.com/25970839/47200203-18e27800-d3b0-11e8-8593-e9e7c61ef7e8.png) aaaah nooooo

![image](https://user-images.githubusercontent.com/25970839/227733002-257e4458-c2b0-4aa1-b898-05fbeea051a8.png)

# Motivation With the announcement of HLSL 2021 https://devblogs.microsoft.com/directx/announcing-hlsl-2021/ templates, operator overloading and bitfields have been introduced. We observe that it would be a substantial cost and time inertia to...

enhancement