Dixon Sean Low Yan Feng

Results 18 comments of Dixon Sean Low Yan Feng

> * `FileState::File(None)` was a temporary placeholder for not being able to represent nonutf files. I think this should become `FileState::TextFile(String)` and `FileState::BinaryFile(Vec)`. Then you would use the appropriate variant...

Just realized that there's a bug with updating copy targets. We can only detect that there is a difference between the source and target, but we cannot detect which one...

> Sorry for the late reply, for some reason I wasn't subscribed to the PR so I didn't see your comment. No worries! It's been a busy past few weeks...

> I don't think this change is neccesary - if the hook isn't a template then it will just make a file that is the same as the original... >...

> if serde supports SystemTime of course Just checked, and seems like it does! > It's looking like the scope of this change is pretty big though - maybe enough...

I think it would make more sense semantically for it to be a new type as it doesn't really make sense to template non-text files (e.g. binaries, media, etc.). Relying...

Hey, really sorry for ghosting this. I had been really busy with life and did not have the time to work on this PR. Unfortunately, I don't plan to continue...

> Anyone knows why the `lsp_dynamic_workspace_symbols` picker doesn't respect the `fzf` _override_generic_sorter_ setting? I took a peek at the code, and it seems that it's because `lsp_dynamic_workspace_symbols` doesn't use the...

Indeed. Templates are only available in the NixOS module. There is an existing issue for template support for the HM module: https://github.com/Mic92/sops-nix/issues/423.

Looking at `typst`'s source code [here](https://github.com/typst/typst/blob/08b49291bc876d948bfd2c90cb05796efc1254a6/library/src/meta/bibliography.rs#LL264C25-L264C25), APA citations fall back to the `chicago-author-date` style, since Hayagriva itself doesn't seem to implement the citation format for APA. `chicago-author-date` is close to...