captnCC
captnCC
### Summary For small state machines the current API Design works good, but in my case I has 8 States and ~15 Transitions that all need some sort of transitions...
In the current state CodeStream shows all GitLab Issues for all projects I have access to. Is there a way to filter them down by project or something else?
Hi, as SchemaCompositions should comply to the SchemaContract and can be used in the same way, they should be able to have titles. For now, I can add them to...
Hi, SchemaCompositions can be used on objects that have a `schema` property, but it is not possible to use them as a property in another Schema. The OpenApi Spec itself...
The AWS SDK uses `AWS_ACCESS_KEY_ID` instead of `AWS_ACCESS_KEY` and `AWS_SECRET_ACCESS_KEY ` instead of `AWS_SECRET_KEY`. If configured like written in the wiki, any command throws this: ``` Aws\Exception\CredentialsException : Error retrieving...
When writing a class that has a static factory method which creates a new instance of the class itself, the class will be suffixed with _1 in the created docs....