Rob Clevenger

Results 17 comments of Rob Clevenger

Also ideally the tool will have some flag like gcc's ``` -Werror``` to allowing making some warnings into errors

Here's one way to do it. https://github.com/rcleveng/django_gcp_iam_auth Instructions on how to install with pip on the README.md Just update the DATABASES entry to replace the ENGINE for your connection. ```...

I just ran into the same issue before I realized you have to go down to the [Deployment](https://google.github.io/adk-docs/deploy/cloud-run/#deployment-commands) section and then click on the **Python - gcloud CLI** tab to...

It's certainly the chiseled [variants](See https://github.com/dotnet/dotnet-docker/blob/main/documentation/image-variants.md) of the distribution, that's the difference This diff fixes it. I don't know enough about dotnet to know what exactly is causing this. According...

I'm getting this error trying to deploy from github actions now. I followed the quickstart instructions on getting started (https://console.firebase.google.com/project/${PROJECT_NAME}/overview) for my new project. using the command ```firebase init``` automatically...

This happens to be almost every day.

I may be missing something but I just compiled sqlite-vss with make manually and didn't have to use the pre-built binary package.

Same as https://github.com/asg017/sqlite-vec/issues/159 ?

I was just coming here to log this same thing over a year since it was logged. I just spent a few hours fighting with ruby and a remote_theme and...