Christian Sicari

Results 4 issues of Christian Sicari

### Name and Version bitnami/openldap ### What steps will reproduce the bug? I am currently using the following compose ```yaml # for certs https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/#becoming-certificate-authority version: '2' services: openldap: image: bitnami/openldap:2.5.6...

tech-issues
triage
openldap

``` # Executes the last version docker run -t -i -p 8443:8443 italia/spid-saml-check ``` Ritorna questo errore: `> [email protected] start-prod /spid-saml-check/spid-validator > node server/spid-validator.js ``` internal/modules/cjs/loader.js:818 throw err; ^ Error:...

https://stackoverflow.com/questions/70874423/fastapi-importerror-attempted-relative-import-with-no-known-parent-package Using import with .main will throw exception "attempted relative import with no known parent package"

**Describe the bug** I am currently developing a FastAPI app that gets a Redis Session from a Dependency Injection, and uses it to write some data on Redis. I need...

bug