jahudka
jahudka
The Smart Nested Populate feature is imo the holy grail of ORMs and I'm so thrilled to be finally able to work with an ORM that has it! Back when...
Hi, I'd like to ask if there's an easy way to resolve an arbitrary string coming from outside a project's source code as if it were an import source specifier...
Given the following field: ```php yield TextEditorField::new('content') ->setTrixEditorConfig([ 'blockAttributes' => [ 'default' => ['tagName' => 'p'], 'heading1' => ['tagName' => 'h2'], ], ]); ``` When editing an existing entity the...
Hi, this library looks like a dream come true to me, I _hate_ decorator-based DI libraries with a passion and I've wanted to get around to writing a compile-time DI...
For most plugin hooks, an error thrown from the hook results in an "Internal Server Error" response to the client. I'd like to propose that if a plugin throws a...
I'm rewriting this issue since I have a better definition of what I want to do now.. Suppose I have a `Type` instance which I've somehow obtained from existing code...
Hi everybody, I'm having an issue which I think might in part be a bug in Parcel, so I thought I'd ask and potentially report here. I have a somewhat...