Pamela Fox
Pamela Fox
FYI, I also found environment confusing when I found it in the AZD templates, since I now associate "environment" with "Container App Environment" when I see it in an Azure...
hey folks! Just happened by this thread as I'm thinking of speaking. I have a bunch of networking ideas on this website: http://projecticebreak.com/ I also have some supplies for my...
Hm, if the "try it out" isn't working, could the optional `servers` argument be useful here? Discussion of it in the FastAPI docs: https://fastapi.tiangolo.com/advanced/behind-a-proxy/#additional-servers
FYI, I've created a sample that puts an Azure API Management Policy in front of an authenticated Azure Function, passing along the function-key as part of the policy. I've also...
I'm following this issue as I've been using Dev Containers a lot recently and would love to see them in cookie-cutter. If it helps, here's a Dev Container for Django+PostgreSQL:...
Two reasons: 1) I find it painful to setup Postgres on the host machine and to make sure DBs have different names across apps. 2) I can use Github Codespaces...
The project now has workflows for github and ADO, so I'll close this. Thanks for your contribution!
cc @ks6088ts for insights on whether they've seen this with their Japanese users
We also need to adjust our splitter to be token based. Currently if you split a Chinese document at 1000 characters, you can't even fit three chunks in a single...
Unfortunately, it is very difficult to use Azure credentials inside a Docker container. See the long discussion here: https://github.com/Azure/azure-sdk-for-net/issues/19167 (That's about .NET SDK, but the same holds true for the...