asharpe

Results 16 comments of asharpe

Perhaps it can only check that any given indent is an appropriate number of indents, versus whether that number of indents is appropriate in that particular location?

hi @gucong3000, I think @cdloh has answers to some of those questions in the OP, and he can probably provide answers to the other ones too :)

For the moment, this appears to work for me in Firefox... ``` data = JSON.parse(JSONView.json.textContent) ```

@randyho-kk that's the wrong API :) This library uses v2 of the JIRA api. I'd also really like the ability add an attachment, and a method exists for (`addAttachementToIssue` -...

Solved by adding a `path` property to the created stream which appears to be used as the filename of the attachment in JIRA. ``` Readable = require('stream').Readable ... # standard...

This is in the latest release (8.2.1), ~~but it looks like npm hasn't been updated since 6.4.0~~ Edit: remove claim about npm being updated

I'd really like to help, but first I need to read your code, and... well I'm not going to read it like that :) It seems like you're doing all...

Thanks to * @AWS for making this possible in the first place * @edwdev for reporting this issue as you saw it - arguably the most important contribution! * @pseudometric...

Fair call, I will attempt to replicate (as AWS should), but I hold that an intermittent issue it not solved by magical updates without explanation Edit: @xanather a couple of...

So I attempted to reproduce the original issue using scp in a loop and have not yet been able to. This morning however, an idle SSH connection suffered from ```...