Michal Bultrowicz

Results 21 issues of Michal Bultrowicz

I'm creating a [minimalistic blog](https://github.com/butla/bultrowicz.com/tree/c69b215e33d41a0424923847b7162de1e596f218) with Ablog. I wanted to remove the About page and just have a link to my Github (added through "extra_nav_links" with navigation.html enabled). When I...

bug

**Describe the bug** I'm trying to use `create_ap` to create a hotspot (so nothing too fancy), but the tool appears to hang in the `networkmanager_wait_until_unmanaged` function. I know the tool...

This isn't a bug, just something I observed, and I'm wondering if somebody has a way around it. I'm using mode through Faust. I want to debug my worker code...

Hey! When I was reading the docs and I saw `api.background.task`, the first thing that popped into my head was "but you can just use `asyncio.create_task` or `loop,.run_in_executor` for that...

good first issue
documentation

**Describe the solution you'd like** I think it'd be good to give a clear warning in the docs about processing long messages and focus people's attention on max_poll_interval_ms. Maybe another...

enhancement

I was trying to use Raven in one of our AWS Lambdas, but 52 logged errors (all instances of the same error that we see in a couple percent of...

I'm integrating your docker-compose.yml (the setup with one worker, that is) into mine. I've noticed that changing the service name of "master" causes the setup to fail. YML with "master"...

I want to run the `Worker` class from my code. There's a [docstring on the class](https://github.com/faust-streaming/faust/blob/master/faust/worker.py#L172) explaining how to do it. It looks to be outdated, though, as there's no...

documentation

Right now tests are run against with pinned requirements from requirements.txt (well, they aren't, cause there's no CI now, but that's a different issue). So I won't know if new...

Let's say that we want to have a long-lived (session) impostor that we want to replace for a duration of one test with a different one. Afterwards, the old impostor...

enhancement