Milad Alizadeh
Milad Alizadeh
I'm afraid not
@charliermarsh @zanieb Even if you set `UV_UNMANAGED_INSTALL` the script still chokes on line 53 because `$HOME` is not defined: ``` RECEIPT_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/uv" ``` Here's the output of the installer with `set...
Same, I just defined a dummy `HOME="foobar"` along with `UV_UNMANAGED_INSTALL` and it runs fine. The only problem is that one line.
Ah good suggestion! I hadn't even noticed `gum write`. It does handle wrapping but there are subtle differences it seems. For example it doesn't respond to Esc and although its...
update: if it's any useful when I pass `--width` and `--height` the problem goes away but obviously we can use the whole width
@caarlos0 ? 🥺
I made a small PR to fix this but it seems like `mods` is not being maintained anymore? There's now a `crush` repo but I have no interest in that...
I'm having a similar (ish) problem with json output. When I add `"response_format": {"type": "json_object"}` to my request vllm crashes with this stack trace: ``` INFO 10-16 13:24:32 engine.py:288] Added...
@ahrm this is still an issue in the pre-release btw. I confirmed that setting `should_launch_new_window` to 0 makes it go away. I think what's happening is that when `should_launch_new_window` is...
I think I agree. I hadn't seen this pattern before.