Iago-lito

Results 99 comments of Iago-lito

Hey, same problem here with [`coc-rust-analyzer`](https://github.com/fannheyward/coc-rust-analyzer/issues/265#issuecomment-636586756). So I cross-post the issues for reference. I thought easymotion hints were displayed using virtual text, and not actual changes to the buffer. Can...

FWIW, this is reported at [easymotion](https://github.com/easymotion/vim-easymotion/issues/402).

Naive question here: would a rust REPL be something like [Julia](https://julialang.org/)? Or am I far off topic?

@jswrenn Okay, I'll reverse that so it'll be easier for you to read. Don't get tired scrolling meanwhile :) BTW would you accept a separate PR with only a thorough...

@jswrenn I have reversed the `rustfmt` pass so the diff with `master` will be easier for you to read :)

> inhowfar Power is similar to CombinationsWithReplacement. (To be honest, it seems quite similar to me, so I would expect similar inner workings, too. @phimuemue I think it is similar...

@phimuemue > Should we go with Vec or with LazyBuffer? Should we have a `Vec`, iterating on demand to get the next element, or should we go with the index-based...

@phimuemue Okay, I'll have a deeper look into `CombinationWithReplacement` internals so I can answer you better. --- I agree about the runtime `pow` *vs.* compile time `pow` valuation. These may...

@jswrenn Friendly ping. I suspect you're maybe busy with safe transmute or other stuff. Feel free to ignore me if it's the case, there's no rush here :)

@DusterTheFirst I guess it would differ in one or several of the tradeoffs listed [here](https://github.com/rust-itertools/itertools/pull/486#issuecomment-706529130), but IIRC we're still waiting on @jswrenn input here, are we? There was questionning about...