Ladislav Böhm
Ladislav Böhm
Is it possible to make this method public? ` internal void ChangeCollectionPropertyForType(Type type, Action action) ` I can see that internally the generic one is calling this one anyways. My...
Hi, I think this is not intended behavior. When you create a client, subscribe to a message observable and then await Start (or StartOrFail) method, you might receive one or...
Hi, I was wondering whether it would be possible to expose more events so that clients can handle situations like when a message is not sent by socket. To be...
# Feature Request It would be great to support adding a tab that is not in any way handled by animated tabbar except for rendering it's component. That would allow...
Hello, when looking at this library and how great it already is (really good job!), I'm thinking about possible abstractions that would allow creating client libraries for more exchanges based...
### Describe the Bug When calling code like this: ``` viewport.setCamera({ flipVertical: !(viewport.getCamera().flipVertical ?? false), }); ``` to toggle vertical or horizontal flip the image gets correctly updated. However using...
## Ask a question I need to construct a query that does projection (Select) first and then applies OrderBy/Where/Skip/Take etc. on the projected entity. It works when the projected type...
### What feature or change would you like to see made? I'm trying to implement my own annotation tool that is based on LengthTool. When looking at it's source code...