bfahrenfort

Results 19 comments of bfahrenfort

I'm experiencing a similar issue. I have LiveSync set up to use a CouchDB server, and it is pushing my notes to the server from my Linux Obsidian client. I'm...

I'm looking to get involved with contribution through this. @ interested parties, would a callback that saves state after each song played be wanted here? That way you lose at...

Curious if it's just an OS file issue. I'm messing with how `serde_cbor` handles serialization to test this. If I do find something, then the fix will be to migrate...

Suggestions added. I'm upset that the idiomatic way to concatenate in-place is to expand the second array in a `push` call, but that can't be helped.

I think the lint config is broken, it's wanting to add trailing commas to arguments of single-argument functions.

> we should generate an RSS feed per directory UNLESS that directory has an `index.md` to has `noFeed: true` in the frontmatter I worry about build times, doing this recursively...

Reuse is fascinating because that basically just needs a DFS for generation then. Can I safely do recursion here?

Ooh, any resources on that? I'll add it when I get time.

Seems to have been fixed in 1.7.2.1-1 (Arch)

I'll create PRs as I implement them, no need to clutter the repo right now. As for point 1 of import/export, if you refresh the page after having changed the...