Jan Vlčinský
Jan Vlčinský
Quick test with doc2dash: - on [next doc draft version](https://github.com/pydoit/doit-tmp-doc) the results are poor as there is no class, method, attribute or function to put into index used by Dash....
There can be few levels of such libraries: - level 0 "snippets": collection of snippets providing typical constructs in dodo.py, preferably with pure python - level 1 "pure python lib":...
@Kwpolska I agree, PDF works well. On Linux it requires some packages to install (rather lot of data to download, I guess around 800 MB, mostly fonts), but it works....
@saimn I am using zeal too and consider it great tool for accessing any reference documentation. For initial study of the documentation I do not like it so much as...
I plan to check it by Monday. Thanks for reminding.
@kennethreitz allowed me to manage pull requests (thanks). We shall see how I will manage (some PRs are already merged) and how we manage publishing new versions into pypi. For...
Could you provide minimal reproducible example? Like database dump and query or action showing what went wrong?
Doublechecking my test modifications to make sure, it is not introduced by test only: - all fixures used (`db`, `foo_table`) use default scope, which is function. Thus the values provided...
Queries can be run against: - database object (e.g. [test_plain_db](https://github.com/kennethreitz/records/blob/80ad70f07dd7a1ed35c08d60270d4c2abb95a4a6/tests/test_transactions.py#L20-L26) test case) - connection object (e.g. [test_plain_con](https://github.com/kennethreitz/records/blob/80ad70f07dd7a1ed35c08d60270d4c2abb95a4a6/tests/test_transactions.py#L29-L36) test case. The problems are with `db.query('SELECT count(*) AS n FROM foo')[0].n`. Fetching...
Gallery repo created: https://github.com/pydoit/doit-gallery Filed first two issues.