Bradley Bauer

Results 10 comments of Bradley Bauer

Changing this line https://github.com/rmagatti/session-lens/blob/b88c264ab4010aa5ff25d3aa366f76b6338a4783/lua/telescope/_extensions/session-lens/session-lens-library.lua#L92 to `path = path:new(line):absolute()` fixes the problem for me.

I've installed ripgrep onto my system and now the changes I have made broke session-lens again. Now, the plugin works as expected after I've discarded the changes I made above....

Setting `display` in this function https://github.com/rmagatti/session-lens/blob/b88c264ab4010aa5ff25d3aa366f76b6338a4783/lua/telescope/_extensions/session-lens/session-lens-library.lua#L76 to this value ```lua display = function(_) if opts.path_display and vim.tbl_contains(opts.path_display, "shorten") then line = path:new(line):shorten() end return line end, ``` fixes the problem...

Add `let g:goyo_linenr=1` to your .vimrc/init.vim file.

Adding background blur is a great idea. With blur, vscode would look like it was designed with Windows 10's acrylic and fluent design in mind.

I do not have the required ECR.

I've never participated in a code chef contest. I just wanted to solve some problems the other day, and make a few PRs for hacktoberfest.

I am unable to provide support for this application at the moment. Good luck.

I changed the drift database implementation back to WebDatabase with IndexedDb but without webworkers. Now everything works as expected and is relatively easy to use. Thank you for the great...

No problem at all. Yeah that would work. One thing you can do to make the build easier is download `lib\sde.dart` from the master channel (it is not in earlier...