Justin Dalrymple

Results 260 comments of Justin Dalrymple

Not sure what the best way to do this would be, Either by version tag, or a static variable in the code. Looking for examples in the wild for a...

Additionally creating a scheduled runner to check when the docs update, mainly just looking at the version number change and rerunning the integration tests to ensure nothing broke.

https://github.com/microsoft/TypeScript/issues/36981 Looks like a larger problem

Sounds like i messed up the return type haha The processor in the backend encodes the response based on the content type. So even though its 'raw' (which is why...

I do! I just havent gotten around to it yet, got a few bugs to tackle first

@toniopelo Ill give it a look! This weeks just been madness. Ill follow up ASAP

Unit tests are good, everything seems to work BUT, i want to make sure the integration tests are good to go. Give me a little more time to fix up...

> Unit tests are good, everything seems to work BUT, i want to make sure the integration tests are good to go. Give me a little more time to fix...

Following up on my last question, anyone?