Ruud Kamphuis
Ruud Kamphuis
Now that https://github.com/geocoder-php/Geocoder/pull/1184 is merged, it would be great to have a tagged release 🙏
Currently, types are referenced and cached statically. This is problematic when using multiple schema's that have different standard types that share the same memory. For example, when running them in...
First of all, we ❤️ this amazing library. We've been using it since early 2017 and have 2 large schema's consisting over 1000+ types. The library sometimes uses static variables...
I'd like to be able to get the real (trusted) path in `ResolveInfo` next to the untrusted aliased path. Similar to what was written in https://github.com/webonyx/graphql-php/issues/412. ```graphql query { myAlias:...
Our codebase is annotated with `#[ExpectedValues]` and for a custom analyzer I want to read some of these but that's not possible. https://github.com/JetBrains/phpstorm-attributes/blob/411f40e9d39088e16a0475d00cc91931315120fa/src/ExpectedValues.php#L40 Please change the attributes so that the...
I'm using `ngx_http_geoip2_module` with regular Nginx. Can I something similar for Unit? I'd like to get geo info for IP's that hit my server.
### Discussed in https://github.com/dunglas/frankenphp/discussions/247 Originally posted by **ruudk** October 7, 2023 I'm wondering if it would be possible to have custom PHP ini settings in the Caddy config. I checked...
### Bug report I'm trying to let PHPStan understand the following code using a static `TYPES` array to lookup a given type. ```php class HelloWorld { private const TYPES =...
Do not add a `ReflectionClassResource` to the container when class is annotated with `#[Excluded]`
### Description I noticed that files annotated with `#[Excluded]` are still tracked by the container via the `ReflectionClassResource`. This makes it very hard to use auto wire a whole directory...