Gui Martins
Gui Martins
Hi, I'm running into this issue now. Any quick way of working around the "media type not supported" error while your fix is not yet merged?
I'm just trying to patch a custom object: ``` api_response = await api_instance.patch_namespaced_custom_object(group, version, manifest['metadata'].get('namespace'), plural, manifest['metadata']['name'], manifest) ``` But it's throwing me an error on the Content Type: ```...
Thanks @tomplus ! That did work. I had to make sure to remove the patches I didn't want as the new manifest would not have the UID and the other...
Haven't received any response, honestly. Ended up forgetting about this
Yeah... ended up changing prompt themes, but its here for whenever people are ready to use it!
Hi @stefan-hudelmaier, I see this accomplished the same as my PR #740 Any changes that you'd like to see on my implementation?
> > When will this issue be resolved? Is there any temporary solution I can implement? > > @Zai-Kun You can either set `github-auth` in the config file, set `GITHUB_TOKEN=`...
Any news? Did someone find out what is happening here? I'm running into the same issue here.
Odd, I'm also seeing the same issue as the OP. here's my setup: python 3.11.4 code-server 4.14.1 - codercom/code-server:4.14.1-ubuntu (vscode 1.79.2) python extension v2023.12.0 For now I can tell that...
I Can reproduce this issue by doing the following: 1. create a new container using `docker run -p 8080:8080 codercom/code-server:4.14.1-ubuntu` 2. connecting via browser using the default generated password. 3....