Peter Strøiman

Results 28 comments of Peter Strøiman

Thanks for the helpful feedback, e.g. mentioning what to use instead of what I had used. > ["description": "Write notes in Obsidian, publish and update them as articles on DEV...

That would be awesome. I'm puzzled the regex btw, `.` matches any character, `*` matches the previous character or group zero or many times, and `?` matches the previous character...

I made this change in my own fork, https://github.com/stroiman/harpoon/commit/f9a2ff215379fadf1e1e4f781ca2dc31413f1f40 Seems to work nicely (after 2 minutes of testing), but I wouldn't PR it as I don't understand the reasoning behind...

I think that there is something wrong in that statement. While neovim has _a_ working directory, each tab can have a separate working directory, and even windows can have separate...

I looked at your PR, and I think that it would actually _ruin_ my flow. So what I do is, while working on a project, I detect an common editing...

Or maybe it should also react to `TabEnter` and `WinEnter`. Multiple files is probably to avoid loading useless state into memory. When I work on project A, I don't need...

You're right. I had actually tested it where I saw a different behaviour, but I must have done something wrong in the first test, so I guess your approach _should_...

I finally got around to test this, and based on the initial testing, it works as expected. (I submitted #612) E.g. I have keyboard shortcuts to open my init.lua in...

Hey, I made another observation; which does seem to support the idea that there's something about walking the directory structure/dependency analyses. I restructured my code, so right now the root...

@onsi - Awesome - glad to hear you were able to get a breakthrough Yes, I am migrating away from ginkgo for two reasons (performance had nothing to do with...