Max Zawisa

Results 25 comments of Max Zawisa

Hold off on that. I might have found a bug in the create_list_item function.

Ok, turns out this bug already exists in the harpoon2 branch #476. This change makes it slightly different, but it still happens. Basically the case is where I have an...

A recipes file is a great idea.

Your implementation passed all the tests when I tested it. Could jest be referencing a MinHeap file in another day? This would happen if you edited the MinHeap file in...

I am currently writing a custom list and I think I discovered what is causing this. I think the issue is in BufLeave. It is looking up by the display...

I have been looking into this a bit and there are at least two issues going on here. 1. The display name does not match the name of the file...

This probably is not the best place for this issue. This shouldn't be included in Nvim out of the box, but one way of adding support is using one of...

While not exactly the same. This seems like a similar scenario that can be handled correctly every time because the same tag is used in both the if and the...

I think this bug is due to the startup sequence when a custom key is provided. In Harpoon:new(), Data:new() is called with the default config, which loads an empty list...