jerome provensal

Results 6 issues of jerome provensal

Before I switched to MySQL, I used Sybase for mnay years and to query Sybase I used the wonderful CLI client called sqsh (https://en.wikipedia.org/wiki/Sqsh). One of the features that sqsh...

Very cool extension but unfortunately it doesn't seem to work in Confluence. :-( Does the page being viewed/rendered need to have a .md extension for it to work?

The subject says it all.. 😉 Tested: ``` lint: OK (6.63=setup[4.07]+cmd[2.56] seconds) py37: OK (5.15=setup[3.97]+cmd[1.19] seconds) py38: OK (4.83=setup[3.63]+cmd[1.20] seconds) py39: OK (4.42=setup[3.28]+cmd[1.14] seconds) py310: OK (4.77=setup[3.57]+cmd[1.20] seconds) py311: OK...

Code to reproduce: ```python from tabulate import tabulate, SEPARATING_LINE table = [["1", "one"], # "1" as a str on purpose [1_000, "one K"], SEPARATING_LINE, [1_000_000, "one M"]] print(tabulate(table, tablefmt="psql")) ```...

Hi, while using tabulate with Python 3.10, my app crashed w/ the exception: ``` File "/home/jerome/miniconda3/envs/streamlit/lib/python3.10/site-packages/tabulate.py", line 7, in from collections import namedtuple, Iterable ImportError: cannot import name 'Iterable' from...

Hey @ramnes, Thanks for the great module! Adding `in_trash` to the list in the line referenced below should do the trick: https://github.com/ramnes/notion-sdk-py/blob/d5e5f5c98ae5578ce4b0130b65ad6e8f9e92e02b/notion_client/api_endpoints.py#L235 Merci !

help wanted
good first issue
task