Ivan Krechetov
Ivan Krechetov
@grahammiln thx! You've really helped me!
@kapolos > It is unfortunate that there isn't something like use function P{*} available in any PHP version. As of 7.0 one can do this: http://php.net/manual/en/language.namespaces.importing.php#language.namespaces.importing.group (if that helps :)
@kapolos Right, right. I see.
Need the queue size too -- for monitoring: check if the queue grew too much. +1
Hardly. From what I see in the Fireblocks API, `number` means an integer. So that must be a mistake in their schema? Does the OpenAPI meta-schema require the `format` to...
Right, that makes sense. What would be the best way to deal with it, and make the tool work? Should I consider a custom type mapping maybe?
Oh, cool! Thanks for looking into it! Yes, there are quite a few anonymous types in the schema. In particular, some are members of a _oneOf_ specifier, meaning a sum...