Christian Fritz

Results 21 issues of Christian Fritz

- unlike method calls (client), method responses (server) did not yet send content-length headers. This was causing problem with at least one client (ros's turtlesim, in the context of rosnodejs:...

Invoked then a client unsubscribes from topics. Just like authorizeSubscribe, this function allows modifying the topics before executing the unsubscribe. This is needed in cases where topics are modified in...

Most things seem to work regardless of this typo, but sure does look like a typo nonetheless.

**Description** When I try to install using `npm install rclnodejs`, it fails with: ``` error: ‘::memchr’ has not been declared ``` (full log below). - Library Version: latest from npm...

Is there any support planned for noetic? Compiling from source under ubuntu 20.04 is easy enough and works out of the box. But when running it the node segfaults right...

I'm using this extension inside of my sane-indentation extension and after upgrading vscode today to 1.71.1 I now get: ``` [Extension Host] LanguageStillLoadingError: Language 'javascript' is still loading; please wait...

jsdoc fails when ES6 classes have private members, i.e., starting with a `#`, which is [broadly supported by browsers and nodejs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields#browser_compatibility). ### Input code ```js /** * My class *...

Fixed tiny typo. Got me confused at first.

- incorporating q&a from https://github.com/RethinkRobotics-opensource/rosnodejs/issues/199

See https://github.com/node-webrtc/node-webrtc/issues/721#issuecomment-1304397891.