Eric Loveland
Eric Loveland
There are also [some experimental settings](https://github.com/dotnet/roslyn/blob/main/src/Analyzers/Core/Analyzers/IDEDiagnosticIds.cs#L208-L215) that may be applicable that Visual Studio seems to know about (at least in the preview version, I haven't checked the RTM version yet)...
this may be too different a use case, but we've been talking internally about re-implementing the watches feature outside of Watchman. One optimization we've discussed is to not only hash...
for the record, I suspect #1 is a better long-term option, which I'd be very happy to help with, but this seems like a decent stop-gap since I suspect the...
@gursharan001, have you had a chance to work on this? If you don't think you will, I'd be happy to take it over, though I didn't see anything on your...
> Hi @elovelan , you may go ahead with this. > > Cheers. Great @gursharan001, do you have any code I can start from? If not, I'm happy to just...
> The popular being: linux/amd64, linux/arm/v7, linux/arm64 > Is it okay if I support only these 3? Could this be incremental based on demand? AFAIK, the major cloud providers only...
@marlapativ, I've had a fair bit of success using [the beta ARM runners](https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/) for building for ARM. This includes being able to build for containers, which might help with @adamdecaf's...
Assuming I'm understanding this short description, this could also allow hosting flexibility such as using the [AWS Lambda Go API Proxy for Gorilla Mux](https://github.com/awslabs/aws-lambda-go-api-proxy/tree/master/gorillamux) to host in Lambda. (FWIW, we're...
``` $ curl -i https://www.cdk.tf/.well-known/prebuilt-providers.json HTTP/2 404 cache-control: public, max-age=0, must-revalidate content-type: text/plain; charset=utf-8 date: Tue, 16 Sep 2025 17:42:33 GMT server: Vercel strict-transport-security: max-age=63072000 x-vercel-error: DEPLOYMENT_NOT_FOUND x-vercel-id: iad1::8w4jl-1758044553310-928a40e46c15 content-length:...
not sure I'd recommend this, but manually changing the value in the source from `https://www.cdk.tf/.well-known/prebuilt-providers.json` to `https://raw.githubusercontent.com/cdktf/cdktf-repository-manager/main/provider.json` at least unblocks this issue.