Jonathan Miller

Results 5 issues of Jonathan Miller

### Target name(s) ESP32_REV0 ### Firmware version 1.8.0.6 ### Was working before? On which version? N/A ### Device capabilities ESP32 (ESP32-D0WDQ6 (revision 1)) Features WiFi, BT, Dual Core, 240MHz, VRef...

Type: Bug
Status: Waiting triage

Hi, I have some authorizations setup to handle Queries and Mutations like so (simplified) ``` services.AddSingleton(x => { AuthorizationSettings settings = new AuthorizationSettings(); settings.AddPolicy(AuthConstants.USERS_POLICY, p => p.RequireClaim(ClaimTypes.Role)); settings.AddPolicy(AuthConstants.ADMIN_POLICY, p =>...

question

I have a C# method (prototype below) that contains one Object to be serialized to JSON and one file upload. No matter what option I try (JSON object as Form...

type: bug
help wanted
project: NSwag.CodeGeneration.TypeScript

#### Feature Request Description We're trying to use ARM templates to dynamically create Batch accounts, Pools, and Applications attached to pools; however, it doesn't look like there's a way to...

feature request