Michele Caini
Michele Caini
Not sure this is easy-ish to implement actually, at least without complicating things. Let's leave the issue open for a few days to give me time to check and give...
I didn't even know cloning the wiki was possible 😅 why are you doing it btw? All wiki files are in the main project too.
The wiki is in the main project because the same doc is also used for doxygen. So, it's not _the wiki_, technically speaking. It's _also the wiki_ 🙂 if you...
> I can't say that I know, but perhaps this problem is caused by colons : in some of the filenames? Sorry for the late reply. You were right! Removed...
Cool, thanks. Changed the target branch to `wip` and started all runs. I've the last work-from-who-knows-where week of the year, then I'll be able to focus on all pending PRs...
Actually, the behavior is correct and by design. Maybe it needs to be better described though, especially now that entities have their own storage. In fact, entity storage is nothing...
Roughly speaking, the three sentences are right. The fact is that they apply to their own storage. Like, from the beginning. However, entities didn't have their own storage or signals...
It was harder to figure it out than to fix it. Good catch! The issue is due to the support for member objects. That overload of `get_rid_of_noexcept` should only be...
A fix is available on the `wip` branch. Can you confirm that it solves your issue? The snippet above works fine with it. Not sure if the same applies to...
Thanks for pointing it out. It was a subtle issue actually. I'll include the fix in the upcoming minor release rather than making a new patch release.