Ivan Ribakov

Results 36 comments of Ivan Ribakov

Hi @lganzzzo, thanks for the quick turnaround on this question and for the suggested workaround. Unfortunately it's not feasible in my use case since I'm dealing with an application that...

Thanks for an expanded answer Sanjay. I had a look at StyleCopAnalyzers but [as far as I understand](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/2571) there is no way to run it standalone (outside of Visual Studio)...

I was aware of this option before, but the reason I was fishing for alternatives is that I'm trying to use StyleCop with a Unity3d project. Unfortunately, Unity recreates .sln/.csproj...

Hi @matthewmueller , thanks for the quick response. I must have misunderstood the documentation then - I got impression that static views are implemented in the way they are described...

Agree with @limonte and @JacobEvelyn that while initially this feature was presented to be about stability and noise, it has far more importance from the security point of view. You...

We've been struggling with reliability of our TCP SIPp tests for exactly this reason for a few years now. It seems that SIPp is able to assemble the SIP message...

Is there anything I could do to help move this PR forward?

P.S. I tried using `master` branches of both `clearsilver` and `streamhtmlparser` instead of latest releases and got a different error: ``` make[1]: Entering directory `/tmp/inesrp-deps/clearsilver/clearsilver/cgi' ******************************************* ** Building Dependencies **...

Hi @marckhouzam, `subCmd.Flags()` indeed works, but it sounds like a workaround to me that limits using flags with the same short version character on different levels. I'd still argue that...

Hi, I've arrived here from the https://github.com/schemathesis/schemathesis/issues/1147 thread as we're currently experiencing the same false-positive valdiation results when migrating from Dredd to Schemathesis. We're using Schemathesis to only validate the...