Christian Albert
Christian Albert
Hi guys, this problem still exists. I am using the latest version of Foundation. When using a `` Abide doesn't add a "is-invalid-input" class to the input on submit. Any...
Any plans when this will be updated to lessphp?
Please check the changes I made to the repository of mjphaynes: https://github.com/mjphaynes/lessphp/compare/master...ca-dsgn:lessphp:master
I forked the current code from https://github.com/mjphaynes/lessphp and updated it to run under PHP 8.1. You can install it via composer: `composer require ca-dsgn/lessphp` The code under packagist will also...
Hi @chrmod, sure, here is a screenshot: And the source code: ``
Here is also what the plugin shows:
@chrmod @GRadziejewski I removed the plugin from my Chrome Browser (on macOS Ventura) and readded it. After that I restarted Chrome and opened up the page with the iframe (Google...
@chrmod any updates on this?
Ich habe es für mich so angepasst (vll hilft das jemandem): ` $getStatement = \Fhp\Action\GetStatementOfAccountXML::create($oneAccount, $from, $to); $fints->execute($getStatement); $xml = $getStatement->getBookedXML(); $statements = []; $last_statement_id = ""; $doc = new...