-
Hi,
Thank you very much for the nice work!
I just installed it and it seems to be working pretty well. The only problem is that, everytime, to start the autocompletion I must run the command `co…
-
My Project is on FastAPI and the structure goes like this.
```
- project
- app
- kafka_layer
- faustworker.py
- core
- configs.py
- env.ini
```
My env.ini …
-
This must've been introduced in #24 and didn't get detected in our initial tests.
```python3
File "/usr/local/lib/python3.10/dist-packages/faust/types/settings/base.py", line 172, in _init_setting…
-
How do you specify mechanism=SASLMechanism.SCRAM_SHA_512?
Using version 1.10.4
I can only see PLAIN and GSSAPI
```
class SASLMechanism(Enum):
PLAIN = 'PLAIN'
GSSAPI = 'GSSAPI'
```
…
-
### Describe the bug
Request doesn't accept files parameter
### To Reproduce
async with retry_client.post(url, files=files, headers=headers, timeout=500) as resp:
### Expected behavior
Should ret…
-
**Describe the bug**
I'm trying to do a print statement on Windows environment using `rich` and I get an exception.
```python
rich.print("[bright_blue uu]" + message)
```
Provide a minimal …
-
## Checklist
- [X] I have included information about relevant versions
- [ ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Faust appl…
-
Both aiokafka and Confluent kafka supports scram authentication. Faust should too
-
Thanks for maintaining this project. I've been [working on getting mode-steaming to support Python 3.11](https://github.com/faust-streaming/mode/pull/20) and it's been giving me quite a challenge. I'd…
-
## Expected behavior
After launching cider-jack-in-cljs, the cider-eval commands should execute the command from the cljs file in the REPL mini buffer.
## Actual behavior
The cider-eval comma…