Abi Prakash

Results 8 comments of Abi Prakash

Configuration @ilcpm suggested also worked for me

> After reading the Lua filters manual and many thanks to @wlupton's [logging module](https://github.com/wlupton/pandoc-lua-logging) I have got the filter working after amending it to: > > ```lua > PANDOC_VERSION:must_be_at_least '3.1'...

@jpcirrus clarifying what I meant above: - Using the code you provided (let's call it `figure-short-captions.lua`), I can get short captions for figures in the list of figures (by using...

On this, I think it could be helpful to document/include an example on how to use `@template`, e.g.: Define your templates in your `PackageName.jl`. This must be done **before** including...

Hi @notuntoward `nemseer.get_data_daterange()` just checks if a particular month has data - i.e. it scrapes something like http://www.nemweb.com.au/Data_Archive/Wholesale_Electricity/MMSDM/2022/ and then sees that all months (01-12) are available. It *doesn't* check...

Hi @notuntoward, I didn't build that functionality into NEMSEER because I didn't encounter that issue early on. That being said, it's something I would be open to implementing. What I...

Ahh thanks @nickmasonsmith and @StephLee12. Wondering if either of you two might have some time to incorporate a change to handle this in a PR?

Hi @JTOrange, thanks for this. Are you able to create a PR, and then I can merge in?