Rob Norris
Rob Norris
@noelwelsh re: #109 do you know about `tutOnly `? It just compiles the file you ask for, and you can use `~` with it. But I think it might be...
(@noelwelsh also, you can use tab completion with `tutOnly`)
The issue here (as discussed on gitter, repeated here for the record) is that **tut** just hooks into an `IMain` instance which just spits stuff to an output stream; we...
I tried Ammonite a couple times and it blew up ([here](https://github.com/tpolecat/doobie/issues/258) and [here](https://github.com/lihaoyi/Ammonite/issues/280)) so I don't think it's quite ready to deal with the kinds of types that I need...
At the risk of sounding like a crazy person, making the compiler itself pluggable in this regard seems like a better strategy. We just need to nerdsnipe someone into figuring...
👍 You can do better with something like `trait TPrint[T] { val toString: String }` and then `tshow[T: TPrint: Show](t: T): String = ...` which is kind of what Ammonite...
Yeah just saying you can derive pretty-printers for types too. Whether with Ammonite/PPrint or without.
tut does not look at the markdown source at all, so there is currently no way to do it. It's possible that tut 0.5 will do this sort of thing...
People have asked for something like this in the past … is the image embedding escape a standard thing, or did BuildKite invent it?
Sounds great 👍