Octavian Dima
Octavian Dima
DynArray is a contiguously memory, but this one has buckets / nodes. So I am a bit confused. If I am right the following: ```cpp auto rttiSystem = RED4ext::CRTTISystem::Get(); for...
How will kangaru 5 handle service instantiation? Currently, when `emplace` or `service` is called, the service instance is created immediately. While `kgr::lazy` exists, it unfortunately lacks support for custom parameters...
It sounds like a good idea. Do you have any examples related to Kangaru 5 for that? > I honestly have no idea how to solve that, and I never...
In addition to the specific you are mentioning, doing lazy initialization of the service by default (or a having a building block doing this) would be a nice addition, which...
Hello, Yes it is possible you need to write an enum with all your possible values, e.g.: ``` csharp enum PossibleTypes { Type_Int, Type_Double, Type_Bool // etc.. } ``` after...
@MaZyGer with pleasure :)
@gracicot any news on this? It would be really nice to have this in.
This is something I want to implement, but I don't have much time to do it these days :(
> You mean about my proposal or this? I mean about the original proposal. Regarding your proposal, I would prefer to stick the timestamp option due to the fact that...
> So keep timestamp (multiple instance compatible and prevent errors) while still enabling log rotation? Yes > I might look into this, but in this case (due to timestamp) log...