@Translink_NI Thanks. I’ve sent the form. It’s Belfast bound and the 273 service that follows it often has a larger bus that isn’t full so that’s another suggestion to swap them if possible. Anyway thanks for your response
@Translink_NI can you put on a larger bus for the 261 service stopping at Tamnamore at 08:30 especially for Tuesday, Wednesday, Thursday? It is regularly full with several left to wait on the next service and this is not even the last stop
Belfast JS is back again for our September Meetup in collaboration with @NIDevConf MeetUp Fest.
We are looking for speakers, please apply via the link on the Meetup page
https://t.co/BaVzVWxmcJ
A massive thanks to all who could attend our first meetup of the year last month!
GOOD NEWS for those who missed it - all talks are now live on our youtube channel, starting with "Lodash etc." by @sringland!
https://t.co/qLTQBw23qu
@chrislaughlin Insta likes != a good photo but if you aim for it it’s nice. Personally I don’t aim for any, I just put them up without tags or anything as little memories
@chrislaughlin Readability I'd say, it's also more of a standard approach. Recursion is fine though, just more code and more things that could go wrong
@chrislaughlin If you can change the be in any way a low impact api call to see if the data has change would be great. Means your not updating the data every time or doing costly deltas on the fe. I did something like this at r7
@chrislaughlin If you have to poll, poll. I wouldn’t have written anything like that, would use an interval. Can do a diff on each if your data is massive but you’ll have to poll for everything anyway