James Hancock

Results 12 issues of James Hancock

**Describe the bug** Nullable strings in the openapi.json marked correctly are not being made string? in contracts. Consider the following openapi.json snippet: ``` "AddressDto": { "required": [ "street", "city", "country",...

bug

I've tested this and if I OrderBy it works for the first one. If I then use .ThenBy() it ignores the first one and only orders by the thenby if...

### Steps to reproduce 1. A file that has your base route: home_route.dart or something that has your root route. 2. Add a sub route under that route. that is...

I'm trying to use the new .net 10 implementation of passkeys on the backend. It generates a json string that is in the format that the PublicKeyCredential.parseCreationOptionsFromJSON on web supports...

https://www.linkedin.com/pulse/passkeys-ios-18-automatic-passkey-creation-upgrades-vincent-delitz-jgzzf One of the major powers of pass keys is that it gives you a device secure (and often portable across devices with a password manager) private key that can...

Would be really nice to get webtransport over http/3 enabled since Dart won't support it (closes tickets on it) and there is no workaround. Then I could write a wrapper...

enhancement

**Is your feature request related to a problem? Please describe.** Right now I can get the uint8list that is being fed into the player, but that comes in way faster...

enhancement
Not yet handled

I have the following index: ``` public sealed class SalesRepUsageStatisticsIndex : AbstractMultiMapIndexCreationTask { public enum UsageTypes { Todo = 1, SalesNote = 2, FieldNote = 3, QuickQuestion = 4, ProductQuestion...

Setup: Windows 11 Latest Public AMD 9950X3D 9 GB/sec 2TB SSD (fastest made as of last month) 256 GB of Memory Macbook M4 Pro Max 256 GB of Memory 2...

Using the example app, I can't get the macos app to work properly and scan anything. In simple mode I see this in the logs and nothing shows up: On...

ios