halftrainedharry

Results 55 comments of halftrainedharry

> The subject of moving to the `Intl` extension and its `IntlDateFormatter` methods discussed in that same issue should probably be a separate feature proposal, which would ultimately be implemented...

I tested it (using the same MODX and Tagger versions), but I **can't** reproduce the issue. --- Maybe there is some other reason why the tags don't show. Are they...

Is there a reason why you use an image TV "slider_src" and not just `"inputTVtype":"image"`? --- Maybe try using the setting `"sourceFrom"`. It kind of seems to work if I...

> mysql - utf8_general_ci > modx_site_tmplvar_contentvalues - utf8_general_ci Try using a different charset in your database. One with **"utf8mb4"**. "utf8" only uses 3 bytes and is **not** a real UTF-8...

Charsets in MySQL are somewhat convoluted. I believe every text column can have its own charset and changing the overall charsets of the database won't change the already existing columns....