Harishankar.1

Results 26 comments of Harishankar.1

Hey, i just wanted to know, some of the high priority blocks,which needed to be migrated ?

yeah, sure, I will look into it and provide the help that the community wants ! Btw, I am there in the GNU channels too.

Hey @philberty , Your closure |x| x does not capture any variables, so it can be converted into a fn type, using explicit coercion, you can actually convert it. 2....

@jsallay Made the changes, which u said to do so.

Hi, I noticed this issue and would like to take it on. I believe I can simplify the threading documentation as described while maintaining clarity for all users. If it's...

@loriab, sure I get your suggestions. thanks for letting me know it, will make the changes

Summary of Updates: Threading Documentation: Reworked the threading example to cover both explicit and abstract viewpoints, addressing concerns about multiple thread resets. The threading information has been made clearer to...

I'd like to work on adding QA tests for tcp_sink. I'll create test cases covering: Client mode (server=False) with explicit socket connection verification Server mode (server=True) with delayed client connection...

@marcusmueller first two test case are done, having some issue, in the third one, will fix it !

@lucasly-ba This is weird, i kind of simulated the same, it kind of did preserve the parenthesis `match x { (3) => { }` AST is correctly identifying the GroupedPattern...