-
pnpm build:win
> tuntun_electron@1.0.0 build:win F:\Users\xxxx\node\electron\tuntun_electron
> npm run build && electron-builder --win
> tuntun_electron@1.0.0 build
> electron-vite build
…
-
I just created this async-to-sync package today that i named [await-sync](https://github.com/jimmywarting/await-sync)
it utilize web workers instead of spawning sync processes and data is transfere…
-
### What happened + What you expected to happen
#### The bug
Hi everyone. In my code logic, the child process needs to be started in the ray worker, and the child process may continue to start th…
-
This program seems like it could be useful to me. I've tried multiple tagged versions and branches so far; it seems that each generates a different error (whether during compilation or trying to launc…
-
### Issue Description
When custom task runs child process, such as here https://github.com/dotnet/arcade/blob/258a37cd6a7884f771d0f991d9f24d29e292abd0/src/Microsoft.DotNet.Arcade.Sdk/src/InstallDotNe…
-
## Type: Error
### Title:
Internal error occurred!
### Content:
{
"errno": -4094,
"code": "UNKNOWN",
"syscall": "spawn"
}
Error: spawn UNKNOWN
at ChildProcess.spawn (…
-
Currently node has the capability to run a child process in detached mode (`setsid()`), which is lacking in deno (?)
It seems the Tokio `Command` doesn't expose any specific functionality for this.…
-
## I'm submitting a...
[ ] Regression
[X] Bug report
[ ] Feature request
[X] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
OJezu updated
3 months ago
-
### What happened?
I wrote a script in packagejson, then executed it, and the script used exec to execute the plasti build script. Then something magical happened, controlling | SidePanel is not avai…
-
Currently we need something like:
```
let child = Command::new("ls").arg("-l").spawn().unwrap();
let pid = Pid::from_raw(child.id() as i32);
```
while `id()` returns a `u32`.
```
fn id(&self) -…