Yatao Li
Yatao Li
The problem is documented in the code, here: https://github.com/yatli/fvim/blob/3472085e7d2a9142375ef61d99bc1e235f0db4ce/input.fs#L277-L289
`$@` in the launcher shows that the file argument is not passed
I briefly scanned the VCS folder, and I think it is possible that we map the internal concepts/representations to other VCS like git. The commits can be materialized by actually...
Would be cool to integrate fanotify (FYI `fatrace` works pretty well) which generates a list of changes to filesystem entries. These paths are then deduplicated with tables and logged to...
When copy_table is far larger than new_table, we may as well first file copy the store and then add/remove entries from it. The db file copy should be done before...