Claudio Pastorini

Results 5 comments of Claudio Pastorini

Using @coltonbh suggestion: > So I changed the ${HASHED_PASSWORD?Variable not set} and other related values containing the ?Variable not set addendum to ${HASHED_PASSWORD}. Works like a charm in my case....

I created a [pull request](https://github.com/dexafree/MaterialList/pull/86) in order to set a custom divider to list. In order to modify the horizzontal padding I suggest you to copy @dexafree's card and editing...

As suggested by @antonov-impulsm with https://github.com/ageitgey/face_recognition/issues/731#issuecomment-775988894 I just solved installing both `openblas` and `cblas` and then reinstalling `dlib` using `pip`. Thanks man

I instead managed this problem passing the entire URL as a string to `session.get()`. In my particular case, I have a query parameter with some `/`: ``` 'nextToken': 'AlmxMMAC3vpYMwhOWtKd+/rMNvA+w0GT/It9I451d0g0JuzSPCP4ETtG+WVETwCsO/fwHEFW3OBUvodMfKcBO2XZexjiCSgFtdbMkKARpeh7JLIiJOxfO63pYn6k1cyxJfM5bojKaKPHuDLlUOxJNarbAsZap5jdIdlbtPBklzR2zL4HU0sPg04dCGNnnNvR9jw+przYkkRx' ```...

Thanks @willianantunes for your work, you save me a lot of hours... Waiting for this feature