Andrew Appleton

Results 6 comments of 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...