Hiromi Ishii

Results 42 comments of Hiromi Ishii

> I'm writing some TH code and I need a feedback loop, I want to see in real-time what code my functions are generating. -ddump does exactly what I need....

On the other hand, I usually use the Splice expansion with Ctrl+Z in the TH macro implementation iteration, and it is the main motivation when I started to implement the...

It would be nice to have flipped version `=

I've been also seeing this with HLS 2.9, Cabal 3.12, 9.4 ≦ GHC ≦ 9.10 even multi-repl enabled, haven't came up with minimal repro though.

Unfortunately I encounter this mainly within closed codebases. I sometimes encounter this in https://github.com/konn/ghc-wasm-earthly , but this repository suffers also mainly from source code plugin bugs and contains ~1000 autogenerated...

It seems that the [upcoming LSP 3.16 specification](https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#version_3_16_0) includes semantic highlighting. If this is once released and [implemented in `lsp-types`](https://github.com/alanz/lsp/issues/240), we will be able to implement this feature upstream; i.e....

Is there any plan to accept this or #58? We've suffered from exactly the same issue as in #57.

Hi, @ocramz! First of all, thank you for your implementation of `ad-delcont` and inspiring blog post! > In `ad-delcont` I noticed that the performance dies off rapidly (exponentially?) as a...

I'm suffering from this, especially editing large Rust codebase. After I disabled cargo-clippy as follows, everything just works fine. ```json "linter.enabled": true, "linter.linters": { "cargo-clippy": { "capabilities": ["fix-inline", "ignore-file"], "command":...

Is there any blocker on this release?