Pascal Schneider

Results 13 comments of Pascal Schneider

Are there any updates on this or do you plan to support SVG/HTML embeds in the future?

It seems that this is the way to go: https://github.com/AbcAeffchen/Sephpa/issues/42#issuecomment-1851624679 ````php $xmlString = $file->generateOutput(['zipToOneFile' => false])[0]['data']; ```` If you call generateOutput without this options array, it will create zip files,...

Just to add, I came from this doc from another lib which got me confused: https://github.com/nemiah/phpFinTS/blob/master/Samples/directDebit_Sephpa.php#L45 It seems that the method had been public in the past, I guess? It...

Oh, I did not find this solution. I can try it out so I can skip extending the object. But to be honest, direct access to generateXml would be a...

@tyler36 You can integrate vite and tailwind perfectly fine with the current version of this plugin. I am using tailwind myself. This PR is for a new major release to...

Hi, thanks for your PR! :) First, you bring a good point to the table that there should not be an exception happening when first using the plugin without ever...

Maybe other people have an opinion on this? @bor-attila @jbennecker

You could as well look if the file exists in your app's config and set the `forceProductionMode` config dynamically based on this info. Or use Configure::write(...) somewhere before your View...

I'm totally fine with rethinking the config and planning a new major. Like 3.x for Cake4 and 4.x for Cake5. I personally am not using devMode all the time locally....

The legacy scripts are correctly loaded (green -> correct). The problem is with the `init-cart` stuff (red border, above) which comes from an es module. It is loaded dynamically and...