Lincoln Swaine-Moore

Results 7 comments of Lincoln Swaine-Moore

No error. Just means that requests from two domains using the same client will share cookies, which doesn't match browser behavior.

Sure, sorry. Here's a motivating example, using Flask: in views: ``` @app.route('/') def index(): if request.cookies.get('EXISTING_VISITOR_COOKIE'): return 'welcome *back* to our site' return 'welcome to our site' @app.after_request def set_cookie(response):...

Thanks @kx-chen! Let me know if have any difficulty reproducing the behavior or anything.

Hi, sorry to open an old thread here, but I'm not confident this actually works. @bartlomiejwendt would you be willing to share code where you used this? This pattern is...

Good grief. This got me too for a few hours--actually until I just saw this. It doesn't help that the clusters example is actually broken (see [here](https://github.com/visgl/react-map-gl/issues/2096)). I think a...

The issue is that the `event.features` should be checked before indexing [here](https://github.com/visgl/react-map-gl/blob/d10dc62c601166ac6a7b458a44521759b89faccf/examples/clusters/src/app.tsx#L18). FWIW changing that alone would prevent the error, but would leave the example short of reproducing the example...

@notyourdirtycode or @Nemsae: did either of you end up purchasing from Nielsen? or getting a quote? curious how much it goes for.