Oscaner Miao

Results 15 comments of Oscaner Miao

> > Commenter does not have sufficient privileges for PR 5407 in repo Azure/azure-cli-extensions > > Dang, hoped I would have been able to trigger it. @evelyn-ys It should be...

Any updates? I also encountered this problem.

> That's awesome, thank you @gusztavvargadr !! I've tried and VMware boxes and they work, the VMware tools are installed, shared folder works. `windows-server``windows-10`🎉 > > Windows 11 can be...

> @gusztavvargadr Thanks! I will try the qemu-img first.

I encountered the same problem.

@ivaquero @Mrered 你们能找到这个 4.5.4 是什么问题么?或者 livecheck 有没有其他方案,不采用他们的 xml https://github.com/Brewforge/homebrew-chinese/actions/runs/8105943805/job/22155094779#step:5:104

All done. Let me close.

Workaround, using uuidv5 instead of uuidv4. ``` import uuid import json5 as json from langchain_core.documents import Document from vanna.pgvector import PG_VectorStore as VannaBase class PG_VectorStore(VannaBase): def add_question_sql(self, question: str, sql:...

Hi, guys Does any workaround? In my case, `--network=host` does not affect `/etc/hosts`, and `--add-host host:ip` works fine. But I have entries large than 20, I don't want to write...

Workaround: using `{"headers": {"Connection": "close"}}` to disable TCP sharing. https://github.com/encode/httpx/discussions/2959#discussioncomment-7665278