Zeev Rotshtein

Results 10 issues of Zeev Rotshtein

This allows users to install the command-line utility with `pip` (as long as they have python) instead of having to put an executable in their `PATH`.

Have the command bar auto-complete or suggest commands like the VS Code command palette, and maybe also show bindings next to suggested commands.

I've added the ability to launch `git difftool` for what's currently in the diff screen.

### What OS are you using (`uname -a`, or Windows version)? - Windows 10 20H2 Build 19042.870 - Ubuntu 20.04.2 (WSL): `Linux ZEEV-PC 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST...

### Description It's available on `http://169.254.169.254/latest/meta-data/instance-life-cycle`

Currently there's no way to configure pybetter other than the command-line. I think supporting configuration through `pyproject.toml` would be a great addition.

The following code raises SyntaxError ```python from attrs import define, field @define class A: a: int = field(kw_only=True, default=3) def __attrs_pre_init__(self, _): pass ``` ```python Traceback (most recent call last):...

Bug

It would be beneficial to me (and I think in general) to be able to generate a `requirements.txt` file from the `uv.lock` file. It would be useful for installing requirements...

enhancement