Claas Augner

Results 163 issues of Claas Augner

**Is your feature request related to a problem? Please describe.** Psalm seems to be unable to infer the type of the following assignment: ```php $users = User::select('name', 'email'); ``` (The...

enhancement

**Is your feature request related to a problem? Please describe.** Query Scope classes can be created using `make:scope` as an alternative to creating "local" scopes inside the Model class directly....

enhancement

**Describe the bug** ``` 1) factory(): can use factory helper in Laravel 6.x and 7.x Test tests/acceptance/FactoryTypes.feature:can use factory helper in Laravel 6.x and 7.x Step Have a dependency satisfied...

bug

Example: ``` ERROR: MixedArrayAssignment - app/Models/Acme.php:110:9 - Cannot access array value on mixed variable $this->attributes['user_id'] (see https://psalm.dev/117) $this->attributes['user_id'] = $user_id; ```

enhancement

**Describe the bug** The following causes both `MixedInferredReturnType` and `MixedReturnStatement`. ```php public function books(): HasMany { return $this->hasMany(Book::class)->orderBy('year'); } ``` Same for `->orderByDesc('updated_at')` (which doesn't work, while `->latest()` does). **Impacted...

bug

**Is your feature request related to a problem? Please describe.** The new Laravel 8 factory syntax is not yet supported, so Psalm cannot determine the type of `User::factory()->make()` or `User::factory()->count(2)->make()`...

enhancement

I have followed the [Production Docker Deployment](https://docs.mattermost.com/install/prod-docker.html) guide and the [Configuring TLS on Mattermost Server](https://docs.mattermost.com/install/config-tls-mattermost.html) instructions afterwards. However, once I configure *Listen Address*, *Connection Security*, *Forward port 80 to 443*...

GitLab sends an Issue event ... > when an issue is created, updated, closed, or reopened Unfortunately, this also applies to label assignments, and causes a lot of noise in...

Help Wanted
Up For Grabs
Tech/Go
Type/Enhancement

# Summary I would like to ignore specific paths in the `i18n:report`. # Background I have some components that fetch keys dynamically, e.g. `` with ``{{ $t(`languages.${code}`) }}``. # Problem...

Type: Improvement

(Moved from: https://github.com/mozilla-mobile/fenix/issues/8994.) ## Steps to reproduce 1. Have logins for `bar.example.com`, `foo.example.com` saved in Firefox/Lockwise. 2. Navigate to login form for `foo.example.com`. 3. Unlock Lockwise (if necessary, provided that...

feature-autofill
enhancement