Manu Sridharan

Results 671 comments of Manu Sridharan

Though patches are welcome! :-)

Note that we will likely retain our dependence on [mitmproxy](https://mitmproxy.org/), unless someone knows of a robust node.js-based alternative.

@xiemaisi any thoughts?

One thought: it looks like `module`, which refers to the current module object, is a property of the global object in node. So maybe we could special-case accesses to certain...

Thanks for looking into this, @jakelurie! I don't think you've quite understood the issue correctly. Take a look at this page: https://docs.oracle.com/en/java/javase/17/docs//api/java.base/java/lang/AutoCloseable.html At the top of the page, you can...

Note that as of JDK 23 this feature will not be available, not even as a preview feature https://mail.openjdk.org/pipermail/amber-spec-experts/2024-April/004106.html

@Nargeshdb please request my review once you are done with your code cleanup here, thanks!

I was hoping @Nargeshdb could still finish this up. @Nargeshdb what do you think?

If / when someone has cycles to work on this, this Error Prone issue / discussion might be relevant: https://github.com/google/error-prone/issues/3766 In particular @tbroyer prototyped a relatively non-intrusive way to serialize...

As a temporary workaround, the RLC can be run with the parameter `-AdisableReturnsReceiver` to disable the RRC.