Nikita

Results 28 comments of Nikita

I [modified test](https://github.com/brndt/metals/pull/1/commits/1b91eabb1e751e03ca89214fbc1a06133a8db8a9) in `CompletionLspSuite` by just adding package object and it can't find this suggestion But as far as I understand [this test](https://github.com/brndt/metals/pull/1/files#diff-4112f2e44c846ef9de44ac7c4444d7106683b1d12468fca5abd0e14ce2492bc4) assumes that all package object members...

It turns out the search works fine, I just had bad logic in test. So it finds out my class `DefinedInD` but I guess since it has ".package" postfix it...

> Apologies for the delay here, I wanted to make sure we had something concrete to share before getting back to everyone! > > We've decided that the best path...

@jdegoes I tried to implement a codec for `Form`, but I ran into a problem: I can't use the `transformOrFail` method on the existing `HttpCodec.contentStream[Chunk[Byte]]` codec, because it works with...

We could introduce transformZIO as an alternative to transformOrFail to solve this, but I’m guessing that’s not something we’d want to do, or maybe I’m just missing some knowledge of...

> I will have to disable it, thanks for catching this before the actual release of 3.5.0! I will have to do a new release with this probably tomorrow. >...

Copy paste from discord canal: I've tried to use best effort compilation with the latest version of Bloop and it's unusable :( - having a lot of random and out...

When using the latest Bloop version (2.0.6) I'm still getting quite a lot of random falsy errors like this one: https://github.com/user-attachments/assets/7800118a-d987-4ebb-8ea0-53858d91c9b1 But I'm not sure it the last PR referenced...

> just to be sure, that's still with best effort? Yes! > Also, it would help me to know if any of the vscode auto save options are turned on...