Thomas Jakobi

Results 143 comments of Thomas Jakobi

Maybe it is a better solution to init the smarty template engine with all possible placeholders in MIGX, than extending the template placeholders. But a manual regex replace in the...

Have done some compatibility work on the 2.2.0 version from MODX Extras and commited it to master on https://github.com/Jako/ImagePlus. The folder renaming was somehow necessary to use GitPackageManagement for build....

Thanks. That should be documented. But my idea goes a bit further: If I am right, you could have different vehicles in one package and each vehicle could have different ...

The int casting happens here: https://github.com/mikrobi/babel/blob/master/core/components/babel/src/Snippets/BabelTranslation.php#L26C1-L27C1 Please remove the `::int` there. It will be fixed with the next version.

This works with Parcel2. ``` { … "scripts": { "start": "parcel src/*.html", "build": "parcel build src/*.html --no-source-maps --public-url ./", "clean": "rimraf dist" }, "targets": { "app": { "distDir": "./dist/" }...

Yes, thats described in the readme of this plugin.

I have used the required error message for that: ``` window.ParsleyValidator.addMessage('de', 'requiredoncheckbox', 'Dies ist ein Pflichtfeld.'); ``` It would be better to reuse the i18n message directly, but I had...

This is added in 1.4.0. Please check the 1.4.0-rc1 in https://github.com/Jako/CronManager/tree/master/_packages

Thank you! Since I can't test this here, I'll have to rely on your suggestion. Does this touch any other media source types?

I don't think that the regex is right in your patch. It trims **multiple** baseUrls on the left from the src. This is maybe right, if the baseUrl value of...