Rikki Gibson

Results 124 comments of Rikki Gibson

This would be very useful :)

It's been a little while-- it would be very handy to make the headers tags with href="#someanchor" so we can click and share links to help others learn TypeScript concepts.

Would like to know what the suggested workaround is. Should I just always wrap list properties in a class that contains just the list?

@mikaelhg did you find a solution for this that didn't involve wrapping the objects?

I doubt you are :) But since I have full control over my model classes and don't need superfast serialization performance I'm considering just using JAXB for XML serialization and...

I think it could be `AsyncIterator` without any ill effects. See the current HttpRequestBody for reference: https://github.com/Azure/ms-rest-js/blob/fc9d8549a6f5780ff01e57e315d50c81809ad7a6/lib/webResource.ts#L12

We are supposed to receive all the analyzer dependencies in the command line. This is important for determinism (@jaredpar in case he has an FAQ handy for this :P). We...

I think the part of the problem is the build system is passing the native dependency as `/analyzer` when the user doesn't want that to happen, and there isn't a...

It seems like we should be able to distinguish *this doesn't have managed metadata* from *this has malformed managed metadata*, and continue to give an error on the latter if...