Noah Brenner

Results 14 comments of Noah Brenner

Thanks for the response, @timdeschryver. I'm also testing error responses (in my case `500`), but since there's a difference between receiving an error response and receiving *no* response, that doesn't...

Hi @kettanaito! Runtime handlers are really great (you can see me using them in the original post), but they don't quite fit my use case. I'm testing behavior that retries...

I found a workaround for now, though I'd still love to see this supported natively. Here's what's working for me: ```javascript function enableSuccessfulResponse() { server.use( rest.get("http://example.com", (_req, res, ctx) =>...

I have a followup question for you, @Loopiezlol, for some (relatively frequent) edge cases: How should code blocks be tagged that aren't in any programming language? Some examples are: -...

@lizTheDeveloper, any thoughts on the questions that Marvin and I asked here?

@nem035 it *is* also true that there are a ton of code blocks that *should* have language tags but don't currently. Would it make any sense to define a specific...

Any updates on this topic? It would be great to know the official preferred way of handling these types of code blocks.

This might be addressed by #424, if folks think that's a good approach to the Android scaling issue.

From the two links below, I'm wondering if the `` should actually *not* have the inset I added in #424, so that it allows for the intended bleed for the...

@co-dax Does the most recent version work for you, after #424 was merged (v2.0.1 or later)?