Robert Unger

Results 11 issues of Robert Unger

When I enter `sparse quickstart wordcount` in the cmd , the following error is displayed: > if os.getuid() == 0 and not os.getenv('LEIN_ROOT'): > AttributeError: module 'os' has no attribute...

bug

Currently, when a filter is created for a single object, "pk" is used as the ID name. There is no possibility to specify an alternative name. ## Feature Request Type...

Hello, i have seen that in many files in the reddit clone example typing.union is used instead of strawberry.union

### Describe the bug Hi, I can pass the superforms $formData state as arg in the @render formField($formData) snippet. Everthing works so far. The data is displayed correctly in the...

awaiting submitter

### Summary Fastapi now hast his own cli : https://github.com/tiangolo/fastapi/releases/tag/0.111.0 Proposal: Extension for integration of advanced alchemy in FastApi cli. ### Basic Example _No response_ ### Drawbacks and Impact _No...

enhancement

### Description Hi, when creating the Openapi schema there is a different behavior for generating the schema names. When I create a route with a dataclass, the Openapi schema is...

Bug :bug:

**Description** To make Openapi-Fetch more compatible with Bun, the fetch call should be modified. The problem is that Bun removes all header information within the request object. To avoid this...

bug
openapi-fetch

Hi, when I run the following simple example code (not completed): ```go ... subgraphConfigs := make([]engine.SubgraphConfiguration, 0, 1) subgraphConfig := engine.SubgraphConfiguration{ Name: "Test", URL: "http://localhost:4001/graphql", SDL: `type Query { hello:...

internally-reviewed

Hi, when the strawberry.experimental.pydantic.type decorator tries to convert a Pydantic class to a strawberry type, an error occurs if one of the attributes of the Pydantic class is a nested...

Both objects are not marked as _@shareable_, which is why errors occur when federation is used, as several subgraphs may use the same object. ## Feature Request Type - [...