Sotiris Nanopoulos

Results 31 comments of Sotiris Nanopoulos

Since this PR (https://github.com/libevent/libevent/pull/1028) got merged you might want to add the flag `-DEVENT__DISABLE_MBEDTLS=ON` or install mbedtls

Is anyone actively on this issue? @nohwnd @rdbartram

So if I understand correctly @rdbartram is working on adding the NUnit 3 without working on capturing the output and then further work is required to capture the output? @nohwnd...

I will be more than happy to work on this feature if noone else is working on it!

Hey again, I have made a quick implementation that looks like this: ``` Mock Write-Host { param($Object) ${Write-Host} = & (Pester\SafeGetCommand) -Name Write-Host -Module Microsoft.PowerShell.Utility -CommandType Cmdlet & ${Write-Host} 'I...

@nohwnd I checked the v5 branch at it looks a huge improvement :) I am seriously impressed! - The current implementation is really helpful, - I want to give a...

I am super excited to be working on this feature! I am looking into this thread of work into more detail. For now I will focus on: 1. Making the...

Adding reference to child issues: 1. https://github.com/openservicemesh/osm/issues/3886 2. https://github.com/openservicemesh/osm/issues/3883 3. https://github.com/openservicemesh/osm/issues/3882 4. https://github.com/openservicemesh/osm/issues/3880

Also a bit orthogonal but we should be adding a warning if someone uses req.backend on `vcl_log` or `vcl_deliver` since it will be `null` or incorrect. If you dont want...