Chris Hillery

Results 28 comments of Chris Hillery
trafficstars

Is there any potential workaround for this issue? I currently have exactly the use case which is called out in the documentation ( https://github.com/conda/constructor/blob/master/CONSTRUCT.md#exclude ) - building an installer that...

@arthepsy do you have any questions or comments about this PR?

@hqnicolas That's actually a different problem entirely - the maintainers of the ollama.ai registry have allowed their SSL certificate to expire. I assume they'll be updating it soon.

A solution to this problem is to change `deploy/webook_module/main.tf` to compile the webhook code locally, rather than pulling it from S3: resource "null_resource" "lambda_github_webhook_pull_zip" { provisioner "local-exec" { command =...

No, it didn't actually - that was my fault, I guess. I proposed a different change (adding 4.1.1 CE) from the same git branch, and _that_ got merged, which fooled...

It is in fact on the roadmap, hopefully for our next release. I'll add a link here from our internal tracking ticket so I remember to update the status here....

couchbase/server:7.1.1-community was released recently, supporting both amd64 and arm64v8 architectures.

I'm very interested in this functionality as well. I'd like to add that for our purposes, we would like the ability to perform normal compilation steps with the equivalent of...

@DevinLeamy The above doesn't work on M1 (at least, not on the stock faiss package) due to https://github.com/facebookresearch/faiss/issues/2111 . According to that you need to install llvm from brew and...