Arvid Fahlström Myrman

Results 12 issues of Arvid Fahlström Myrman

**Describe the bug** The [recommended way](https://github.com/OAI/OpenAPI-Specification/issues/14#issuecomment-297457320) of representing optional authentication on an endpoint is something like: ```yaml security: - {} - basic: [] ``` Unfortunately this doesn't render properly in...

Type: Bug
help wanted
p3

It would be nice if placeholders used inside `Relation` callbacks resolved to the table corresponding to the relation rather than the root model, e.g.: ```go var card Card db.NewSelect().Model(&card). Relation("Card.Deck.Collection",...

enhancement

## Your Question I have the following nested structure (simplified for clarity; I'm not actually dealing with fruits): A main `Fruit` table with a reference to a `FruitData` table that...

type:question

**Describe the bug** References to schemas defined in external files do not get embedded in `components` if present in a `patternProperties` definition of an object. Instead, the `$ref` still points...

p3
Type: Enhancement

makes pyright stop yelling at me before: ``` > poetry run pyright error: Type of "get_current_worker" is partially unknown   Type of "get_current_worker" is "() -> Worker[Unknown]" (reportUnknownMemberType) error: Type of...

Fixes #3939 Use `__qualname__` for the message namespace since it already contains the outer class, making the `handler_name` processing in `_MessagePumpMeta` unnecessary **Please review the following checklist.** - [x] Updated...

If you assign a message type to a class variable belonging to a class that derives from MessagePump, non-decorated message handlers stop working because the message type's `handler_name` incorrectly gets...

Currently `ListView` fails to scroll to a new index if you add new children and then immediately update its index to one of the new children, even if you `await`...

Changes how auto-sized children in auto-sized containers are expanded * only expand if the child widget would have had a height of 0 otherwise * this avoids breaking the `DataTable`...

The post that originally inspired the FBT rules is concerned specifically with boolean flags that modify the behaviour of a function, and in that context they make a lot of...

rule
needs-decision