Aaron Powell

Results 45 issues of Aaron Powell

As an attendee, I want to use F# to create my functions.

beginner-content

[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/?WT.mc_id=javascript-26008-aapowell) is a service designed for static site hosting and contains a lot of additional features compared to [static sites on storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-static-website?WT.mc_id=javascript-26008-aapowell) (which is available from `hugo...

Hosting

**Description/Screenshot** I'm using [Gatsby](https://gatsbyjs.org) to create a static website but when I attempted to generate the static HTML files from the React components the Server Side Rendering (SSR) fails in...

bug

With the CosmosDB input binding for Functions I want to get back all the records for a partition key, and I saw you can get an `IEnumerable` [result](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input?tabs=csharp#http-trigger-look-up-id-from-route-data-using-sqlquery-c) and thought...

feature

We had https://github.com/Azure/static-web-apps-cli/issues/390 reported with the Static Web Apps CLI, in which using a `ClaimsPrincipal` in a C# Function doesn't contain the roles that you would expect and `IsInRole` returns...

feature

If you open a repo using a VS Code remote environment (issue has been tested on WSL + Containers, assuming it's the same in SSH) and try to click on...

_This is a companion to https://github.com/microsoft/vscode-js-debug/issues/1024, but I thought it best to have here as well for tracking._ **Issue** When using the new inspector feature of `js-debug` to add an...

bug
tracked

Introducing Chauffeur for Umbraco v8! Complete rewrite of Chauffeur to support Umbraco v8 plus a migration to F# and .NET SDK project templates. Not all Deliverables have been migrated across,...

Sometimes you might want to force a `delivery` to run for a specific delivery pack but you don't want to hack the database, so I want a way to override...

enhancement

I've created an Azure Function on the v2 stack that is a reimplementation of a v1 Function that I had. Because it's v2 I'm now doing pre-compiled rather than loose...