Danijel Bjelancevic

Results 2 issues of Danijel Bjelancevic

Hi, first of all I want to thank you for this awesome project. I have an issue with User.Follow() `log.Println("Following...")` `err := media.Items[0].User.Follow()` `errors.Check(err)` `log.Printf("Followed %s", media.Items[0].User.Username)` What happens is...

We have a case where we include a different CSS file based on different conditions. Let's say we have a `cssFileName` variable which is a string. In that case `{%...