Romuald R.

Results 8 comments of Romuald R.

Same here, using OS X 10.11.4

I also have this behaviour with getPlacesByQuery. Funny is that just like you your code, I create a **singleton** instance of Google Places. When I create a Google Places instance...

Found it ! In the file [DefaultRequestHandler.java:58](https://github.com/windy1/google-places-api-java/blob/a5f2a18a7d1ca03fc0480637eae255fe92fc8b86/src/main/java/se/walkercrou/places/DefaultRequestHandler.java#L58), the connection is not closed. We could have used `response.getEntity().getContent()` which automatically closes the connection, but its deprecated, though we can use `EntityUtils.consume(response.entity)`...

I'm wiling to join you on this. I'm a web-dev too ! As mentioned, i don't think Git is the good tool for that project too. Just look at the...

@pSnehanshu I believe BullMQ (which is the successor of Bull) doesn't use names.

Is this still a problem ?

You could use Phantom JS to emulate the form filling and sending. It's pretty easy to code and a node API is available. I don't think the library could provide...

My 2cts; I believe your 2nd example @MonsterDeveloper reflects how most "cache revalidated" libs works (like swr) - it doesn't display that it's "submitting" anymore after the initial server response,...