David Xia

Results 49 issues of David Xia

Right now the example workers' initContainer that checks for head Pod to be running logs the message `waiting for myservice`. There is no `myservice` per se. The actual thing it's...

## URL(s) with the issue: github source https://github.com/tensorflow/tfx/blob/8abbc4bb3b3e06aa8aca201195e4995f39146a2f/docs/tutorials/tfx/gcp/vertex_pipelines_simple.ipynb rendered page https://www.tensorflow.org/tfx/tutorials/tfx/gcp/vertex_pipelines_simple Please provide a link to the documentation entry, for example: https://www.tensorflow.org/tfx/tutorials/tfx/gcp/vertex_pipelines_simple ## Description of issue (what needs changing): The...

type:docs
stat:awaiting response

My review build runs `pre-commit run --all-files`. I have some jinja templates that end with extension `.yaml`. Is there a way to exclude certain files from yamlfmt? I know I...

Does this library use the `GOOGLE_APPLICATION_CREDENTIALS` env var? I set that value to the path of my `application_default_credentials.json` and have `GCSFileSystem(project=MY_PROJECT)`, but I get the error `gcsfs.retry.HttpError: Anonymous caller does...

I'm using the globbing feature in a large Python project with many `requirements.txt` files. I want bumpversion to run on all these files with `[bumpversion:glob:**/*.txt]` so that I don't have...

### Keywords finalizer disable ### Problem How can I completely disable adding finalizers? I don't want any finalizers to be added to my custom resource instances. My custom resources are...

question

Can you support configuring the backend host name in the webui code [here](https://github.com/eclipse/openvsx/blob/a874a24e85653463b8cc7697d6849ea7a64f49cb/webui/src/default/default-app.tsx#L25)? I have the constraint that I can't use ports and must deploy the webui to `https://open-vsx.foo.com` and...

see https://github.com/ksync/ksync/pull/609#issuecomment-1425103077

Hi, thanks for this great tool. Do you have any plans to provide a darwin arm64 executable? Would love to use this.

Right now if a RayCluster's `.status.state` is ready, and later any of its Pods change to not running, the `.status.state` is still ready. This change makes the RayCluster controller change...