Rushi Shah

Results 10 comments of Rushi Shah

There are multiple functions that pass parameters even if it isn't mentioned in the Tentacat docs (possible parameters are enumerated on the Github docs). Would it be better to add...

Would be cool! I'm not actively developing this project but I'll add a feature request label in case anybody wants to take a stab at it in the future!

I'm not actively developing this project, but I will add a feature request label to this issue if someone else wants to take a stab at it!

I'm not actively developing this tool, but I can add a feature request label to this issue if anybody wants to work on it!

Just realized we already supported this, the problem is that it doesn't show up that way in the AST, it shows up as `\today` which we would need to manually...

Maybe if we see `\today` we could just look at the file's written at date to get the correct date

Yeah but we would need to save the timestamp for the last time someone ran `heckle build` in order to do so. I've been considering adding a a configuration file...

Also want tests for things like the date parsing

LaTeX is now an optional dependency, heckle will only [warn the user](https://github.com/2016rshah/heckle/commit/f07580a4a4ba4f6c2dc218f593272dd6a5c48217#diff-98a3ddc5c474fd14c4ee9401c03197a1R49) if it isn't installed Still considering options for letting the user delete the template.html.hkl file if they want...

Yep! You can just put in the format in this [list of supported formats](https://github.com/2016rshah/heckle/blob/master/lib/Heckle.hs#L90) and it should work :) If you make the change, test it, and send in a...