Max Zawisa

Results 25 comments of Max Zawisa

This change is working for me on windows along with adding `export PYTHONENCODING="utf-8"` to my .bashrc. I haven't tested on any other operating systems.

> Oh I see. Actually of I'm not mistaken the default behavior creates and displays lists based on the cwd. That's why when I change branches it works, cause with...

Here is my config that is going with it. I haven't completely ironed out the display logic for when to show `../dir/file` vs `/complete/path/to/file`, but this is how I am...

This seems like an improvement, but doesn't appear to work unless you first navigate to the file using harpoon. I have tested this with sync_on_ui_close both true and false. For...

@ThePrimeagen I just checked with latest, harpoon2 does still have the issue. I was able to update the changes @davvid made to work with the latest harpoon2. Those changes along...

> > I have done a lot of work on getting cursors to save constantly. The latest update does a distributed file style based on settings key, this allows saving...

> Thanks for the heads-up @maxrzaw -- I've rebased this branch and updated to the latest harpoon2. > > > > The out-of-bounds cursor tests had to be updated with...

I would recommend only using solutions as a last resort. I would try wikipedia for a conceptual understanding first if that is what you are missing. That being said, I...

Yeah, it makes it simpler at the cost of increased memory. You could also build the string as you traverse down the trie.

This addresses one of the issues mentioned in the comments of #441. Does not address the issue of lists not being saved on quit.