Carsten Daurehøj
Carsten Daurehøj
@anthonynsimon This makes sense. I think think it would make sense to use the `._value`. Maybe the error message should be changed to tell the user what is actually the...
We at [Ordrestyring](http://ordrestyring.dk/) is using this in the mobile-team. We, and our PO, is so happy with this project that our web-team will adopt traduora too. Using [traduora-cli](https://arelstone.github.io/traduora-cli/) makes it...
I did it by doing a simple function that adds the dashes ```ts const addDashes = (text: string) => { const repeat = () => `${'-'.repeat(30)}`; return `${repeat()}\n${text}\n${repeat()}` } ```...
Tjis would be very usefull for us at Light Speed Racing. We are comming from OGP and was using the cron module to automatic start race servers when they were...
Great i'm missing this too.. Why don't you submit a PR with this?
Thank you for making this a patch version 💀 You never feel like you have lived when you don't have production incidents
Thank you @zimeg for the quick reply. And thank you very much on the clarification. Changing the workflow to use `chat.postMessage` worked. Using `chat.postMessage` I could not use the `markdown`...