Noam Raphael

Results 39 issues of Noam Raphael

**Describe the bug** When building Nix from a single-user installation, the build fails with the error: home directory '/homeless-shelter' exists; please remove it to assure purity of builds without sandboxing...

bug

# Motivation Currently Nix uses the XDG environment variables `XDG_{CACHE,CONFIG,DATA,STATE}_HOME` for locating files. I suggest to also look for environment variables `NIX_{CACHE,CONFIG,DATA,STATE}_HOME`, and if they exist, use them instead of...

idea approved
store
repl
fetching

A small things that you might consider: currently the README recommends using the external crate `once_cell`. Since Rust 1.80 we can use LazyLock from the std to get the same...

# Motivation Currently, building Nix itself fails in single-user installation - see https://github.com/NixOS/nix/issues/11295. This is because some build steps run something like `mkdir -p $HOME/.cache`, and since $HOME is `/homeless-shelter`...

with-tests

### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? Following the tutorial results in an error....

type::documentation
stale

I couldn't install neonize. I digged, and it's because the current latest release, 0.3.12.post1, doesn't have a source distribution and only has MacOS wheels. See: https://pypi.org/project/neonize/0.3.12.post1/#files. I did `uv add...

Hi, First, סחתיין on Katvan, it looks amazing! I just downloaded the latest 0.11.1-3254128-portable (on Windows 10.0.22631) release. I notices that keyboard shortcuts such as ctrl-S don't work when my...

bug

When sending my previous issue report, I had to manually write the version details. I suggest making the text in the "about" dialog copyable, it would have saved me a...

enhancement
pending release

Fixes https://github.com/erkin/ponysay/issues/321 Currently when running ponysay, you get this warning twice: ``` /nix/store/.../bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '-' ``` It is caused by a docstring containing twice the phrase `\-directional`....