Rafael Garcia

Results 15 comments of Rafael Garcia

@WillAyd I'd love to but I started coding in Python this week for a particular project and I'm struggling to understand what's the issue with that code 😄 If you...

Is the idea of this story to modify the search below to display results as the user types (without the need to hit return)?

@teejteej did you try tweaking the [`callbackInterval` property](https://github.com/discourse/message_bus/blob/master/assets/message-bus.js#L344)? In our case, users subscribe to channels as they switch conversations, which triggers the long polling to abort and restart after a...