Steven Arcangeli

Results 451 comments of Steven Arcangeli

Theoretically logging in or out shouldn't affect this. The URL generation logic is just calling into boto with some standard parameters https://github.com/stevearc/pypicloud/blob/ac3cc0ae9af0270be37a5c6673b01da5bcb987a7/pypicloud/storage/s3.py#L173-L176 Anything I can think of that could cause...

It's possible that the Lazy window is being opened and entered before stickybuf has loaded and created its autocmds. You could try manually adding a filetype autocmd early in your...

See #93 for context on why this option and prompt exist in the first place. The command line prompt is because the place where I needed to inject this confirmation...

Could you provide a more detailed set of repro steps? I don't know what the error is that you're seeing, and I don't know how you're deleting, pasting, or navigating...

I would love to see a video of the problem. Oil should already be able to move files and directories by deleting them and pasting them into another buffer. If...

Please use the minimal init.lua template in the bug report template to produce a single file that I can use to reproduce the issue.

I mean use a full minimal init.lua file such as below ```lua -- save as repro.lua -- run with nvim -u repro.lua -- DO NOT change the paths local root...

This is a known issue. Oil does not handle files with leading whitespace very well. They will display properly, but the issue is that we use whitespace to separate the...

I've thought about this feature, and it would be really cool (allowing for seamless undo/redo in oil), but is incredibly difficult to do correctly. I haven't had the time to...