Stéén

Results 6 comments of Stéén

this would be useful for allowing vs-code to run in wayland, which it now can but needs those flags to be provided

AccessControlBase could take in a template parameter with the type of the context? Either that or using std::any for the sessionContext could work i guess. std::any isn't exactly type error...

Instead of storing the sentinel in the allocated object, could the pointer itself be tagged? Some bits in pointers are not used and they could be used to tag the...

I am getting this issue on version 1.4.11, it seems as though the changes were not included in the release branch? I think there would be value in cherry picking...

I am encountering this too, The inja library segfaults when using an ordered_json typedef.

Come to think of it, the access control and the session types could be typed to know what the context contains, in which case it would enforce correct use. ```cpp...