Josh Pinkney

Results 63 comments of Josh Pinkney

@KSXGitHub Do you have an estimation of the number of lines of the yaml file? Just so I can play around with testing. @fbricon could be right, it could just...

Not entirely sure if we have an ETA at the moment, it just depends on when we get the time to make the changes. Maybe @evidolob will have a timeline...

It looks like this bug will need to be reported to https://github.com/prettier/prettier because I can reproduce it on the [prettier playground]( https://prettier.io/playground/#N4Igxg9gdgLgprEAuEB6AhgBwJaoG4BMqArgM5wBOpqwZlA+tgCYC+qA5hRMZvQLZw+AI0qkAFtkzVgnbrwHDRE3sxYA6AFaloSADpQABAYAkFOADMkBzOhhjqhEuSpPR9IQE96dCoyb1ZHn5BESplUncvQPkQpUk-NQ90PgAbfQwcfCIfaR8-NmjgxTDJaUKFUPF41VQ+dABrOHomC3RiFJhNbSg9QxMzS2tbeyzXFxzI72c-AK4giripSfLYkpV-Osbm1vbOpNT0rFxHHJo8mujSLp19I1MLKxs7B2znagnPKYZmWbkr-bSUAyx1eojO0xqzAQMGwMLgVy0Nz690GTxGJzeYwin3O-ihsFh2HhiWSgOBo1OtAhrFQ+JhcOkqmuPVu-QeQ2eFMxHy8uL80MJ8MmzBJByBRy5YKp3xpAgo7DgzN6dwGj2GLyxWMmfLlCtFZIlGKluLYEHl6Cg2AAXrZsNAipVwkrWSi1ZyjeM3trqfQzewLdbbfaFmt-qTDpkPblqabzZabTDg6sqlIaEzESzkaqOejQZ63DifX6Awm7VAHYtsV4RQCIyDNdLfDVi-Gg+WQynpB3lPlag0mi1zG0Os6s+y0RrTjyvk3-C3A4n28nwpNu9UNv3tkPdvqQAAaEAQTCL0jIUDoChcADuAAULwhTyh0HgIMx9yAhBR0GBGjAAMo2GA2BQOwyAwBQxBwAeYgwKkADqEjwKQgFwH+D6EngsIeMg4CkKeB7Ac4MA3l+7B1MgQ4pOQB5aAAHgAQl+P5wP+yRwAAMsBcAUegVFQSAdF-sB7ApHAACKxAQPAPF8QeNhUJQOEAu+mAUMBMBwcwdjIAAHAADHJXDkHBX6YDhqnwpQeDcQeACOknwCRR6PiA6CkAAtFAcBwC0TDvmY9nYGYJHoGR6AydRIDkHw2BgRB-GkMJokSVJ3FIJRkUwOgQiaUw2lIAQB7geg2ApMJADCEB8ORKBQNANkgHQAAq2WPhlcAsCwQA)

I'm personally a fan of just checking the object explicitly, without checking a subset. That way when we are checking a specific completion request we know it doesn't have any...

I'd prefer not to own any more of the formatter stuff then we have to. With that said, prettier is very opinionated and probably wouldn't allow us to contribute this...

If you put together something simple for a getting started I can add it to the Wiki page

I'm not sure where "./path/to/application-swagger-latest.json" to points too but the path has to be relative to the root of the folder you have opened For example, if the project hierarchy...

So if you're getting that error that means that its at least attempting to associate the schema to the file. Is there anyway you can post the schema and the...

I haven't been able to implement this yet (and probably won't have the time for quite a while). That sounds like a good plan though :+1:

> Is it possible to stop checking when encountering a {{ }} sequence ? I'm assuming you mean stop validating when {{}} are hit so that no error is reported?...