Tushar Mathur

Results 210 comments of Tushar Mathur

Can you provide a few examples of what we aren't able to test right now but still fall within the scope of http spec.

On the server side, if you receive a request R1, on event loop E1, there is currently no guarantee that when you make an Http request R2 from inside the...

@markuz-brasil How do you know this is not getting fixed with #93

@markuz-brasil Actually #93 is a workaround so that the class doesn't throw up errors. In most real world scenarios every class would have some method. So if you update your...

Its just getting too verbose. Why can't we follow a convention as opposed to configuration? Like any function with a name can be considered as a class otherwise its a...

Is there a drawback of using the annotation approach?

Would love to have this feature merged

Thanks for getting back @01mf02 ! Yes we can implement ValT. I would recommend making the trait public but marking it as unstable and hide it using the unstable feature...

Its just painful when you want to write an application with isomorphism in mind but end up using 2 different DI containers. :'(