Belan

Results 7 issues of Belan

It would be nice, if you could open the panel as a sidebar, so that it is always open. That way it is easier to quickly switch back and forth...

ui/ux

We encountered an incompatibillity with messageformat.js. When you use a boolean für a select, then messageformat.js converts it to true/false for the key, but messageformat.net converts it to True/False. I...

### Description Currently you can only show the tabs of one single group. It would be useful, if groups were shown like collapsible tabs, so you can have multiple open...

On the [documentation page about IMessageRoutingConvention](https://wolverinefx.net/guide/messaging/subscriptions.html#rolling-your-own-messaging-convention), there is a code sample which shows how to set the routing key via convention. Unfortunately this code sample doesn't work, because the `Routings`...

This code deduplicates the call to the introspection endpoint for the same token: ``` // no cached result - let's make a network roundtrip to the introspection endpoint // this...

## Problem I want to write tests that actually cover the caching and can use TimeProvider to jump forward in time to not have to wait for the expiration. I...

We wanted to switch to ZLogger, but now immediatelly encountered this issue after trying it out: ``` ZLogger error: System.NotSupportedException: Serialization and deserialization of 'System.Reflection.RuntimeMethodInfo' instances is not supported. The...