junkf8d

Results 6 comments of junkf8d

~~I successfully got it working by first modifying `requirements.txt` to use browser-use `0.1.37`, running `uv pip install -r requirements.txt`, then changing it back to browser-use `0.1.40` and running `uv pip...

I encountered the same error after setting up a new environment following the README on Ubuntu 24.04 via WSL. Found a temporary workaround by installing dependencies initially with `browser-use==0.1.37`, then...

I apologize, I mistook this for web-ui issues. Please disregard.

I'm experiencing the same issue. It likely occurs when using the following combination of settings: - `Storage location`: `In the parent folder` - `Sync folder name`: `true` And it occurs...

It seems that `handleFileRename` is also being triggered at the last line of `handleFolderRename`. https://github.com/LostPaul/obsidian-folder-notes/blob/main/src/events/handleRename.ts#L129 ```ts plugin.app.fileManager.renameFile(folderNote, newPath); ``` I’m not familiar with developing Obsidian plugins, so I don’t know...

~~If you set `Storage location` to `Storage location: Inside the folder`, applying the changes mentioned above will cause a new bug to appear.~~ It might have just been my imagination.