Dan Price

Results 33 comments of Dan Price

FWiW I think this is what this commit: https://github.com/corstian/vue-avatar/commit/17e5a513337301eabcb6ce31092f9df61c006340 is also trying to fix.

Hit this too, with 0.8.19. Would love a fix.

I noticed that there's a stalled PR for this: https://github.com/uber/phabricator-jenkins-plugin/pull/185. I echo @anitakrueger that this would be really great to have, at least as a start. I'm trying to get...

My colleague and I have been working more on this problem in the last couple of days. I thought I would share our recipe in more detail. We now have...

@Sykomaniac our pipeline jobs take DIFF_ID and PHID as input parameters which we pass from Harbormaster. Possibly you are referring to something else? So basically in harbormaster we hit jenkins...

I pulled the fix and it seemed to work; no more crashes. Thanks! It seems to be unfortunate that this code doesn't have test cases (that I could find).

I have been bit by this problem as well; I have a form entrypoint which takes a file as input, as well as an `application/json` input, containing metadata about the...

I guess another parsing option would be to have a magical carve-out, which just checks to see if the `value` string ends with `;` and something that seems to be...

I hit what I think is the same bug on a page on my local library's website. "gform" in the example below is "Gravity Forms" I think, so perhaps fixing...

> btw. you seem to be amending the code against the spec; you should put some comments there to indicate that (`AD-HOC`, i guess?). raising an issue at the spec...