David Brochart

Results 272 issues of David Brochart

Now CTRL-C works fine with this example (which was not working in #105): ```py from anyio import run from asphalt.core import Component, ContainerComponent, context_teardown, run_application from fastapi import FastAPI from...

@agronholm I don't know if you figured out everything regarding task management in Asphalt v5, otherwise I thought we could discuss it here. My understanding is that with the move...

Currently, when a component requests a resource that never comes, the application times out without any information as to which component failed to get the resource: ``` ERROR:asphalt.core.runner:Timeout waiting for...

It would be nice to be able to gather the configuration of the whole application, from the root component and recursively to all sub-components. I'm especially interested in doing something...

enhancement

I was wondering if it could be possible to add components to a container component after it has started. I don't think it's currently possible, since it would break the...

When installing Asphalt in the [conda-forge CI](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=678418&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d), we get: ``` Successfully installed asphalt-0.0.0 ``` This prevents using `pip check` in [jupyverse's feedstock](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=692709&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d): ``` jupyverse-api 0.1.4 has requirement asphalt=4.11.0, but you...

I'd like to have Asphalt automatically pick up components and start them, so that just by installing a component plugin we can extend an application. Correct me if I'm wrong,...

Let me know if you want me to add you as a maintainer of these feedstocks: - https://github.com/conda-forge/asyncio_extras-feedstock - https://github.com/conda-forge/asphalt-feedstock