Kirill Nesmeyanov

Results 112 comments of Kirill Nesmeyanov

I'm not sure. I tried on several different libraries, everywhere one and the same error > Fatal error: Uncaught FFI\Exception: Failed loading 'xxxx.dll' While on the Internet I found only...

> hook into zend functions @flip111 Like this? https://github.com/gabrielrcouto/awesome-php-ffi/tree/master/php-plus

@fesor By creating this offer, I wanted to: 1) To _legalize_ that scheme for the redefinition of scalars, which is already present. ```graphql type A { field: Any } extend...

Have you created a `@validate` directive type?

Since version 1.2 the following keywords will be reserved: - `namespace` - `import` - `from` - `use`

As you like, access to information about the environment is in the Input instance.

I think that in addition it is worth mentioning this issue: https://github.com/railt/railt/issues/24 He is responsible for type declarations for these wrappings, like: ```graphql type Some($foo: Scalar) { ... } type...

Related with spec: https://github.com/facebook/graphql/blob/rfc-idl/spec/Appendix%20B%20--%20Grammar%20Summary.md It is required to add support for extending: - [ ] Scalar definitions - [ ] Interface definitions - [ ] Union definitions - [ ]...

Good question. We did not provide a separate interceptor for errors, so you will have to override the transport to handle them, like: ```php use Spiral\RoadRunner\Worker; use Temporal\Worker\Transport\HostConnectionInterface; use Temporal\WorkerFactory;...

Yes, that's right. The example I showed only intercepts fatal SDK errors (e.g. errors connecting to the server), and all "business logic" errors inside Workflows and Activities are considered "normal...