jalfd

Results 6 issues of jalfd

I have a separate application which exposes a DBus interface with a few methods I would like to call via node-dbus. One of the methods, func, takes an argument with...

Embedding the Nonius benchmarking library has been extremely helpful, but one feature was left out (as far as I can tell). With nonius, it was possible to specify `-r html`...

Feature Request

I tried to install this module using npm, but compilation failed because the header dbus/dbus.h could not be found. This may just be a matter of setting the right include...

### Description I'm trying to use testdouble in a Typescript project using ESM modules, and I get a `TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts` error when I try to use...

Iterating over every thread on the system takes a lot of time, and is unnecessary as `cmd.exe` is already blocked (waiting in `WaitForSingleObject()`) whenever clink is being injected. So just...

Given a module A, which is required by B, which again is required by C, one would expect the following to work: 1. require module B 2. quibble module A...