Yup
Yup
Reference in psalm: https://psalm.dev/r/3786d05a6c
What do you think about this one? The use-case is to gain a little bit of performance, by disabling resolver's returned value validation - and just trusting it. No idea...
If file have query string (usually used for cache invalidation) - router doesn't serve the file, but forwarding it.
| Q | A |------------- | ----------- | Type | bug | BC Break | no | Fixed issues | #### Summary Hello, we a project which is using two...
When I use syntax do X every Y minutes for example - PHP throws syntax error. ``` /** * @Schedule("*/6", active=false) */ ``` The issue is that */ means actually...
It would be very cool if it was possible to write normal graphql queries/mutations/subscriptions and expose them thru REST rather than automatically generated endpoints based on graphql types. That way...
Article does not say how you can add additional conditions for liveness || readiness - for example - start serving requests after connection to redis is established.
### Plugin HTTP Middleware (any) ### I have an idea! it would be cool if static HTTP middleware have option `immutable` - so when turned on - it would scan...
How is N+1 in weather_getCityByName solved? How to apply composition for mutations? For example there is service A and services B - service A contains database of queustions. Service B...