Aaron Powell

Results 192 comments of Aaron Powell

Ha, the `gh-pages` branch is massively out of date. Forgot that even existed :stuck_out_tongue:

The readme.md :stuck_out_tongue: Yeah I should update the `gh-pages` branch, or someone can PR it :wink:

@amynic can you update the image to be a square please

https://github.com/ChilliCream/graphql-platform/blob/96b9a9c4198d7f13a15b10f617f536c1ca15d3c6/src/HotChocolate/Core/src/Execution/DependencyInjection/RequestExecutorBuilderExtensions.Validation.cs#L194 is the method in HotChocolate that would need to be called, it takes a number for the depth. It probably makes sense to have that number as part of...

@Aniruddh25 do you know if adding this support is on the roadmap for the ADO.NET team? I can try and find a contact if needed.

I was reflecting on this while working on some Blazor samples and how we'd best go about representing the JSON type in GraphQL. Presently, we end up with a generated...

Because curiosity meant that I needed to dig into this more I decided to look at what we need to do to identify JSON columns. PostgreSQL (and I expect MySQL...

Looks like we've only build the container image for `linux/amd64` which is backed up by https://github.com/Azure/data-api-builder/blob/main/.pipelines/build-pipelines.yml#L269-L310 We'll need to add a `--platform` flag to the task that generates `linux/amd64` and...

Oh, looks like the task doesn't natively support it, nor has there been much traction to get it supported - https://github.com/microsoft/azure-pipelines-tasks/issues/16491 Might have to fall back to using scripts within...

For Azure deployments, is it possible to use Bicep to deploy these kinds of models? That'd be a more optimal path for hosting in Azure than deploying the ollama container...