Lutosław

- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 9
- Subscriptions 17
-
Edited Trouble with running AKKA project
I'm learning AKKA and I've started with a simple example build.sbt version := "1.0" ThisBuild / name := "akka-quickstart-scala" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "... -
Created Keyboard shortcut to focus on jupyter editor
Everywhere in Idea pressing ESC moves focus to editor... but not in Jupyter Notebook, where it moves focus to... eh... nothing? Technically it goes to a list of cells but that's not very useful, es... -
Edited "Connection refused: connect" in Http Client when querying localhost.
AnsweredI try to configure development on Windows with WSL 2. I've managed to import, compile and run a simple Spring Boot application with a /users endpoint. I got a response from localhost:8080/users usi... -
Edited Cannot load a sample CUDA project: link: unknown option -- L
CompletedHello, I've created a sample CUDA project in CLion, but it fails to link. I have Windows Kits and CUDA SDK installed. "C:\Program Files\JetBrains\CLion 2022.1.2\bin\cmake\win\bin\cmake.exe" -DCMAKE... -
Created Cannot upgrade kotlin plugin
I get an "update kotlin plugin" popup from time to time, like this: A new version 211-1.5.10-release-891-IJ7142.45 of the Kotlin plugin is available. but whenever I try to install it I get a mess... -
Edited [Solved] How to display Query results in a Query Console
AnsweredThis is what happens: This is how it works in the past (screenshot from documentation): The current design is terrible (for once, it breaks scrolling because once you scroll to the end of resul... -
Edited GlobalInspection - checkElement never called
AnsweredHello, I'm trying to develop a simple Dialyzer support for the Elixir plugin. That is, integrate an external analysis tool with the inspection system. The problem I've encountered is that checkElem... -
Edited Cannot start Elixir module or test
AnsweredWhen I try to run a simple hello world project in idea, I got an exception: Already disposed: -------------Own trace: com.intellij.openapi.util.TraceableDisposable$DisposalException: 740583472 at c... -
Edited No auto complete for the React-Redux in a React Native App
Hello, I've encountered a weird issue. I learn react native and I really appreciate autocompletion feautre. I use TypeScript. Autocompletion works for everything I used so far, excluding react-red... -
Created What should be a "Content Root" in SVN?
AnsweredHello, I am a former GIT user but have to work with SVN now... My question is: what should be a "content root" of a module to be able to work with branches in Intellij Idea? Let's say my repo root ...