Iain MacDonald
Iain MacDonald
I've removed the 'second' and 'third' contexts but I have left access to first and last based on slices of the array instead of numerical indexes for the cases where...
Example config: ``` prod: scheme: file basePath: Y:\noticeboard user: pass: "none" check: true path: local: dist/ remote: / ```
Haha thank you. I think it probably is very uncommon. At least, you're the first person to create an issue for it on GitHub though. And thanks for looking into...
Hi Ben, Sorry it's taken a while to get back to this issue. The reason the JS app can't communicate directly with the Google News servers is due to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)....
With the latest version of `react-scripts` a simpler proxy setup is possible. ### In dev mode: Just run `npm start` to proxy Google News by default ### In prod mode...
Thanks for getting in touch. At the moment clicking the categories toggles them on/off as you describe. Alt-Click will achieve what I think you are referring to as Solo Mode....
I've added the ability to select multiple News Editions. Let me know how you get on with it.
Hey thanks for raising this issue. I'm currently in the process of moving infrastructure due to Heroku discontinuing their free tier. Previously: https://newsmap.ijmacd.com -> https://newsmap-js.herokuapp.com New: https://newsmap.ijmacd.com -> https://newsmap-js.azurewebsites.net Unfortunately...
Thanks again for reporting! As you can see I've been having some teething troubles. The new backend went down because I'd hit the quotas already. It should be back up...
@vvoland I have pushed changes to the other files you mentioned. I agree that Go's time format specifiers and accompanying documentation in incredibly misleading and leads to slip ups like...