Andy Pike
Andy Pike
I worked around this by adding some styles to my `styles.less` file. Here's what I added so that it looks nice with the One Dark theme that I'm using: ```...
If you want to override specific colours, here's how I do it in my `style.less` file: ``` .ruby-test { .panel-body { pre { // Pending specs span[style="color:#A50"] { color: #EFD64D...
I've made a rough start in this here: https://github.com/andypike/smarty_pants
Thanks for the question! Sorry for the delayed response but I've been away on vacation recently. Let me digest this a little and I'll get back to you. Thanks for...
This is an intended change. Commands now return a hash of the events that were broadcast inside the `#call` method. As commands are designed to use events to communicate results...
That's an interesting idea, thanks. I'll have a think about that :+1:
Sorry for the delay, I commented on your other question that I've been away on vacation. Will get back to you soon. 💖
Thanks for the question @dawidlenkiewicz! I've been asked about this a couple of times and I wanted to wait for a little while to see what happens with Virtus to...