Ryan Samarakoon

Results 25 comments of Ryan Samarakoon

> > 1. Whether they consist of only one commit. > > Would the number of commits matter if only one file is changed? I don't think one commit was...

The easiest way is to go through every file and add the definitions with the files like I did in #1031 (reverted in https://github.com/atlassian-api/atlassian-python-api/pull/1031/commits/e8babc0300b78a0365ad38df2185d4f98da231f0). Then, the types will update with...

really hope this gets looked at soon; our own CI is incomplete without this. As a workaround I plan to just use `grep` and a bash script to check for...

A quick solution until this is merged: You can run the following bash script on a CI environment which will fail if the apollo codegen output contains `fail` anywhere ```bash...

@kasium you sir are a legend. Thank you! Can't wait to use them once your PR is merged

just used this and it works great! Definitely worth a polish.

> why do you use tab separator ? You can check out #6 where I implemented this feature

> @SimplyBallistic i`m not owner Ah I see, looks like the owner has abandoned this project.

> @SimplyBallistic do you have this version hosted somewhere? e.g. a Maven repo ? Don't have a maven repo one setup for my fork, sorry. You could clone my fork...