Aurélien Thieriot
Aurélien Thieriot
Proposal for #179 Update most of the entityManager methods to support receiving an extra ParameterizedType in case the user need to persist a Generic entity. The type lost by erasure...
Hello, We have the use case of wanting to persist generic types. (Ex: `Document`). At runtime, after type erasure, the enclosing type is actually lost and so Catatumbo fail to...
Hi, Readability is another largely use "read it later" service and it would be nice to have it supported in Hotot. Thank you Aurélien
It appear that the format informations used to create the LCOV output don't take in account the full path of the covered file. Makes it harder to analyze further if...
Hi, I have added two new arguments: `execPath` and `scriptArgs`. - **execPath** allows to change the path of Node.js. Convenient to run Coffeescript scripts - **scriptArgs** can be use to...
Hi, This project is incredibly useful and very easy to use. I was gonna try to wrap the Calibre command line tool `ebook-meta` but having a pure Node.js implementation is...
Hi, It would be nice to have an option that allows users to display informations about all the Javacript files that need to be tested. (With 0% coverage) The Istanbul...
No tests at the moment so it should be doable :)
Following this thread: https://github.com/athieriot/hubot-yammer/issues/17 It seems that the group API has a limit of 50 groups which is problematic for the group_id resolver for big companies. Have to look at...