Yohann Rebattu

Results 6 issues of Yohann Rebattu

this test pass: ``` @pytest.mark.asyncio async def test_chat_muse(): bot = commands.Bot(command_prefix='?') bot.add_cog(Settings(bot)) bot.add_cog(Chat(bot)) dpytest.configure(bot, 1, 1, 1) config = get_config() channel = config.channels[0] member = config.members[0] guild = config.guilds[0] await...

documentation

Hello, i'm struggling with sqlalchemy flask and pytest for years now, and i'm very happy to find your extension as i will maybe at least be able to run proper...

Allow to pass node-attribute to StackedGraph like documented for other graphs: http://www.pygal.org/en/stable/documentation/configuration/value.html#node-attributes. cheers

Hello @paradoxxxzero , I hope you are doing well :) This PR should add some consistency in `inner_radius` settings for series pie chart. And so we can have double donut...

by doing something like this is setup.py ``` [options.entry_points] console_scripts = pytumblr_interactive_console = tumblr.interactive_console: ``` i'm sorry i have no time right now, but i can make a PR somtimes...

When using python 3.12 we trigger this warning ``` sqlalchemy_file/file.py:124: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:...