eplodn
eplodn
Implemented the workaround (thanks @marslo !) but it would be great if @afonsof or somebody could fix the underlying issue.
I'm seeing this issue too. Alfred 4.3.3
Same here. This works: ``` pipeline{ agent { node { label 'jenkins-host' } } stages { stage('test') { steps { script { sh "rm -rf txt_dir || true" sh "echo...
Will this solve #198 ?
I'm using pepper 0.7.5 and salt 2018.3.3 with cherrypy and it doesn't work, what am I missing?
Would a simple ``` boolean botUser = Util.fixEmpty(this.botUser) != null ? this.botUser : descriptor.isBotUser(); ``` fix this?
Here's some debugging to reporoduce: ``` $ export CHANNEL=CK8SR3K97 $ export TOKEN=xoxb-14111796708-... $ curl -s "https://slack.com/api/chat.postMessage?token=${TOKEN}&channel=${CHANNEL}&text=NoAsUser&as_user=false&bot_user=true" {"ok":true,"channel":"CK8SR3K97","ts":"1589273740.000200","message":{"type":"message","subtype":"bot_message","text":"NoAsUser","ts":"1589273740.000200","username":"bot","bot_id":"B0133PPP9EH"}} ``` Message "NoAsUser" appears as "bot" and bot icon. ``` $ curl -s...
@timja What are my options then to have the name and the icon attached to the message as configured?
This is not emoji but rather an image.
> I was trying last week and getting 400 because of it =/ I created a legacy bot today and succeeded posting a message with correct icon and name using...