Axel Kittenberger

Results 32 issues of Axel Kittenberger

Very minor note, Line 187 in asus_touchpad.py is written as: ``` # status 1 = min bright # status 2 = middle bright # status 3 = max bright ```...

Hello, my ldapjs implemented LDAP server crashed with following backtrace ``` node:events:493 throw er; // Unhandled 'error' event ^ VError: Parser error for undefined:undefined: options.value must be a Buffer or...

bug

**Describe the issue** This isn't a bug that breaks anything, but something that wastes resources. I'm currently implementing git-lfs-transfer for the SSH protocol for my node.js git server. I tried...

enhancement

**Is your feature request related to a problem? Please describe.** Maybe I'm just stupid, but I looked through the options again and again, there is no option to have the...

enhancement

I've been looking through the docs, I don't see an obvious way to keep a ssh connection open to specific host, in ssh world also known as "ControlMaster". For canonical...

I'm just updating package dependencies of a project and it fails due to .async gone. From git history I assume it has just been renamed to .callback? Yes? Suggestion update...

I'd wish I could call fork with names. ``` var sus = require( 'suspend' ) fs.readFile( 'a.txt', sus.fork( "a" ); fs.readFile( 'b.txt', sus.fork( "b" ); var joi = sus.join(); console.log(...

Hello, honestly I feel generally quite seasoned on Linux, Node etc. But I've no idea how this ought to get installed... git clone [email protected]:LaKing/codepad is IMO wrong, this is your...

I get several warnings from ```npm audit```, all because of bibtex-parse-js using a very old version of ava. (which in turn uses other packages with serious security risks). uses 0.15.2,...