Paul Mendoza
Paul Mendoza
How is this not fixed? Everyone who has set this expects a certain behavior and isn't getting it.
Letting me configure it would be awesome. If you could provide a callback function that takes the currently executing command and connection then I could make my own name. My...
I have the same issue.
Yeah, same issue. Can't upload the same file twice in a row. Very strange.
I figured it out. I had to add **git init** after I checked out the code. ``` steps: - uses: actions/checkout@v2 with: token: '${{ secrets.GITHUB_TOKEN }}' - name: Run git...
Great fix. This really needs to be merged into the main branch. It fixed an issue I had where clicking on a drag handle quickly a couple times would cause...
No, I don't think so. The original project doesn't either. But [SigParser's API for parsing emails](https://sigparser.com/try/) can handle HTML emails.
@EricJWHuang No, it doesn't support HTML emails. I was able to prove this by calling your Nuget package with an HTML string. See the below example. There also isn't any...
Here is some more information from the logs. 2023-05-28 22:29:26,381 [ 69955] SEVERE - #c.i.o.p.Task - JetBrains Gateway 2023.1.2 Build #GW-231.9011.34 2023-05-28 22:29:26,381 [ 69955] SEVERE - #c.i.o.p.Task - JDK:...
Oh, I'm so glad you reported this. I have been encountering this error so I guess I need to sanitize my fields. ``` Salesforce.Common.ForceException: Records not processed at Salesforce.Common.XmlHttpClient.HttpGetAsync[T](Uri uri)...