Andrew Appleton
Andrew Appleton
Hello, I'm on the Heroku CI team and I'd love for this to work properly! There's no git repo present on Heroku CI runs and I don't think we could...
Hey @pmaderamitlasf1, I don’t work at Heroku any more but I’ll cc @joshwlewis ☝️
FWIW, this just happened for me using languageserver-ember
I'm going to cc @heroku/cli because I think this is probably an issue with the plugin architecture in general. Having said that you _can_ make API calls directly from your...
Specifically I'm expecting my `event` fields to look like this: ```ts event: "data"; // and event: "error"; ``` but they actually look like this: ```ts event: string; // and event:...
Hi @mortezakarimi thanks for the suggestion. It's better but it doesn't quite give me the result I'm after: ```ts export const PromptModel200ItemOneOfThreeEvent = { error: 'error', data: 'data', } as...
This looks good I think, would you mind taking a look at the test failures please?
Hey @schneems, thanks for bringing this up and thanks for the detailed report! My initial impression is that this is a bug in rspec_tap [here](https://github.com/appleton/rspec_tap/blob/master/lib/rspec_tap/formatter.rb#L57), I wonder if instead of...
I was unable to find a solution to option 1, although I'm sure you're better placed to figure it out than me. It seems that git doesn't allow disabling a...
Same thing happens for me, I don't have little snitch installed :crying_cat_face: