rami3l

Results 117 comments of rami3l

Another remark, for those facing with a similar problem: You can always try to write a function that returns a [`BoxFuture`](https://docs.rs/futures/0.3.6/futures/future/type.BoxFuture.html) in the `generate_foo` part... BUT this workaround gets extremely...

@phsym I'd love to see this feature implemented! Just being curious, what has been blocking the merge? 🤔

@sstadick For my project ([`pacaptr`](https://github.com/rami3l/pacaptr)) I've switched to [`tabled`](https://docs.rs/tabled) which is capable of doing this.

@fwcd Thanks a lot for your reply! Just being curious: given the context in the [official thread](https://discuss.kotlinlang.org/t/kotlin-compiler-embeddable-vs-kotlin-compiler/3196/3), what would possibly be the downside if we also switch to `kotlin-compiler-embeddable`? It...

@fwcd I see. I would like to see what I can to to solve this dependency problem. However, due to the fact that the incoherent formatting might cause frequent merge...

@fwcd Hi again! I would really like to help, but It seems to me that formatting the code base and changing the project config at the same time gets way...

@fwcd Ah it's complicated... I thought that `ktfmt` would have something like `--lines` but it's an open issue at https://github.com/facebookincubator/ktfmt/issues/218. So https://github.com/google/vim-codefmt/pull/183 used a workaround which might be interesting to...

@stenzengel As you might have noticed, in https://github.com/fwcd/kotlin-language-server/pull/238 the `ktlint` dependency has been swapped with `ktfmt`, and there is a default formatting configuration. This might be a choice of personal...

@fitrh We are in some sort of an awkward situation right now, as @fwcd just made the move from `ktlint` to `ktfmt` in https://github.com/fwcd/kotlin-language-server/pull/238. (Unaware of this move, I suggested...

It seems that [ktlint](https://github.com/pinterest/ktlint) can already clean up imports while formatting. How about utilizing it in the project as an optional formatter?