Tomasz Pasternak
Tomasz Pasternak
Steps: 1. Start a remote development session https://www.jetbrains.com/help/idea/remote-development-a.html 2. Check items in "File" menu. The "Import Bazel Project" button is not visible there.
The cancellation mechanism of `RemoteEndpoint` requests is implemented in that way, the returned `CompletableFuture` contains an overriden `cancel` method, that sends cancel request to the server. Unfortunately, `CompletableFuture` loses this...
**Version(s)** 0.1.10 **Describe the bug** Try to run this file with `scala-cli -S 2 Main.java` ``` class Main { public static void main(String[] args) { } } ``` **Expected behaviour**...
So it is possible to run `scala-cli run https://gist.github.com/.... --checksum 1234567890abdef`. If the checksum does not match the contents, then fail
Closes #3895 # Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from...
### Description of the bug: Recently, we've introduced Auto Import feature in #3601. It works correctly but seems to be conflicting with other build tools. If you have more than...
### What happened? runPluginVerifier exited with 0 despite spotting some errors ### Relevant log output or stack trace _No response_ ### Steps to reproduce 1. Create a hello world plugin...
# Checklist - [ ] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the...
# Checklist - [ ] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the...