Roberto Guido

Results 31 issues of Roberto Guido

Resolution to EasyRdf\Collection is actually hard-coded, but TypeMapper already has a default mapping for rdf:List which may be overridden by the integrator.

Also added related unit tests to check the behaviour when a DateTimeImmutable is passed.

About #133 Notes: - breaking changes!!! Consider this for a new major release - the internal HTTP client has been entirely dropped in favor of external implementations, eventually configurable by...

Would be useful to add a `TypeMapper::setDefaultGraphClass()` method to permit customization (and extension) of the base `Graph` class. Actually I had such a need, but the only solution I found...

This is intended to simplify set of multiple values, such as in: ``` $e->setValues('DatiTrasmissione', [ // ... 'PECDestinatario' => $customer->sdi_code == '0000000' ? $customer->pec : null, // ... ]); ```

Aggiornamento a Laravel 8 e 9, e contestuale fix sulle configurazioni. * bump delle versioni di riferimento * corretto il formato delle routes * un paio di fix sulle configurazioni...

Questa modifica permette di impostare una dimensione per il tasto "Entra con CIE", analogamente a quanto già succede per il tasto SPID. Semplicemente, è stato riscritto il codice che genera...

Ho aggiunto un piccolo controllo sull'esistenza pregressa del symlink nella DocumentRoot, altrimenti ad ogni aggiornamento successivo all'installazione il comando fallisce.