-
@eliot-akira, how is your experience using the library? What do you think it'll take to hit 1.0.0?
-
I want each Django request to be an Eliot Task.
I wrote a middleware that works with Eliot 0.8, but it's kinda kludgy: https://gist.github.com/keturn/7c84079aa6f15f7045f4
-
## Expected Behaviour
If I reassign an entity from e.g. person to place, then I expect the markup to change too
## Current Behaviour
markup seems to stay the same
## Steps to Reproduce (for bugs)
…
-
Eliot could support nonblocking destinations.
```python
async def receive(request):
async with eliot.start_action():
async with trio.open_nursery() as nursery:
nursery.…
-
My application makes use of SQLAlchemy and eliot. Today, I discovered that sqlalchemy's `Table.name` is a `sqlalchemy.sql.elements.quoted_name`, not a `str`, so I would find `destination_failure` obje…
-
It would be really great, if you could use eliot without modifying the source code.
I would like to provide a list of methods which should create events:
['mymodule.foo.bar', '....]
And call…
-
# toilet | Gexahedron's🕸Мицелий
ts eliot
[https://gexahedron.github.io/poetry/2019-08-22-everyday-toilet/](https://gexahedron.github.io/poetry/2019-08-22-everyday-toilet/)
-
It seems that tests which produce a py.test error are not included in the eliot logs.
-
Dear Eliot,
I have noticed that the color of SpatialLines* cannot be changed using the col or cols arguments. It is always black.
Best regards,
Camille
-
Something unicode-y happened and eliot trees now get rendered uglyfuly in the testtools details output.