maxx27

Results 4 issues of maxx27

**Name:** Maxim Suslov **Email:** [email protected] **Linkedin Profile:** https://www.linkedin.com/in/msuslov/ Attach the homework screenshots below: ----------------------------------------- ![image](https://user-images.githubusercontent.com/5478638/125133080-f9667d00-e10d-11eb-824a-4ab71ff95901.png) ![image](https://user-images.githubusercontent.com/5478638/125133283-5104e880-e10e-11eb-96f4-30872304d4d2.png)

homework
accepted
badge issued

**Name:** Maxim Suslov **Email:** [email protected] **Linkedin Profile:** https://www.linkedin.com/in/msuslov/ Attach the homework screenshots below: ----------------------------------------- # 4. Key-Value Databases ![image](https://user-images.githubusercontent.com/5478638/128087162-af054e0b-6ad2-48e2-8d86-217a1bd64b3e.png) ![image](https://user-images.githubusercontent.com/5478638/128087227-6c8a24b3-0e42-4fd5-9351-e6c0c4f1dd3f.png) # 5. Graph Databases ![image](https://user-images.githubusercontent.com/5478638/128087283-c1d74ed2-0dc1-41fb-ac4b-58350498d93c.png) ![image](https://user-images.githubusercontent.com/5478638/128087287-4ffb37a5-4e3b-4844-8890-13f94c0425c6.png) ![image](https://user-images.githubusercontent.com/5478638/128087304-ce54bd9e-f36d-4392-a5e7-80a3bdca0fa7.png)

homework
needs improvement

When I installed syntax-highlight via brew, it creates symlink: ``` $ ls -l /opt/homebrew/bin/syntax_highlight_cli lrwxr-xr-x@ 1 maxim admin 74 May 22 16:01 /opt/homebrew/bin/syntax_highlight_cli -> /Applications/Syntax Highlight.app/Contents/Resources/syntax_highlight_cli ``` When I want...

Hi! It would be great to use custom Jinja2 filters. In similar project [j2cli](https://github.com/kolypto/j2cli): > `--filters filters.py`: Load custom Jinja2 filters and tests from a Python file. Will load all...