Paolo Monni

Results 8 issues of Paolo Monni

Hi, last month I implemented the Kafka system on my Django project, I have not had any problems until today when the error in the title appeared ```ImportError: cannot import...

Sale to all, I work on several projects and I would like to view the bookmarks file for all its path. I tried to edit like this ```lua M.custom_vim_bookmarks =...

Hi in my Django project I have implemented the log on Cloudwatch, but the parameter `` log_group_name``` gives me an error, ``` Invalid type for parameter logGroupNamePrefix, value: ('mylogname',), type:...

Hi everyone, I'm trying to implement LDAP on a project that uses rest framework, as the documentation says, you need to add AUTHENTICATION_BACKENDS, but if I do I can't log...

This problem always occurs after a few days that microservices communicate with kafka, I have 3 nodes, and for each microservice I use a group id on a specific topic....

## Tests using SQLite Hi all, I'm trying to make the Gino mock, but I keep seeing the error ```gino.exceptions.UninitializedError: Gino engine is not initialized.``` ## Code My code is...

As per my title, can I retrieve the number of tweets without logging into my account? This way I am able to see if there are any new tweets without...

**The bug** Without login, if I try to retrieve the total number of posts for an account, it returns a redirect message: ```HTTP redirect from https://i.instagram.com/api/v1/users/web_profile_info/?username=cristiano https://i.instagram.com/accounts/login/?next=/api/v1/users/web_profile_info/``` **To Reproduce** ```python...

bug
unclear