Michael Vogt

Results 25 issues of Michael Vogt

I tried to introspect dnsmasq, looks like a missing sanity check ``` node_modules/.bin/dbus2js --bus system --service uk.org.thekelleys.dnsmasq --path / ifaces0 undefined /opt/node_modules/dbus-native/node_modules/xml2js/lib/xml2js.js:216 throw ex; ^ TypeError: Cannot read property 'length'...

### Problem description When I use the Termux app, install Node.js (latest and lts) and run Node.js - the call to os.networkInterfaces() works. However when I build Node.js myself using...

not-bug
sdk29+

Hi I use a nrf52 binary compiled with softdevice support (basically out of the box nordic tool). When I use this verbose repl file and load it: ``` using sysbus...

I did some basic performance tests (https://github.com/neophob/PixelController/tree/develop) comparing XXHash and Adler32 on some ARM systems (RPi and BBB). XXHash should be must faster than Adler32, according to your benchmarks (http://jpountz.github.io/lz4-java/1.2.0/xxhash-benchmark/)....

I have a c function that might take several seconds to complete. So I wrap that call as a promise in the JS part of the code. I use this...

Hi browsing `SQ:4` does not return any metadata, for example: ``` > p.browseAll('SQ:4').then((res)=>console.log(res)); Promise { } > [ { uri: 'x-sonos-http:track%3a235766083.mp3?sid=160&flags=8224&sn=7', title: 'R84 PODCAST444: HERZ & KLΔNG', artist: 'ROOM84', album:...

I use a Playbar which is connected to my TV. After the configuration step, I can select "TV" in the Sonos app - which uses the optical input from the...

Howto reproduce this issue: ``` final ArgParser argParser = ArgParser(usageLineLength: 12) ..addSeparator('this is a very long line that should break but does not, thus i create this report on github!')...

type-bug
contributions-welcome

My example code: ``` const fnt = PImage.registerFont(__dirname + '/../../resources/Roboto-Light.ttf','Source Sans Pro'); fnt.load(() => { console.log('fnt',fnt); ctx.font = "32pt 'Source Sans Pro'"; ctx.fillText('foo', 550, 555); ``` fails with ``` TypeError:...

font