Jeffrey Tang

Results 5 comments of Jeffrey Tang

+1 on this. I'm trying to use `google-map-react` with `use-places-autocomplete`. `use-places-autocomplete` takes a Google Maps object. It makes sense for this library to do that as well, so we can...

On Tue, Dec 31, 2013 at 5:58 PM, msmucr [email protected] wrote: > I was thinking about similar issue in my script, which is using mpd > module. It is matter...

You could connect and disconnect every time you send a command. ``` python from contextlib import contextmanager import mpd HOST, PORT = '127.0.0.1', 6600 client = mpd.MPDClient() @contextmanager def connection():...

Ethan, thanks for pointing this out. We can choose to always set an explicit id, especially since Phrase already contains ids. We also don't necessarily need to include a default...

@abehara2, this is a great observation. There's two parts to this. Sometimes we can catch the event on zoom before the animation occurs because it's a cluster click. But is...