Eska látor!

Results 9 comments of Eska látor!

Same here ``` C:\Users\stj>pwsh PowerShell 7.1.0 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. A new PowerShell stable release is available: v7.1.4 Upgrade now, or check out the...

Using SandDance in VS Code, version v1.2.12. My CSV file has 260k rows. 13 string cols, 2 int cols. The file itself has 63MB. After I removed 3 string cols,...

What's the reason for this crash? Also it would be quite useful not to limit lines to ~500k (if that's still true), as I have a lot of unused memory...

What's some simple script that shows the memory problems? I would try to run it and then maybe have a look with windbg. If there is still a lot of...

@Pavel-Durov is somehow responsible for the code we are talking about? Are you open for pull requests? I might try to implement what you suggested in previous comment.

Looking at the issue. I made a sample program and made a dump of that program. I ran windbg on that dump and looked at the stack. Windbg shows this:...

The test program is this: [Program.zip](https://github.com/goldshtn/msos/files/946467/Program.zip) Very simple, the vars there are just for testing. Modified the code so that it takes zerobased stackFrameIndex like this ``` private void ProcessStackWalk(uint...

Looks like the `Binding.dll` is built in old .NET framework ![image](https://user-images.githubusercontent.com/253560/119994239-b40e4600-bfcc-11eb-8f4b-55caef67987c.png) If you run that on Windows in PowerShell (the old one), it works. Although I must say that it...

I tried to download `ConsoleFramework.dll` from nuget and decompile `Binding.dll` + translate to .Net Core. This worked. But still `Xaml.dll` is needed to convert to .NET Core. I was unable...