-
I was trying to get the test suite running so I could add test coverage for my new commands.
However I got the following failures:
```
was:
{}
expected:
{
}
was:
{}
expected:
{
}
was:
Navigatio…
-
It seems the "status" for the Eliot "task" that is created per test shows "succeeded" as the status for passed as well as failed tests in the integration tests.
-
Right now it's possible to add a field to _all_ messages, typically used to indicate per-process information:
```
eliot.add_global_fields(pid=os.getpid())
```
This is far too verbose in many cases, …
-
Implementation sketch:
```python
import inspect
import os.path
from eliot import FileDestination, __file__ as _eliot_prefix
_eliot_prefix = os.path.dirname(_eliot_prefix)
class LineNumberDes…
-
* aiocontextvars version: 0.2.2
* Python version: 3.5.2
* Ubuntu Xenial LTS
Original bug report: https://github.com/matrix-org/synapse/issues/5199
### Description
On Ubuntu Xenial supported…
-
Add logging capabilities to assist in local debugging, remote (end-user) debugging, and especially when implementing new hardware or VPN providers. Be sure passwords do not go into logs. See also [pod…
-
Hey @eliot-akira Loops and Logic cannot rename slug when updated
![image](https://github.com/TangibleInc/template-system/assets/81432112/58a5db5f-c0de-4638-8f97-3d2a188a7323)
-
Every time I open UE Explorer it throws:
### Error No1
![image](https://user-images.githubusercontent.com/22412356/235653135-8f34ac03-5e2a-4644-ba0e-1df257c4d16d.png)
### Error No2
![image](ht…
-
For the case where a web request triggers a task on a queue to later execute: is it ok if the eliot action originally in the request has "finished" already, but the async task running in another proce…
-
ResourceManager.list_resources() fails with an unhandled exception when avahi-daemon and zeroconf are both installed.
avahi-daemon is part of the OS install that provides mDNS services for e.g. net…