Results 3 issues of Arthur Silva

Hi, I have the following scenario: - monitor 1 (M1) running VSCode - monitor 2 (M2) running zsh, where I call `gow run .` Desired behaviour: First time the app...

This PR is implementing suggestion made in #71. @nickbnf I refactored code and tested on my Linux machine. Everything is working fine.

I have a User restmod model which has many posts. I have a dropdown to select a user. When I select a user I want to load his posts. The...