Renée

Results 201 issues of Renée

The error bubbles up to the playlist manager. It should not be traveling up at all but only show as a toast.

t: bug

Requires https://github.com/u-wave/core/pull/542

This constexpr-ifies just enough things to allow for a constexpr `Guid(std::string_view)` constructor. Now you can write readable GUIDs at compile time: ```cpp static constexpr auto SomeGuid = xg::Guid("AF465C71-9588-11cf-A020-00AA006157AC"); ``` After...

@voronianski now.sh is shutting down their old service that this wzrd instance was running on, so it can't be used anymore. I haven't touched wzrd.in in a while but it...

Failing test for ROUTER-211 This tests a fragment that becomes unused. The same thing can happen for a variable declaration: #4818. --- **Checklist** Complete the checklist (and note appropriate exceptions)...

**Completed in 4.x** - [x] upgrade mitt to v3 - [x] remove BusContext export **Under consideration for 5.x** - [ ] support mitt's stronger typing. could type instantiation be used?...

Sometimes nodes are supposed to resolve to `undefined`, so we can't rely on that alone to check if an evaluation succeeded. This PR adds a property that you can check...