Astrinus

Results 5 comments of Astrinus

I think that previous versions of Connector/C required that line, but which ones? A simple removal would likely break other older codebases. What's the connector version used on the CI...

I'm using Connector/C 6.1.11. ...That reminds me that CMake is unable to find automatically the Connector, I specified the paths manually. It seems that tries to find only the full...

User and password should go hand in hand. What's the meaning of setting a password but not a user? I actually thought about extending `connection_parameters`, but it does not feel...

Here you are: ``` \documentclass{moderncv} \usepackage[firstyear=2013,lastyear=2016]{moderntimeline} \moderncvstyle{classic} \moderncvcolor{blue} \name{John}{Doe} \begin{document} \makecvtitle \tlcventry[orange]{2015}{2016}{aaa}{bbb}{ccc}{ddd}{eee} \tlcventry[red]{2013}{2014}{aaa}{bbb}{ccc}{ddd}{eee} \end{document} ``` Maybe some positioning options (beginning of the year, mid of the year (default) and end...

I've written code for month support. Next days I'll make a pull request.