Egon Olieux

Results 7 issues of Egon Olieux

When configuring the dev server with the following options: ``` .configureDevServerOptions(options => { options.http2 = true, options.https = { key: 'infrastructure/ssl/private/tcgcollector-dev.key', cert: 'infrastructure/ssl/certs/tcgcollector-dev.crt', } }) ``` 2 deprecation messages are...

# Bug report Subsequent nullsafe method calls on nullable variable results in false positive. ### Code snippet that reproduces the problem https://phpstan.org/r/6ec02114-a3fc-4815-b655-7c688e67c445 ### Expected output No error expected; false positive.

bug

If a class has a nullable property: ```php final readonly class SomeObject { public function __construct( public ?int $number, ) {} } ``` The OpenAPI spec is generated correctly with...

I noticed that the default value of `CliOption` always ends up being an empty list. This seems counterintuitive to me, as I explicitly defined the list to be nullable. The...

According to the documentation, a custom callback can be passed to the `Encore.configureFontRule()` and `Encore.configureImageRule()` functions: https://github.com/symfony/webpack-encore/blob/main/index.js#L1457. However, when using this callback to specify a custom generator, the `filename` option...

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | maybe | BC Break report? | no | RFC? | no I have...

question

I'm getting a lot of mixin related errors like these: ``` DEPRECATED WARNING: Whitespace between a mixin name and parentheses for a mixin call is deprecated in /home/egonolieux/projects/some-project/assets/less/mixins/divider.less on line...

bug