Brent Roose

Results 146 issues of Brent Roose

I've generated model IDE helper mixins using `ide-helper:models -M`. One example of a model is this: ```php /** * @mixin IdeHelperDegreeType */ class DegreeType extends Model ``` Looking in the...

bug

I've got this model class: ```php /** * @property-read \App\Domain\Equipment\State\ArticleCategoryType\ArticleCategoryType $type * @property-read \App\Domain\Equipment\State\ArticleCategoryTarget\ArticleCategoryTarget $target */ class ArticleCategory extends Model ``` But whenever calling `->type` on a model instance, Psalm...

bug

I'm not sure why, but with certain versions of this plugins things stop working. Especially when it comes to model properties not being found. I would like to suggest a...

enhancement

AST, or "abstract syntax tree", creates the expectation of a nested tree structure. In the case of a query string, the AST will only ever be one level deep; as...

help wanted
question

At this moment, Stitcher heavily relies on `.htaccess` to handle URL rewrites and setting custom headers, for eg. HTTP/2 server push support. It's well known that `.htaccess` has a performance...

v2

Four basic events: - Compile start - Page compile start - Page compile end - Compile end

v2

These two packages will take away a lot of the headaches of managing images myself.

v2

A 404 page should be handled via the Htaccess component and configureable. Meaning that the 404 page can be any page created from the site config file.

enhancement

Would appreciate some frontend help on the comments page 😁

feature

Users should be able to configure if and how often they want to receive a digest mail of unread messages. I think it'll be a useful feature, because it'll allow...

feature
feedback wanted