-
I used VS 2017 debugger to monitor the performance of Scintilla and found that the performance of `SetStyling` was not so good.
It took about 1 second to style 700 tokens (700 calls to the `SetStylin…
-
has i was working on #70 i noticed that storage order was somehow an issue.
The problem:
MATLAB is col major
Julia is col major
C can be conside…
-
The following API are not implemented in netcoreapp for Unix targets. This appears to be the case for Xamarin also. If that's so we should remove from Standard if dependencies allow as we can't "make …
-
It might be a problem with the CONSOLE_SCREEN_BUFFER_INFO struct itself, but I'm unsure. For context I'm on Windows 10 and using VS 2015. Anyway, on a 80x25 cell console for srWindow I get {Left=0, Ri…
-
Hi there,
Not sure if I'm doing this right but I tried the following:
```C#
while (!signalCancel)
{
DivertAsyncResult asyncReceive = new DivertAsyncResult();
bool got_packet = filter.Recei…
-
Hello Cisco-Team,
thank you for deploying this codec public and enable the usage for custom projects. #2595 asked for any bindings to c#. Currently i am facing a close problem.
I used a DllExport-…
-
Hello Jesse, I am trying to use Divert.Net to create a simple packet latency simulator, could you explain why the packets are being randomly dropped?
Thread receiving;
Threa…
-
The app is running fine in simulator by react-native run-windows, but it will not run on a device through Visual Studio 2015 DebugRelease ARM. I have run the packaging command as per the docs.
It s…
-
Hi,
I tried to submit an application targeting Windows 10 UWP.
Note, this is **not** caught by the App Certification Kit, it is only detected in the submission review process.
All the ManagedBass…
-
To get out of the business of handling the different ways of invoking native code on various platforms, we should consider building on top of ~~[Portable Class Library for SQLite](https://sqlitepcl.co…