Brett Higgins

Results 55 comments of Brett Higgins

This also seems to apply to the Django client, and I found this bit particularly cumbersome: > The token must be passed in every call. Again, this could have been...

@pgrzesik thanks for the quick reply and the insights. In the meantime, is there a more manual way for me to just update the layer, before updating the function? I'm...

@medikoo can I do a regular deployment but only update one of my functions? That would probably suffice for my current need.

@tim-schilling I have this problem as well (Django app is hosted on AWS Lambda via Serverless Framework, with static assets in S3). I can confirm that the store ID is...

Further confirmed that this problem doesn't occur with `manage.py runserver`.

@tim-schilling - Where would I put the code to dump `toolbar._store`? Is that server-side or client-side? - I'm using 3.1.1 and I don't see a history panel... - I did...

IIRC this was happening before I upgraded to 3.1.1 (from 2.1), but I can try again.

@tim-schilling again, though, it works just fine for the django admin UI; it fails in the DRF browsable API only. I understand why you say Lambda seems like a particularly...

Ah, so perhaps write it to the database (only when showing the toolbar) and perhaps age them out after some time. That makes sense to me. I can look into...

AFAICT, on both the admin UI and the browsable API, the `__debug__/render_panel` request is: - sending the same `sessionid` cookie as the initial page load - not sending any other...