kevin--
kevin--
> Yes, the package is optional. If you know how to remove the warning, happy to accept the change. i can try to look into it eventually. Just curious because...
Hi @reuk thank you for looking into this. We can follow up and confirm the fix on JUCE 7. As an org are hesitant to ship with pre-release frameworks. Any...
Tried building with C++20 (was building with C++17 and `/permissive-` before), and the error remains. Intellisense shows the available overloads for `deps_t` as default ctor, copy ctor, or move ctor;...
@carsten-grimm-at-ipolog thank you for doing great work! We have been building with C++20 and I wrote a workaround class to manage dependencies as a global 😿 . Hopefully I will...
Ok very good to know! The ideal use case is to let the exception leave the reducer, so that we can serialize it and send it to our GUI for...
much appreciated, indeed we are using `manual_event_loop` and I never considered another approach 😅 Our application framework is entirely custom, so none of the provided event loop implementations were relevant....
Also in your example with the store enhancer, is this perhaps a better, more generic approach decoupled from the event loop you choose? Because then we can control the business...
fantastic 🙏 -- we can adopt your fix in the short term and reevaluate some other error handling approaches as discussed. Will try out next week hopefully.
+1 would like to see this merged as well
thanks for the thorough look @sdroege really appreciate seeing this level of collab