Skip to content

Feature/expand#3

Closed
jesperstarkar wants to merge 4 commits intoevs-broadcast:masterfrom
Sofie-Automation:feature/expand
Closed

Feature/expand#3
jesperstarkar wants to merge 4 commits intoevs-broadcast:masterfrom
Sofie-Automation:feature/expand

Conversation

@jesperstarkar
Copy link
Copy Markdown

No description provided.

@jesperstarkar
Copy link
Copy Markdown
Author

I want to discuss f0166f2, but to me it is the only sane way of resolving the promises recursively. I'm not 100% certain the implementation is totally correct, as I still try tro wrap my head around the mix of promises and callbacks going on.

Comment thread client.js
self.codec = new S101Codec();
self.status = "disconnected";

const EventEmitter = require('events').EventEmitter
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of removing all semi-colons ?

Comment thread errors.js
var identifier = (tag & 0xC0) >> 6
var value = (tag & 0x1F).toString()
var tagStr = tag.toString()
if (identifier === 0) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our EVS eslint settings reject single quote.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have lint settings? If you share them I'll use those.

Comment thread device.js


module.exports = {DeviceTree, DecodeBuffer};
// function TreePath (path) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not leave commented code.

@jesperstarkar
Copy link
Copy Markdown
Author

Please disregard these PRs, they are corrupt. Will be back later if I have somthing that works.

dufourgilles pushed a commit that referenced this pull request Sep 11, 2020
@nytamin nytamin deleted the feature/expand branch September 25, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants