ash

Results 151 comments of ash

I'm likewise running into this in https://github.com/NixOS/nixpkgs/pull/371214 (but this time I'm removing a trailing `lib.optional`, not adding one).

> The Extract window isn't made for this number of files, since they need to be kept in memory. A warning or error if the file count exceeds some limit...

> I think I will make a habit of posting here every time I find myself missing support for `useState` dependency arrays once again. Likewise. Today's example: my component wraps...

> and the loops also just don't happen do you have "Simulate Loop Start/End", under the Settings menu, enabled? (I did not and was seeing the same behaviour)

fwiw, things appear to be working basically fine with a flake configured like so: ```nix inputs = { home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";...

Discovery: The incorrect behaviour does not reproduce with `TERM=dumb`.

Ahh. `clr_eol` is CSI K, right? So if Fish is now just ~always sending that at the end of each line in the prompt, that would maybe partly explain this...

@NovaViper On NixOS right now, this is probably a different bug: see https://github.com/NixOS/nixpkgs/issues/412382. It should be fixed by https://github.com/NixOS/nixpkgs/pull/412889 (which has now reached all relevant channels, so update your system...

Note that due to #6823 the `addparent` alias described above will produce a confusing "More than one revset resolved to revision" error if you try to add an already-existing parent.

I've now tested this; it appears to work fine, the estimated size goes way down if I add a large directory to the "custom" tab (and the estimated size with...