ferronsw
ferronsw
Hi, I've a OpenAPI (swagger 2.0) specification that specifies an enum like this: ``` "day_of_week": { "title": "Day of week", "type": "integer", "enum": [ "any", "monday", "tuesday", "wednesday", "thursday", "friday",...
The following is stated in '2-WebApp-graph-user/2-1-Call-MSGraph/README.md' > Decide which token cache implementation to use. In this part of the phase, we'll use a simple in memory token cache, but next...
**Describe the bug** I want to upgrade AGIC from 1.4.0 to 1.5.1. I did this with the fist of two AGIC deployments on the cluster. Now I want to upgrade...
I load .tiff files from memory to create a instance of Pix. In Windows everything goes well, but on linux I get a warning: > Warning Invalid resolution 0 dpi....
I'm running the `az postgres flexible-server execute` command, but it won't connect: `ERROR: Unable to connect to flexible server: connection to server at ".postgres.database.azure.com" (10.194.1.4), port 5432 failed: FATAL: password...
Would it be possible to create an alpine variant of all/most container images? The default php apache 8.1 uses debian an has many high and critical vulnerabilities. I've also scanned...
I'm want to add filters to the ListMessages method. To my suprise only the status filter option is available. Now I still need to build my own httpclient implementation...