Peter Etelej

Results 2 comments of Peter Etelej

set your desired timeout on the parser's client: ```go fp := gofeed.NewParser() fp.Client = &http.Client{ Timeout: time.Second*10 } feed, _ := fp.ParseURL("http://feeds.twit.tv/twit.xml") fmt.Println(feed.Title) ```

The injected styles are overridden by browser default styling (for example for input) ![image](https://github.com/microsoft/accessibility-insights-web/assets/2271973/cd798a04-bbff-43e5-9115-84b2f61d59f8) overridden by ![image](https://github.com/microsoft/accessibility-insights-web/assets/2271973/487dc8d0-e2a3-4469-8a88-c5fd8693e633) More specific selector for example will correctly show change in spacing as it...