Peter Morrow

Results 5 comments of Peter Morrow

Would creating a task that runs other tasks be an example of this? Currently prefect throws a `ValueError` when trying to run a task within another task. ```python from prefect...

Thanks for the response @lauralorenz and for sharing the miro board! Task design vs flow design pros/cons on page 3 is really interesting. I'd like to learn more about why...

@cicdw that's how the `Flow.__call__` method would work for `a_flow`. Having that functionality built into a flow would be nice.

@n2ygk The link you provided throws a 404. I believe that this is the documentation link you meant to share: https://columbia-it-django-jsonapi-training.readthedocs.io/en/latest/oidc/#advanced-topic-extending-the-dot-accesstoken-model Looks like the problem in the link was ~`/oidc.html`~...

I'm on an M1 Mac running Ventura 13.1. Installing via `pip install flair` doesn't work but via `git+` does work for me. ```sh pip install git+https://github.com/flairNLP/flair.git ``` I think the...