Andriy Komm

Results 33 issues of Andriy Komm

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

feature

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

I want to also add `public: false` property to **all** Voters. I have the following entry: ``` yml dunglas_action: directories: - '../src/AppBundle/Security/Voter' tags: Symfony\Component\Security\Core\Authorization\Voter\VoterInterface: - 'security.voter' ``` I would not...

enhancement

**Prelude:** When I found the dataloader concept by facebook via this package, it was the last piece that missed in the whole concept behind graphql, to make it "composable" without...

Quote from readme: ` Before using source files you will need to create a theme.config by renaming theme.config.example, and a site folder by renaming _site/ to site/ ` So when...

Thoughts based on the spec: https://graphql.github.io/graphql-spec/June2018/#sec-ID In general, `ID` should coerce to `string` on the output side and from `string` or `int` on the input side. Some points on the...

enhancement

Example query: ```graphql query CrossBatchLoadingQuery { # QueryType me { # UserType plural=false friends(limit: 5) { # UserType plural=true id } } users(limit: 10) { # UserType plural=true id friends(limit:...

Hello. The extension is great, except one thing, which renders the extension unusable to me: It alters `[workspace].code-workspace` **when switching workspace folders** (its okay when it syncs packages). You understand...

Do you plan to add tags like "1.1", "1.3", etc.? If there are any, I could not find them between all the nightly and beta tags of which there must...