James Brock
James Brock
Iterating UTC and watching TAI, however, looks good, the UTC transition occurs at **2015-07-01 00:00:00.0 UTC**. ``` > Prelude.putStrLn $ unlines $ fmap (\t -> show t ++ " =...
Oh, of course the reason why this behavior is weird is that _Data.Thyme.UTCTime doesn't support leap seconds._
This may be relevant: https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#v2-0-0 > ## v2.0.0 > > * Removed the vega 4 and vega-lite 2 renderers (vega 5 and vega-lite 4 is included in JupyterLab by default)....
https://github.com/DougBurke/hvega/blob/49ffc3d696ed066137ca121d494fe2b10732e343/ihaskell-hvega/src/IHaskell/Display/Hvega.hs#L97 https://github.com/DougBurke/hvega/blob/49ffc3d696ed066137ca121d494fe2b10732e343/ihaskell-hvega/src/IHaskell/Display/Hvega.hs#L98
Oh this looks suspicious. https://github.com/vega/vega/releases/tag/v5.0.0 >* As a consequence of the two changes above, versions of Vega-Lite prior to v3 will not work with Vega v5. Please adjust your versions...
Thanks for writing this all down! My project https://github.com/jamesdbrock/ihaskell-notebook installs IHaskell and hvega from Github, so it would pick up the update with custom mimetype as soon as it was...
Hi, it looks like you spent some time on this. https://github.com/DougBurke/hvega/commit/68564ba07f0ab0bd8e87eb1401eef151d3dada45 Thank you very much Doug, all the IHaskell users are very grateful to you.
*...continued...* I suggest that the documentation for `component` should specifically encourage users to call it in `unsafePerformEffect` at the top level. No-one will believe that calling `unsafePerformEffect` is the right...
> I have explored Qt support a while ago, and I actually managed to get that working. Would you be interested in that? Yes please! But is it realistic for...
`deleteAt :: forall a. Int -> NonEmptyList a -> Maybe (List a)`