Austin Wise
Austin Wise
Consider this scenario: 1. Open an account that includes a mix of debits and credits. 2. Select several transactions. 3. Right click, select "Copy to Clipboard". Before this change, the...
When using S3 compatible object stores to save attachments, object-level ACLs must be enabled. If they are not enabled, attaching pictures to toots will fail. For some object stores, the...
Before this change, no GC events would be recorded when using `dotnet trace` on a NativeAOT program that uses standalone GC. I copied the implementation [from CoreCLR](https://github.com/dotnet/runtime/blob/main/src/coreclr/vm/gcheaputilities.cpp#L360-L370). The one change...
Support for the Windows platform would be nice. As a member of the open source community (not acting officially with any company), here are some things I noticed that stand...
There are about 3700 files in the SDK, so this can take a while to run on slow file systems. I measured the impact of this change on Windows by...
The current CLRZMQ library is not only specific to Windows, it is specific to x64. NetMQ looks like a good pure managed code alternative.
Since it has official Microsoft support now, there is no reason not to. http://owin.org/spec/spec/owin-1.0.0.html
Steps to reproduce in LX: 1. [Install .NET Core 2.1.4](https://www.microsoft.com/net/learn/get-started/linux/ubuntu16-04) 1. `git clone https://github.com/AustinWise/CrashRepro.git` 1. `cd CrashRepro/csharp` 1. `dotnet run` The [reproduction program](https://github.com/AustinWise/CrashRepro/blob/master/csharp/Program.cs) is boiled down from the /Accounts/Login page...