Doug Burke
Doug Burke
For me, I get the :type output inline, rather than in a popup panel (I do see the popup panel if I use :info, but I don't think I've used...
I'll see if I can find some time to look at
I guess this is related to #612 ?
I should have added in my original report that I am using whatever https://github.com/tweag/jupyterWith points to, and I don't know if this has your latest changes to handle stderr in.
So I'm using ihaskell-0.10.1.1 and I see this behavior (this is with ```haskell import qualified Graphics.Vega.VegaLite as VL ``` ) # expected ```haskell let xs = VL.NamedStyles [] ``` which...
This is the behavior I get with ihaskell-0.10.2.0 - ideally all the uses of `NamedStyles` would create the same warning. The two that don't in the notebook do create this...
I am trying to test out the custom mimetype by changing instance IHaskellDisplay VegaLiteLab where display (VLL vl) = let js = LT.unpack (encodeToLazyText (fromVL vl)) in pure (Display [vegalite...
#1176 is my initial attempt at this, but without resolving the `readsPrec` issue
I now am wondering if it would be better to just add an extra parameter to CustomMimetype to allow you to decide how the Text payload is converted to JSON...
Darn it. I was playing around with ``` data MimeType = PlainText | MimeHtml | MimeBmp Width Height | MimePng Width Height | MimeJpg Width Height | MimeGif Width Height...