Alex Wang

Results 9 issues of Alex Wang

## Describe the bug ## Version ## Browser - [ ] Electron distribution - [x] Chrome - [ ] Safari - [ ] Firefox - [x] Edge ## OS -...

Type: Bug
Needs-triage

![image](https://github.com/microsoft/AdaptiveCards/assets/9698542/d0b9b6b1-1e22-46be-9380-73ee78494e9d) ![image](https://github.com/microsoft/AdaptiveCards/assets/9698542/17839a0a-971d-4867-8a1a-ced4d0120a28) --- * URL: https://adaptivecards.io/samples/Agenda.html

``` Expected equality of these values: 2 ehdr->e_type Which is: 3 object file type should be [ET_EXEC] ``` CMake set the ELF e_type flag to ET_DYN with a `main` symbol...

## On 1.2.1 the systemd service starts fine but the touch screen doesn't work. iptsd output ``` May 14 10:18:49 alexwang-sb3 iptsd[806]: [10:18:49.879] [info] Metadata: May 14 10:18:49 alexwang-sb3 iptsd[806]:...

Maybe I will add this feature when I feel like doing it :)

When using the chat completions API, if `max_tokens` is not set, the model output will truncate at about 512 tokens. Problem 1: It should not limit the output length when...

papercut
ADO

Document: https://github.com/MicrosoftDocs/azure-ai-docs/blob/main/articles/ai-foundry/foundry-local/reference/reference-rest.md#get-foundrylist Acutal: There is no `models` property

documentation

Foundry local version `0.6.87+e69a6c3d2b` Repro steps: 1. Load model A 2. Call /v1/chat/completions API with model A 3. Load model B 4. Call /v1/chat/completions API with model B The server...

papercut
ADO