Ricardo

Results 83 comments of Ricardo

https://github.com/salesagility/SuiteCRM/pull/8715 Ive created this to fix some of these issues, it will not allow you to discard a message that is not in `draft` status, it will also create a...

What about just pushing logs to something like hastebin.com? ``` #!/bin/bash result=$(curl -sf --data-binary @${1:--} https://hastebin.com/documents) || { echo "ERROR: failed to post document" >&2 exit 1 } key=$(jq -r...