Ján Hamrák

Results 21 comments of Ján Hamrák

I have the same issue on iOS (plugin version is 5.1.4), error or success callbacks aren't called and there are no events in native calendar. Without any JS error. Android...

**posix_getpid** does not work on windows but **getmypid** works both on windows and linux

Any alternative for posix_getpgid()? Maybe using http://www.cygwin.com/?

If you change UseSwiftLanguageVersion preference to value 5, you need to change "UIApplication.openSettingsURLString" to "UIApplicationOpenSettingsURLString" in QRScanner.swift file.

> That's not correct. > > ``` > 'UIApplicationOpenSettingsURLString' has been renamed to 'UIApplication.openSettingsURLString' > ``` > for Swift 5 Yes, of course, but then there's something wrong.

PHP 7.3 is not maintened, PHP 7.4 is under Security fixes only to December 2022. Why not make it compatible with PHP >= 8.0?

New version 4.0.2 doesn't have correct paths to bower files. See: [Fullcalendar v4.0.2](https://github.com/fullcalendar/fullcalendar/tree/v4.0.2/dist) and your [AssetBundle](https://github.com/philippfrenzel/yii2fullcalendar/blob/master/CoreAsset.php) + moment package is not installed, you must require it in composer.json.

@kevincobain2000 It's not working. PHP is 8.1. After adding you code with condition "class_exists(ReflectionUnionType::class) && $paramType instanceof ReflectionUnionType" a got the same error. In LaravelRequestDocs.php line 130: ` Call to...