Luis Araujo
Results
3
issues of
Luis Araujo
protobuf.js version: 7.1.0 This is my proto definition: ``` package test; syntax = "proto3"; message Data { string dataVal = 1; string moreData = 2; } message Error { string...
**Describe the bug** When List processes on windows return unknown state on all processes. On Mac works. **To Reproduce** Steps to reproduce the behavior: ``` const si = require('systeminformation'); si.processes().then(data...
enhancement
It works with node 16