k2s

Results 25 comments of k2s

> Each time when I save by (ctrl + s), it triggers a commit and push. even I already disabled all auto actions. Meanwhile, it also tries to commit and...

this is fixed in https://github.com/haydenull/logseq-plugin-git/pull/39 the new Sync action mapped to `Ctrl+S` handles this correctly

Try to use `tags[]` and `cc_emails[]` as field names. That worked for me in JavaScript examples.

I fixed this issue by using `fs-extra` package instead of `fs/promises`. It uses `graceful-fs` internally and provides patched functions with support for promises. This fixes EMFILE, also EAGAIN and potential...