Richard Tóth
Richard Tóth
Composer outputs: > Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead. > Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead. > Package...
I executed a request to obtain list of calendar Events, and when I call `$event->getRecurrence()` on Event, that does not have any recurrences, the call will return `PatternedRecurrence` object with...
This will allow us to convert msg files to eml file, even if the source uses some invalid email addresses or some of the data are missing at all. Without...
### Version Other ### Hardware / Firmware Other (add details about it below) ### What happened I tried to compile fresh pull from master (last commit 94b3158a6d0857db192e91cea7a4d78296721793, Fri Apr 7...
Not sure, what's happening there. I have implemented a M-code plugin into the grblhal for generic modbus communication (modbus-io). During development, I have tested it with in the UGS and/or...
Wrong: ` "prefix": "FT/J,E,TO", "prefixRegex": "^(FT\\/J|E|TO)[A-Z0-9/]*$", ` Right: ` "prefix": "FT/J,FT/E,TO", "prefixRegex": "^(FT\\/(J|E)|TO)[A-Z0-9/]*$", ` Otherwise nice data source! TNX DE OM6RT