bluss

Results 128 issues of bluss

``` uv 0.1.35 platform: linux (x86_64) ``` Problem: uv run always creates a new environment even if current should be compatible, in certain projects. Hi, trying out `uv run` for...

bug

`Add` does not propagate useful information for generic code: We need to know that if we add two `Unsigned`, the `Output` is also Unsigned, so that we can continue performing...

Absolute paths show up in in file search / grep in some contexts. It would improve legibility if /home/foouser was replaced with ~ in file search results in these cases....

enhancement

### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...

bug

It looks like `stat` and `ret` should be local in this code and not global. This is a common mistake in lua that happens easily I guess. Found by lua...

Update pep508_rs and pep440_rs crates Main reason is to use VerbatimUrl from pep508_rs and try to fix issues around file:///${PROJECT_ROOT}/etc dependencies. Note that monotrail-utils is still using the older pep508_rs....

### Steps to Reproduce ``` mkdir relativebug cd relativebug rye init a rye init main cd main rye add a --path ../a # Added a @ file:///home/user/ryes/relativebug/main/../a as regular dependency...

### Steps to Reproduce 1. rye init removesomething 2. cd removesomething 3. rye remove x 4. rye remove y ### Expected Result Rye should tell the user the package `x`...

The `timeago` function is global but not documented. Maybe it's unintentionally global and should be local, this is an understandable mistake. Found by tab completion in lua language server. https://github.com/debugloop/telescope-undo.nvim/blob/95b61c01ea3a4c9e8747731148e905bbcf0ccaee/lua/telescope-undo/lua-timeago.lua#L20...

### Problem Make hyperlinks in command outputs clickable in the embedded terminal (:term) in neovim if the hosting terminal or UI supports it. Commands such as ls --hyperlink=always (GNU coreutils)...

enhancement
terminal