Mathieu Champlon

Results 64 comments of Mathieu Champlon

Thanks mate, that’s a good lead! I’ll look into implementing it eventually, when time permits 😄

Well, also apparently for the moment it’s > This package is supported by macOS and Web browsers so far. 😄

Hey! It works fine for me on my M1, using the exact same revision and ``` $ sw_vers ProductName: macOS ProductVersion: 14.1 BuildVersion: 23B74 ``` What’s your machine? Ebitenui still...

You probably need to use several sequences for that, which I admit is a little cumbersome… Something like: * s1 : f1.before -> f1.do * s2 : f1.before -> f2.do...

Hi, It’s a bit hard to debug without seeing the code. Would you be able to provide a minimal example reproducing the problem?

Hey, I don’t remember if I ever gave you my email in the end, sorry about that. Do you still need help? 😬

Hi Seb, > The whole solution would need the zoo of combinations with const, nonconst, explicit override and so on. So this ultimately would need to be supported: * `noexcept`...

I haven't really been following the latest C++ specification developments but my understanding was that up to C++14 `noexcept` and `override` were not part of the function signature, so it...

If I remember correctly optionals can’t be moved, right? That probably makes sense to pass by reference anyway, yes.