-
### Node.js Version
v23.0.0-pre
### NPM Version
not use
### Operating System
windows
### Subsystem
Other
### Description
How to Enable Fast API Calls in Embedded Development
I've tracked the…
-
## Extended descriptor semantic
- [x] custom `fd`->`HANDLE` mapping
- [x] custom `HANDLE`->`fd` registration
## Extended descriptor contract
- [x] `fcntl` (FD_CLOEXEC)
- [ ] `fcntl` (status fla…
-
Implementation for https://github.com/janhq/cortex.cpp/issues/1165
## Tasklist
(Will fill in details when implement each task)
- [ ] #1591
- [ ] Implement platform-specific detection
Develop separate…
-
### 🚀 The feature, motivation and pitch
Currently, there is a [parallel_tool_calls](https://github.com/vllm-project/vllm/blob/18b296fdb2248e8a65bf005e7193ebd523b875b6/vllm/entrypoints/openai/protocol…
-
Example: https://unix.stackexchange.com/questions/404016/computing-sandbox-with-ptrace-inspecting
System calls table: https://chromium.googlesource.com/chromiumos/docs/+/master/constants/syscalls.m…
-
Originally, OE enables all the system calls (ocalls/ecalls defined in system edls) by default. For example, an enclave by default supports a set of syscall-related ocalls. Therefore, users can use any…
-
the scenario I had was as follows (using opam 1.2.2):
- `opam update` in the working directory `/tmp/foo`
- `rm -rf /tmp/foo` in a different terminal
I was surprised that during the update (while…
-
### Description
- According to , a call to `Console.GetCursorPosition` from thread B can/will be blocked until a call to `Console.ReadLine` in thread A completes.
- However, when calling `Console.Ge…
-
**Describe the bug**
When using the streaming API with automatic tool calls like this:
```
// Create Kernel
var kernel = Kernel.CreateBuilder()
.AddAzureOpenAIChatCompletion(deployment, client)
.B…
-
Using PolicyRecordingBot, when upgrading Microsoft.Graph.Communications.* from (12.0.7270) to latest (1.2.0.10563), some adjustment in code are needed, but when that is done, there is an exception dur…