Pamela Fox
Pamela Fox
I am using the DelimitedList field like so: ``` class PieChartParams(Schema): title = String(required=False, validate=Length(0, 30)) values = DelimitedList(Number(validate=Range(min=0, max=3.4028235e38)), required=True) labels = DelimitedList(String) ``` And I am using it...
**Describe the bug** We would like to use environment() to generate the correct DNS zone names in our Bicep across zones. Right now we'd need to have three options for...
**Is your feature request related to a problem? Please describe.** I am currently attempting to write Bicep for an API Management service (layered on top of a Function) and it...
Our situation: we have an appservice host, and if the user sets a current azd variable, we also want to deploy a functionapp for an additional microservice. We discussed this...
This PR makes it so that you can securely pass secrets into the container-app modules, by wrapping it in a secure() decorator. Unfortunately, we can't mark arrays as `@secure`, so...
I am honestly not sure if this is an error with the images, Dev Containers extension, or CLI, but am starting here. In the past week, I've gotten reports on...
### Confirm this is an issue with the Python library and not an underlying OpenAI API - [X] This is an issue with the Python library ### Describe the bug...
The extension barely uses jQuery so I think it should be quite possible to remove the few uses of jQuery functions.
When you add fx_methods to your Zepto, the show() and hide() methods are overriden with methods that also call animate. Even in the case of undefined speed (normal show), animate...
This error happens when you re-run prepdocs.sh: ``` Traceback (most recent call last): File "/workspaces/azure-search-openai-demo/./scripts/prepdocs.py", line 483, in loop.run_until_complete(main(ingestion_strategy, setup_index=not args.remove and not args.removeall)) File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete...