Dan Davison

Results 601 comments of Dan Davison

- Delta queries the terminal for capabilities at startup; see @bash's post above. To disable it use `dark = true` or `light = true`. - Delta reads config files at...

Thanks, and what's your terminal emulator (and `delta --version`)?

I've merged the first PR, for Python: https://github.com/temporalio/sdk-python/pull/556 The basic spec that that PR's proposing for other SDKs is - Workflow code can wait on a method named similarly to...

Please add the [TMPRL1102](https://github.com/temporalio/rules/blob/main/rules/TMPRL1102.md) rule identifier to the warning message.

I've merged the first PR, for Python: https://github.com/temporalio/sdk-python/pull/556 The basic spec that that PR's proposing for other SDKs is - Workflow code can wait on a method named similarly to...

This was an error in https://github.com/temporalio/sdk-python/pull/664. We should configure linter / type-checker in CI to catch this (and we should ideally have coverage showing that the branch wasn't tested). Pyright...

Extended tests so that they'll fail without this fix.

In case it helps I think this is another manifestation of the bug

Thanks @mattbrandman. Yes, PR welcome!