FrankL-git

Results 6 comments of FrankL-git

As a workaround I hided the original template via css (very ugly): .cal-all-day-events > .cal-day-columns > .cal-time-label-column:nth-child(1){ display: none; }

Hi, had the same issue (exactly: cypress run -b firefox --headed ... produces "Still waiting ...) after having upgraded from ubuntu 20.04 to 22.04 (where firefox has been switched to...

Hi, I just tried the call cypress run -b firefox --headed ... (without setting XDG_CONFIG_HOME) with cypress 10.6.0 and firefox 104.0 and it works. It's due to the update of...

I had the same output of resize and tput when running cypress in headless mode via crontab on linux. But no plugin has been used in cypress. It seems that...

@Costin10 As I wrote: "cypress run expects a terminal "connected" to the process". The problem is that jobs started via ssh or cronjob don't have a terminal as you could...

In https://github.com/mattlewis92/angular-calendar/issues/1125#issuecomment-1156682944 I outlined a solution (having some discomfort during drag and resize - but both working). This discomfort could be probably eliminated by providing a "private" implementation of restoreOriginalEvents...