Nikita Glushchenko
Nikita Glushchenko
Hello, I suddenly found out, that you cannot input numbers into `Input.Number` using numpad. Native elm input do register input from Numpad. Can you fix this bug or are you...
Assuming I want to only implement type class for Products, therefore I deliberately leave `split` method unimplemented. When trying to derive type class for Sum type - I get extremely...
Hello again @fmonniot, I've bumped into another issue trying to mock such service: ``` trait Service { def method(a: Int*)(b: String): Unit } ``` compile output with debug: ``` Mocking...
When trying to provide typeclass for sum type(taking into account that `split` method is implemented, I get following: ``` [error] 60 | val typeclass = summon[Default[DefaultTest]] [error] | ^ [error]...
this will also allow us to put all of the modules under root package and then use `millModuleDirectChildren` in various tasks in order to iterate over all available modules
### Describe the bug https://github.com/NPCRUS/reproductions/tree/bsp-import-loop 1. open project in visual studio code 2. switch to mill-bsp 3. import project 4. extends `package` with extra non existent trait `Base` - `object...
### Describe the bug https://github.com/NPCRUS/reproductions/tree/mill-metals-compilation-lag 1. open repo in vs-code(might be reproducible in other editors as well) 2. import project 3. switch to mill-bsp 4. check that autocomplete and code...
fixes #4988 Hi folks, I have started to look into issue of wrong diagnostics reporting from mill by trying first to implement possible test case. I wrote an approximate test...
original issue: https://github.com/scalameta/metals/issues/7347 **Reproduction:** https://github.com/NPCRUS/reproductions/tree/mill-metals-compilation-lag open repo in vs-code(might be reproducible in other editors as well) import project switch to mill-bsp check that autocomplete and code inspection works change the...
Hello folks, I have the following issue on windows when trying to use mill with bsp in vscode, this error appears in metals logs: ``` java.nio.file.InvalidPathException: Illegal char at index...