Roland Rodriguez

Results 18 comments of Roland Rodriguez

Where would have been a good place to mention it?

Fantastic. Thank you for the hard work on this!

I don't know Lua or the nvim api well enough to do this myself otherwise I'd bust it out. My suggestion is to add an interface like Harpoon where you...

Would it make sense to enforce safe terminal display at the type system level by replacing direct BStr terminal output with something like: ```rust pub struct SafeTermPath { fn fmt(&self,...

Thanks for the feedback. The performance concerns with the `Write` wrapper got me thinking about a different approach. Psuedocode follows: ```rust pub trait TerminalSafe: AsRef { fn needs_escaping(&self) -> bool;...

Tried all of the suggestions and can't seem to get past this (without the manual workaround of cloning/copying). After the download process the only thing in the patterns dir is...