Chris Regnier

Results 17 comments of Chris Regnier

I just came across the same problem. Trying to parse the results a curl command, but when the server goes down, my curl command returns an empty string. ``` >...

That works perfectly, thank you! I didn't realize using the -sR options will cause the empty string to be passed through and then run the rules, since the rules aren't...

I've spent at least a day now debugging and trying to figure out why my global serializer wasn't working in certain situations, and it turns out to be due in...

I'm new to nest and I've been trying to write a db transaction interceptor for my graphql mutations, but these issues with no injections are causing me problems. Is there...

Actually I am using method scoped interceptors already and that's what's not working for me. I haven't tried the other scopes though so I'll give those a try. Thanks.

I've been trying all day to reproduce my problem in a small test case, but everything seems to be working. So I've clearly got unrelated problems in my own code....

I just ran into the same issue and it took me a while to figure out what was going on because of the incomplete stacktraces. Has any progress been made...

I recently came across the same problem and would love to have the ability to define the API and associate the same path with multiple endpoints that are still unique....

I've just stumbled across a very similar problem, but I ruled out using views exactly because there'd be oddities with trying to change the view dynamically. Plus specifying a static...

Thinking about things further, if you add an innerView property to the JsonView I proposed before, then I think you could statically change the view for all child properties at...