I have a class used to work with disk data consisting of an enum class and vector<char> sized based on the enum. The enum is an invariant for each object
Hi I have been having trouble trying to tell Unity that for an Interface if it has multiple implementations , I want it to inject them in different classes.Here
I'm using a docker setup with php 8.0.15 + phalcon 5.0.0beta2 and i'm trying to do a simple post request using the fetch api to a route. /* inside router.php */
Short example: #include <iostream> int main() { int n; [&](){n = 10;}(); // OK [=]() mutable {n = 20;}(); // OK // [=
Sorry for the long post, I tried to keep it as short and clear as possible. I'm sure the solution is fairly simple though. I have a table : <table> <t
I have an app that uses firebase auth and before users can access the app they have to log in and complete their profile. I have to keep track of these two valu