julienmoumne

Results 10 comments of julienmoumne

See https://github.com/piwik/piwik-dotnet-tracker/issues/65 for a first step

Hi, if you have not already done so, you can follow-up on the latest discussion concerning uwp support here : https://github.com/piwik/piwik-dotnet-tracker/issues/25 If you have experience in the matter, we would...

Thanks for submitting this issue. This is definitely a useful feature to have. Two ideas that come to my mind to implement it, either - enter "bash" mode and pre-populate...

In the meantime, here are workarounds that I often use : > Edit a parameter in the predefined command (ssh user@hostname watch -n5 nvidia-smi -> ssh user@hostname watch -n1 nvidia-smi...

Hi Philipp, thanks for your contribution. Sorry for taking this long to review it. We originally tried to make the C# version look as much as possible like the PHP...

Could you elaborate why we shouldn't target .NET 4.5? And why should we update the .NET version? I don't have much knowledge of the .NET eco system, I am trying...

Thanks for this PR. I have to take some time to understand the implication of updating the .NET version. If you have some helpful resources, do share.

We will release v3 before merging this PR. This will allow users that may be stuck with .NET v4.0 on the production server to benefit from the recent bug fixes...

Thank you for taking the time to educate me on the async support in .NET I will perform a last review next week and merge your PR. It would indeed...

Thank you I have created https://github.com/piwik/piwik-dotnet-tracker/issues/66 which I will address to ease the process of refactoring sample code.