Jerry Laruba Festus

Results 36 comments of Jerry Laruba Festus

> @IamLRBA Sorry for the late reply! > > The blog post should have been added via our CMS newsroom.eclipse.org. Unfortunately, @IamLRBA, only Eclipse Foundation staff can manage these posts....

> Thank you for this contribution. The changes look good too me and the script indeed looks cleaner. I'm not very familiar with Powershell and that was what I came...

Thank you for the feedback @fdcastel . You're right upon re-testing with just: `Add-MpPreference -ExclusionProcess $pathsToExclude`, the command handles duplicates cleanly without throwing errors. I’ll simplify the script accordingly and...

@fdcastel, I've updated the script to simplify it as suggested. It now directly uses `Add-MpPreference -ExclusionProcess $pathsToExclude` without the extra conditionals or set creation. Let me know if anything else...

@HannesWell, Thanks so much for the corrections and changes suggested. Please look at the current state of the script and we see what more we can change or if it...

> Thank you for the update and sorry for the delayed response. The code change is mostly fine, just two remarks below. > > After you have applied them, please...

> > I think I have successfully squashed the commits into one > > Yes you did, thanks for that. But the commit message needed a little tweaking. Besides that...

@fineanmol i do not understand why the check could have failed.

Hello @victornoel , May i be assigned this issue. Thanks!

@markt-asf your approach seems like a pragmatic way to test early hints without relying on external libraries. I'd be happy to assist in exploring the socket-based client implementation or further...