Dan Davison

Results 601 comments of Dan Davison

Does vim/nvim have the ability to run a shell and display colored output from the shell faithfully within the vim/nvim application? If there's something like that that works well, then...

Hi @matteematt, we just released 0.18.0 with the new `-@` option (`--diff-args`). See `--help` for instructions.

> Ever heard of this niche code base called Linux? @CharlemagneLasse the person you are replying to is the author of https://github.com/dandavison/delta/pull/1205. If we build delta on his branch, and...

Can you add a test or doctest demonstrating the bug you're fixing?

There are always hacks I guess! hammerspoon, `tmux send-keys`? Personally I've been assuming so far that this is for GUI editor applications.

One concern I have is that the shell prompt may not be available -- e.g. the link may be displayed by a pager process which is still running -- in...

My vote is also not to have a `-d` flag when standard shell techniques can be used instead. > I don't see a huge benefit in this when it's easy...

Closing this. IMO we should maintain the current behavior: ``` temporal server start-dev --dynamic-config-value foo=true --dynamic-config-value bar=false ``` Reasons: - It has been this way for some time in `temporalite`,...

Ultimately, we want static analysis for Temporal SDKs to be both runnable as a standalone process and easily integratable into LSP-based IDE tooling. One possibility here would be [mypy plugins](https://mypy.readthedocs.io/en/stable/extending_mypy.html#extending-mypy-using-plugins)....