William Derksen

Results 3 issues of William Derksen

In the Hashset itr code here: ``` hashset_itr_t hashset_iterator(hashset_t set) { hashset_itr_t itr = calloc(1, sizeof(struct hashset_itr_st)); if (itr == NULL) return NULL; itr->set = set; itr->index = 0; /*...

I'm currently working with this library, so far everything has been going well, except that I can't seem to figure out how to programmatically close the swipe menu. The oddest...

**Is your feature request related to a problem? Please describe.** I can't tell what any of the hotkeys / shortcuts are. If it doesn't exist, hotkey for jumping to the...

Enhancement