Worms David
Worms David
I could find support for light colors so unless i'm mistaken, that would be a nice addition. ``` console.log '\u001b[33m yellow \u001b[39m' console.log '\u001b[1;33m ligth yellow \u001b[39m' ``` Note sure...
## Request type feature ## Description ESM support in the latest Node.js version induce a new loading mechanism. Instead of the current `register` strategy, a [Node.js ESM loader](https://nodejs.org/api/esm.html#loaders) must be...
# Bug report While upgrading our application with the latest Docker files, we encountered a few issues: - A change of behavior where the object is no longer updated. This...
I manage to implement my own coercion rules. The values are correctly coerced. However, I have to define in the schema all the types that may be coerced or an...
No idea on how to use rpcPing, see ./tests/TodoTest.coffee # Test rpcPing We should provide a short documentation on method usage.
Probably coming from my misunderstanding of the SIGAR API
This is purely coming from my lack of c++ expertise. Impacted function: SigarNetStatPortGet See: ./tests/TodoTest.coffee # Test testNetAdress
This could come from my misunderstanding of the API in which case i would document the usage once i understand it. A temporary solution is forr now to use '-1'...
Calling sigar_net_address_to_string throw symbol error at runtime. Some impacted functions: netRouteListGet, netInterfaceConfigGet, netInterfaceConfigPrimaryGet, netConnectionListGet For now, a temporary solution was to import related source code in './src/node_sigar_format.cc'