Saurabh Nanda
Saurabh Nanda
Just re-checking if this has already been implemented, or is this still being considered? I looked at HTF for the first time today, and was confused about the lack of...
Just chiming in with a use-case -- https://github.com/haskell-servant/servant-auth#xsrf-and-the-frontend
Is the only way to pass local variables to a template in this _implicit_ manner? Wouldn't this break down for a recursive template? For example, how would you make something...
Sorry, submitted too soon. Editing the description now.
Picked up Tintin again for a side project and immediately felt the need for this (I tend to put a ToC at the top of a long page). Scratch my...
@NickSeagull so IIUC, tintin utilizes inliterate to convert each markdown files(in the `doc` folder) to something that looks like https://github.com/diffusionkinetics/open/blob/master/plotlyhs/gendoc/GenDocInlit.hs . It adds a bunch of headers, footers, navigation, and...
@Wisser thank you for the quick response. Actually, I discovered this to be a bug for `TEXT` columns as well. Does 16.4 fix that as well?
@Wisser I've come back to this issue to remove the HACK that I had put in my export model. Unfortunately, in the `16.4` UI, I cannot find where to remove...
I think I may have run into this bug as well.... I'm currently in the middle of a bug-fixing session and with `DeepQuery`, I can see that in my `ToDeepQuery`...