Elanor

Results 20 comments of Elanor

I was able to fix this issue by choosing a different dateformatter, specifically moment. The plugin has this option built in: Make sure you have included both moment.js and the...

If you use moment.js everything is fine.

I was able to fix this by choosing moment.js as the date formatter. https://github.com/xdan/datetimepicker/issues/596#issuecomment-724113347

This may be related to issues like #596 and #724 and #721, #722 In my case I was able to resolve by using a different date formatter (moment.js): https://github.com/xdan/datetimepicker/issues/596#issuecomment-724113347

I was able to fix this by using moment.js as the date formatter instead: https://github.com/xdan/datetimepicker/issues/596#issuecomment-724113347

If anyone else finds themselves here, you can find commits in forks that fix this and apply them manually, but I'm also going to submit a PR to do the...

I was having this same issue with php:7.2-fpm docker image and the key was running the compile script with bash: `bash scripts/build_pdo_snowflake.sh`

I just had the same issue - perhaps something in the documentation would help with this. I had to do `crontab -e` to initiate the crontab for the user before...

Docker on Mac has been having a ton of issues since they updated to 3.x -- highly suggest you downgrade to 2.5.0.1 as that was the last stable version. So...

I just installed this in Node 22 without an issue. Are you sure this isn't due to some other dependency.