Yorick

Results 114 comments of Yorick

I went with option 1, which is the easiest for now. We can defer making pydantic2 a default to a later PR.

Could this also happen if the user never did `cog login` in the first place?

Wait, I don't understand. So running `cog login` as the wrong account results in a configuration that gives `NAME_UNKNOWN`, but not running `cog login` at all results in a configuration...

How well does this combine with customers of our library who use asyncio? Should there maybe be an escape hatch?

The reason I ask is that, with async cog, we saw people trying to combine it with their own event loops in their own threads, and it took a bit...

I also had this issue on a new Somrig, but the OTA update to 1.0.21 fixed it for me. (Z2M 1.42.0)

Reproduce with: ```nix let f = builtins.getFlake "github:nix-community/emacs-overlay"; nixpkgs = f.packages.${builtins.currentSystem}; lib = f.lib.${builtins.currentSystem}; in rec { origEmacs = nixpkgs.emacsPgtk; emacs = nixpkgs.emacsPgtk.overrideAttrs (o: { enableParallelBuilding = false; GNUMAKEFLAGS =...

@davidhewitt I don't think this solves the use case: I'd want to *keep* generators as-is in the serialization output, while the issue only deals with excluding them from the serialization...

This is how I fixed it in nixfmt: https://github.com/serokell/nixfmt/commit/a45763a277fe048386d94a6481123828e574b695