Alex Povel
Alex Povel
The solution to downgrade (@az0 ) worked for me, too. Using `poetry`, the relevant entry looks like (this installs `joblib` as a dependency automatically): ```toml [tool.poetry.dependencies] python = "3.7.9" profanity-check...
Is this issue still active? I am having a very hard time finding documentation, like @hoergen . There are countless tidbits scattered across the web, but I have yet to...
Note that the `--runtime` flag to `build` apparently doesn't work anymore: https://github.com/dotnet/sdk/issues/14281 .
Those are good points @crisluengo . Maybe the long list of builtins can be moved into a "least priority" sort of category, as mentioned by @Anteru . In regards to...
Chiming in to also express support for LaTeX... support. I maintain a template/cookbook which you might be interested in using for examples. @eSoares ' example is very good and close...
Also expressing interest in this.
I believe the issue I came across fits here. For example: ```python from datetime import date from typing import Optional def date_range( start: Optional[date], end: Optional[date], fmt: str, sep: str...
Two years after the last reply, I have run into this issue as well. I have tried all steps of @ralpha 's excellent list: > Summary for solving this (and...
Thanks @gvanrossum , those insights I hadn't seen elsewhere yet, very helpful. It's an important distinction to make: `create_task` returns a [`Task`](https://docs.python.org/3/library/asyncio-task.html#task-object), but that task is *cold*, to borrow from...
Second this. For example, the GitHub API responses surface is absolutely enormous and very fragmented (*repository* is one of the core concepts of course, but different endpoints return slightly different...