Dan Davison

Results 601 comments of Dan Davison

Thanks very much for creating such a helpful report on this issue @charlievieth!

Hi @vikhik, I'm guessing the problem is that in your Windows Terminal, delta is not finding an executable named "less"? You could investigate by using delta's `--pager` flag to specify...

Hi @stefanhaller I appreciate the careful description of this problem and proposal. I'm being slow to understand it, but that is my fault. > The main problem is that not...

Hi @stefanhaller. Unfortunately I don't think I'm going to be able to collaborate on this: my day job leaves me little time for other software projects, and I don't personally...

Update: the SDK now contains official Pydantic v2 support, which supports datetime and many other field types, and the sample has been updated. This is the sample to follow for...

This needs a bit more work -- as things stand it's attempting to pickle the client in the context in tests of process-based executor pools (which fails when it tries...

Rebased and ready for review again. Makes the worker's connected `client.Client` available in activities as `activity.client()`. As discussed above, the client is only available in `async def` activities.

Addressed comment and done another pass over the diff; this should be ready to merge.

- [ ] Include short explanatory sentence in `--help` output (#649) - [ ] Include env vars in `--help` text (see e.g. `uv --help` for example)

Morally, I agree. However @mnichols WDYT? IIRC you've encountered situations in which a queue-like entity workflow is being shared by multiple clients and the limit on concurrent updates made update...