Timothy Edmund Crosley
Timothy Edmund Crosley
From the error, portray incorrectly guesses your module is named "graphene-elastic" which can't be the case, as valid Python module names cannot contain dashes. This should be fixed automatically for...
@barseghyanartur, The other common issue is that portray is installed in a different env (such as a global installation) from the project itself. Can you do a `which portray` and...
Glad you were able to get to the bottom of of it! I'm a little surprised that would make a difference, as that block is already wrapped in a try...
@barseghyanartur Merge requests are always welcomed :)! Really appreciate the willingness to do so! Thanks! ~Timothy
Hi @ki4070ma, Right now only markdown formatting of doc strings is supported. I'm going to convert this into an enhancement request for GoogleDoc formatting support, and hopefully get to it...
Currently, there is a desire to support this, but no direct work in progress. Any help in this area would be greatly appreciated!
@simu, Thanks for preparing your changes! Your first set of changes were released with the latest version of cruft. Any chance you could update this PR to be able to...
@dodgyrabbit, Would you be interested in making your fork the main project? And/or being the core maintainer of this repository? I currently have too many projects that I maintain, but...
Issue has been verified and will be fixed in beta #3
Agreed! Going to make table autoIDs a property that must be explicitly checked to generate them, in which case the ID will be a combination of the tables id and...