Cristian Dominguez
Cristian Dominguez
Hi, is someone already working on this? I have a very simple implementation using the [github api](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#get-a-repository-readme) and would like to adapt it to glow if possible.
Finding binaries by reading it's MIME type would be awesome, every time I update a binary I've to manually select it between ~10-20 files. Is this open to contributions?
Hey @azlam-abdulsalam sorry for the late reply I'm not able to repro this with `sfdx-cli/7.170.0` , what command are you using to authenticate to that sbx? It might be related...
Uploaded the provided static resource to my scratch org, was able to `source:convert` and then when I ran `mdapi:convert` memory went up to ~10gb before finishing. ![Screen Shot 2022-05-24 at...
Hey 👋🏼 , sorry for the late reply. You had the `salesforcedx 52.0.0` plugin installed which was taking precedence over `plugin-source` (where `mdapi:deploy:cancel` lives). Uninstalling it should fix the issue.
Hey @jefersonchaves, sorry we missed this one, I'll take a look at this tomorrow. Thanks for reporting!
Hi @jefersonchaves, I was able to repro this with `sfdx-cli/7.170.0`. As @gorazd-up2go mentioned it seems the junit reporter isn't properly escaping some characters from the server response, we'll take a...
quick update: the library that produces the junit test results have a PR to fix this: https://github.com/forcedotcom/salesforcedx-apex/pull/285 The team that owns it is working on fixing the unit tests and...
@jefersonchaves yes, I asked the team that owns it yesterday and we found that bumping test deps fixed some issues, they'll take a look at it again in the next...
@jefersonchaves @gorazd-up2go you can try latest-rc `[email protected]` which includes the apex-node fix for both `apex` and `deploy` commands see release notes: https://github.com/forcedotcom/cli/tree/main/releasenotes/sfdx#71730-oct-20-2022-stable-rc We'll keep this issue open until the RC...