David Baynard

Results 79 comments of David Baynard

I've been working my way through the code base but I can't quite see what might be going wrong. I'm up to the heuristic solver. I noticed some weightings —...

Ah — the missing action provider would explain a lot. Like why `simpleSchema` fails for me — a lot.

> I'm not sure of any way to distinguish a rename from something else If I use `renameColumnTo` in my migration, as above, surely that's clearly a rename, no?

Bibliography printing seems to work best if there’s a `reference-section-title` option in the metadata, rather than a heading at the end of a file.

Would you supply an example?

Actually, I’ve just noticed that escaping is broken, too — I can't investigate right now, but I think the problem is `toZshValue`. https://github.com/nix-community/home-manager/blob/db00b39a9abec04245486a01b236b8d9734c9ad0/modules/lib/zsh.nix#L5-L13 I see there is actually no escaping,...

> If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue. Great, this is what I wanted to know, before starting to...

Thank you — this is subtly different to what I was trying to do, but it would basically work. For my use case, renaming the variable works better, though. In...

Thanks @icetan and @lelit > What works for now is creating a `poetry2nix` override like: > > ```nix > { poetry2nix > , pkgs > , ... > }: >...

The best resource on literate haskell files is the readme at . However, this applies beyond haskell. For example, it may be useful to know how many lines of code...