Results 122 comments of Chris

If speed is the main concern, then yes the domino port passes all tests and is roughly the same speed as the original. I didn't check the source code of...

I checked both the original repo and https://github.com/fgnass/domino and the fork https://github.com/angular/domino for the `with()` statement that causes the issue described in #378 It this this file in the original...

Hi @fredericbarthelet thanks for the info! Are you able to move the issue to the other repo? Otherwise I will recreate it there.

Adding the persmissions on workflow level solved the issue for me: ```yml permissions: checks: write contents: write issues: write pull-requests: write ```

I'd like to add one more suggestion to support JSON schema files (currently only GraphQL SDL files are supported).

> @namnm `typescript-operations` doesn't generate operations but TypeScript types for operations. So I am not sure I follow your suggestion @zirkelc I am not sure if I understand how it...

Okay, my fault. :-/ I was getting the following error: `Plugin "operations-document" requires extension to be '.graphql' !` But this was due to the case that I used the extension...

I think setting the BindingContext directly in `InstantiateView` or `InstantiateViewForSwitchDetailPage` makes sense, especially for the second method where we need reflection to set the ViewModel property. Nevertheless, I agree with...

Yes, I wasn't aware that markdown doesn't support captions natively. Maybe this could be implemented as GitHub flavored markdown mode that can be turned on optionally.