Matt Gowie

Results 221 comments of Matt Gowie

@pethron From what you mentioned, option #3 sounds preferable as it sounds like it would unlock the CLI command that would show current sessions. I like that route. > Also,...

@andreacavagna01 Yeah, a `doctor` command would be great. It would help all these folks as well: https://github.com/Noovolari/leapp/issues/282

@jareware did you find anything here? @jianyuan are you tracking this / looking to add this functionality in the future if / when Sentry does support it?

cc @Nuru since this validation was originally implemented in #84 See @jchanam's thread in Slack regarding this issue here: https://sweetops.slack.com/archives/CB6GHNLG0/p1658405157443729

Hey @gimenete, yeah sure: ```typescript export interface IApiError { name: string; status_code: number; error_message: string; dev_message?: string; validation?: { source: string, keys: any[] }; } ``` One library which does...

@sebastianmacarescu can you run the following locally and then commit and push? ``` make init && make readme ```

@sebastianmacarescu I had to pull your changes and fix the readme on my end since you couldn't. Reopened your changes as #61. We'll get that merged shortly.