Philip Carinhas

Results 5 comments of Philip Carinhas

Does MacOS even have a window manager? If so, can you demonstrate how that works? In Kitty, for example, its implemented in its own configuration: ``` focus_follows_mouse yes #: Set...

I just wrote up a way to use Rye globally without shims or .python-version. It works using Rye's natural project management scheme, without any modification: https://fortuitous.com/guides/rye-global-guide/ (updated link) Please take...

Also, running with -v: ``` :/tmp/junk]: rye lint --fix -v [2024-10-13][15:42:25][ruff::resolve][DEBUG] Using Ruff default settings [2024-10-13][15:42:25][ignore::walk][DEBUG] ignoring /tmp/junk/.venv: Ignore(IgnoreMatch(Gitignore(Glob { from: Some("/tmp/junk/.gitignore"), original: ".venv", actual: "**/.venv", is_whitelist: false, is_only_dir: false...

I tried using ruff directly from the .rye distribution and it also fails. So this may be a *ruff* issue: ``` ~/.rye/self/bin]: ./ruff check --fix --fixable "F401" /tmp/junk/ /tmp/junk/src/junk/__init__.py:1:8: F401...