Alan Norbauer
Alan Norbauer
Sounds good. I definitely won’t get to it this week but if it languishes beyond that I might beat others to doing it. Just let me know if someone tackles...
> Hey can i work on this issue?? That would be awesome, @sneha122. I'm available to answer questions should you have any.
> If updating the JSON files in [`draft-js/meta/bundle-size-stats/`](https://github.com/facebook/draft-js/tree/master/meta/bundle-size-stats) becomes optional, will folks who create PR's on the [draftjs repo](https://github.com/facebook/draft-js/pulls) have to make sure they update the JSON files before creating...
I believe the issue is still open and no one is working on it. @sneha122 can you confirm?
@MageshSundarG go for it: no one has done the work yet.
Hey @ramHruday, I'm not authorized to merge so I pinged some folks who can hopefully help review and merge. Thanks for contributing!
I believe @ramHruday did the work and is awaiting a review in #3094. Perhaps you could help review it? There's a bit of a PR backlog =\
Putting aside race conditions, getting this to work reliably with a _single_ client is also effortful. ``` await mopidy.tracklist.add({ tracks: [track] }); await mopidy.playback.play({}); ``` That fails if the tracklist...
hey @kingosticks, I realize now that I might have thought this simpler code wasn't working because of an unrelated problem where GStreamer sporadically just fails to play after a track...
FWIW I worked around this by `rm -rf /etc/letsencrypt` and restarting the container.