Results 11 issues of midchildan

Fixes build on macOS with [macFUSE](https://osxfuse.github.io/).

I've found some peculiar behavior on macOS in which the `fetchurl` prefetcher works when invoked through `nix run` and `nix-shell`, but fails when invoked directly. Namely, the following works: ```console...

This improves the detection logic for migemo dictionaries so that it would properly detect dictionaries installed in unconventional locations. It makes easymotion search for the dictionaries relative to cmigemo's location...

### Description This is related to https://github.com/nix-community/home-manager/pull/2497#discussion_r754814040. The systemd module currently contains checks to make sure user services aren't defined on Darwin hosts. But with launchd support now in HM,...

status: stale

# Problem ATS doesn't respond correctly to conditional range requests. According to [the spec][1], ATS must ignore the `Range` header and send back the full content when the condition in...

HTTP

# Issue Unrelated websites can issue requests to register/modify shortlinks. # How to reproduce 1. Run `go` on localhost:8067 2. Access https://jsfiddle.net/tcm5vjwy/ 3. Shortlink `:1` is set to https://example.com without...

### Description This adds a new option, `nix.channels`. It's the Nix channels equivalent of the `nix.registry` option, and compatible with pre-Flake Nix tooling including nix-env and nix-shell. Like `nix.registry`, this...

This issue has come up while packaging Sourcetrail for NixOS (NixOS/nixpkgs#95530). There seems to be a compatibility problem with recent commits of jedi (https://github.com/davidhalter/jedi/commit/216f976fd5cab7a460e5d287e853d11759251e52) that prevents the SourcetrailPythonIndexer from resolving...

Prior to 9.1.x, HTTP transactions reached `TS_MILESTONE_CACHE_OPEN_READ_END` before `TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK`. However, after 9.1.x, the order was reversed. This has affected one of our plugins because it was failing to obtain the...

Stale
Support

This creates a new module for [nixseparatedebuginfod](https://github.com/symphorien/nixseparatedebuginfod) to aid with debugging. It launches nixseparatedebuginfod and prepends the server URL to the `DEBUGINFOD_URLS` environment variable.