Aleksander Ciesiołkiewicz
Aleksander Ciesiołkiewicz
The `GaOptions` interface lacks `storage` property which makes it a bit more trickier to set ga properly when you use TypeScript and don't want to use cookies for storage (e.g....
What is the best way to define a model with nested properties? I know that I can reference other models in my props but I was wondering if I can...
Field `example` in `IApiModelPropertyArgs` has type `any[]`. That means I cannot set a proper example for e.g. strings or numbers. Casting the value to `any` works. It's related to https://github.com/olivierlsc/swagger-express-ts/issues/37...
How about extending this project with some new decorators that would make use of the fact that both libraries are available? For example: instead of using `@Type(() => Foo)` and...
I can see that you used a singleton-based solution to emit your events: ``` DomainEventPublisher::instance()->publish(new UserRegistered($this->userId)); ``` How about a different approach. You could just store events on your entity...
Hi. The plugin works great in general with the latest build of PHPStorm but it doesn't work when I turn the new UI on. Is there any chance the new...