Dan Davison
Dan Davison
Another example: ``` samples-python(main) .venv/bin/pyright --pythonpath .venv/bin/python hello/hello_activity.py /Users/dan/src/temporalio/samples-python/hello/hello_activity.py /Users/dan/src/temporalio/samples-python/hello/hello_activity.py:58:24 - error: No overloads for "execute_workflow" match the provided arguments (reportCallIssue) /Users/dan/src/temporalio/samples-python/hello/hello_activity.py:59:13 - error: Argument of type "(self: GreetingWorkflow, name:...
Thanks @rachfop! We followed through with this in https://github.com/temporalio/sdk-python/pull/566
Screenshots LGTM!
Hi @rljohnsn, this memory allocation error has come up several times before in delta issues: https://github.com/dandavison/delta/issues?q=is%3Aissue+%22memory+allocation%22 It seems that it's always something to do with stale syntect syntax definitions. Can...
> This is with bat 0.18.1, which, if I had to guess, is probably pretty old. What if you [didn't have to guess](https://github.com/sharkdp/bat/releases)? :)
Haha, thanks! It would be great to be able to state in the docs which version of bat delta requires. Hopefully it is largely predictable from semver semantics. I haven't...
> The bottom of "[Installation](https://dandavison.github.io/delta/installation.html)"? That sounds good, thanks. If you do it, can you make it clear that bat is not required by delta. Rather it's that if you...
The only connection between delta and bat is that delta uses the binary assets distributed by the bat project, and also some functions from the bat Rust crate related to...
Right, agreed, your version is more accurate.
Thanks @adamchainz. What delta version is this? It doesn't seem to reproduce on master or `0.15.1` (MacOS).