Gilbert Brault

Results 27 issues of Gilbert Brault

Thanks for this library. I am creating keys using the SSHKey object providing each bit and pieces from a database. I would like now generating a line of authorized_keys with...

@podhmo , first thanks for sharing your code. - I have set a northwind database in mysql with https://github.com/dalers/mywind - Then I generated the Sqlalchemy model classes using https://github.com/agronholm/sqlacodegen which...

I am using flask-sock with flask-appbuilder. From python side I have one main sock route: /clock It provides access to the ws to a user if it has the 'ResetMyPasswordView'...

When parsing a pdf text I would like to have it retruned left to right, top to bottom: it's not the case. I have created a function to do that...

Please see #169 https://github.com/catherinedevlin/ipython-sql/blob/b24ac6e9410416eafde86ae22fd8d6f34acbe05d/src/sql/connection.py#L105 I suggest to replace it with (it must be a @classmethod I assume) ``` @classmethod def _close(cls, descriptor): if isinstance(descriptor, Connection): conn = descriptor else: conn...

**Is your feature request related to a problem? Please describe.** All Jupyter style are gone using html_nocode **Describe the solution you'd like** Could you distribute a custom.css file that would...

bug