-
Current ConfluentConsumer implementation is pretty dirty - https://github.com/airtai/faststream/blob/main/faststream/confluent/client.py#L219
It uses `sync_to_async` everywhere, that can leads to r…
-
For example `Queue.DeclareOk` has `None` as the default value of parameters:
https://github.com/gmr/pamqp/blob/0cdcca9ffc5393d7001aa228771f42dd6f19720d/pamqp/commands.py#L1309-L1313
But due to the […
decaz updated
2 years ago
-
### Vue version
3.2.37
### Link to minimal reproduction
https://sfc.vuejs.org/#eNqdUzuP1DAQ/itWqpx0iREnhBSyuaUAiQaoqNxkk9nFt/FDfgShkP/OOE72QnK6gs6eGX+PmfGQfNQ67z0kRVI6ELqrHVRMElJ+kdq7r16cwJA+E6qF7s…
-
## Bug Description
The headers property in the DispatchOptions interface currently uses IncomingHttpHeaders. Since this property is used for outgoing HTTP requests, it would be more appropriate to …
-
### Affected Packages
@tiptap/extension-character-count
### Version(s)
2.9.1
### Bug Description
After using the CharacterCount plugin, the Microsoft Pinyin input method fails to comple…
-
### Describe the bug
When trying to pass a dataclass containing an optional list as input to FlyteRemote.execute(), a `KeyError: 'items'` is raised at flytekit/core/type_engine.py:839 in generate_a…
-
Hi Lewis
I am running the example notebook and the following error appeared.
```
{
"name": "ImportError",
"message": "cannot import name '_collect_type_vars' from 'typing' (/home/zz/anaconda3/e…
-
# User Story:
As an OSCAL adopter, it would be helpful to have optional, additional parameter syntax that allows units and boundaries to be associated with constraints and values.
For example, …
-
**Describe the bug**
When generating models via `datamodel-codegen` against valid jsonschema created from Pydantic models that rely on postponed annotations and `Annotated[Union[]]`s, the output pyda…
-
Hi,
Thanks for this great library!
It seems like python < 3.10 is not supported by the library. The issue is with the | operator in the type hints. I believe that operator for type hints was int…