-
**Describe the bug**
Despite that all calls to the library return promises, the promises themselves are blocking, defeating much of the purpose of having them in the first place.
The reason they a…
-
### What version of pkg are you using?
5.15.0
### What version of Node.js are you using?
v20.17.0
### What operating system are you using?
Windows 10
### What CPU architecture are you using?
x8…
-
**Describe the bug**
I compiled the code to exe with the command `pkg index.js --targets node18-win-x64 --output AntiVm.exe` after that when ran on my other device to test it gives this error on the …
-
**Describe the bug**
MacOS 15.0 cannot get current ssid return SSID Redacted
**To Reproduce**
Steps to reproduce the behavior:
run command
`/System/Library/PrivateFrameworks/Apple80211.framewo…
-
When running cpuTemperature() the returned value is always the same.
My code in app.js:
const sysInfo = require('systeminformation')
const get = async () => {
let cpuTemp = await sysInfo…
-
**Is your feature request related to a problem? Please describe.**
I am looking to migrate my project to deno. After replacing every incompatible package with a deno specific or deno-native one, i no…
-
**Issue Description:**
I'm encountering an issue while working with persistent PowerShell in the systeminformation module. When I call si.getStaticData() immediately after initializing the PowerShe…
-
## Small steps to understanding `SystemInformation`
- [ ] Add a `SystemKind` that enumerates the kinds of systems we can build with Drasil.
- [ ] Use `SystemKind`s enough such that we can close a …
-
**Describe the bug**
in latest windows system call error:invoking remote method "get-machines-info": Error : Command failed: failed wmic path win32_VideoController
**To Reproduce**
Steps to rep…
-
I added the `_instModels` field to `SystemInformation` so that we can pass around information about which `InstanceModels` are relevant to SRS. Right now, the `ChunkDB`s of each problem contains only …