jaide (formerly eccentric-j)

Results 111 comments of jaide (formerly eccentric-j)

> Let me make sure I understand the problem. You are trying to have `@` to open the which-key menu that's equal to `SPC w` when the current editor is...

> > I’m willing to give a PR for that a shot if you’re open to it. > > Sure :) Let me know if you have any questions. Great...

I have no objections to those but I think it can be helpful to think them through as user stories: ### As a user familiar with REBL I want to...

That sounds good to me. We may not be able to provide `nrebl-clear-history` without support but Is there a way to fake it by creating a function that closes and...

I believe this lands outside the scope of support the author of this middleware is able to provide. Please consider raising this issue on Cognitect's [REBL repo issues](https://github.com/cognitect-labs/REBL-distro/issues) as it...

Looked at the netrc docs: > PREVENTING LOADING *netrw-noload* > > If you want to use plugins, but for some reason don't wish to use netrw, then > you need...

That's helpful and based on that don't feel I really need this feature. I think I'm fine if nvim . opens in netrw then can choose to invoke `:Telescope file_browser`...

I see thanks! Can take this elsewhere but with find_files it doesn't seem to support moving up a directory. Seems it's mostly helpful for finding files in the current or...

I had wanted to use xstream in a browser environment from a cdn but ended up going with Bacon after discovering xstream does not offer extras as part of its...

Great, I think I can handle that! Questions: - Should the extras build modify the global XStream prototype or should it be like static functions to import and use directly?...