Daniel Hughes

Results 23 issues of Daniel Hughes

Would be good if there was instructions for building opus with the android NDK

I have have an error as follows: Error while resolving dependencies for 'Pttox.Core.ViewModels.GroupPttViewModel': We have no source for instance of type 'Xamarin.Forms.Page?' GroupPttViewModel doesn't have a direct dependency on Page,...

I'm using dotnet core on linux with vscode to create a high performance timing critical application and am trying to reduce / eliminate my heap allocations in critical sections of...

The readme says that this supports Grelog 2. Is this just old text? Should we expect Graylog 4 to work I have tried to use graylog 4.2 and my messages...

If the graylog server goes down then Unhandled exception. System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch) at System.Net.Dns.c.b__33_0(Object s, ValueStopwatch...

### Steps to Reproduce 1. Go to https://github.com/xamarin/xamarin-macios/blob/master/src/AudioUnit/AudioUnit.cs 2. Go to line 730 in method RenderCallbackImpl 2. Notice that for every AudioRender callback an AudioBuffers instance is allocated on the...

enhancement

I got this error trying to run dotnet-warp on a linux-arm hello world project ``` Running Publish... Unhandled error: Sequence contains no elements ``` the following is my project file...

We are using mongodb which has an ObjectId type (struct). We use a JsonConverter to serialize this as a string, This converter is registered using builder.Services.AddJsonOptions. It works perfectly in...

help-wanted

### Description If you have an empty CollectionView and scroll on it for a while the CPU will get stuck at high CPU usage even after you stop scrolling. ###...

t/bug
platform/android 🤖
area/perf 🏎️
area/collectionview 📃
migration-compatibility

**Version Used**: dotnet version 5.0.100 I have a source generator that is .net standard 2.0, but it generates .net standard 2.1 code. I would like my generated code and thus...

Area-Compilers
Feature Request
New Feature - Source Generators