Herberto Graça

Results 21 issues of Herberto Graça

Hi, I just started learning how to use graphql and I am trying to setup this repo by following the docs but it is not working out: ``` $ composer...

Hi, I'm having this issue coming up: `Manifest entry for image ...:5001/.../my-image:my-tag-arm64-8f483868 has unsupported os/arch or os/arch/variant combination: linux/amd64/v8` However, this only happens when I use the latest version of...

Documentation for a new feature, adding the option `batch_size` to the messenger doctrine transport.

Status: Needs Review
Waiting Code Merge

By allowing createFileParser to be called with null we need less code everywhere else to create a default file parser.

This will allow the output to be more expressive

This provides better typing and ease of use. This is, however, a BC break.

This will allow for composable and more complex rules. DEPENDS ON [#394](https://github.com/phparkitect/arkitect/pull/394) [#395](https://github.com/phparkitect/arkitect/pull/395) Only the last commit is relevant for this PR.

To improve understanding of mayDependOnComponents and shouldOnlyDependOnComponents

When building expressions automatically, with a builder, it sometimes happens that a namespace is added more than once. Besides being redundant to have and check the same namespace more than...

This will allow for complex nested expressions, like ANDs inside ORs.