node-dbus icon indicating copy to clipboard operation
node-dbus copied to clipboard

add support to INT64 using long.js (or similar)

Open fcastilloec opened this issue 8 years ago • 2 comments

There are a few problems that this module has regarding the types it uses. I suggest implementing long as a dependency so we can support INT64 (type x) The dbus-native module already does this. I'm not really a programmer, so I can't contribute with code for this.

fcastilloec avatar Aug 25 '17 23:08 fcastilloec

I'd like to see Buffers here instead. It's a built-in in node, and as a user I can decide whether I would like to convert to a string, BigInt.js, long.js or whatever I want, to work with it. I think this is more idiomatic

emilbayes avatar Oct 10 '17 05:10 emilbayes

I'm interested in picking this up. Would a patch for this feature be accepted?

acrisci avatar Oct 24 '18 18:10 acrisci