Nikita
Nikita
### Describe the bug Reproduction steps: 1. Move class to other folder (in my case I move CreatePlayer* classes located in _service_ folder to its subfolder _create_) 2. All import...
I know Intellij is buggy sometimes when working with Scala 3 but can we somehow bypass the display of these errors? I suppose it ocurres because Intellij finds object and...
### Describe the bug 1. Rename class A name to B 2. Everything works 3. Open class C that have imported class B 4. Try to rename class B to...
### Describe the bug If I make any changes in the code and break compilation, the compiler gives random totally non-related errors. For example: https://github.com/user-attachments/assets/a97e9600-d932-47af-9246-abc70ec797e8 ### Expected behavior _No response_...
**What is not easy to do right now?** Right now using HttpCodec.binaryStream doesn't allow you to pass the metadata such as content type and content length (amongst other stuff) to...