Dimfred
Dimfred
Hmm, I think this wouldn't work for me. While coding I often use the source code of my dependencies as documentation, e.g. I jump into a poetry venv and then...
Ah okay then I misunderstood, okay gotcha so what I would do is just add project as a symlink so it's available there, hmm got it, well essentially that would...
So the current bahavior is like this in Session.store and Session.restore, you first call Session.info, Session.info only returns something if the path you are in is in the workspace, but...
So there is an edge case with this, imagine I have two main projects, both projects have the same dependency, if I add a symlink one of those will be...
bump
No it won't you have to refresh it on your own. There is a refresh function where you put in the refresh_token you receive.
I was able to remove the error by commenting out the code inside `utils.lua reposition_cursor()`, everything still seems to work fine.
So I wrote my own "lazygit" function, which allows me to do that. ```lua local term = nil M.toggle = function() local Terminal = require("toggleterm.terminal").Terminal local size = 90 local...