Ilia Peterov

Results 3 issues of Ilia Peterov

https://github.com/akopkesheshyan/bitrix24-python-rest/blob/master/bitrix24/bitrix24.py#L87 Let's say I'm calling `crm.deal.add`. `method.rsplit('.', 1)[0]` will compute to `crm.deal`. Looks like this is not breaking stuff, since Bitrix accepts GET requests even for methods like `crm.deal.add` and...

I wrote Playwright tests for my web app that uses django-vite. Currently, I have to run `manage.py collectstatic` every time I want to run my tests (if the frontend changed)....

# What do I want? It's currently possible to add headers after the response has been generated, and it looks like this: ``` "action": { "share": "/www/static/$uri", "response_headers": { "Cache-Control":...

z-question