Manu

Results 20 comments of Manu

@DarnellSh The one I made is to disable my handler for `selection-change` whenever I know for sure that the quills editor doesn't have focus.

@TorsteinHonsi What do you mean exactly? If a special css style is needed, why doesn't Highcharts do it automatically for us?

Thanks! Will the workaround be implemented by default? Or is this something client will need to do?

Someone put a Issue on CoreFX to add LocalEndPoint and RemoteEndPoint to TcpClient so that one doesn't have to rely on `client'. See https://github.com/dotnet/corefx/issues/6107

@cskardon At the moment, I was only compiling the Socket.Implementations.NET part against CoreCLR directly (see https://github.com/SiliconStudio/xenko/tree/master/sources/engine/SiliconStudio.Xenko.Engine/Engine/Network). I made a way to compile C# code against the CoreCLR/CoreFX assemblies (aka .NET...

I'm also experiencing the same issue with ```ms:experimental-webdriver``` set to true. Setting it to false yields the correct result. I'm using .NET.

.NUnit may have dropped .netstandard, but still supports .NET Framework: ![image](https://github.com/fsprojects/FsUnit/assets/13194660/4cce4a75-5f64-47ce-824e-22716f7387ae) And this is what I'm using without any problem in my project. Anyway you could add the .NET Framework...

There are quite a few of us who do not have the luxury to update to the non-.NET Framework and since .NUnit works just fine there, why not FsUnit too?...

Yes, the issue occurs as soon as you use a drive letter for the file you want to sign. I tried: ``` c:\... \\?\C:\... \\localhost\C$\... ``` In all the above...