Simon Podlipsky

Results 166 issues of Simon Podlipsky

**What happened**: `node build/app.js server --port=8084` `{"level":"info","message":"HTTP Server started, listening at http://localhost:8081"}` **What you expected to happen**: ```diff - {"level":"info","message":"HTTP Server started, listening at http://localhost:8081"} + {"level":"info","message":"HTTP Server started, listening...

This allows users to use APIs that require booleans in query params not to be cast to int, e.g. `&foo=true`. Currently, `true` is cast to `1` so it's passed as...

Client: PHP
Enhancement: Feature

### Bug report I have a function ```php /** * @template Tk * @template Tv * * @param Generator $generator * * @return iterable */ function rewindable(Generator $generator): iterable; ```...

bug

### Description This works with yaml ```yaml App\Example: calls: - method: addOptions arguments: - key_1: "value_1" !php/const App\Example::CONSTANT_1: 'value_0' ``` I can use constant in a collection entry key. I'd...

DependencyInjection
Feature

Is there a reason the `DoctrineTypeDriver` / `TypedPropertiesDriver` is registered as an alias to `jms_serializer.metadata_driver`? I'd expect `DriverChain` to be `jms_serializer.metadata_driver` and those subdrivers to be one of chained drivers....

I'm using generators inside of this method so this would allow them to be used officially | Q | A | ------------- | --- | Bug fix? |no | New...

@schmittjoh can we disable scrutinizer here? It renders all PRs red and provides no value anyway.

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Doc updated |no | BC breaks? | no | Deprecations? |...

_This is a BC break_ When target API contains `GET /config` endpoint, the codegen generates two methods with name `getConfig()`. That causes PHP Fatal error: Cannot redeclare My\Ns\...\Api\ConfigApi::getConfig() in /file.php...