Thom Dickson

Results 5 issues of Thom Dickson

This PR is just sorting the items in each language list. As it seems now, the lists aren't sorted by any metric.

The caribou CLI encounters a bug when trying to use the `list` command: ``` AttributeError: module 'caribou' has no attribute 'get_migrations' ``` This PR fixes this issue.

### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description It would be nice to be able to...

feature

This change clears out the in-memory harpoon data and re-read it from the disk whenever a `DirChanged` event is triggered. This makes sure the in memory data always reflects the...

I took a quick stab at trying to fix #121. This is the first time I've played with type introspection in Zig, so please let me know if there's a...