davidmckenzie

Results 69 comments of davidmckenzie

FYI your 3rd suggestion is partially being solved in #130 :)

From memory they're always bound by so could just do a replace on and for \n. We blank out most control codes in the reader: `message.replace(//g,'')` Don't think I've seen...

Can you post an example of what the CR/LF codes look like in PDW's raw output?

It'd be nice to replace it with `\n` and `` the message, but that would break highlighting. Replacing with `` at the reader end seems to be best solution without...

JSDoc everything? http://usejsdoc.org/

Worth considering how existing configs would be handled - would they need to be converted to a new format on first boot or would the code maintain backwards compatibility. The...

Can't really see what you mean there - could you post a screenshot instead, is this code in a fork somewhere or just on your local copy?

Yeah would have to see the code you're working from - send through a pull request and I can take a look :)

Yeah without seeing the code I won't be much help ;) when I was looking at this, my thought was to have an expander on the left of combined rows...

Hmm yeah this is a fun one. Just been thinking through how best to solve this in the back end - ideal world we'd send an array of alias matches...