Nils DEYBACH

Results 11 comments of Nils DEYBACH

@FirefoxMetzger, any update on a possible review / merge ?

Is there any update on a possible ETA ? We have one of our dev instances where the sole manager account was locked from too many attempts and since there...

Any possibility of a merge @tiangolo ? I would also be interested in this support being added / long term.

Same problem here. Certificate creation kick starts a CertificateRequest but it never gets approved and there is no event indicating any error or anything useful. Overall using PKI in a...

We are also exploring using SQLModel in our products. This would be quite an ease of life in how we are building our stack. @tiangolo do you have a timeline...

I also did a normalisation locally on my computer with : `find . -type f -name '*.sh' -exec dos2unix {} +` I do not know if the `.gitattributes` will force...

@WyattBlue You seem to be reviewer / commiter on pyAV if I am not wrong ? I have updated to latest commit this branch. Could you take a look and...

On the Linux vs macOS observation: one common reason this shows up is the execution path. If a CRLF script is run as ./script.sh, the \r on the shebang line...

Just to clarify what I'm trying to achieve with .gitattributes: it's a way to make line endings predictable across contributors. Without it, the same file can be checked out as...

@WyattBlue I have updated the `gitattributes` to extreme minimalism on the matter. Only .sh scripts and makefile. Does that look good to you?