Alexey
Alexey
Sorry that I did not reply for a while) Unfortunately, I don't have any good reference except we can find by links above :) Some references The class that holds...
Похоже проблема глубже. Не могу побороть сложные схемы с if и allOf типа ``` { "definitions": { "client_platform": { "type": "string", "enum": [ "iOS" ] }, "device": { "type": "object",...
Можем порассуждать исходя из того, как allOf должен быть описан тут https://github.com/swaggest/php-json-schema. Т.е. если схема `A` ссылается на схему `B` в AllOf, то в конкретном случае надо реализовать какой-то вариант...
Да, согласен, нужен вариант с композицией Выглядит норм ```php class DeviceIos { /** @var Device **/ public $allOf0; /** @var DeviceIosAllOf1 **/ public $allOf1; .... } ```
Hi guys! Is there any chance that this can be merged?
Hi! Any chance it could be fixed?
@sinhpn92 @opnay Thanks! `name` is deprecated now for useFactory. Do you know the alternatives?
Hey @smallsamantha, Thanks for quick response! We've already added the googleapis dependencies and they work for dependencies that are explicitly imported into the .proto files. Is there a way to...
We use NestJS. It seems there is no proper error details support under the hood. We have to pack and pass metadata via trailers by hand. Such tools like [grpcui](https://github.com/fullstorydev/grpcui?tab=readme-ov-file#protoset-files)...