JP de Vooght
JP de Vooght
Silvio, I had created a Docker image to run code-forensics on Windows. The docker image supports Java and Node. The idea is to use git from inside that container to...
True - we can use some other tools for that; I was thinking of Java and C# to start with and was wondering if there was a requirement for the...
@smontanari would you have recommendations on how to write a task or one I should look at? I ask because this [repo ](https://github.com/AjayMT/java-complexity) may be a starting point to incorporate...
Thank you @adrianco I noticed a lock in denominator at `flow.Instrument(msg, name, nethist)` which took me inside `collect.Measure`. Based on what I understood from Go's mutexes, I isolated a portion...
seems to be related to the implementation of PSUsing and invocations of Dispose() https://davewyatt.wordpress.com/2014/05/27/idisposable-and-powershell-versions/ Something more portable would be nice.