
Chris Pellet
-
Atividade total6
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos0
-
Assinaturas2
Visão geral da atividade
Atividade mais recente por Chris Pellet-
Chris Pellet comentou,
Thanks Greg. I was referring to this document that showed Ruby v3 in its examples: https://developer.zendesk.com/documentation/apps/zendesk-app-tools-zat/installing-and-using-the-zendesk-apps-tools/
-
Chris Pellet comentou,
Thanks for the suggestion Greg. I can confirm that ZCLI doesn't have the same issue.
-
Chris Pellet criou uma publicação,
BUG: zat validate is too aggressive when checking for insecure URLs
RespondidaIn requests.rb, there is: def find_address_containing_http(file_content) file_content.scan(URI.regexp(['http'])).map(&:compact).map(&:last) end This regex is far too aggressive: it looks a URL a...
-
Chris Pellet criou uma publicação,
zat validate (and zat package) throws a "wrong number of arguments" error
RespondidaTLDR: it looks like the zendesk_apps_support/i18n.rb calls into that gem with the wrong number of arguments (I suspect the i18n gem is much newer than the zendesk_apps_support version is expecting)...