Chris Scutcher
Chris Scutcher
I'll try and do that when I get the chance. Cheers for the info.
Been over a year now. @neithere, if you've got no time to look after the project any more that's totally understandable but just wondering whether to look elsewhere for an...
@neithere no worries! totally understandable! I hadn't heard of jazzband, they seem supercool. If it turns out they don't think argh is viable for their stewardship, and no one else...
@gador I'm seeing that issue too, and while the error does look the same, I think the cause might be different. I think the root of the problem you and...
I happened to come across this again today. Setting this for the `overridesPre`; ```nix overridesPre = [ (self: super: { _babel = super.babel; }) ]; ``` and `overridesPost` to include;...
Worth pointing out this bug can also look more like this; ``` nix build warning: Git tree '/home/asymmetric/code/foo/bar' is dirty error: infinite recursion encountered at /nix/store/8gwzhqn67qm8r5biakx2hxsqiy3jfqmz-source/lib/attrsets.nix:312:41: 311| */ 312| nameValuePair...
edit: Coming back to this issue, I think I'm seeing something different given that my issue occurs on `list` and that `github.com/sachaos/todoist/lib.Item.LabelsString` in the trace is different than other comments....
@HacDan I don't think so; ```console $ jq '[.items[].labels[]] | join("") | split("") | unique | join("")' ~/.cache/todoist/cache.json "-CEMNOSTabcdefghijklmnoprstuvwxy" ``` (Assuming my `jq` query makes sense!) The only place I'm...
Thanks for looking into that. Unfortunately, the workaround doesn't seem to work or at least removing `-` from my tags didn't help ; ```console $ nix run nixpkgs#todoist -- sync...
Good spot! FWIW, I also use shared labels.