Patrick C

Results 21 comments of Patrick C

I found an interesting problem. With the mute switch on, the buttons do not play sound, no matter how many times I press. But then I went to another site...

My existing project is also on Node 10 and the only way I could get extract to work was to install NVM and switch Node versions just for using this...

Also have this problem on Ubuntu 18.04.6 LTS, not running docker or on an M1 mac Had to downgrade to 1.4.2

Is this actually going to be fixed? It generated a 20GB worth of error logs in homebridge until I noticed this was happening. Congrats, this is horrible.

You can still create a UA tracking ID in Google Analytics https://support.google.com/analytics/answer/10269537?hl=en

In angular.json I added ngx-lightbox to allowedCommonJsDependencies and the warning seems to have gone away. It still apparently works ``` "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "allowedCommonJsDependencies": ["ngx-lightbox"],...

Hi @happyPrograming Would you mind posting your full code? I'm a bit new to this plugin so not sure what you posted needs to be amended to function.

Thanks for the quick reply! I did try out the code, but now the events cannot be dragged at all. The cursor does change to the move icon but nothing...

I have done this now with no luck. The behaviour is very odd. Sometimes I can drag the element, but it doesn't work most of the time. I can see...

I have tried to keep it as basic as possible from your snippet. Don't know if it makes a difference but I'm on Angular 6.0.5. ``` {{ dayEvent.event.title}} {{ dayEvent.event.start|...