maisiliym

Results 11 comments of maisiliym

There are crates without lock files, like `serde_json`, so it should be able to try without one.

There is a vague plan here to connect scheme to [libcello](http://libcello.org/). Perhaps this is of interest here, and relevant to this and other issues with regards to C-ffi.

Actually, what seems to be happening is that (with kinetic scrolling enabled) both events are sent (scroll up and scroll down), with one of them 'winning' over the other. This...

```nix # The packages available usually are: # cargo, rust-analysis, rust-docs, rust-src, rust-std, rustc, and # rust, which aggregates them in one package. ``` That doesnt seem to be true...

@drozdziak1, there isn't much point in using a nix-store rust-src; being read-only, it breaks analyzer.

`.msgpack` Is most sensible, for clarity, and because whatever system is reading file paths does not care about shaving 3-4 bytes off it.

Status? Is anyone working on a PR to convert all wrapper types to newtypes, with serde feature? Edit: That approach wont work in every case, as quick experiment with `Path`...

> It's a little odd since nix is a system package manager The system can only be correctly analyzed as a whole, hence to make such a distinction is a...

> @daniellekirkwood I'd say we'd need first to have some strong use cases, backed by a reasonable amount of requests, and then uncover/understand what they are really trying to achieve...

Flakes would gain tremendous utility if they could subdivide their content into smaller flakes. It would offer the utility of `filterSource` without the overhead of copying files in the store,...