Results 7 issues of Andrea Pavone

Add support to Laravel 8

` Failed to fetch the post: https://www.instagram.com/p/B1zBXiygROa/Traceback (most recent call last): File "instagram-crawler/inscrawler/crawler.py", line 213, in _get_posts_full fetch_likers(browser, dict_post) File "instagram-crawler/inscrawler/fetch.py", line 93, in fetch_likers like_info_btn.click() AttributeError: 'NoneType' object has...

Step to reproduce: Clone the repo at current master branch ``` docker build -t kerberos/opensource . ``` 1. Error on `Dockerfile` maybe caused by older version of debian present on...

Set a custom shell for a user that I've added with this Ansible role. **Example:** ```yaml - hosts: servers vars: github_users: - name: geerlingguy shell: /bin/zsh ```

stale

Try to fix Issue #5

Python Version: ``` python3 -V Python 3.8.5 ``` ``` [user@localhost] python3 modsec-log-parser.py error_log ``` ``` (['error_log'], None) Traceback (most recent call last): File "./modsec-log-parser.py", line 64, in main() File "./modsec-log-parser.py",...