Adrian Pop

Results 8 comments of Adrian Pop

Nevermind, this is a duplicate of https://github.com/uber/prototool/issues/239. Sorry for not paying enough attention. You can also find info about it here: https://github.com/google/protobuf-gradle-plugin/issues/250. However, at this point you can't really build...

> Hi, is it possible that in your agents you need yield something at some point, so that the stream will release the for loop cycle and its memory? Try...

> you have to use `asyncio.run_coroutine_threadsafe` to run an asyncio task attached to a different asyncio loop And what is the best practice in this case, i.e. using an aiohttp...

Note that a simple solution would be to have ``` def error(self, status: int, reason: str, **kwargs: Any) -> Response: """Create error JSON response.""" headers = kwargs.pop('headers', {}) return self.json({"error":...

Any update on this? It still happens and it's hard to tell if it's a real issue or not. I'm using 0.6.10. Edit: Apparently one of my two agents was...

Any more updates/traction on this? My usecase is upgrading some projects from py3.7 to py3.10 and it's really annoying having two conda envs for each project. It will greatly help...

I really hope this is not going to be the final behaviour of the `Menu` component. It completely deviates from JSX and it restricts the developer a lot. Not being...

Thanks for the quick response. I will implement this & add tests in the coming days.