Nepomuk Leutschacher

Results 31 comments of Nepomuk Leutschacher

This seems to be intended behaviour when looking at listeners.js line 427 ff.: ```javascript // Touch devices will just show controls (if hidden) if (player.touch && player.config.hideControls) { return; }...

Having the exact same issue. 👍 Thanks for reporting!

@mohnish25 For example, when using the "zoom-in": There's a CSS rule, which sets the scale of the animated element to .6 for all elements using data-aos=zoom-in: ```css html:not(.no-js) [data-aos=zoom-in] {...

This app would be sooo useful if it worked :/ Having the same issue here. @pilot51 I would love to be able to use your app. Can I support you...

> Hey @vsviridov I've managed to get to the error mentioned in the issue. This is obviously not nicely handled (it will be very soon), however, this is an issue...

So https://github.com/calcom/cal.com/blob/bae3bd76e5dcafbd01564eead6e753f3e2091c06/packages/lib/CalendarService.ts#L556 is being used for checking the availability of a caldav calendar. It uses `fetchCalendarObjects()` from package "tsdav". So if anyone of you wants to start debugging, this info...

> I hade the same issue and noticed that I was not getting the error on calendars that were created by iCal (the MacOS Calendar app). I checked in the...

@apollo-sturdy Thanks a lot. I put it into the database manually and it also shows up when visiting my Baikal calendar's url in the browser: ![image](https://github.com/sabre-io/Baikal/assets/864660/f5250da0-33b0-4f64-a61f-3463c8c2aabd) But it didn't change...

@apollo-sturdy Couldn't find any useful logs from Baikal (only that REPORT requests where received) and for my cal.com setup i found weird debug outputs like ``` @calcom/web:start: 00:14:14:307 DEBUGgetUserAvailability Using...

> For what it's worth I'm running this [docker image of baikal](https://github.com/ckulka/baikal-docker) and cal.com both via [Tipi](https://github.com/runtipi/runtipi). Not really sure how else to help. Sorry! Thanks, I installed the docker...