David Pravec
David Pravec
when i generate PDF, non-latin1 characters are displayed as black boxes. Not yet sure why. virtualenv package versions are: Cartridge==0.8.4 Django==1.5.5 Mezzanine==1.4.16 Pillow==2.2.1 argparse==1.2.1 bleach==1.2.2 distribute==0.6.24 filebrowser-safe==0.2.31 grappelli-safe==0.2.23 html5lib==0.95 ipython==1.1.0...
As i keep getting lost editing large files and/or many files, it would be great to be able to navigate to places where i changed the file. Something like undo/redo...
if i read the code correctly, it is not possible to make PUT request and stream data into it. But that would be really nice to have. Streaming by chunks...
Imho closing DB maybe should be part of python api. ``` py def _close_db(self): del self.db gc.collect() ```
please add rocketchat handler for events, making chat posts to user/channel https://rocket.chat/docs/developer-guides/rest-api/chat/postmessage/
manual says: -sfile save configuration to file instead of key. (if file is -, send to stdout) -ifile read configuration from file. (if file is -, read from stdin) from...
Comparison to good old python without asyncio would be nice to have.