Matthias Perktold

Results 16 comments of Matthias Perktold

When trying to connect two clients to a single server, the server rejects the second client. So apparently, only one client is supported. Would it be possible to add support...

Nevermind, multiple clients are supported, you just need to provide different hostnames and different certificates for each of them.

@aliakbar-bsr no, you don't need multiple certificates on the server side. Every client needs to have it's own client certificate, that's all.

There is an `editable` property in the calendar options, in v5. In this demo, the property is not set, and the behavior defaults to readonly: https://fullcalendar.io/docs/event-colors-demo You can open the...

I have the same issue. As already reported here, it fails the build on Linux but not on Windows. However, taking a closer look on the build output, I noticed...

> On the other hand, support for arbitrary components might not be super relevant since these types of resources are typically tied to the UI life cycle. For us it's...

I haven't actually tried it, but as you said yourself, it doesn't work for components other than the UI itself, since they can be detached when navigating to another view....

But it's the same for normal navigation to other views: the given component will be detached, whereas the UI will not be closing. You can't differentiate those cases using this...

The only difference between the two scenarios is that for resynchronization, the UI will be detached as well, whereas for normal navigation it won't. This fact doesn't help us, however,...

Checking the number of children of the UI is an interesting idea. However, it never returns 0 for me, neither for resync, nor for normal navigation, nor for closing the...