monomonedula

Results 11 comments of monomonedula

It seems to me it would make more sense to implement this as a new plugin so it would look something more like ``` gobuster auth -u https://target.com/admin -U admin...

The descriptors approach wasn't considered at the time of writing this library mostly because I wasn't an active user of the descriptors in general. The idea seems kinda nice indeed....

What does it mean "really works" in "passing params to XSLDocument really works"? Need clarification @paulodamaso

@paulodamaso so the test should only check if the parameters are making it to the generated xml document?

@mosquito yes it is > So. Today I try to reproduce it. So, the consumer successfully connected after the rabbitmq container restart. Is it still actual? > > BTW: running...

@kortschak Well, the current flow package is dedicated to control flow graphs, which is quite different field of graph theory

Getting those a lot ``` File "/app/octo/octo/tasks/tasks.py", line 108, in handle return JSONResponse({"created": str(task_id)}) File "/opt/poetry-venv/lib/python3.8/site-packages/edgedb/asyncio_client.py", line 291, in __aexit__ return await self._exit(extype, ex) File "/opt/poetry-venv/lib/python3.8/site-packages/edgedb/transaction.py", line 163, in _exit...

@tailhook , nope it doesn't do any long-running stuff. I'm getting those at different random places in code. It gets worse when there are more concurrent connections to the server...

@tailhook here's a full traceback of a similar case (i lost the original one) ``` Traceback (most recent call last): File "/opt/poetry-venv/lib/python3.8/site-packages/edgedb/transaction.py", line 139, in _exit await self._privileged_execute(query) File "/opt/poetry-venv/lib/python3.8/site-packages/edgedb/transaction.py",...